Open
Description
On the guidelines of the challenge. It says
https://agw.epidemicsound.com/catalog returns a list of genres and moods along with image urls for you to use.
However, the return for this API call is something like
{
"genres": [
{
"id": "1334",
"name": "Acoustic",
"slug": "Acoustic",
"children": [
{
"id": "1338",
"name": "Acoustic Group",
"slug": "Acoustic",
"children": []
},
{
"id": "1342",
"name": "Solo Guitar",
"slug": "Acoustic",
"children": []
},
{
"id": "1343",
"name": "Solo Instruments",
"slug": "Acoustic",
"children": []
},
{
"id": "1344",
"name": "Solo Piano",
"slug": "Acoustic",
"children": []
},
{
"id": "1515",
"name": "Folk",
"slug": "Acoustic",
"children": []
}
]
},
{
"id": "1364",
"name": "World & Countries",
"slug": "World & Countries",
"children": [
{
"id": "1305",
"name": "Middle East",
"slug": "World & Countries",
"children": []
},
{
"id": "1580",
"name": "Cuba",
"slug": "World & Countries",
"children": []
}
]
}
],
"moods": [
{
"id": "126",
"name": "Angry",
"slug": "Angry"
},
{
"id": "148",
"name": "Weird",
"slug": "Weird"
}
]
}
There is no image URL's on its body. Nevertheless, on the search
call we can find images url's.
So, should we use only the image URL's from https://agw.epidemicsound.com/music/search
?
Metadata
Assignees
Labels
No labels
Activity