List details about sound effects

GET {{baseUrl}}/v2/sfx?id=<asset-id>

This endpoint shows information about sound effects.

Request Params

KeyDatatypeRequiredDescription
idstring(Required) One or more sound effect IDs
viewstringAmount of detail to render in the response
languagestringLanguage for the keywords and categories in the response
librarystringWhich library to fetch from
search_idstringThe ID of the search that is related to this request

HEADERS

KeyDatatypeRequiredDescription
User-Agentstring

RESPONSES

status: OK

{&quot;data&quot;:[{&quot;id&quot;:&quot;123&quot;,&quot;media_type&quot;:&quot;sfx&quot;,&quot;contributor&quot;:{&quot;id&quot;:&quot;1234&quot;}}]}