Geo Route & Distance API
Geo Route Info API provides accurate travel data including distance, estimated time of arrival (ETA), and route name based on postal codes or GPS coordinates. Designed for developers building location-based services, delivery apps, travel planners, or logistics systems, this API makes it easy to retrieve route insights between two points using minimal input.
Geo Route & Distance API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get Routes with Postal Code (GET) /v1/map/routes/postalcode |
This API endpoint allows you to retrieve route information by providing postal code as input. It calculates and returns: 1. ✅ Distance between the postal codes (in kilometers or… |
| POST |
Get Routes with Postal Code (POST) /v1/map/routes/postalcode |
This API endpoint allows you to retrieve route information by providing postal code as input. It calculates and returns: 1. ✅ Distance between the postal codes (in kilometers or… |
| GET |
Get Routes with Coordinates (GET) /v1/map/routes/coordinates |
This API endpoint allows you to retrieve route information by providing geographic coordinates (latitude and longitude) as input. It calculates and returns: 1. ✅ Distance between… |
| POST |
Get Routes with Coordinates (POST) /v1/map/routes/coordinates |
This API endpoint allows you to retrieve route information by providing geographic coordinates (latitude and longitude) as input. It calculates and returns: 1. ✅ Distance between… |
Geo Route & Distance API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9 / month | 1 / second |
|
| ULTRA | $49 / month | 2 / second |
|
| MEGA | $99 / month | 5 / second |
|