Public Playground

Preview the endpoint before sending a live request

Sample responses, schemas, request previews, and code snippets are visible before sign in. Create an account when you are ready to save an API key and run authenticated requests.

Playground

Retrieve Spotify featured charts by country API Playground

Returns normalized Spotify country hub content from Spotify's countryHubContent Pathfinder response. Defaults to the CHARTS content shelf for the requested country.

GETapiKey3 credits/requestspotify.countryHubContentResponseDocSpotify

Endpoint

Choose one catalog endpoint for this request.

30 shown
GETapiKey3 credits/requestspotify.countryHubContentResponseDocSpotify
GET /spotify/featured-charts-by-country

Retrieve Spotify featured charts by country

Returns normalized Spotify country hub content from Spotify's countryHubContent Pathfinder response. Defaults to the CHARTS content shelf for the requested country.

API key required. Paste a full key or rotate one from the API Keys page.

Set up API key
View docs

API key

API key required for live requests. Your key is only used to send requests from this Playground.

not configured

Active Playground key: not configured

Manage API keys in Console

Add an API key to send a live request.

If an active API key is configured, Copy cURL includes it. Share links never include API keys.

View docs
Sample responseGET

Shown before your first request. Add an API key and send a request to see the live response, status, latency, and headers.

{
  "countryCode": "ID",
  "countryName": "Indonesia",
  "hexColor": "#F037A5",
  "contentId": "CHARTS",
  "title": "Featured Charts",
  "items": [
    {
      "uri": "spotify:playlist:37i9dQZEVXbObFQZ3JLcXt",
      "type": "Playlist",
      "title": "Top 50 - Indonesia",
      "subtitle": "Spotify",
      "description": "Your daily update of the most played tracks right now - Indonesia.",
      "externalUrl": "https://open.spotify.com/playlist/37i9dQZEVXbObFQZ3JLcXt",
      "attributes": {
        "rank_type": "plays",
        "chart_entity_type": "track"
      }
    }
  ],
  "meta": {
    "operationName": "countryHubContent",
    "itemCount": 1,
    "fetchedAt": "2026-05-13T20:03:43Z"
  }
}

Endpoint details

Returns normalized Spotify country hub content from Spotify's countryHubContent Pathfinder response. Defaults to the CHARTS content shelf for the requested country.

Method
GET
Path
/spotify/featured-charts-by-country
Authentication
apiKey
Credit cost
3 credits/request
Platform
Spotify
Parameters
3 documented fields

Request parameters

country_code:querycontent_id:queryx-api-key:header

Response schema fields

codedatadata.contentIddata.countryCodedata.countryNamedata.hexColordata.itemsdata.items[].albumdata.items[].album.descriptiondata.items[].album.externalUrldata.items[].album.imageUrldata.items[].album.images

Sample response summary

{
  "countryCode": "ID",
  "countryName": "Indonesia",
  "hexColor": "#F037A5",
  "contentId": "CHARTS",
  "title": "Featured Charts",
  "items": [
    {
      "uri": "spotify:playlist:37i9dQZEVXbObFQZ3JLcXt",
      "type": "Playlist",
      "title": "Top 50 - Indonesia",
      "subtitle": "Spotify",
      "description": "Your daily update of the most played tracks right now - Indonesia.",
      "externalUrl": "https://open.spotify.com/playlist/37i9dQZEVXbObFQZ3JLcXt",
      "attributes": {
        "rank_type": "plays",
        "chart_entity_type": "track"
      }
    }
  ],
  "meta": {
    "operationName": "countryHubContent",
    "itemCount": 1,
    "fetchedAt": "2026-05-13T20:03:43Z"
  }
}

cURL example

curl "https://api.crawlora.net/api/v1/spotify/featured-charts-by-country" \
  -H "x-api-key: <api-key>"