Skip to main content

Get a list of all sound effects categories

GET 

/v0/sound-effects/categories

The sound effects categories endpoint allows you to get a list of all sound effects categories.

You can then browse the sound effects catalog based on categories like "Applause" or "Crowds".

Some sound effect categories have cover art that you can use in your interface. You can choose to display all categories, or choose type “featured” to only show the categories that are chosen by our curation team.

Request

Query Parameters

    type string

    Possible values: [all, featured]

    Category type

    Default value: all
    offset int32

    Index of the entry track in the response

    limit any

    Max number of entries returned in the response, default 50

Responses

Sound effects category list with related parent category. You can see the parent-child relationship in the response.

Schema

    categories

    object[]

    required

  • Array [

  • id uuidrequired
    name stringrequired

    images

    object

    default stringnullable
    L stringnullable
    M stringnullable
    S stringnullable
    XS stringnullable

    parent

    object

    id uuidrequired
    name stringrequired
  • ]

  • pagination

    object

    required

    page int32required
    limit int32required
    offset int32

    links

    object

    required

    next stringnullable
    prev stringnullable
Loading...