GET
/billboard/
Root
No query/path parameters listed.
Charts API
Billboard chart snapshots, latest rankings, preset views, date-based views, and entry search.
Overview
Billboard chart snapshots, latest rankings, preset views, date-based views, and entry search. Use this branded guide for orientation, then use the original Swagger page for full schemas and interactive testing.
Access
https://api.soundradar.co/billboardEndpoints
/billboard/
Root
/billboard/health
Health
/billboard/charts
List Charts
/billboard/charts/{chart_slug}/snapshots
List Snapshots
/billboard/charts/{chart_slug}/dates
List Chart Dates
/billboard/charts/{chart_slug}/latest
Latest Chart
/billboard/charts/{chart_slug}/preset
Chart By Preset
/billboard/charts/{chart_slug}/weeks-ago/{weeks_ago}
Chart By Weeks Ago
/billboard/charts/{chart_slug}/{chart_date}
Chart By Date
/billboard/search
Search Entries
Examples
curl https://api.soundradar.co/billboard/health
curl -H "X-API-Key: $SOUND_RADAR_API_KEY" \
https://api.soundradar.co/billboard/charts
Operations