Bandsintown · Schema

VenueData

Venue information for a Bandsintown concert event

ConcertsLive MusicEventArtistsVenuesMusic Discoverytour datesTicketsfan notificationsEntertainment

Properties

Name Type Description
name string Name of the venue
latitude string Geographic latitude of the venue
longitude string Geographic longitude of the venue
city string City where the venue is located
region string State or region where the venue is located
country string Country where the venue is located
View JSON Schema on GitHub

JSON Schema

venue-data.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/bandsintown/main/json-schema/venue-data.json",
  "title": "VenueData",
  "description": "Venue information for a Bandsintown concert event",
  "type": "object",
  "required": ["name", "latitude", "longitude", "city", "region", "country"],
  "properties": {
    "name": {
      "type": "string",
      "description": "Name of the venue",
      "example": "Encore Beach Club"
    },
    "latitude": {
      "type": "string",
      "description": "Geographic latitude of the venue",
      "example": "36.12714"
    },
    "longitude": {
      "type": "string",
      "description": "Geographic longitude of the venue",
      "example": "-115.1629562"
    },
    "city": {
      "type": "string",
      "description": "City where the venue is located",
      "example": "Las Vegas"
    },
    "region": {
      "type": "string",
      "description": "State or region where the venue is located",
      "example": "NV"
    },
    "country": {
      "type": "string",
      "description": "Country where the venue is located",
      "example": "United States"
    }
  }
}

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/venue-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 email required.

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