Retrieve event information and metadata for public and private events.
api_key (Required)
Your API application key. If you don't have one,
create one.
event_id (Required)
The id number of the event. You can also pass multiple event_id's separated by commas to getInfo on multiple events.
token (Optional)
An authentication token. Pass to see even private events. (
What's this?)
Within the response, several geographical parameters have been added that refer to the geolocation of the underlying venue of the event. These include latitude and longitude, as well as geocoding_precision, which specifies the precision to which the venue address could be found and geocoded, and also the geocoding_ambiguous parameter, which serves as a warning that the geocoding is likely to be erroneous.
Any event at a venue that could not be geocoded at all (i.e. non-US venues) will have blank values in the fields..
<?xml version="1.0" encoding="UTF-8"?>
<rsp stat="ok" version="1.0">
<event id="1" name="Tori Amos, Ben Folds"
tags="music,concert"
description="The "Lottapianos" Tour. Ben Folds is opening, and will
play a one hour set."
start_date="2003-08-01"
end_date="0000-00-00"
start_time="19:00:00" end_time=""
personal="0" selfpromotion="0"
metro_id="1" venue_id="1"
user_id="1" category_id="1"
date_posted="2003-06-07"
latitude="37.765"
longitude="-122.396"
geocoding_precision="address"
geocoding_ambiguous="0"
venue_name="Greek Theatre"
venue_address="2700 North Vermont"
venue_city="Los Angeles"
venue_state_name="California"
venue_state_code="ca"
venue_state_id="5"
venue_country_name="United States"
venue_country_code="us"
venue_country_id="1"
venue_zip="90027"
venue_url="http://www.greektheatrela.com"
venue_phone="(323)665-5857"
/>
</rsp>