Spotify Scraper

ENDPOINTS
GET/concerts/details

Concert Details

Get a concert with date, venue, line-up, genres and ticket sellers.

QUERY PARAMS

Spotify concert ID, URI or open.spotify.com concert link.

Examples:

  • ID: 662FQPoFwqt6JVawvWS1FU
  • URI: spotify:concert:662FQPoFwqt6JVawvWS1FU
  • URL: https://open.spotify.com/concert/662FQPoFwqt6JVawvWS1FU
{
  "id": "662FQPoFwqt6JVawvWS1FU",
  "title": "Harry Styles, Kylie Minogue",
  "link": "https://open.spotify.com/concert/662FQPoFwqt6JVawvWS1FU",
  "starts_at": "2027-05-01T19:30:00-07:00",
  "doors_open_at": null,
  "status": "unknown",
  "is_festival": false,
  "age_restriction": null,
  "venue": {
    "name": "Rose Bowl",
    "city": "Pasadena",
    "region": "CA",
    "country": "US",
    "latitude": 34.16146505,
    "longitude": -118.1675131
  },
  "artists": [
    {
      "type": "artist",
      "id": "6KImCVD70vtIoJWnq6nGn3",
      "name": "Harry Styles",
      "link": "https://open.spotify.com/artist/6KImCVD70vtIoJWnq6nGn3",
      "is_verified": null,
      "images": [
        {
          "link": "https://i.scdn.co/image/ab6761610000e5ebe309f8c3056a59f20d0968ca",
          "width": 640,
          "height": 640
        },
        {
          "link": "https://i.scdn.co/image/ab67616100005174e309f8c3056a59f20d0968ca",
          "width": 320,
          "height": 320
        },
        {
          "link": "https://i.scdn.co/image/ab6761610000f178e309f8c3056a59f20d0968ca",
          "width": 160,
          "height": 160
        }
      ]
    },
    {
      "type": "artist",
      "id": "4RVnAU35WRWra6OZ3CbbMA",
      "name": "Kylie Minogue",
      "link": "https://open.spotify.com/artist/4RVnAU35WRWra6OZ3CbbMA",
      "is_verified": null,
      "images": [
        {
          "link": "https://i.scdn.co/image/ab6761610000e5eb6e6e182a0d4e0f481db722e2",
          "width": 640,
          "height": 640
        },
        {
          "link": "https://i.scdn.co/image/ab676161000051746e6e182a0d4e0f481db722e2",
          "width": 320,
          "height": 320
        },
        {
          "link": "https://i.scdn.co/image/ab6761610000f1786e6e182a0d4e0f481db722e2",
          "width": 160,
          "height": 160
        }
      ]
    }
  ],
  "genres": [
    "dance pop",
    "pop",
    "europop",
    "eurodance",
    "art pop"
  ],
  "tickets": [
    {
      "seller": "Ticketmaster",
      "link": "https://ticketmaster.evyy.net/c/296934/271177/4272?sharedId=&subId1=&subId3=662FQPoFwqt6JVawvWS1FU&u=https%3A%2F%2Fwww.ticketmaster.com%2Fharry-styles-together-together-pasadena-california-05-01-2027%2Fevent%2F0B00652EB5864AF8&utm_medium=affiliate",
      "sale_type": "on-sale",
      "availability": "sold_out",
      "min_price": null,
      "max_price": null,
      "currency": null,
      "is_first_party": false,
      "has_promo_codes": false,
      "sale_starts_at": "2026-09-16T16:00:00Z",
      "sale_ends_at": "2027-05-02T04:30:00Z"
    }
  ],
  "related_concerts": null
}