---
title: "Get details about sound effects"
method: GET
path: "/v2/sfx/{id}"
tags: ["sound_effects"]
---

# Get details about sound effects

`GET /v2/sfx/{id}`

This endpoint shows information about a sound effect.

## Path parameters

- `id` integer, required

## 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
- `view` 'minimal' | 'full'
- `library` 'shutterstock' | 'premier' | 'premiumbeat'
- `search_id` string

## Response `200`

OK

- object — SFX metadata
  - `added_date` string, date — Date this sound effect was added to the Shutterstock library
  - `affiliate_url` string — Affiliate referral link; appears only for registered affiliate partners
  - `artist` string — Artist of the sound effect
  - `assets` object — Files that are available as part of an sound effect asset
    - `preview_mp3` object — Information about a file that is part of an sound effect asset
      - `file_size` integer — File size of the sound effect
      - `url` string — URL the sound effect is available at
    - `waveform` object — Information about a file that is part of an sound effect asset
      - `file_size` integer — File size of the sound effect
      - `url` string — URL the sound effect is available at
  - `contributor` object, required — Information about a contributor
    - `id` string, required — ID of the contributor
  - `description` string — Description of this sound effect
  - `duration` number — Duration of this sound effect in seconds
  - `id` string, required — Shutterstock ID of this sound effect
  - `keywords` string[] — List of all keywords for this sound effect
  - `media_type` string, required — Media type of this track; should always be "sfx"
  - `releases` string[] — List of all releases of this sound effect
  - `title` string — Title of this sound effect
  - `updated_time` string, date-time — Time this sound effect was last updated
  - `url` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `503` — Service Unavailable

---

[API](https://skmtc.net/shutterstock/apis/shutterstock-api-explorer.md) · [All operations](https://skmtc.net/shutterstock/apis/shutterstock-api-explorer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/shutterstock/shutterstock-api-explorer/revisions/d2e03e7f655d/schema)
