v1

latestSwagger 2.0Terms and Conditions2026-07-13246.7 KB
artist information

Get artist information

Get artist information

get/artists/{artistname}

Path parameters

artistnamestring required

The name of the artist. If it contains one of the special characters below, please be sure to replace it by the corresponding code: for / use %252F, for ? use %253F, for * use %252A, and for " use %27C

Query parameters

app_idstring required

The application ID assigned to you by Bandsintown

Response

200 response

idinteger
namestring required
urlstring url required
image_urlstring url required
thumb_urlstring url required
facebook_page_urlstring url required
mbidstring required
tracker_countinteger required
upcoming_event_countinteger required

Example response

{
  "id": 510,
  "name": "Maroon 5",
  "url": "http://www.bandsintown.com/Maroon5?came_from=67",
  "image_url": "https://s3.amazonaws.com/bit-photos/large/7481529.jpeg",
  "thumb_url": "https://s3.amazonaws.com/bit-photos/thumb/7481529.jpeg",
  "facebook_page_url": "https://www.facebook.com/maroon5",
  "mbid": "0ab49580-c84f-44d4-875f-d83760ea2cfe"
}