SOUND.RADAR API
Clean public paths for partner integrations.
Use https://api.soundradar.co as the base URL. New integrations
should call the short service paths below; older compatibility routes stay
online behind the same gateway.
https://api.soundradar.co
/spotify/latest
/spotify/openapi.json
Routes
Public service map
Each card shows the public root, a representative endpoint, and its guide.
Spotify
/spotify
Countries, latest charts, date lookup, search, and track history.
GuideBillboard
/billboard
Chart list, snapshots, dates, latest rankings, presets, and search.
GuideYouTube
/youtube
Snapshots, country feeds, chart pulls, and Shorts backfill data.
GuideKorea Chart
/korea-chart
Melon, Genie, and Bugs chart snapshots behind one public root.
GuideAmazon Music
/amazon
Top songs, rank lookups, and latest chart snapshots.
GuideAmazon Digital
/amazon-digital
Digital best-seller snapshots, chart keys, and compatibility feeds.
GuideAmazon CD & Vinyl
/amazon-cd
Physical music categories, best sellers, snapshots, and ASIN history.
GuideiHeartRadio
/radio
Stations, current plays, track history, and summary data.
GuideX Trends
/x-trends
Location lists, public trends, and WOEID-based trend lookups.
GuideExamples
Copy-ready requests
Health check
curl https://api.soundradar.co/billboard/health
OpenAPI schema
curl https://api.soundradar.co/spotify/openapi.json
Protected chart request
curl -H "X-API-Key: $SOUND_RADAR_API_KEY" \
https://api.soundradar.co/youtube/charts
Radio station list
curl -H "X-API-Key: $SOUND_RADAR_API_KEY" \
https://api.soundradar.co/radio/stations