v1
latestOpenAPI 3.0.02026-07-131091452.6 MBSearch for tracks
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.
Query parameters
Show tracks with one of the specified artist names or IDs
(Deprecated; use bpm_from and bpm_to instead) Show tracks with the specified beats per minute
Show tracks with the specified beats per minute or faster
Show tracks with the specified beats per minute or slower
Show tracks with the specified duration in seconds
Show tracks with the specified duration or longer in seconds
Show tracks with the specified duration or shorter in seconds
Show tracks with each of the specified genres; to get the list of genres, use GET /v2/audio/genres
Show instrumental music only
Show tracks with each of the specified instruments; to get the list of instruments, use GET /v2/audio/instruments
Show tracks with each of the specified moods; to get the list of moods, use GET /v2/audio/moods
Page number
Number of results per page
One or more search terms separated by spaces
Sort by
Sort order
Show tracks with the specified vocal description (male, female)
Amount of detail to render in the response
Fields to display in the response; see the documentation for the fields parameter in the overview section
Which library to search
Which language to search in
Response
OK
Example response
{
"data": [
{
"added_date": "2016-08-16",
"artists": [
{
"name": "Klimenko Music"
}
],
"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"
}
},
"bpm": 110,
"contributor": {
"id": "2847971"
},
"description": "Pulsing and feel-good, featuring soaring synthesizer, groovy synth bass drums and synth drums that create a euphoric, upbeat mood.",
"duration": 183,
"genres": [
"Dance/Electronic",
"Electro Pop",
"Pop/Rock"
],
"id": "442583",
"instruments": [
"Piano",
"Synth bass",
"Synth drums",
"Synthesizer"
],
"is_adult": false,
"is_instrumental": true,
"isrc": "",
"keywords": [
"celebratory",
"chic",
"euphoric",
"good times",
"hip",
"optimistic",
"party",
"soaring",
"upbeat"
],
"language": "en",
"lyrics": "",
"media_type": "audio",
"moods": [
"Bright",
"Confident",
"Fun",
"Happy",
"Inspiring",
"Optimistic",
"Playful",
"Sophisticated",
"Stylish",
"Uplifting"
],
"published_time": "2016-08-16T14:30:03-04:00",
"recording_version": "",
"releases": [],
"similar_artists": [],
"title": "Another Tomorrow",
"updated_time": "2016-08-18T17:59:33-04:00",
"vocal_description": "",
"url": ""
}
],
"page": 1,
"per_page": 5,
"total_count": 123455,
"search_id": "749090bb-2967-4a20-b22e-c800dc845e10"
}