SOUND.RADAR API DEV

Korea Charts API

Melon Charts

Realtime, HOT100 D100, HOT100 D30, daily, and weekly Melon chart snapshots served through SOUND.RADAR.

Overview

What this API is for

Melon Charts exposes separate cached snapshots for realtime, HOT100, daily, and weekly charts. Protected data endpoints require X-API-Key.

Endpoints

Available routes

GET/korea-chart/melon/charts/realtime

Melon realtime chart.

GET/korea-chart/melon/charts/hot100_d100

Melon HOT100 chart with chartType=D100.

GET/korea-chart/melon/charts/hot100_d30

Melon HOT100 chart with chartType=D30.

GET/korea-chart/melon/charts/daily

Melon daily chart. Source updates around 11:00 KST.

GET/korea-chart/melon/charts/weekly

Melon weekly chart. Source updates Monday around 13:00 KST.

Examples

Requests

curl -H "X-API-Key: $SOUND_RADAR_API_KEY" \
  "https://api.soundradar.co/korea-chart/melon/charts/hot100_d100?limit=10"
curl -H "X-API-Key: $SOUND_RADAR_API_KEY" \
  "https://api.soundradar.co/korea-chart/melon/charts/daily?limit=100"

Operations

Runtime notes

The Melon channel refreshes hourly and publishes normalized snapshots behind the public /korea-chart/melon contract.