# Retrieve event details Retrieve the registration details of the requested event Endpoint: GET /events/{event} 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 resource - `published` (string) The date and time at which the event was published - `title` (string) Unique name of the event - `description` (string) Long form text detailing what the event is about, including performing acts, amenities and additional information important to potential attendees - `status` (string) Current status of the event - `type` (string) Nature of the event. Determines what information is collected on ticket purchase. - `public` (boolean) Whether or not the event is open to the general public - `category` (object) - `category.self` (string) URI of the event category resource - `category.name` (string) Unique name of the event category - `category.subcategories` (array) List of subtypes associated with this category - `subcategory` (string) Subcategory under which the event is classified - `start` (string) The date and time at which the event is scheduled to begin - `end` (string) The date and time at which the event is scheduled to finish - `venue` (object) The location at which the event is taking place - `venue.self` (string) URI of the venue resource - `venue.name` (string) Name of the event venue - `venue.region` (string) URI of the region resource related to this venue - `venue.latitude` (number) Global latitude of the event venue's location - `venue.longitude` (number) Global longitude of the event venue's location - `venue.address` (string) Text representation of the event venue's address - `venue.map` (string) URI to a static Google Maps image of the event venue's location - `host` (object) - `host.self` (string) URI of the host resource - `host.name` (string) Unique name of the event host - `host.contact` (string) First and last name of the event host's primary contact person - `host.email` (string) Primary contact email address of the event host - `host.description` (string) Brief description of the nature of the events put on by the host - `host.phone` (string) Primary contact number of the event host - `host.website` (string) URL of the event host's website, if one exists - `host.country` (string) The country in which the host's events will be primarily staged - `host.firstAddressLine` (string) The first line of the event host's mailing address - `host.secondAddressLine` (string) The second line of the event host's mailing address - `host.city` (string) The city portion of the event host's mailing address - `host.state` (string) The state, parish or district portion of the event host's mailing address - `host.businessNo` (string) The event host's unique registration number, if it maintains a registered business entity - `host.administrators` (string) URI of the host's administrative user collection - `host.events` (string) URI of the collection of events being staged by this host - `disclaimer` (string) Subcategory under which the event is classified - `tags` (array) List of short phrases that can be used to search and share the event - `banner` (string) URI of the event's banner image - `thumbnail` (string) URI of the event's thumbnail image - `popularity` (integer) Score indicating how much activity the event is generating. - `sections` (array) A list of the event's subdivisions, each of which offer a unique experience to ticket holders (E.g. General, VIP, Backstage, etc.) - `sections.self` (string) URI of the event section resource - `sections.name` (string) Name of the event section - `sections.description` (string) Details of the unique experience customers can expect when purchasing tickets to this event section - `sections.basePrice` (number) Cost of tickets to this event section before the application of any price modifiers - `sections.salesStart` (string) The date and time at which tickets for this event section go on sale - `sections.salesEnd` (string) The date and time at which ticket sales for this event section close - `sections.active` (boolean) Whether or not tickets for this event section are currently on sale - `sections.capacity` (integer) The maximum number of tickets that can be issued for this event section - `sections.sold` (integer) The number of tickets sold for this event section - `sections.remaining` (integer) The number of event section tickets available for sale - `sections.reserved` (integer) The number of event section tickets held by ongoing orders ## Response 403 fields (application/json): - `message` (string) Reason for the given response.