---
title: "Search SFX"
method: GET
path: "/v0/sound-effects/search"
tags: ["Sound effects"]
---

# Search SFX

`GET /v0/sound-effects/search`

Use the sound effects search endpoint to allow users to search within the sound effects library.

## Query parameters

- `offset` integer
- `term` string
- `sort` 'best-match' | 'newest' | 'popular' | 'length' | 'title'
- `order` 'asc' | 'desc'
- `includeExplicit` boolean

## Response `200`

List of sound effect search results

- PaginatedSoundEffectsResponse
  - `soundEffects` SoundEffectResponse[], required
    - `id` string, uuid, required
    - `title` string, required
    - `added` string, date-time, required
    - `length` integer, required
    - `images` ImagesResponse
      - `default` string, nullable
      - `M` string, nullable
      - `L` string, nullable
      - `S` string, nullable
      - `XS` string, nullable
  - `pagination` Pagination, required
    - `page` integer, required
    - `limit` integer, required
    - `offset` integer
  - `links` PaginationLinks, required
    - `next` string, nullable
    - `prev` string, nullable

## Other responses

- `400` — Bad request.
- `401` — Unauthorized. Most likely your access token has expired.
- `429` — Rate limit exceeded.

---

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