Pandora Track Chart

Return Pandora track chart entries. Served by the CCC (cm_chart_cache_v2) pipeline.

Path Parameters
  • chartType
    Type: string enum
    required

    Pandora track chart type (e.g. top_spins, top_thumbs).

    values
    • top_thumb_hundred
    • top_spins
Query Parameters
  • date
    Type: string Format: date

    Date for the chart slice (YYYY-MM-DD). Required unless latest=true.

  • latest
    Type: boolean

    If true, use the most recently available chart date and ignore date.

  • limit
    Type: integer
    min:  
    1

    Maximum number of items to return per request.

  • offset
    Type: integer
    min:  
    0

    Number of items to skip from the start of the result set; pair with limit to 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: string
      min length:  
      2
      max length:  
      2

      ISO 3166-1 alpha-2 country code (2 letters, e.g. 'US', 'BR', 'GB').

  • duration
    Type: string enum

    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
  • genre
    Type: string
    max length:  
    100

    Genre filter for the chart slice. Lowercased and trimmed.

  • cityId
    Type: integer
    min:  
    0
    max:  
    2147483647

    Chartmetric city ID to scope the chart to a city.

Responses
  • application/json
Request Example for get/api/charts/pandora/track/{chartType}
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
    }
  ]
}