๐Ÿ“

Reverse Geocoding API

Convert GPS coordinates (lat/lon) into a human-readable address. Powered by OpenStreetMap Nominatim โ€” no API key required.

API Docs $0.001 / request

About this tool

POST /maps/reverse converts geographic coordinates into a full address including street, city, state, country, and postal code. Respects OSM Nominatim's rate limit (1 req/s). Returns structured address components plus display_name.

Quick Start

curl -X POST "https://api.iteratools.com/maps/reverse" \ -H "Authorization: Bearer YOUR_KEY" \ -H "Content-Type: application/json" \ -d '{"lat": 48.8584, "lon": 2.2945}'