# View event statistics View high-level statistics for an event including revenues, tickets sold, ticket capacity and total orders. Endpoint: GET /events/{event}/statistics Version: 3.0.0 Security: SessionKey ## Path parameters: - `event` (integer, required) Unique identifier of the requested event ## Response 200 fields (application/json): - `self` (string) URI of the event statistics resource - `capacity` (number) Total ticket capacity for the event. - `orders` (number) Number of successful ticket orders for the event. - `revenue` (number) Total revenue from tickets sold to the event. - `tickets` (number) Total tickets sold to the event. ## Response 404 fields (application/json): - `message` (string) Reason for the given response.