Console Hero Image

Console

Endpoints

This is an unsupported tool for basic requests and your experiences may vary. If you wish to experiment with complex requests, you should script against the API directly.

/v2/stations

An endpoint for searching for and retrieving information about radio stations, their on-demand content, and their scheduling.

Base URL: https://api.radioplayer.org/v2/stations

METHODENDPOINTUSAGERETURNS
GET/v2/stationsReturn all info about all stationsstations
GET/v2/stations/{rpuids}Return one or more specified stationsstation
GET/v2/stations/{rpuids}/onairReturn current, "now playing" events and shows, from one or more stationsOne or more stations' collections of on-air material
GET/v2/stations/{rpuid}/scheduleReturn scheduling information for multiple stationsUp to five stations' collection of schedules
GET/v2/stations/{rpuid}/ondemandReturn one station's on-demand contentOn-demand items for a given station
GET/v2/stations/{rpuid}/ondemand/{seriesId}Returns on-demand content from a single series on a single stationOn-demand items from a single series on a single station

/v2/ondemand

An endpoint for retrieving information about on-demand content using filters and searches.

Base URL: https://api.radioplayer.org/v2/ondemand

METHODENDPOINTUSAGERETURNS
GET/v2/ondemandReturn on-demand content using filters and searchesOn-demand content
GET/v2/ondemand/{odlds}Returns individual items of on-demand content identified by unique IDsSpecified items of on-demand content

/v2/recommendations

An endpoint for retrieving recommended stations and on-demand content.

Base URL: https://api.radioplayer.org/v2/recommendations

METHODENDPOINTUSAGERETURNS
POST/v2/recommendationsReturn recommended stationsStations and on-demand content

/v2/categories

An endpoint for returning stations and content by category.

Base URL: https://api.radioplayer.org/v2/categories

METHODENDPOINTUSAGERETURNS
GET/v2/categoriesReturn a list of category types for live or on-demand contentCategory data where available