Skip to main content
GET

Query Parameters

number
default:"50"
Number of sounds to return (max 100).
string
Cursor for pagination. Pass the nextCursor value from the previous response to get the next page. Omit for the first page.

Response

array
Array of sound objects.
boolean
Whether there are more sounds beyond this page.
string
Cursor to pass as the cursor query parameter to retrieve the next page. null when there are no more pages.

Error Responses

Unauthorized
Invalid Cursor
Server Error