Skip to content

[Question] Images URL's #1

Open
@amadeu01

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions