GET
/korea-chart/flo/charts/all_ageFLO all-age chart snapshot. Refreshed hourly.
Korea Charts API
FLO all-age, realtime rising, and hourly rising snapshots served from the Korea chart API.
Overview
FLO Charts exposes all-age rankings plus rising chart snapshots built from frequent observations. Protected data endpoints require X-API-Key.
Endpoints
/korea-chart/flo/charts/all_ageFLO all-age chart snapshot. Refreshed hourly.
/korea-chart/flo/charts/risingPublished rising chart from the 5-minute observation flow.
/korea-chart/flo/charts/rising_hourlyHourly rising chart built for the previous observation window.
Examples
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
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.