GET
/radio/
Home
No query/path parameters listed.
Radio API
Radio station directory, current plays, station detail, monitored track history, and summary views.
Overview
Radio station directory, current plays, station detail, monitored track history, and summary views. Use this branded guide for orientation, then use the original Swagger page for full schemas and interactive testing.
Access
https://api.soundradar.co/radioEndpoints
/radio/
Home
/radio/stations
Stations
/radio/stations/{station_id}
Station Detail
/radio/current
Current
/radio/current/{station_id}
Current Station
/radio/history
History
/radio/tracks
Tracks
/radio/summary
Summary
Examples
curl https://api.soundradar.co/radio/openapi.json
curl -H "X-API-Key: $SOUND_RADAR_API_KEY" \
https://api.soundradar.co/radio/stations
Operations