search icon
TravelTime API
Overview
Developer Tools
Database Plugins
TravelTime API
SDK
TravelTime API
Isochrone API
JSON
Distance Map API
TravelTime API
Travel Time Matrix API
JSON
Travel Time Matrix API
Protocol Buffers
TravelTime API
Routes API
JSON
Geocoding API
Additional API Reference
Error Handling
TravelTime API
ArcGIS plugin
QGIS plugin
Alteryx plugin
TravelTime.comchevronDocs
JSON API /v4/time-filter/fast

Travel Time Matrix (Fast)anchor icon

A high performance version of the Travel Time Matrix (Time Filter) endpoint. This endpoint offers fewer configurable parameters but can handle very large volumes of locations with extremely low response times.

Available in most of the countries currently supported by the TravelTime API - a full list can be found at the bottom of the page here.

Request Bodyanchor icon

array[object]

Define your locations to use later in arrival_searches.

Hide child attributes

You will have to reference this id in your searches. It will also be used in the response body. Must be unique among all locations.

The coordinates of the locations.

Show child attributes

Latitude.

Longitude.

Searches based on arrival time. Arrive at a destination or multiple destinations at no later than given time.

Hide child attributes

This allows you to specify a single arrival location and multiple departure locations. You can define a maximum of 10 searches.

Hide child attributes

Used to identify each search in the results array. Must be unique among all searches.

The id of the location to arrive at. Must reference an id from the locations array.

The ids of the locations to depart from. Must reference ids from the locations array. You can define a maximum of 100,000 departure_location_ids.

Maximum journey time (in seconds).
Maximum value is 10800 (3 hours) as standard. To discuss increasing this, please contact sales@traveltime.com.

Possible values: weekday_morning

Properties to be returned about the points. Possible values: travel_time, fares (UK only), distance (driving+ferry (UK, Germany, US only), cycling+ferry (UK, Germany only), walking+ferry (UK, Germany only)).

Show child attributes

Possible values: public_transport, walking+ferry, cycling+ferry, driving+ferry, driving+public_transport

This allows you to specify a single departure location and multiple arrival locations. You can define a maximum of 10 searches.

Show child attributes

Used to identify each search in the results array. Must be unique among all searches.

The id of the location to depart from. Must reference an id from the locations array.

The ids of the locations to arrive at. Must reference ids from the locations array. You can define a maximum of 100,000 arrival_location_ids.

Maximum journey time (in seconds).
Maximum value is 10800 (3 hours) as standard. To discuss increasing this, please contact sales@traveltime.com.

Possible values: weekday_morning

Properties to be returned about the points. Possible values: travel_time, fares (UK only), distance (driving+ferry (UK, Germany, US only), cycling+ferry (UK, Germany only), walking+ferry (UK, Germany only)).

Show child attributes

Possible values: public_transport, walking+ferry, cycling+ferry, driving+ferry, driving+public_transport

Response Bodyanchor icon

array[object]

The results array which is sorted lexicographically by the id attribute

Hide child attributes

array[object]

Show child attributes

Only the properties included in the request are returned here.

Show child attributes

Travel time in seconds.

array[string]

Ids of locations that cannot be reached within the specified travel_time.

Examplesanchor icon

Requestanchor icon

Loading

Response Bodyanchor icon

Loading

Example Request

Loading

Response Body

Loading