Home
SeatGeek
Seatgeek Event Structure
Seatgeek Event Structure
Structural documentation for a SeatGeek live event
Type:
Properties: 13
Event Tickets Live Events Concerts Sports Venues Ticketing
SeatGeek Event Structure is a JSON Structure definition published by SeatGeek, describing 13 properties.
Properties
id
title
short_title
datetime_utc
datetime_local
datetime_tbd
status
type
score
url
venue
performers
stats
Meta-schema:
JSON Structure
{
"name": "SeatGeek Event Structure",
"description": "Structural documentation for a SeatGeek live event",
"properties": {
"id": { "type": "integer", "description": "Unique SeatGeek event ID" },
"title": { "type": "string", "description": "Full event title" },
"short_title": { "type": "string", "description": "Abbreviated title" },
"datetime_utc": { "type": "string", "description": "Event datetime in UTC (ISO 8601)" },
"datetime_local": { "type": "string", "description": "Event datetime in local timezone" },
"datetime_tbd": { "type": "boolean", "description": "Whether time is still to be determined" },
"status": { "type": "string", "description": "Event status: normal, cancelled, rescheduled, contingent" },
"type": { "type": "string", "description": "Event type classification" },
"score": { "type": "number", "description": "SeatGeek popularity score (0-100)" },
"url": { "type": "string", "description": "SeatGeek ticket purchase URL" },
"venue": {
"type": "object",
"description": "Venue where the event is held",
"properties": {
"id": { "type": "integer" },
"name": { "type": "string" },
"city": { "type": "string" },
"state": { "type": "string" },
"country": { "type": "string" },
"address": { "type": "string" },
"location": {
"lat": { "type": "number" },
"lon": { "type": "number" }
}
}
},
"performers": {
"type": "array",
"description": "Artists or teams performing at the event",
"items": {
"id": { "type": "integer" },
"name": { "type": "string" },
"slug": { "type": "string" },
"type": { "type": "string" },
"score": { "type": "number" }
}
},
"stats": {
"type": "object",
"description": "Ticket pricing statistics",
"properties": {
"listing_count": { "type": "integer" },
"average_price": { "type": "number" },
"lowest_price": { "type": "number" },
"highest_price": { "type": "number" },
"median_price": { "type": "number" }
}
}
}
}
Every JSON Structure 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 json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/seatgeek-event-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.