This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

Getting 403 When Call API For Get Address by Logitude and Latitude

0

Below api work with postmen but getting 403 when call from C# for Get Address by Logitude and Latitude. https://nominatim.openstreetmap.org/reverse?lat=23.0404&lon=72.5275&format=json

asked 30 Jan '24, 13:28

Chirag%20Patel%20F2F's gravatar image

Chirag Patel...
11112
accept rate: 0%


2 Answers:

2

You are not adhering to the Nominatim usage policy.

Read this: https://operations.osmfoundation.org/policies/nominatim/

answered 30 Jan '24, 13:35

Spiekerooger's gravatar image

Spiekerooger
3.1k22356
accept rate: 16%

1

answered 30 Jan '24, 13:35

Frederik%20Ramm's gravatar image

Frederik Ramm ♦
82.5k927201273
accept rate: 23%

Source code available on GitHub .