Zephiel API

Distance Matrix & Routing

Free tier

Travel time and turn-by-turn routes for fleets.

4.812 reviewsby Northwind Data22k subscribers
routingdistance matrixfleetetaoptimisation

Starts at

$23/mo

Choose a plan

Create a free account to subscribe.

Latency
120ms
Uptime
99.97%
Endpoints
4

About this API

Distances and durations for every origin-destination pair in one request, with live traffic, vehicle profiles for trucks and motorcycles, road restrictions, and multi-stop optimisation that respects time windows and capacity.

Common use cases

Delivery route optimisation
Accurate customer ETAs
Rider dispatch and assignment
Service-area planning

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/distance-matrix/matrix" \
  -H "X-Zephiel-Key: $ZEPHIEL_API_KEY" \
  -H "Accept: application/json"

Example response

{
  "origins": 2,
  "destinations": 3,
  "durations_seconds": [[0, 1840, 2610], [1795, 0, 1120]],
  "distances_metres": [[0, 9840, 14210], [9760, 0, 6180]],
  "traffic": "live"
}

Related APIs in Location & Geo