v1
latestOpenAPI 3.0.02026-07-131091452.6 MBsound_effects
Search for sound effects
This endpoint searches for sound effects. If you specify more than one search parameter, the API uses an AND condition.
get/v2/sfx/search
Query parameters
added_datestring date
Show sound effects added on the specified date
added_date_startstring date
Show sound effects added on or after the specified date
added_date_endstring date
Show sound effects added before the specified date
durationinteger
Show sound effects with the specified duration in seconds
duration_frominteger
Show sound effects with the specified duration or longer in seconds
duration_tointeger
Show sound effects with the specified duration or shorter in seconds
pageinteger
Page number
per_pageinteger
Number of results per page
querystring
One or more search terms separated by spaces
safeboolean
Enable or disable safe search
sort'popular' | 'newest' | 'relevance' | 'random' | 'oldest'
Sort by
view'minimal' | 'full'
Amount of detail to render in the response
language'ar' | 'bg' | 'bn' | 'cs' | 'da' | 'de' | 'el' | 'en' | 'es' | 'fi' | 'fr' | 'gu' | 'he' | 'hi' | 'hr' | 'hu' | 'id' | 'it' | 'ja' | 'kn' | 'ko' | 'ml' | 'mr' | 'nb' | 'nl' | 'or' | 'pl' | 'pt' | 'ro' | 'ru' | 'sk' | 'sl' | 'sv' | 'ta' | 'te' | 'th' | 'tr' | 'uk' | 'ur' | 'vi' | 'zh' | 'zh-Hant'
Language code
Example:cs
Set query and result language (uses Accept-Language header if not set)
Response
OK
Example response
{
"data": [
{
"id": "123",
"description": "User interface calculations, scanning, thinking, text displayed on screen. Screen gak or garble.",
"assets": {
"preview_mp3": {
"url": "https://cdn.shutterstock.com/shutterstock/sfx/21230/preview_ecom_ster/heavy-duty-interface-feedback.mp3"
},
"waveform": {
"url": "https://cdn.shutterstock.com/shutterstock/sfx/21230/wvfm_img/heavy-duty-interface-feedback.png"
}
},
"contributor": {
"id": "321402911"
},
"title": "Heavy Duty Interface Feedback",
"media_type": "sfx",
"updated_time": "2022-08-04T15:11:15.711Z",
"added_date": "2022-07-29"
}
],
"total_count": 14881,
"search_id": "e6f84c4c-ffdd-499b-ad89-72c65a896ead"
}