Get detailed sound effect information by ID
Sound Effects API
Get detailed sound effect information by ID
Retrieve full details for a sound effect including category hierarchy, tags, duration, popularity, and download statistics.
GET
Get detailed sound effect information by ID
Retrieve full details for a sound effect including category hierarchy, tags, duration, popularity, and download statistics. See the Sound Effects API overview for authentication and usage guidance.
Authorizations
Your Magnific API key. Required for authentication. Learn how to obtain an API key
Path Parameters
Unique numeric identifier of the sound effect
Response
OK
Full details of a sound effect
Unique identifier of the sound effect
Example:
1
Sound effect title
Example:
"Thunder Rumble"
Tags associated with the sound effect
Example:
["thunder", "storm", "weather"]Category of the sound effect, with optional parent category
Example:
{
"parent": { "name": "Nature", "id": 1 },
"name": "Weather",
"id": 5
}Duration in seconds
Example:
5.2
Whether the sound effect is premium
Popularity score
Example:
72
Total number of downloads
Example:
580
Direct CDN URL to the audio file
Creation timestamp