Overview
Developer Tools
Migration Guides
Travel Time Matrix API
Isochrone API
H3 API
Geohash API
Distance Map API
Routes API
Geocoding API
Additional API Reference
Error Handling
ArcGIS plugin
Alteryx plugin

Routes API
Copy link

Overview
Copy link

API functionality
Copy link

The Routes API generates A to B routes with turn-by-turn directions.

The API supports a range of transport modes including Driving, Public Transport, Walking, and Cycling.

isochrone

API access
Copy link

The Routes API is a RESTful API, using HTTP requests for access.

Access URL - https://api.traveltimeapp.com/v4/routes
Supports two HTTP request types:
  • GET - for simple requests using basic parameters only
  • POST - for more complex requests using advanced parameters

If you already have a TravelTime account then log in to retrieve your access credentials. If you don't have an account, you can sign up for free here.

Getting Started
Copy link

Quick start guide

A short step-by-step guide to making your first request to the Routes API.

Endpoint Reference

Full endpoint reference of all request parameters, and example code samples.

Supported SDKs
Copy link

The Routes API is accessible through any of our supported TravelTime SDKs:

Usage limits
Copy link

The following usage limits apply to the Routes API.

Travel Time
Copy link

TravelTime Routes API supports a maximum travel time of 12 hours.

Other TravelTime APIs
Copy link