GET
/korea-chart/genie/charts/realtimeGenie realtime chart using ditc=D&rtm=Y.
Korea Charts API
Realtime, daily, and weekly Genie chart snapshots normalized as TOP100 API payloads.
Overview
Genie Charts exposes realtime, daily, and weekly chart snapshots. The collector reads Genie pages 1 and 2, then returns the first 100 entries. Protected data endpoints require X-API-Key.
Endpoints
/korea-chart/genie/charts/realtimeGenie realtime chart using ditc=D&rtm=Y.
/korea-chart/genie/charts/dailyGenie daily chart using ditc=D&rtm=N. Source updates around 11:00 KST.
/korea-chart/genie/charts/weeklyGenie weekly chart using ditc=W&rtm=N. Source updates Monday around 13:00 KST.
Examples
curl -H "X-API-Key: $SOUND_RADAR_API_KEY" \
"https://api.soundradar.co/korea-chart/genie/charts/realtime?limit=10"
curl -H "X-API-Key: $SOUND_RADAR_API_KEY" \
"https://api.soundradar.co/korea-chart/genie/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.