v1

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

Get upcoming, past, or all artist events, or events within a date range

artist events

get/artists/{artistname}/events

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

datestring

Can be one of the following values: "upcoming", "past", "all", or a date range e.g. "2015-05-05,2017-05-05". If not specified, only upcoming shows are returned

Response

Shows within a date range for the selected artist

idstring integer required
artist_idstring integer required
urlstring url required
on_sale_datetimestring datetime required
datetimestring datetime required
descriptionstring
lineupstring[] required

Example response

[
  {
    "id": "13722599",
    "artist_id": "438314",
    "url": "http://www.bandsintown.com/event/13722599?app_id=foo&artist=Skrillex&came_from=67",
    "on_sale_datetime": "2017-03-01T18:00:00",
    "datetime": "2017-03-19T11:00:00",
    "description": "This is a description",
    "venue": {
      "name": "Encore Beach Club",
      "latitude": "36.12714",
      "longitude": "-115.1629562",
      "city": "Las Vegas",
      "region": "NV",
      "country": "United States"
    },
    "offers": [
      {
        "type": "Tickets",
        "url": "http://www.bandsintown.com/event/13722599/buy_tickets?app_id=foo&artist=Skrillex&came_from=67",
        "status": "available"
      }
    ]
  }
]