Bandsintown · Schema

EventData

Concert event information returned by the Bandsintown API

ConcertsLive MusicEventArtistsVenuesMusic Discoverytour datesTicketsfan notificationsEntertainment

Properties

Name Type Description
id string Bandsintown event ID
artist_id string Bandsintown artist ID associated with this event
url string URL to the Bandsintown event page
on_sale_datetime string Date and time when tickets go on sale
datetime string Date and time of the event
description string Description of the event
venue object Venue information for the event
offers array List of ticket offers available for the event
lineup array List of artists performing at this event
View JSON Schema on GitHub

JSON Schema

event-data.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/bandsintown/main/json-schema/event-data.json",
  "title": "EventData",
  "description": "Concert event information returned by the Bandsintown API",
  "type": "object",
  "required": ["id", "artist_id", "url", "on_sale_datetime", "datetime", "venue", "offers", "lineup"],
  "properties": {
    "id": {
      "type": "string",
      "description": "Bandsintown event ID",
      "example": "13722599"
    },
    "artist_id": {
      "type": "string",
      "description": "Bandsintown artist ID associated with this event",
      "example": "438314"
    },
    "url": {
      "type": "string",
      "format": "uri",
      "description": "URL to the Bandsintown event page",
      "example": "http://www.bandsintown.com/event/13722599?app_id=foo&artist=Skrillex&came_from=67"
    },
    "on_sale_datetime": {
      "type": "string",
      "format": "date-time",
      "description": "Date and time when tickets go on sale",
      "example": "2017-03-01T18:00:00"
    },
    "datetime": {
      "type": "string",
      "format": "date-time",
      "description": "Date and time of the event",
      "example": "2017-03-19T11:00:00"
    },
    "description": {
      "type": "string",
      "description": "Description of the event",
      "example": "This is a description"
    },
    "venue": {
      "$ref": "venue-data.json",
      "description": "Venue information for the event"
    },
    "offers": {
      "type": "array",
      "description": "List of ticket offers available for the event",
      "items": {
        "$ref": "offer-data.json"
      }
    },
    "lineup": {
      "type": "array",
      "description": "List of artists performing at this event",
      "items": {
        "type": "string"
      }
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/event-data"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.