SOUND.RADAR API DEV

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 through a normalized TOP100 response. 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

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