SOUND.RADAR API DEV

SOUND.RADAR

API Center

Developer center for SOUND.RADAR chart intelligence, music discovery, radio monitoring, and commerce data services.

Checking services online
Status refresh pending
Services 18 public root paths
Domains 3 charts, radio, commerce
Docs 17 center index + service guides
Access Keyed protected data endpoints

Service Catalog

Production-facing API surfaces

Filter by domain, verify live status, then open the branded guide for usage notes or the health endpoint for a quick operational check.

S Checking

Spotify Charts

Spotify chart data service for SOUND.RADAR ranking workflows.

/spotify Chart channel
B Checking

Billboard Charts

Billboard chart snapshots, dates, rank history, and latest chart entries.

/billboard Chart channel
DJ Checking

DJ Radar

Global DJ rankings — 22,931 DJs with rank, country, genre, images, bios, and full discography.

/djrankings Artists channel
UK Checking

Official UK Charts

Official UK chart snapshots, chart lists, latest rankings, week views, and entry search.

/official-uk Chart channel
A Checking

Artist History

Artist-centered chart history aggregation across SoundRadar chart databases and cached source coverage.

/artist-history-api Artists channel
M Checking

Melon Charts

Melon realtime, HOT100, daily, and weekly chart snapshots with rank changes.

/korea-chart Korea channel
B Checking

Bugs Charts

Bugs realtime, daily, and weekly chart signals with historical rank movement.

/korea-chart Korea channel
G Checking

Genie Charts

Genie realtime, daily, and weekly Top 200 chart data served as TOP100 APIs.

/korea-chart Korea channel
F Checking

FLO Charts

FLO all-age and rising chart snapshots, including 5-minute observation data.

/korea-chart/flo Korea channel
V Checking

VIBE Charts

VIBE daily Top 100, domestic rising, and overseas rising chart snapshots.

/korea-chart/vibe Korea channel
I Checking

iTunes Digital

Country-level iTunes chart intelligence normalized for partner products.

/itunes-digital Chart channel
Y Checking

YouTube Charts

YouTube video and shorts chart bundles for global and country views.

/youtube Video channel
X Checking

X Trends

X trend signals by WOEID with location-based lookups and fresh snapshots.

/x-trends Trend channel
T Checking

TikTok Trending

Chartmetric TikTok popular track charts by country and daily or weekly interval.

/tiktok
S Checking

Shazam Charts

Recognition-led Top 200, genre, viral, and city chart snapshots for early discovery signals.

/shazam Discovery channel
A Checking

Amazon Music

Amazon Music chart service for music ranking and catalog signals.

/amazon Commerce channel
D Checking

Amazon Digital

Digital music best-seller signals refreshed for commerce intelligence.

/amazon-digital Commerce channel
V Checking

Amazon CD & Vinyl

Physical music best-seller rankings, product history, and snapshots.

/amazon-cd Commerce channel
R Checking

iHeartRadio

Radio station directory, current plays, and monitored track history.

/radio Radio channel

Engineering Standards

A predictable contract for partner and product integrations.

Each service keeps a branded guide, an original Swagger surface, and a health check. The public domain is the contract; data pipelines and runtime details stay behind the SOUND.RADAR platform.

01

Availability first

Health and OpenAPI links are public service checks. A Live badge means the reverse proxy and backing application are reachable from the public domain.

02

Guide before schema

Use the branded guide for implementation context, then open Swagger when exact request models or interactive testing are needed.

03

Credential discipline

Protected endpoints should be called with the issued API key header. Keep keys outside client-side code and rotate them when a partner integration changes.

Request Pattern

Clean public paths, private platform channels.

Public integrations should use https://api.soundradar.co with the short service paths below. Legacy -api paths remain available only for compatibility.

Base URL https://api.soundradar.co
Auth Send issued API keys from trusted backend integrations only.
Docs Use service docs such as /spotify/docs or /youtube/docs.
Status Cards check the current public paths for each branded channel.

Operations

Release and maintenance notes

Short public paths enabled

Moved public examples to clean service roots like /spotify, /billboard, /youtube, and /radio.

api.soundradar.co mapped

Separated the API center onto the SoundRadar API domain with SSL, status checks, and branded guides.

Compatibility routes retained

Kept legacy -api paths online while publishing shorter integration URLs for new partners.

Reference

Common integration examples

Health check

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

OpenAPI schema

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

Protected request

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