Ticketmaster · JSON Structure

Ticketmaster Event Structure

Structure documentation for Ticketmaster Discovery API event objects (HAL+JSON format)

Type: Properties: 0
CommerceConcertsEntertainmentEventSportsTicketsVenues

Ticketmaster Event is a JSON Structure definition published by Ticketmaster.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "Ticketmaster Event",
  "description": "Structure documentation for Ticketmaster Discovery API event objects (HAL+JSON format)",
  "format": "HAL+JSON",
  "fields": [
    {
      "name": "id",
      "type": "string",
      "required": true,
      "description": "Unique Ticketmaster event ID (alphanumeric)"
    },
    {
      "name": "name",
      "type": "string",
      "required": true,
      "description": "Display name of the event"
    },
    {
      "name": "type",
      "type": "string",
      "required": false,
      "description": "Resource type, always 'event'"
    },
    {
      "name": "url",
      "type": "string (uri)",
      "required": false,
      "description": "Ticketmaster.com event URL for ticket purchase"
    },
    {
      "name": "locale",
      "type": "string",
      "required": false,
      "description": "BCP 47 locale code (e.g., en-us, fr-fr)"
    },
    {
      "name": "images",
      "type": "array<Image>",
      "required": false,
      "description": "Event images in 16:9, 3:2, and 4:3 aspect ratios at multiple resolutions"
    },
    {
      "name": "dates",
      "type": "object",
      "required": false,
      "description": "Event date/time info including start date, timezone, and status (onsale, cancelled, etc.)"
    },
    {
      "name": "classifications",
      "type": "array<Classification>",
      "required": false,
      "description": "Hierarchical classification: segment > genre > sub-genre"
    },
    {
      "name": "priceRanges",
      "type": "array<PriceRange>",
      "required": false,
      "description": "Ticket price ranges (min/max) in the event currency"
    },
    {
      "name": "_embedded.venues",
      "type": "array<Venue>",
      "required": false,
      "description": "Venue(s) where the event takes place (HAL embedded)"
    },
    {
      "name": "_embedded.attractions",
      "type": "array<Attraction>",
      "required": false,
      "description": "Artists, sports teams, or other performers (HAL embedded)"
    },
    {
      "name": "_links.self",
      "type": "object",
      "required": false,
      "description": "HAL self-link for this event resource"
    }
  ]
}

Work with this as data

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

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