Sounds¶
Method | Path (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