SOUND.RADAR API DEV

Korea Charts API

VIBE Charts

VIBE daily Top 100, domestic rising, and overseas rising chart snapshots.

Overview

What this API is for

VIBE Charts exposes cached chart snapshots for daily Top 100, domestic rising, and overseas rising views. Protected data endpoints require X-API-Key.

Endpoints

Available routes

GET/korea-chart/vibe/charts/daily_top100

VIBE daily Top 100 chart snapshot.

GET/korea-chart/vibe/charts/domestic_rising

VIBE domestic rising chart snapshot.

GET/korea-chart/vibe/charts/oversea_rising

VIBE overseas rising chart snapshot.

Examples

Requests

curl -H "X-API-Key: $SOUND_RADAR_API_KEY" \
  "https://api.soundradar.co/korea-chart/vibe/charts/daily_top100?limit=100"
curl -H "X-API-Key: $SOUND_RADAR_API_KEY" \
  "https://api.soundradar.co/korea-chart/vibe/charts/domestic_rising?limit=20"

Operations

Runtime notes

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