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