Viagogo event
curl --request GET \
--url https://api.eventory.ai/eventory/data/viagogo/{event_id} \
--header 'apikey: <api-key>'import requests
url = "https://api.eventory.ai/eventory/data/viagogo/{event_id}"
headers = {"apikey": "<api-key>"}
response = requests.get(url, headers=headers)
print(response.text)const options = {method: 'GET', headers: {apikey: '<api-key>'}};
fetch('https://api.eventory.ai/eventory/data/viagogo/{event_id}', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));{
"event": {
"viagogo_event_id": 160973997,
"viagogo_event_url": "https://www.viagogo.com/Concert-Tickets/Rock-and-Pop/Artist-Tickets/E-160973997",
"event_name": "Artist World Tour",
"event_date": "2026-06-15T20:00:00Z",
"event_image": "https://images.example.com/cover.jpg",
"category_name": "Concerts",
"currency": "USD",
"venue": {
"name": "Madison Square Garden",
"city": "New York",
"country": "United States",
"country_code": "US",
"svg_map_url": null
},
"artist": {
"name": "Artist",
"url": "https://www.viagogo.com/Concert-Tickets/Rock-and-Pop/Artist-Tickets",
"image_url": null
},
"external_urls": {
"ticketmaster_event_id": "0200642CF18CAA24",
"ticketmaster_event_url": "https://www.ticketmaster.com/event/0200642CF18CAA24",
"vividseats_event_id": null,
"vividseats_event_url": null
}
},
"summary": {
"is_general_admission_only": false,
"stats_date": "2026-06-12T06:00:00Z",
"tickets_sold": 1840,
"tickets_sold_24h": 62,
"tickets_sold_24h_percentage": "3.49",
"listings_available": 410,
"available_tickets": 1275,
"average_ticket_price_sold": "162.40",
"average_ticket_price_available": "201.10",
"highest_sale_price": "980.00",
"get_in_price": "74.00",
"total_volume": "298816.00",
"currency": "USD"
},
"daily_statistics": [
{
"stat_date": "2026-06-11",
"tickets_sold": 1778,
"tickets_sold_24h": 51,
"available_tickets": 1320,
"listings_available": 422,
"average_ticket_price_sold": "160.90",
"average_ticket_price_available": "199.30",
"highest_sale_price": "980.00"
},
{
"stat_date": "2026-06-12",
"tickets_sold": 1840,
"tickets_sold_24h": 62,
"available_tickets": 1275,
"listings_available": 410,
"average_ticket_price_sold": "162.40",
"average_ticket_price_available": "201.10",
"highest_sale_price": "980.00"
}
],
"price_histogram": {
"bins": 10,
"min": "0",
"max": "1000",
"currency": "USD",
"data": [
{
"start": "0",
"end": "100",
"tickets_sold": 412
},
{
"start": "100",
"end": "200",
"tickets_sold": 903
}
]
}
}Market Data
Viagogo event
Returns Viagogo event metadata, the latest aggregate summary, a rolling daily statistics history, and a price distribution histogram.
Cost: 1 credit.
Decimal amounts are returned as JSON strings to preserve precision.
GET
/
eventory
/
data
/
viagogo
/
{event_id}
Viagogo event
curl --request GET \
--url https://api.eventory.ai/eventory/data/viagogo/{event_id} \
--header 'apikey: <api-key>'import requests
url = "https://api.eventory.ai/eventory/data/viagogo/{event_id}"
headers = {"apikey": "<api-key>"}
response = requests.get(url, headers=headers)
print(response.text)const options = {method: 'GET', headers: {apikey: '<api-key>'}};
fetch('https://api.eventory.ai/eventory/data/viagogo/{event_id}', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));{
"event": {
"viagogo_event_id": 160973997,
"viagogo_event_url": "https://www.viagogo.com/Concert-Tickets/Rock-and-Pop/Artist-Tickets/E-160973997",
"event_name": "Artist World Tour",
"event_date": "2026-06-15T20:00:00Z",
"event_image": "https://images.example.com/cover.jpg",
"category_name": "Concerts",
"currency": "USD",
"venue": {
"name": "Madison Square Garden",
"city": "New York",
"country": "United States",
"country_code": "US",
"svg_map_url": null
},
"artist": {
"name": "Artist",
"url": "https://www.viagogo.com/Concert-Tickets/Rock-and-Pop/Artist-Tickets",
"image_url": null
},
"external_urls": {
"ticketmaster_event_id": "0200642CF18CAA24",
"ticketmaster_event_url": "https://www.ticketmaster.com/event/0200642CF18CAA24",
"vividseats_event_id": null,
"vividseats_event_url": null
}
},
"summary": {
"is_general_admission_only": false,
"stats_date": "2026-06-12T06:00:00Z",
"tickets_sold": 1840,
"tickets_sold_24h": 62,
"tickets_sold_24h_percentage": "3.49",
"listings_available": 410,
"available_tickets": 1275,
"average_ticket_price_sold": "162.40",
"average_ticket_price_available": "201.10",
"highest_sale_price": "980.00",
"get_in_price": "74.00",
"total_volume": "298816.00",
"currency": "USD"
},
"daily_statistics": [
{
"stat_date": "2026-06-11",
"tickets_sold": 1778,
"tickets_sold_24h": 51,
"available_tickets": 1320,
"listings_available": 422,
"average_ticket_price_sold": "160.90",
"average_ticket_price_available": "199.30",
"highest_sale_price": "980.00"
},
{
"stat_date": "2026-06-12",
"tickets_sold": 1840,
"tickets_sold_24h": 62,
"available_tickets": 1275,
"listings_available": 410,
"average_ticket_price_sold": "162.40",
"average_ticket_price_available": "201.10",
"highest_sale_price": "980.00"
}
],
"price_histogram": {
"bins": 10,
"min": "0",
"max": "1000",
"currency": "USD",
"data": [
{
"start": "0",
"end": "100",
"tickets_sold": 412
},
{
"start": "100",
"end": "200",
"tickets_sold": 903
}
]
}
}Authorizations
Your Eventory API key. Sent as the apikey request header.
Path Parameters
Viagogo event identifier including the E- prefix.
Pattern:
^E-\d+$Example:
"E-160973997"
Response
Event data.
Show child attributes
Show child attributes
Latest aggregate snapshot. Every numeric field can be null before the first stats row exists.
Show child attributes
Show child attributes
One entry per day in the rolling window, chronological.
Show child attributes
Show child attributes
When no sales have been observed, min and max are "0" and data is empty.
Show child attributes
Show child attributes