Skip to main content

events/future

Retrieves all live future events.

Arguments:

  • api_key (required)
  • per_page (optional - default 10)
  • page (optional - default 1)

Example request:

http://[domain]/api/events/future.xml?api_key=[api_key]&per_page=5

Example response:

<?xml version="1.0" encoding="utf-8"?>
<events date_from="2013-02-04" date_to="2014-02-04" page="1" pages="1"
per_page="5" total="3">
<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>
<event id="1544" pick_of_week="0">
<title>Community Tennis Club - Thursday</title>
<start_time>19:00</start_time>
<end_time>21:00</end_time>
<start_date>1330560000</start_date>
<end_date>1388016000</end_date>
<next_date>1360195200</next_date>
<interval>2</interval>
<location>Chorlton Park Tennis Courts</location>
<cost>Free</cost>
<content><![CDATA[<p>Contact: 0161 881 9014</p>]]></content>
<categories>
<category id="100009" name="Category one"/>
<category id="500043" name="Category two"/>
<category id="500045" name="Category three"/>
</categories>
</event>
<event id="2195" pick_of_week="0">
<title>Health Walk - Blackley Forest</title>
<start_time>2pm</start_time>
<end_time>3Pm</end_time>
<start_date>1330560000</start_date>
<end_date>1376265600</end_date>
<next_date>1360195200</next_date>
<interval>4</interval>
<location>Blackley Forest, Victoria Avenue entrance</location>
<cost>Free</cost>
<content><![CDATA[<p>Half an hour&#39;s ...]]></content>
<categories>
<category id="500004" name="Category one"/>
<category id="500039" name="Category two"/>
<category id="500069" name="Category three"/>
</categories>
</event>
</events>