Skip to main content
POST
Scrape live availability

Authorizations

apikey
string
header
required

Your Eventory API key. Sent as the apikey request header.

Body

application/json
platform
enum<string>
required

Platform key from GET /events/platforms.

Available options:
tm,
axs,
dice_fm,
eventim,
fansale,
seatgeek,
stubhub,
ticketek,
ticketportal,
tickpick,
viagogo
Example:

"dice_fm"

event_id
string
required

The event's id on that platform. Some platforms take a bare id, others the full event URL; copy the format of event_id_example from GET /events/platforms.

Example:

"https://link.dice.fm/Q3dd78515650"

region
string
required

Country or region code (US, UK, FR, IT, …). Case-insensitive.

Example:

"FR"

Response

Current availability.

success
boolean

true if the event was found and data was returned.

platform
string
event_id
string
region
string
scrape_timestamp
string<date-time>
sections_type
enum<string> | null

Determines the shape of sections.

Available options:
OfferSections,
SeatMapSections,
null
total_stock
integer | null

Total tickets available across all sections. 0 if sold out or not tracked.

sections
object

See the Section types guide.

event_info
object | null

Event metadata. Every field may be null depending on the platform.

degraded
string | null

Present on Ticketmaster scrapes when one data arm was unavailable. v1 means resale/GA truth is missing and counts may be approximate; v2 means seat-level detail is missing.

error
string | null