Pandora Track Chart
Return Pandora track chart entries. Served by the CCC (cm_chart_cache_v2) pipeline.
- Type: string enumchart
Type requiredPandora track chart type (e.g.
top_spins,top_thumbs).values- top
_thumb _hundred - top
_spins
- 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 enumduration
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/pandora/track/top_thumb_hundred \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
"obj": [
{
"entityId": 142829508,
"targetId": "S159745474",
"country": "",
"cityId": 0,
"genre": "country, alternative, pop",
"rank": 1,
"rankDiff": 0,
"rankTrend": [
{
"timestp": "2025-06-05",
"rank": "1"
}
],
"peakDate": "2025-05-29",
"peakRank": 1,
"velocity7Day": 0,
"periodsOnChart": 22,
"consecutivePeriods": 5,
"chartedDate": "2025-06-26",
"name": "I'm The Problem",
"imageUrl": "https://i.scdn.co/image/ab67616d0000b273985da65c010002691e5ba05a",
"createdAt": "2025-07-04T20:12:44.000Z",
"artists": [
{
"careerStage": "superstar",
"code2": "US",
"id": 212715,
"name": "Morgan Wallen",
"imageUrl": "https://i.scdn.co/image/ab6761610000e5eb4245b1652fcc23f2b76ccd07"
}
],
"album": {
"id": 42059519,
"name": "I'm The Problem",
"label": "Big Loud Records / Mercury Records / Republic Records",
"releaseDate": "2025-01-31T00:00:00.000Z"
},
"optionalRows": {
"artistName": "Morgan Wallen",
"overallRank": 0,
"score": 3075628,
"isComeback": false
},
"targetExtras": {
"pandoraLifetimeStationsAdded": 20796,
"pandoraLifetimeStreams": 79701790
},
"isChartGenre": true
}
]
}