Viagogo API – Real-Time Data
Real-Time Ticket Listings, Pricing & Availability
Access live Viagogo resale listings with pricing, deal metrics, and listing notes through a low-latency API built for analytics, monitoring, and automation.
API performance
The Viagogo 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.
Actual performance may vary slightly depending on event size, filters, concurrency, and plan type.
Viagogo API modes
By default, the API returns a complete real-time snapshot of Viagogo listings for an event. Optimized modes can be used to reduce payload size for performance-sensitive workflows.
Example response
Below is a simplified real-time Viagogo response showing listings returned for a single event.
{
"items": [
{
"availableTickets": 1,
"dealScore": 9.3293361457536,
"listingId": 10965345109,
"notes": [
{
"aisleListingNoteWithSplit": false,
"formattedListingNoteContent": "Side view (printed on ticket)",
"formattedListingNoteDescription": "Side view (printed on ticket)",
"hideInMock": false,
"listingNoteContentId": 2446066,
"listingNoteDescriptionContentId": 2446067,
"listingNoteId": 817,
"listingNoteTypeId": 1,
"showToBuyer": true,
"siteAddedListingNote": false
}
],
"price": "$174",
"rawPrice": 173.86,
"row": "10",
"section": "202",
"splitsAvailable": [1],
"ticketClassName": "Upper"
},
{
"availableTickets": 1,
"dealScore": 9.3293361457536,
"listingId": 10965345152,
"notes": [
{
"aisleListingNoteWithSplit": false,
"formattedListingNoteContent": "Side view (printed on ticket)",
"formattedListingNoteDescription": "Side view (printed on ticket)",
"hideInMock": false,
"listingNoteContentId": 2446066,
"listingNoteDescriptionContentId": 2446067,
"listingNoteId": 817,
"listingNoteTypeId": 1,
"showToBuyer": true,
"siteAddedListingNote": false
}
],
"price": "$174",
"rawPrice": 173.86,
"row": "10",
"section": "202",
"splitsAvailable": [1],
"ticketClassName": "Upper"
}
]
}Shared and dedicated plans
The Viagogo 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.
