To get the radio slug and the date at which we started to track this station, use the Get radios or the Get radios by country endpoints.

For national radios, the cityName displayed is the city where the station has its headquarters.

Request

GET /api/v2/radio/{slug}/live-feed

Path parameters

Parameter name Value Description Additional
slug string

A radio slug

Required

Query string parameters

Parameter name Value Description Additional
startDate string

Optional period start date (format YYYY-MM-DD), period cannot exceed 90 days

endDate string

Optional period end date (format YYYY-MM-DD), leave empty to use latest 90 days

offset integer

Get results starting from position

limit integer

Number of results (max. 100)

Response

Status code Description Resource
200 OK

A live feed collection response

Live feed Collection

Explore this api

slug

A radio slug

startDate

Optional period start date (format YYYY-MM-DD), period cannot exceed 90 days

endDate

Optional period end date (format YYYY-MM-DD), leave empty to use latest 90 days

offset

Get results starting from position

limit

Number of results (max. 100)

Try it out!