v2

latestOpenAPI 3.0.12026-08-074878134.7 KB
Browse & search

Search music

The search endpoint allows your users to search the entire Epidemic Sound library. Search indexes track attributes such as moods, genres, artist, song title and bpm.

get/v0/tracks/search

Query parameters

offsetinteger

Index of the entry track in the response

Max number of entries returned in the response, default 50 and max 60

termstring

Term for search

genrestring[]

Id for genre

moodstring[]

Id for mood

bpmMininteger

BPM Min

bpmMaxinteger

BPM Max

vocalTypestring[]

Filter by vocal classification: LEAD (sung lead vocals), PRESENCE (vocal chops/samples/ad-libs/textures) or NONE (instrumental). Repeat the parameter to pass multiple values, which are OR-combined.

sort'Title' | 'Relevance' | 'Date' | 'Popularity' | 'Duration' | 'BPM'

Sort for search

order'asc' | 'desc'

Order

Response

Tracks response