# Retrieve event venue details Retrieve the details of the specified event venue. Endpoint: GET /venues/{venue} Version: 3.0.0 Security: SessionKey ## Path parameters: - `venue` (integer, required) Unique identifier of the requested event venue ## Response 200 fields (application/json): - `self` (string) URI of the venue resource - `name` (string) Name of the event venue - `region` (string) URI of the region resource related to this venue - `latitude` (number) Global latitude of the event venue's location - `longitude` (number) Global longitude of the event venue's location - `address` (string) Text representation of the event venue's address - `map` (string) URI to a static Google Maps image of the event venue's location ## Response 404 fields (application/json): - `message` (string) Reason for the given response.