GET
/korea-chart/melon/charts/realtimeMelon realtime chart.
Korea Charts API
Realtime, HOT100 D100, HOT100 D30, daily, and weekly Melon chart snapshots served from MySQL.
Overview
Melon Charts exposes separate cached snapshots for realtime, HOT100, daily, and weekly charts. Protected data endpoints require X-API-Key.
Endpoints
/korea-chart/melon/charts/realtimeMelon realtime chart.
/korea-chart/melon/charts/hot100_d100Melon HOT100 chart with chartType=D100.
/korea-chart/melon/charts/hot100_d30Melon HOT100 chart with chartType=D30.
/korea-chart/melon/charts/dailyMelon daily chart. Source updates around 11:00 KST.
/korea-chart/melon/charts/weeklyMelon weekly chart. Source updates Monday around 13:00 KST.
Examples
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
Data is refreshed by korea-chart-refresh.timer every hour at minute 05 and stored in the krchart MySQL database.