Exploring Genre on Deezer
Learn about how to use the Deezer API to explore different genres.
We'll cover the following...
List available genres on Deezer
The Genre endpoint provides us with the ID, name, and image URL for all genres. Using this endpoint, we can find out different genres are available on Deezer.
Press + to interact
The base URL for this endpoint is:
https://api.deezer.com/genre
Note: This endpoint doesn’t need the user’s access token to return a valid response and doesn’t have any request parameters.
The code below calls the Genre endpoint. Click the “Run” button to see ...