v1

latestOpenAPI 3.0.02026-07-131091452.6 MB
sound_effects

Get details about sound effects

This endpoint shows information about a sound effect.

get/v2/sfx/{id}

Path parameters

idinteger required

Audio track ID

Query parameters

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

view'minimal' | 'full'

Amount of detail to render 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

added_datestring date

Date this sound effect was added to the Shutterstock library

affiliate_urlstring

Affiliate referral link; appears only for registered affiliate partners

artiststring

Artist of the sound effect

descriptionstring

Description of this sound effect

durationnumber

Duration of this sound effect in seconds

idstring required

Shutterstock ID of this sound effect

keywordsstring[]

List of all keywords for this sound effect

media_typestring required

Media type of this track; should always be "sfx"

releasesstring[]

List of all releases of this sound effect

titlestring

Title of this sound effect

updated_timestring date-time

Time this sound effect was last updated

urlstring

Example response

{
  "id": "123",
  "media_type": "sfx",
  "contributor": {
    "id": "1234"
  }
}