Audio Shows
Get list of audio shows
GET
https://api.tunio.ai/v1/audio-showGet a list of all available audio shows
Query parameters
| Name | Type | Description |
|---|---|---|
| lang | string | Language parameter |
Responses
| Name | Type | Description |
|---|---|---|
| items | array | Items contains all audio shows available to the caller. |
| [item]Required | object | - |
| success | boolean | Success indicates the show list was returned successfully. |
| Name | Type | Description |
|---|---|---|
| message | string | Message contains human readable error details. |
| success | boolean | Success is always false for error payloads. |