GameTime API – Real-Time Data

Real-Time Ticket Listings, Pricing & Quantity Expansion

Access live GameTime ticket listings with pricing, delivery metadata, seat details, and automatic multi-quantity expansion through a low-latency API built for real-time monitoring and automation.

API performance

The GameTime API is optimized for fast, real-time workloads. Current production traffic processes around 1,000,000 requests per day as observed usage (not a limit), with consistent low-latency performance across shared and dedicated plans.

Observed daily traffic
~1M / day
Observed usage, not a cap
Average response time
~1–2 ms
Typical production latency
Plan availability
Shared & Dedicated
Dedicated adds isolation & throughput

Actual performance may vary slightly depending on event size, quantity range, concurrency, and plan type.

GameTime quantity modes

GameTime listings support flexible quantity handling, optimized for fast comparison and checkout logic.

All quantities mode
Automatic (1–10)
Automatically returns pricing for all quantities from 1 to 10 in a single response.
Specific quantity
User-defined
Request a specific quantity if only one size is needed.

Example response

Below is a simplified real-time GameTime response showing listings returned for a single event.

{
  "items": [
    {
      "available_lots": [2],
      "deal_type": "cheapest",
      "delivery_type": "mobile",
      "event_id": "6908d769dfe85fe8ad73cd62",
      "in_hand_date": "2026-08-01T19:00:00Z",
      "listing_id": "690cf49d6bf128d5a44bd4c7",
      "marketplace": "gametime",
      "price": {
        "currency": "USD",
        "face_value": 83.26,
        "prefee": 112,
        "sales_tax": 0,
        "total": 130
      },
      "quantity": 1,
      "row": "15",
      "seat_numbers": ["21", "22"],
      "section_name": "408",
      "source": "gametime",
      "ticket_type": "tm",
      "transfer_type": "tm",
      "view_url":
        "https://images.gametime.co/v2/allegiant_stadium/acdc/408@4x.jpg"
    },
    {
      "available_lots": [2],
      "delivery_type": "mobile",
      "event_id": "6908d769dfe85fe8ad73cd62",
      "listing_id": "69694f26319dd7a7f2049489",
      "marketplace": "gametime",
      "price": {
        "currency": "USD",
        "face_value": 83.26,
        "prefee": 113,
        "sales_tax": 0,
        "total": 131
      },
      "quantity": 1,
      "row": "17",
      "seat_numbers": ["*", "*"],
      "section_name": "409",
      "source": "gametime",
      "ticket_type": "tm",
      "transfer_type": "tm",
      "view_url":
        "https://images.gametime.co/v2/allegiant_stadium/acdc/409@4x.jpg"
    }
  ]
}

Shared and dedicated plans

The GameTime API is available on both shared and dedicated plans. Data format and structure are identical. Dedicated plans provide higher concurrency, isolation, and stability for large-scale workloads.