SOUND.RADAR API DEV
NOINDEX Docs

Charts API

iTunes Digital

iTunes digital chart snapshots, country combo feeds, latest chart pulls, and raw compatibility payloads.

Overview

What this API is for

iTunes digital chart snapshots, country combo feeds, latest chart pulls, and raw compatibility 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/itunes-digital
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 /itunes-digital/

Root

No query/path parameters listed.
GET /itunes-digital/health

Health

No query/path parameters listed.
GET /itunes-digital/snapshots

Snapshots

limit
GET /itunes-digital/latest

Latest

No query/path parameters listed.
GET /itunes-digital/pull.json

Itunes Raw Pull

No query/path parameters listed.
GET /itunes-digital/combos

Itunes Combos

No query/path parameters listed.
GET /itunes-digital/{combo}/{country}/latest

Itunes Country

comborequiredcountryrequiredlimit

Examples

Request examples

curl https://api.soundradar.co/itunes-digital/health
curl -H "X-API-Key: $SOUND_RADAR_API_KEY" \
  https://api.soundradar.co/itunes-digital/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.