Skip to end of metadata
Go to start of metadata

Sounds

Method

Path<br>h5. Parameters are case-sensitive

Return Model

Summary

GET

/sounds

List[Sound]

List all sounds.

GET

/sounds/{soundId}

Sound

Get a sound's details.

list: GET /sounds

List all sounds.

Query parameters

  • lang: string - Lookup sound for a specific language.
  • format: string - Lookup sound in a specific format.

get: GET /sounds/{soundId}

Get a sound's details.

Path parameters

Parameters are case-sensitive.

  • soundId: string - Sound's id
  • No labels