<?xml version="1.0" encoding="UTF-8"?><xml>    
<info>
  Use one of the following api urls to retrieve data.</info>
<api type="main" url="https://api.zeitraumaargau.ch/main.xml">
  Returns an inital list of all map items, places, categories, tags and genres.</api>
<api type="detail" url="https://api.zeitraumaargau.ch/{id}.xml">
    Returns all information regarding a single map item, specified by {id}
</api>
<api type="poster" url="https://api.zeitraumaargau.ch/{id}/{width}x{height}/poster.jpg">
  Returns the selected poster frame of a map item specified by {id}, in {width} and {height}</api>
<api type="strip" url="https://api.zeitraumaargau.ch/{id}/{width}x{height}/strip.jpg">
  Returns an image strip of all poster frames from a map item specified by {id}.  Parameters {width} and {height} define the size of a every single frame in the strip.  The entire strip width will be {width} multiplied by the number of poster frames.</api></xml>

