Circle Chart
Return Circle (Gaon) chart entries for the given entityType (track or album). Shape matches the generic regional CCC chart row. Hydrated rows may include externalId.
- Type: string enumentity
Type requiredChart entity (
trackoralbum).values- track
- album
- artist
- video
- Type: string enumchart
Type requiredCircle (Gaon) chart type. Allowed values depend on
entityType.values- global
_k _pop - digital
- top
- retail
- Type: string Format: datedate
Date for the chart slice (
YYYY-MM-DD). Required unlesslatest=true. - Type: booleanlatest
If true, use the most recently available chart date and ignore
date. - Type: integerlimitmin:1
Maximum number of items to return per request.
- Type: integeroffsetmin:0
Number of items to skip from the start of the result set; pair with
limitto paginate. - code2
ISO 3166-1 alpha-2 country code (uppercase, e.g. 'US') or 'GLOBAL'. When omitted, the platform's default chart scope applies.
- Type: stringmin length:2max length:2
ISO 3166-1 alpha-2 country code (2 letters, e.g. 'US', 'BR', 'GB').
- Type: string enumdurationrequired
Chart duration window. One of
daily,monthly,weekly,yearly,semi-yearly,real-time,all_time.values- daily
- monthly
- weekly
- yearly
- semi
-yearly - real
-time - all
_time
- Type: stringgenremax length:100
Genre filter for the chart slice. Lowercased and trimmed.
- Type: integercity
Id min:0max:2147483647Chartmetric city ID to scope the chart to a city.
- application/json
curl 'https://api.chartmetric.com/api/charts/circle/track/global_k_pop?duration=daily' \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
"obj": [
{
"entityId": 138071658,
"targetId": "141653",
"duration": "weekly",
"country": "",
"cityId": 0,
"genre": "pop, k-pop, dance",
"rank": 1,
"rankDiff": 0,
"rankTrend": [
{
"timestp": "2025-03-16",
"rank": "1"
}
],
"peakDate": "2024-10-20",
"peakRank": 1,
"velocity7Day": 0,
"periodsOnChart": 33,
"consecutivePeriods": 33,
"chartedDate": "2025-05-25",
"name": "APT.",
"imageUrl": "https://i.scdn.co/image/ab67616d0000b27336032cb4acd9df050bc2e197",
"createdAt": "2025-06-12T01:29:31.000Z",
"artists": [
{
"careerStage": "superstar",
"code2": "KR",
"id": 4114519,
"name": "ROSÉ",
"imageUrl": "https://i.scdn.co/image/ab6761610000e5ebcfb4350222919670128ff2dc"
}
],
"album": {
"id": 39667137,
"name": "APT.",
"label": "Atlantic Records",
"releaseDate": "2024-10-18T00:00:00.000Z"
},
"externalId": 141653,
"optionalRows": {
"overallRank": 0,
"score": 0,
"isComeback": false
},
"targetExtras": {
"airplayStreams": 633819
},
"isChartGenre": true
}
]
}