Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

NameEvents / Stats
DescriptionDisplay statistics about a specified Event.
TypeGET
URL/v9/events/:event_id/stats
Credential TypeAPI|User
Supports PaginationN/A

Long Description

Display statistics about a specified Event.


Parameters

Name
Description
Type
Presence
Location
event_idThe ID of the specific EventIntegerRequiredURI

Examples

RequestResponse
/v9/events/982604/stats
{
  "id": 982604,
  "url": "/events/982604",
  "name": "Test Event Taxable (Test Purchases Only)",
  "occurs_at": "2023-02-28T19:00:00Z",
  "popularity_score": 0.1,
  "state": "shown",
  "ticket_groups_count": 209,
  "tickets_count": 20703,
  "wholesale_price_avg": 99.61,
  "wholesale_price_sum": 2062240.15,
  "wholesale_price_min": 10.11,
  "wholesale_price_max": 9000,
  "retail_price_avg": 140.73,
  "retail_price_sum": 2913609.9000000004,
  "retail_price_min": 30.11,
  "retail_price_max": 11250
}
  • No labels