Radio.co · Capability
Radio.co Public API
Public Radio.co API for retrieving station status, metadata, and currently-playing track information. Use these endpoints to power custom players, websites, and applications.
What You Can Do
GET
Get stations stationid status
— Retrieve full station status
/stations/{stationId}/status
GET
Get api v2 stationid
— Retrieve station metadata
/api/v2/{stationId}
GET
Get api v2 stationid track current
— Get the currently playing track
/api/v2/{stationId}/track/current
MCP Tools
get-stations-stationid-status
Retrieve full station status
read-only
idempotent
get-api-v2-stationid
Retrieve station metadata
read-only
idempotent
get-api-v2-stationid-track-current
Get the currently playing track
read-only
idempotent