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 popular by country API Playground

Returns normalized Spotify country hub shelves from Spotify's countryHubsPage Pathfinder response. The country_code parameter accepts Spotify popular-in country codes from open.

GETapiKey3 credits/requestspotify.countryHubResponseDocSpotify

Endpoint

Choose one catalog endpoint for this request.

30 shown
GETapiKey3 credits/requestspotify.countryHubResponseDocSpotify
GET /spotify/popular-by-country

Retrieve Spotify popular by country

Returns normalized Spotify country hub shelves from Spotify's countryHubsPage Pathfinder response. The country_code parameter accepts Spotify popular-in country codes from open.spotify.com/popular-in/us.

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": "US",
  "countryName": "United States",
  "hexColor": "#EB1E32",
  "sections": [
    {
      "contentId": "CHARTS",
      "title": "Charts",
      "totalCount": 1,
      "items": [
        {
          "uri": "spotify:playlist:37i9dQZEVXbLRQDuF5jeBp",
          "type": "Playlist",
          "title": "Top 50 - USA",
          "subtitle": "Spotify",
          "description": "Your daily update of the most played tracks right now - USA.",
          "externalUrl": "https://open.spotify.com/playlist/37i9dQZEVXbLRQDuF5jeBp"
        }
      ]
    }
  ],
  "supportedCountries": [
    {
      "code": "us",
      "name": "United States"
    }
  ],
  "meta": {
    "operationName": "countryHubsPage",
    "sectionCount": 1,
    "itemCount": 1,
    "fetchedAt": "2026-05-13T19:45:00Z"
  }
}

Endpoint details

Returns normalized Spotify country hub shelves from Spotify's countryHubsPage Pathfinder response. The country_code parameter accepts Spotify popular-in country codes from open.spotify.com/popular-in/us.

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

Request parameters

country_code:queryx-api-key:header

Response schema fields

codedatadata.countryCodedata.countryNamedata.hexColordata.metadata.meta.appVersiondata.meta.fetchedAtdata.meta.itemCountdata.meta.operationNamedata.meta.sectionCountdata.sections

Sample response summary

{
  "countryCode": "US",
  "countryName": "United States",
  "hexColor": "#EB1E32",
  "sections": [
    {
      "contentId": "CHARTS",
      "title": "Charts",
      "totalCount": 1,
      "items": [
        {
          "uri": "spotify:playlist:37i9dQZEVXbLRQDuF5jeBp",
          "type": "Playlist",
          "title": "Top 50 - USA",
          "subtitle": "Spotify",
          "description": "Your daily update of the most played tracks right now - USA.",
          "externalUrl": "https://open.spotify.com/playlist/37i9dQZEVXbLRQDuF5jeBp"
        }
      ]
    }
  ],
  "supportedCountries": [
    {
      "code": "us",
      "name": "United States"
    }
  ],
  "meta": {
    "operationName": "countryHubsPage",
    "sectionCount": 1,
    "itemCount": 1,
    "fetchedAt": "2026-05-13T19:45:00Z"
  }
}

cURL example

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