v1

latestOpenAPI 3.0.02026-07-131091452.6 MB
sound_effects

List details about sound effects

This endpoint shows information about sound effects.

get/v2/sfx

Query parameters

idstring[] required

One or more sound effect IDs

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

Language for the keywords and categories in the response

library'shutterstock' | 'premier' | 'premiumbeat'

Which library to fetch from

search_idstring

The ID of the search that is related to this request

Response

OK

Example response

{
  "data": [
    {
      "id": "123",
      "media_type": "sfx",
      "contributor": {
        "id": "1234"
      }
    }
  ]
}