SOUND.RADAR API DEV
NOINDEX Docs

Korea Charts API

Genie Charts

Realtime, daily, and weekly Genie chart snapshots normalized as TOP100 API payloads.

Overview

What this API is for

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

Available routes

GET/korea-chart/genie/charts/realtime

Genie realtime chart using ditc=D&rtm=Y.

GET/korea-chart/genie/charts/daily

Genie daily chart using ditc=D&rtm=N. Source updates around 11:00 KST.

GET/korea-chart/genie/charts/weekly

Genie weekly chart using ditc=W&rtm=N. Source updates Monday around 13:00 KST.

Examples

Requests

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

Runtime notes

Data is refreshed by korea-chart-refresh.timer every hour at minute 05 and stored in the krchart MySQL database.