GeoLocation
Location & Geocoding API lets you turn addresses into coordinates (and back), suggest places as users type, compute point-to-point distance, and resolve timezones—all through one simple API. Under the hood, it aggregates Mapbox, OpenCage, and Geoapify (with an optional Nominatim fallback) and returns a standardized response so your code stays the same no matter which provider answered. What you…
GeoLocation endpoints
| Method | Endpoint | Description |
|---|---|---|
| geo | ||
| GET |
geocode_v1_geocode_get /v1/geocode |
|
| GET |
reverse_v1_reverse_get /v1/reverse |
|
| GET |
autocomplete_v1_autocomplete_get /v1/autocomplete |
|
| GET |
timezone_v1_timezone_get /v1/timezone |
|
| POST |
distance_v1_distance_post /v1/distance |
|
| healthz | ||
| GET |
healthz_healthz_get /healthz |
|
GeoLocation pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $5 / month | — |
|
| ULTRA | $50 / month | — |
|