Geocoding API
The 7x Geocoding API turns addresses into precise coordinates and vice versa. Look up an address to get back latitude, longitude and a normalised address, or pass coordinates to get a structured postal address.
A drop-in replacement for clunky or expensive geocoders, with a simple key-based authentication model and predictable pricing.
Common use cases
- Forward-geocode user-entered addresses for maps and check-out
- Reverse-geocode GPS coordinates from mobile apps
- Validate and normalise addresses at form submit
- Power "find on map" and address auto-complete UX
Endpoints
| Method | Path | Description |
|---|---|---|
| GET | /geocode | Forward-geocode a postal address to coordinates. |
| GET | /reverseGeocode | Reverse-geocode a latitude / longitude pair to a structured address. |
Try it - full API reference
Explore the OpenAPI specification below. Sign up for a free API key to make live requests.