Bandsintown · Example Payload

Event Data Example

An epic night of electronic music featuring Skrillex

concertslive musiceventsartistsvenuesmusic discoverytour datesticketsfan notificationsentertainment

Event Data Example is an example object payload from Bandsintown, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idartist_idurlon_sale_datetimedatetimedescriptionvenueofferslineup

Example Payload

Raw ↑
{
  "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": "An epic night of electronic music featuring Skrillex",
  "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"
    }
  ],
  "lineup": [
    "Skrillex",
    "Diplo"
  ]
}