Welcome to the Eaupen -API. =========================== With this API you can query the closest free drinking water points in Paris by giving your LAT and LON coordinates. Example: http://api.eaupen.net/closest?lat=48.831034&lon=2.355265&limit=50&range=1500 One can also export all the waterpoints in the systems from: http://api.eaupen.net/list.xml Statistics about the system can be read from: http://api.eaupen.net/stats or http://api.eaupen.net/stats?accept=application/json Detailed documentation of the API ********************************* Endpoint: /closest Mandatory Parameters * lat Example value 48.831034 * lon Example value 2.355265 Optional Parameters * range Max distance in meters. Example value 1000 Default unlimited * limit Max count of results returned. Example value 10 Default 100 * accept Override the Accept -header Example value application/json Supported values application/json, text/xml * jsonp If you want to use JSONP (http://en.wikipedia.org/wiki/JSONP). Content type will be application/javascript. Example value drawMap Example URI: /closest?lat=48.831034&lon=2.355265&limit=50&range=1500 Cheers, -- Tuomas & Olivier Created at HackDayParis @ 2011