Complete listing snapshots
Receive all current listings for an event, including section, row, quantity, price, fees, and all-in total.
Capture live availability, quantities, seat locations, and pricing across every marketplace with one normalized API.
The tickets.dev ticket inventory API returns the individual listings available for an event at capture time. Each response shows how much inventory exists, where the seats are, how many tickets can be purchased, and what each listing costs.
Use it as a live ticket listing API, resale inventory API, or secondary ticket market API across every major marketplace without adapting your application to a different response format for each one.
Start with the API documentation, review the complete ticket marketplace API, or try a marketplace endpoint in the playground.
Capture current availability from primary and resale marketplaces without adapting your application to different response formats.
Capture live Ticketmaster inventory, all-in prices, availability, and seat maps through one structured API.
Capture Vivid Seats inventory and pricing, normalized into the same response shape as every tickets.dev source.
Capture StubHub inventory through the normalized ticket snapshot shared by every tickets.dev marketplace API.
Capture SeatGeek listings, pricing, and availability through the shared tickets.dev marketplace schema.
Capture TickPick resale listings and all-in pricing for sports, concerts, and theatre through one normalized response.
Capture last-minute Gametime inventory and all-in prices across sports, concerts, and theatre in the shared schema.
Capture international Viagogo concert, sports, and theatre inventory through the same normalized ticket snapshot.
Capture GoTickets resale listings, all-in prices, and value scores through the shared tickets.dev ticket snapshot.
Capture Paciolan box-office inventory: primary seats, published prices, named rows and seats, and the venue's section and seat maps.
Every listing is returned separately so you can track its price, location, quantity, and lifecycle rather than relying on a marketplace-level summary.
Which event was captured: marketplace IDs, names, performers, dates in local and UTC time, and the source page URL.
sourceeventIdeventNameperformerseventDateLocaleventDateUtcsourceUrlnoteThe venue behind the event, down to street address, state, and timezone.
venueIdvenueNamevenueAddressvenueCityvenueStatevenueTimezoneWhen the snapshot ran, its currency, and hosted section-level and seat-level maps for the venue.
capturedAtcurrencysectionLevelUrlseatLevelUrlListing depth and price distribution computed from the full captured listing set, not a sample.
listingCountticketCountgetInPricemedianPriceavgPricemaxPriceAll current listings with seat location, quantities, price components, ticket type, seats, and marketplace notes.
listingIdinventoryTypesectionrowquantityticketPricefeetotalPriceticketTypesellableQuantitiesgroupseatslistingNotesdealScore{ "source": "ticketmaster", "eventId": "17006483D6FAFC60", "eventName": "Eagles Live at Sphere", "performers": [ { "performerId": "734977", "name": "Eagles", "master": true } ], "venueId": "189524", "venueName": "Sphere", "venueAddress": "255 Sands Avenue", "venueCity": "Las Vegas", "venueState": "NV", "venueTimezone": "America/Los_Angeles", "eventDateLocal": "2026-12-11T20:30:00-08:00", "eventDateUtc": "2026-12-12T04:30:00+00:00", "sourceUrl": "https://www.ticketmaster.com/…", "capturedAt": "2026-08-01T22:05:48Z", "currency": "USD", "note": "PLEASE NOTE: Pricing is all-in and…", "sectionLevelUrl": "https://storage.tickets.dev/…", "seatLevelUrl": "https://storage.tickets.dev/…", "stats": { "listingCount": 136, "ticketCount": 1037, "getInPrice": 303.08, "medianPrice": 710.95, "avgPrice": 746.14, "maxPrice": 2309.85 }, "listings": [ { "inventoryType": "primary", "section": "101", "row": "34", "quantity": 2, "ticketPrice": 243.5, "fee": 59.58, "totalPrice": 303.08, "ticketType": "limited view of sphere screen…", "sellableQuantities": "1,2", "seats": "1,2" },⋯ 135 more listings] }
Event catalogs answer what is happening. Listing-level ticket inventory answers what can be bought right now.
Receive all current listings for an event, including section, row, quantity, price, fees, and all-in total.
Measure listing count and ticket count, not only the cheapest price shown for an event.
Work with the same inventory fields across primary and secondary ticket marketplaces.
Optionally retrieve hosted section-level and seat-level maps alongside the inventory snapshot.
Watch listing counts, available tickets, and section-level supply as an event approaches.
Power sourcing, pricing, and inventory workflows with current marketplace availability.
Notify users when inventory appears, quantities change, or a target price becomes available.
Build time-series datasets for venues, performers, tours, leagues, or marketplaces.
Follow stable listing IDs across captures to identify additions, updates, and removals.
Compare live resale inventory across marketplaces using one response schema.
A ticket inventory API returns the tickets currently listed for sale for an event. tickets.dev returns listing-level fields such as section, row, quantity, ticket price, fees, and all-in total.
Yes. Each request performs a live marketplace capture on demand rather than reading from a scheduled inventory cache.
It returns the full listing array captured for the event, plus summary statistics such as listing count, ticket count, get-in price, median price, average price, and maximum price.
Listings include a marketplace listing ID when available. Store successive snapshots to detect price, quantity, and availability changes over time.
Ticketmaster, StubHub, Vivid Seats, SeatGeek, TickPick, Gametime, Viagogo, and GoTickets are available through marketplace-specific endpoints that return the same normalized schema.
Send any supported event URL and get live listings, all-in prices, and seat maps back as normalized JSON. No credit card required.