SOUND.RADAR API DEV
NOINDEX Docs

Charts API

YouTube Charts

YouTube normalized chart data, country bundles, shorts backfills, and latest source payloads.

Overview

What this API is for

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

Public path and credentials

Basehttps://api.soundradar.co/youtube
AuthUse issued API key headers for protected data endpoints. Never ship credentials in browser code.
SchemaOpenAPI JSON and Swagger UI remain available.

Endpoints

Available routes

GET /youtube/

Root

No query/path parameters listed.
GET /youtube/health

Health

No query/path parameters listed.
GET /youtube/snapshots

Snapshots

limit
GET /youtube/latest

Latest

No query/path parameters listed.
GET /youtube/pull.json

Youtube Raw Pull

No query/path parameters listed.
GET /youtube/countries

Youtube Countries

No query/path parameters listed.
GET /youtube/{country}/latest

Youtube Country

countryrequired
GET /youtube/charts

Youtube Normalized Charts

No query/path parameters listed.
GET /youtube/charts/{chart_type}/{period}/{country}/{date}

Youtube Normalized Chart

chart_typerequiredperiodrequiredcountryrequireddaterequiredlimit
GET /youtube/shorts/backfills

Youtube Shorts Backfills

limit
GET /youtube/shorts/backfills/latest

Youtube Shorts Latest Backfill

No query/path parameters listed.
GET /youtube/shorts/global/{period}/{date}

Youtube Shorts Global Period Date

periodrequireddaterequiredlimit

Examples

Request examples

curl https://api.soundradar.co/youtube/health
curl -H "X-API-Key: $SOUND_RADAR_API_KEY" \
  https://api.soundradar.co/youtube/snapshots

Operations

Implementation notes

  • Use public paths only. Internal ports are operational details.
  • Check health before debugging application code.
  • Prefer typed handling for nullable response fields.
  • Coordinate API key changes before partner deployments.