TrueRoute
TrueRoute API is a free, developer-friendly geolocation and routing service built on OpenStreetMap and Nominatim. It offers reliable global coverage for forward and reverse geocoding, route computation, and distance calculations without requiring API keys or usage-based billing. The API exposes simple REST endpoints that enable developers to convert addresses to coordinates, convert coordinates…
TrueRoute endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Find Driving Path /FindDrivingPath |
Calculate the optimal driving route between two geographic coordinates using OpenStreetMap-based routing. Returns distance, route geometry, and navigation details. |
| GET |
Find Driving Path (optimize distance) /FindDrivingPath |
Compute the optimal driving route between two coordinates with support for optimization strategies such as shortest distance or fastest time. |
| GET |
Geocode Address /geocode |
Convert a human-readable address or place name into geographic coordinates (latitude and longitude) using OpenStreetMap/Nominatim. |
| GET |
Reverse Geocode /reverse |
Convert geographic coordinates (latitude and longitude) into a human-readable address using OpenStreetMap data. |
TrueRoute pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|