GET
/youtube/
Root
No query/path parameters listed.
Charts API
YouTube normalized chart data, country bundles, shorts backfills, and latest source payloads.
Overview
YouTube normalized chart data, country bundles, shorts backfills, and latest source payloads. Use this branded guide for orientation, then use the original Swagger page for full schemas and interactive testing.
Access
https://api.soundradar.co/youtubeEndpoints
/youtube/
Root
/youtube/health
Health
/youtube/snapshots
Snapshots
/youtube/latest
Latest
/youtube/pull.json
Youtube Raw Pull
/youtube/countries
Youtube Countries
/youtube/{country}/latest
Youtube Country
/youtube/charts
Youtube Normalized Charts
/youtube/charts/{chart_type}/{period}/{country}/{date}
Youtube Normalized Chart
/youtube/shorts/backfills
Youtube Shorts Backfills
/youtube/shorts/backfills/latest
Youtube Shorts Latest Backfill
/youtube/shorts/global/{period}/{date}
Youtube Shorts Global Period Date
Examples
curl https://api.soundradar.co/youtube/health
curl -H "X-API-Key: $SOUND_RADAR_API_KEY" \
https://api.soundradar.co/youtube/snapshots
Operations