SOUND.RADAR API DEV
NOINDEX Docs

Korea Charts API

FLO Charts

FLO all-age, realtime rising, and hourly rising snapshots served from the Korea chart API.

Overview

What this API is for

FLO Charts exposes all-age rankings plus rising chart snapshots built from frequent observations. Protected data endpoints require X-API-Key.

Endpoints

Available routes

GET/korea-chart/flo/charts/all_age

FLO all-age chart snapshot. Refreshed hourly.

GET/korea-chart/flo/charts/rising

Published rising chart from the 5-minute observation flow.

GET/korea-chart/flo/charts/rising_hourly

Hourly rising chart built for the previous observation window.

Examples

Requests

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

Operations

Runtime notes

FLO all-age and hourly rising data are handled by flo-hourly.timer. Rising observation data is handled by flo-observe.timer, which runs every 5 minutes.