Long Description
Display statistics about a specified Event.
Parameters
Name | Description | Type | Presence | Location |
---|---|---|---|---|
event_id | The ID of the specific Event | Integer | Required | URI |
Examples
Request | Response |
---|---|
/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.90, "retail_price_min": 30.11, "retail_price_max": 11250 } |