GET
/korea-chart/bugs/charts/realtimeBugs realtime track chart.
Korea Charts API
Realtime, daily, and weekly Bugs chart snapshots with rank changes and MySQL history.
Overview
Bugs Charts exposes cached realtime, daily, and weekly track chart snapshots. Protected data endpoints require X-API-Key.
Endpoints
/korea-chart/bugs/charts/realtimeBugs realtime track chart.
/korea-chart/bugs/charts/dailyBugs daily chart. Source updates around 11:00 KST.
/korea-chart/bugs/charts/weeklyBugs 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/bugs/charts/realtime?limit=10"
curl -H "X-API-Key: $SOUND_RADAR_API_KEY" \
"https://api.soundradar.co/korea-chart/bugs/charts/weekly?limit=100"
Operations
Data is refreshed by korea-chart-refresh.timer every hour at minute 05 and stored in the krchart MySQL database.