SOUND.RADAR API DEV
NOINDEX Docs

SOUND.RADAR API

Clean public paths for partner integrations.

Use https://api.soundradar.co as the base URL. New integrations should call the short service paths below; older compatibility routes stay online behind the same gateway.

Base URL https://api.soundradar.co
Public Style /spotify/latest
Schema /spotify/openapi.json
Auth X-API-Key
Domain api.soundradar.co single public API gateway
Paths Clean short service roots only
Access Keyed protected data endpoints

Routes

Public service map

Each card shows the public root, a representative endpoint, and its guide.

Charts

Spotify

/spotify

Countries, latest charts, date lookup, search, and track history.

Guide
Charts

Billboard

/billboard

Chart list, snapshots, dates, latest rankings, presets, and search.

Guide
Charts

YouTube

/youtube

Snapshots, country feeds, chart pulls, and Shorts backfill data.

Guide
Charts

Korea Chart

/korea-chart

Melon, Genie, and Bugs chart snapshots behind one public root.

Guide
Commerce

Amazon Music

/amazon

Top songs, rank lookups, and latest chart snapshots.

Guide
Commerce

Amazon Digital

/amazon-digital

Digital best-seller snapshots, chart keys, and compatibility feeds.

Guide
Commerce

Amazon CD & Vinyl

/amazon-cd

Physical music categories, best sellers, snapshots, and ASIN history.

Guide
Radio

iHeartRadio

/radio

Stations, current plays, track history, and summary data.

Guide
Signals

X Trends

/x-trends

Location lists, public trends, and WOEID-based trend lookups.

Guide

Examples

Copy-ready requests

Health check

curl https://api.soundradar.co/billboard/health

OpenAPI schema

curl https://api.soundradar.co/spotify/openapi.json

Protected chart request

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

Radio station list

curl -H "X-API-Key: $SOUND_RADAR_API_KEY" \
  https://api.soundradar.co/radio/stations