Hi all,
I would like to use the filter Date in the Earthquakes WebService (Liek explain here http://www.geonames.org/export/JSON-webservices.html#earthquakesJSON).
My url look like this :
Code:
http://ws.geonames.org/earthquakesJSON?north=44.1&south=-9.9&east=-22.4&west=55.2&date=2009-05-04
But the WebService answer is always :
Code:
{"earthquakes":[{"eqid":"2007jbam","magnitude":5,"lng":29.2477,"src":"us","datetime":"2007-10-29 09:23:15"...
Could someone explain me how to get the earthquakes with a specified Date.
Thanks
Arnaud