Skip to content
jklmnn edited this page Jun 24, 2015 · 9 revisions

##Requests

###Base request Request to get meta data from the server:
GET /
The answer is a json document containing the meta data.
meta.json

###City request Request to get data about a specific city:
GET /<city_id>/
The answer is a json document containing the city data.
city.json

###Timespan request Request to get data about a specific timespan:
GET /<city_id>/<lot_id>/timespan?=from=JJJJ-MM-TT&to=JJJJ-MM-TT
The answer is a json document containing the timespan data.
timespan.json

Clone this wiki locally