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
Key | Datatype | Required | Description |
---|---|---|---|
artists | string | Show tracks with one of the specified artist names or IDs | |
bpm | string | (Deprecated; use bpm_from and bpm_to instead) Show tracks with the specified beats per minute | |
bpm_from | string | Show tracks with the specified beats per minute or faster | |
bpm_to | string | Show tracks with the specified beats per minute or slower | |
duration | string | Show tracks with the specified duration in seconds | |
duration_from | string | Show tracks with the specified duration or longer in seconds | |
duration_to | string | Show tracks with the specified duration or shorter in seconds | |
genre | string | Show tracks with each of the specified genres; to get the list of genres, use GET /v2/audio/genres | |
is_instrumental | string | Show instrumental music only | |
instruments | string | Show tracks with each of the specified instruments; to get the list of instruments, use GET /v2/audio/instruments | |
moods | string | Show tracks with each of the specified moods; to get the list of moods, use GET /v2/audio/moods | |
page | number | Page number | |
per_page | number | Number of results per page | |
query | string | One or more search terms separated by spaces | |
sort | string | Sort by | |
sort_order | string | Sort order | |
vocal_description | string | Show tracks with the specified vocal description (male, female) | |
view | string | Amount of detail to render in the response | |
fields | string | Fields to display in the response; see the documentation for the fields parameter in the overview section | |
library | string | Which library to search | |
language | string | Which 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":""}]}