Location Resource
Location
This resource represents a location. Events and artists are associated with locations.
Example
<?xml version="1.0"?>
<error>An error occurred</error>
Fields
Name | Description | Access* |
---|---|---|
children |
A collection of locations which are children of the location. |
All |
count_current_events |
The number of events happening at or within the location. Past events are excluded. In the case of a location with children it is the sum of the children's count_current_events. |
All |
id |
Integer uniquely representing the location. |
All |
is_venue |
Whether the location represents a venue. If so the fields relevant to a venue will also be present. |
All |
name |
Location name. |
All |
parents |
A collection of locations which are ancestors of the location. |
All |
summary |
Longer textual description of the location, for example "Auckland, New Zealand" |
All |
url_slug |
Unique URL slug. |
All |
*Account types with access to this field, see resource documentation for more information.
Location / Venue
Some locations represent a venue such as a bar or restaurant.
Example
<?xml version="1.0"?>
<error>An error occurred</error>
Fields Specific to Locations Which Are Venues
Name | Description | Access* |
---|---|---|
address |
The venues full address. |
Full |
amenities |
Collection of |
Full |
booking_phone |
If available a phone number that can be called to book tickets to the venue. |
Full |
booking_web_site |
If available a URL and name of where tickets to this venue can be booked. |
Full |
contacts |
Collection of |
Full |
description |
Description of the venue. This is truncated to 220 characters unless you have full access. |
All* |
hours |
Collection of |
Full |
images |
A collection of images (and their transforms) relating to the venue. See the description of the Image resource for more detail. |
All |
is_featured |
Eventfinda uses its editorial control to flag some venues as featured. Featured venues often get preferential treatment during display and ordering within lists. |
Full |
is_free |
Whether the venue is marked as having free entry. |
Full |
restrictions |
Textual representation of any age restrictions on the event, e.g. R18, All Ages Licensed |
Full |
ticket_types |
A collection of ticket_types. See the Ticket Types resource description for more detail. |
Full |
url |
Canonical and absolute URL for the artist. |
All |
web_sites |
A collection of web_sites relating to the venue. Each |
Full |
*Account types with access to this field, see resource documentation for more information.