/osm/geocode/reverse
Reverse geocoding: resolve a latitude/longitude pair to the nearest OpenStreetMap place and address
Price: 1 credit
💡 AI Hint: Reverse-geocode a coordinate. Provide lat and lon; returns the nearest place with a structured address, category/type, and extra tags. Use zoom to control address granularity (18=building, 10=city, 5=state).
⚠️ Common errors: 412: No place found at the given coordinates
Authorizations
API token from the dashboard
Headers
Body
Latitude
-90 <= x <= 9048.8584
Longitude
-180 <= x <= 1802.2945
Max scrapping execution timeout (in seconds)
20 <= x <= 1500Address detail level, 0 (country) to 18 (building)
0 <= x <= 18Restrict result to one or more data layers
address, poi, railway, natural, manmade Include a structured address breakdown
Include additional OSM tags (website, phone, opening hours…)
Include the full set of name/label variants
Include the object geometry as a GeoJSON object
Preferred language(s) for names and labels
"en"
Response
Successful Response