API 2.0 Version 1.0
venue
The details of a venue.
Child Elements
Element Description Empty Allowed? Cardinality?
venueid
ID of the venue.
no 1
name
Name of the venue.
no 1
hall
Name of a specific hall inside the venue.
yes 1
country
Country of the venue.
no 1
region
Region of the venue. Only specified for the United States (states), UK (England, Northern Ireland, Scotland or Wales) and Canada (provinces).
yes 1
city
City of the venue.
no 1
postalcode
Postal code of the venue.
yes 1
geo
Contains latitude and longitude elements. The latitude and longitude elements will be empty if unknown.
no 1
Sample
<perfdate>
   <venueid>4</venueid>
   <name>Copley Symphony Hall</name>
   <hall />
   <country>United States</country>
   <region>California</region>
   <city>San Diego</city>
   <postalcode>92101</postalcode>
   <geo>
      <lat>32.717813</lat>
      <lon>-117.157871</lon>
   </geo>
</perfdate>