Skip to main content

events/{id}

Retrieves the specified live event details.

Arguments:

  • api_key (required)
  • id (required)

Example request:

http://[domain]/api/events/2463..xml?api_key=[api_key]

Example response:

<?xml version="1.0" encoding="utf-8"?>
<event id="2463" pick_of_week="0">
<title>Demon Drink? Temperance and the Working Class</title>
<start_time></start_time>
<end_time></end_time>
<start_date>1341010800</start_date>
<end_date>1361664000</end_date>
<next_date>1359936000</next_date>
<interval>1</interval>
<location>People’s History Museum</location>
<cost>Free</cost>
<content><![CDATA[<p>Visitors will be...]]></content>
<categories>
<category id="500004" name="Category one"/>
</categories>
</event>