Skip to main content
GET
/
api
/
v1
/
artists
/
concerts
Get artist concerts
curl --request GET \
  --url https://spotify-api31.p.rapidapi.com/api/v1/artists/concerts \
  --header 'x-rapidapi-key: <api-key>'
{
  "message": "Success",
  "statusCode": 200,
  "pagination": {
    "total": 100,
    "hasMore": true,
    "continuation": "CDsQ8FsiEwje95_F1pmRAxXlsykDHUX"
  },
  "data": {
    "items": [
      {
        "title": "Lady Gaga",
        "uri": "spotify:concert:1X87ZdtrR3mjpy6tl0Cpe0",
        "startDateIsoString": "2026-01-21T19:00+09:00",
        "location": {
          "city": "Osaka"
        },
        "artists": [
          {
            "name": "Lady Gaga"
          }
        ]
      }
    ],
    "nearby": {
      "locationName": "Hanoi",
      "concerts": [
        {
          "title": "Lady Gaga",
          "uri": "spotify:concert:1X87ZdtrR3mjpy6tl0Cpe0",
          "startDateIsoString": "2026-01-21T19:00+09:00",
          "location": {
            "city": "Osaka"
          },
          "artists": [
            {
              "name": "Lady Gaga"
            }
          ]
        }
      ]
    }
  }
}

Authorizations

x-rapidapi-key
string
header
required

API Key

Query Parameters

uri
string
required

Spotify artist URI to get artist concerts

Example:

"spotify:artist:1HY2Jd0NmPuamShAr6KMms"

Response

Success

message
string
Example:

"Success"

statusCode
number
Example:

200

pagination
object
data
object

Artist concerts information