Search for tracks

GET {{baseUrl}}/v2/audio/search

This endpoint searches for tracks. If you specify more than one search parameter, the API uses an AND condition. Array parameters can be specified multiple times; in this case, the API uses an AND or an OR condition with those values, depending on the parameter.

Request Params

KeyDatatypeRequiredDescription
artistsstringShow tracks with one of the specified artist names or IDs
bpmstring(Deprecated; use bpm_from and bpm_to instead) Show tracks with the specified beats per minute
bpm_fromstringShow tracks with the specified beats per minute or faster
bpm_tostringShow tracks with the specified beats per minute or slower
durationstringShow tracks with the specified duration in seconds
duration_fromstringShow tracks with the specified duration or longer in seconds
duration_tostringShow tracks with the specified duration or shorter in seconds
genrestringShow tracks with each of the specified genres; to get the list of genres, use GET /v2/audio/genres
is_instrumentalstringShow instrumental music only
instrumentsstringShow tracks with each of the specified instruments; to get the list of instruments, use GET /v2/audio/instruments
moodsstringShow tracks with each of the specified moods; to get the list of moods, use GET /v2/audio/moods
pagenumberPage number
per_pagenumberNumber of results per page
querystringOne or more search terms separated by spaces
sortstringSort by
sort_orderstringSort order
vocal_descriptionstringShow tracks with the specified vocal description (male, female)
viewstringAmount of detail to render in the response
fieldsstringFields to display in the response; see the documentation for the fields parameter in the overview section
librarystringWhich library to search
languagestringWhich language to search in

RESPONSES

status: OK

{"page":1,"per_page":5,"total_count":25,"search_id":"c298887c-6f3e-45df-b6cd-41b246e4a104","data":[{"vocal_description":"","keywords":["celebratory","chic","euphoric","good times","hip","optimistic","party","soaring","upbeat"],"artists":[{"name":"Klimenko Music"}],"genres":["Dance/Electronic","Electro Pop","Pop/Rock"],"instruments":["Piano","Synth bass","Synth drums","Synthesizer"],"id":"442583","isrc":"","description":"Pulsing and feel-good, featuring soaring synthesizer, groovy synth bass drums and synth drums that create a euphoric, upbeat mood.","similar_artists":[],"releases":[],"is_instrumental":true,"title":"Another Tomorrow","is_adult":false,"lyrics":"","media_type":"audio","recording_version":"","moods":["Bright","Confident","Fun","Happy","Inspiring","Optimistic","Playful","Sophisticated","Stylish","Uplifting"],"language":"en","assets":{"clean_audio":{"file_size":35188408},"preview_mp3":{"file_size":4400203,"url":"https://ak.picdn.net/shutterstock/audio/442583/preview/preview.mp3"},"preview_ogg":{"file_size":4453197,"url":"https://ak.picdn.net/shutterstock/audio/442583/preview/preview.ogg"},"waveform":{"file_size":18778,"url":"https://ak.picdn.net/shutterstock/audio/442583/waveform/waveform.png"}},"contributor":{"id":"2847971"},"duration":183,"album":{"id":"","title":""},"published_time":"2016-08-16T14:30:03-04:00","updated_time":"2016-08-18T17:59:33-04:00","bpm":110,"added_date":"2016-08-16","url":""}]}