SOUND.RADAR API DEV
NOINDEX Docs

Commerce API

Amazon CD & Vinyl

Physical music best-seller categories, rank lookups, snapshots, and ASIN product history.

Overview

What this API is for

Physical music best-seller categories, rank lookups, snapshots, and ASIN product history. 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-cd
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-cd/

Root

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

Health

No query/path parameters listed.
GET /amazon-cd/categories

Categories

No query/path parameters listed.
GET /amazon-cd/best-sellers/latest

Latest Best Sellers

categorylimitinclude_raw
GET /amazon-cd/best-sellers/rank/{rank}

Get By Rank

rankrequiredcategoryinclude_raw
GET /amazon-cd/best-sellers/snapshots

List Snapshots

categorylimit
GET /amazon-cd/products/{asin}/history

Product History

asinrequiredcategorylimit

Examples

Request examples

curl https://api.soundradar.co/amazon-cd/health
curl -H "X-API-Key: $SOUND_RADAR_API_KEY" \
  https://api.soundradar.co/amazon-cd/categories

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.