Ticketmaster · Example Payload

Ticketmaster Search Events Example

CommerceConcertsEntertainmentEventSportsTicketsVenues

Ticketmaster Search Events Example is an example object payload from Ticketmaster, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "GET",
    "url": "https://app.ticketmaster.com/discovery/v2/events.json?apikey=YOUR_API_KEY&keyword=Taylor+Swift&countryCode=US&startDateTime=2026-05-01T00:00:00Z&endDateTime=2026-12-31T23:59:59Z&size=3",
    "headers": {
      "Accept": "application/json"
    }
  },
  "response": {
    "status": 200,
    "body": {
      "_embedded": {
        "events": [
          {
            "id": "vvG1kZB9E_dBdQeC",
            "name": "Taylor Swift | The Eras Tour",
            "type": "event",
            "url": "https://www.ticketmaster.com/event/vvG1kZB9E_dBdQeC",
            "locale": "en-us",
            "images": [
              {
                "ratio": "16_9",
                "url": "https://s1.ticketm.net/dam/a/db8/taylor-swift_16_9.jpg",
                "width": 2048,
                "height": 1152,
                "fallback": false
              }
            ],
            "dates": {
              "start": {
                "localDate": "2026-08-15",
                "localTime": "19:00:00",
                "dateTime": "2026-08-16T00:00:00Z",
                "dateTBD": false,
                "timeTBD": false,
                "noSpecificTime": false
              },
              "status": {
                "code": "onsale"
              },
              "timezone": "America/Los_Angeles"
            },
            "classifications": [
              {
                "primary": true,
                "segment": {"id": "KZFzniwnSyZfZ7v7nJ", "name": "Music"},
                "genre": {"id": "KnvZfZ7vAeA", "name": "Pop"},
                "subGenre": {"id": "KZazBEonSMnZfZ7vk1I", "name": "Pop"}
              }
            ],
            "priceRanges": [
              {
                "type": "standard",
                "currency": "USD",
                "min": 49.50,
                "max": 299.00
              }
            ],
            "_embedded": {
              "venues": [
                {
                  "id": "KovZpZA7AEVA",
                  "name": "SoFi Stadium",
                  "city": {"name": "Inglewood"},
                  "state": {"name": "California", "stateCode": "CA"},
                  "country": {"name": "United States Of America", "countryCode": "US"},
                  "address": {"line1": "1001 S Prairie Ave"},
                  "location": {"longitude": "-118.3392", "latitude": "33.9535"}
                }
              ],
              "attractions": [
                {
                  "id": "K8vZ91713eV",
                  "name": "Taylor Swift",
                  "classifications": [
                    {
                      "segment": {"id": "KZFzniwnSyZfZ7v7nJ", "name": "Music"},
                      "genre": {"id": "KnvZfZ7vAeA", "name": "Pop"}
                    }
                  ]
                }
              ]
            }
          }
        ]
      },
      "_links": {
        "self": {"href": "/discovery/v2/events.json?keyword=Taylor+Swift&countryCode=US&page=0&size=3&sort=date,asc"},
        "next": {"href": "/discovery/v2/events.json?keyword=Taylor+Swift&countryCode=US&page=1&size=3&sort=date,asc"}
      },
      "page": {
        "size": 3,
        "totalElements": 24,
        "totalPages": 8,
        "number": 0
      }
    }
  }
}

Work with this as data

Every example 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 examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example 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 example
curl "https://apis.io/api/v1/examples/ticketmaster-search-events-example"
All examples
curl "https://apis.io/api/v1/examples?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.