On Tue, Aug 25, 2015 at 12:34:48AM +0530, Rina Gosar wrote: > I did add my email id > http://nominatim.openstreetmap.org/reverse?format=json&[email protected]&lat=19.07856333&lon=72.8469366 > > When i call this url from a php page, it does not return any thing
According to the logs these requests have been blocked due to overuse of the API. We have a 1 request/s limit which is enforced. Please reduce the frequency of your requests, then the block should go away after a while. Note that the limit is for your entire application, using more servers to query nominatim will _not_ increase the number of request you can do. You should also check for the HTTP return code and make sure that you do not endlessly resend your queries when you an error is returned. Hammering the server despite being blocked might get you permanently banned. Kind regards Sarah > > On Mon, Aug 24, 2015 at 11:48 PM, OpenStreetMap < > [email protected]> wrote: > > > #5345: IP Blocked > > ---------------------------+------------------------- > > Reporter: gosar.rina@… | Owner: geocoding@… > > Type: defect | Status: closed > > Priority: minor | Milestone: > > Component: nominatim | Version: > > Resolution: invalid | Keywords: > > ---------------------------+------------------------- > > Changes (by lonvia): > > > > * status: new => closed > > * resolution: => invalid > > > > > > Comment: > > > > Your request most likely lacks a valid user agent or referrer as required > > per [http://wiki.openstreetmap.org/wiki/Nominatim_usage_policy our usage > > policy]. You will be automatically unblocked once you change your software > > to meet this requirement. > > > > -- > > Ticket URL: <https://trac.openstreetmap.org/ticket/5345#comment:1> > > OpenStreetMap <http://www.openstreetmap.org/> > > OpenStreetMap is a free editable map of the whole world > > _______________________________________________ Geocoding mailing list [email protected] https://lists.openstreetmap.org/listinfo/geocoding

