Zephiel API

Geocoding & Places

Free tier

Turn addresses into coordinates and back again.

4.712 reviewsby Northwind Data32k subscribers
geocodingplacesautocompleteroutingtimezone

Starts at

$11/mo

Choose a plan

Create a free account to subscribe.

Latency
74ms
Uptime
99.97%
Endpoints
4

About this API

Forward and reverse geocoding with rooftop-level precision, plus autocomplete, place search, timezone resolution, and distance-matrix routing. Global coverage assembled from open and commercial datasets and refreshed weekly.

Common use cases

Address autocomplete
Delivery routing
Store locators
Territory analysis

Quickstart

Every Zephiel API uses the same base URL, the same key header, and the same error envelope.

curl -X GET "https://zephiel.com/api/v1/geocoding/forward" \
  -H "X-Zephiel-Key: $ZEPHIEL_API_KEY" \
  -H "Accept: application/json"

Example response

{
  "query": "1 Ozumba Mbadiwe Ave, Victoria Island",
  "results": [{
    "formatted": "1 Ozumba Mbadiwe Ave, Victoria Island, Lagos, Nigeria",
    "latitude": 6.4281,
    "longitude": 3.4219,
    "confidence": 0.94
  }]
}

Related APIs in Location & Geo