Get a specific radio’s live feed for a specific range of dates.
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.
GET /api/v2/radio/{slug}/live-feed
Parameter name | Value | Description | Additional |
---|---|---|---|
slug | string | A radio slug |
Required |
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) |
Status code | Description | Resource |
---|---|---|
200 | OK
A live feed collection response |
Live feed Collection |