GET
/amazon-cd/
Root
No query/path parameters listed.
Commerce API
Physical music best-seller categories, rank lookups, snapshots, and ASIN product history.
Overview
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
https://api.soundradar.co/amazon-cdEndpoints
/amazon-cd/
Root
/amazon-cd/health
Health
/amazon-cd/categories
Categories
/amazon-cd/best-sellers/latest
Latest Best Sellers
/amazon-cd/best-sellers/rank/{rank}
Get By Rank
/amazon-cd/best-sellers/snapshots
List Snapshots
/amazon-cd/products/{asin}/history
Product History
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