GET
/spotify/
Root
No query/path parameters listed.
Charts API
Spotify chart endpoints for country lists, latest charts, historical dates, track search, and track history.
Overview
Spotify chart endpoints for country lists, latest charts, historical dates, track search, and track history. Use this branded guide for orientation, then use the original Swagger page for full schemas and interactive testing.
Access
https://api.soundradar.co/spotifyEndpoints
/spotify/
Root
/spotify/health
Health
/spotify/countries
Countries
/spotify/latest
Latest Chart
/spotify/chart
Chart By Date
/spotify/dates
Available Dates
/spotify/search
Search Track
/spotify/history
Track History
/spotify/fetch-logs
Fetch Logs
Examples
curl https://api.soundradar.co/spotify/health
curl -H "X-API-Key: $SOUND_RADAR_API_KEY" \
https://api.soundradar.co/spotify/countries
Operations