v2
latestOpenAPI 3.0.12026-08-074878134.7 KBBrowse & search
List genres
The genres endpoint allows your users to browse the music catalog based on genres like rock, hiphop or acoustic.
Genres are nested and both parent and child genres are returned in the response. Parent genres have cover art that you can show in your interface.
By specifying the "type" of genres you want to display, you can choose to show all genres in the Epidemic Sound library, only the genres that are featured on epidemicsound.com or only the genres that are available for your free tier tracks.
get/v0/genres
Query parameters
sort'alphabetic' | 'relevance'
Sorting options. Available values: alphabetic, relevance
order'asc' | 'desc'
Order options. Available values: asc, desc
type'all' | 'featured' | 'partner-tier'
Types to filter by:
- all - all the objects in the Epidemic Sound library
- partner-tier - objects available to the partner within their tier
- featured - only objects featured and curated by Epidemic Sound
limitinteger
Max number of entries returned in the response, default 20 and max 20
offsetinteger
Index of the entry track in the response
Response
Track genres response