SOUND.RADAR API DEV
NOINDEX Docs

Commerce API

Amazon Music

Amazon Music top songs, rank lookups, latest snapshots, and snapshot listing endpoints.

Overview

What this API is for

Amazon Music top songs, rank lookups, latest snapshots, and snapshot listing endpoints. 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/amazon
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 /amazon/

Root

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

Health

No query/path parameters listed.
GET /amazon/top-songs/latest

Latest Top Songs

limit
GET /amazon/top-songs/rank/{rank}

Get Song By Rank

rankrequired
GET /amazon/top-songs/snapshots

List Snapshots

limit

Examples

Request examples

curl https://api.soundradar.co/amazon/health
curl -H "X-API-Key: $SOUND_RADAR_API_KEY" \
  https://api.soundradar.co/amazon/top-songs/latest

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.