Skip to main content
GET
Get cube response

Authorizations

Authorization
string
header
required

API key authentication. Include your API key in the Authorization header.

Path Parameters

id
integer<int64>
required

Cube request id.

Response

200 - application/json

Get cube response

Cube Response

tableId
integer<int64>

Table response id. Not to be confused with table request id.

durations
number<double>[][] | null

Time distance matrix. In order of sources to destinations indexes in request.

distances
number<double>[][] | null

Distance matrix. In order of sources to destinations indexes in request.

sources
object[] | null

Actual sources snapped to map.

destinations
object[] | null

Actual destinations snapped to map.

durationSlices
number<double>[][][] | null

Time distance matrix. In order of sources to destinations indexes in request.

coefficients
number<double>[][][] | null

Travel Time cube. In order of sources to destinations indexes in request. Inner array is list of 6 coefficients.

slices
object[] | null

Time slice information indicating which time periods each slice represents.