curl --request GET \
--url https://routing.solvice.io/table/{id}/response \
--header 'Authorization: <api-key>'{
"tableId": 123,
"durations": [
[
123
]
],
"distances": [
[
123
]
],
"sources": [
{
"hint": "<string>",
"distance": 123,
"name": "<string>",
"location": [
123
]
}
],
"destinations": [
{
"hint": "<string>",
"distance": 123,
"name": "<string>",
"location": [
123
]
}
]
}Fetch the computed distance matrix result for a completed table request.
curl --request GET \
--url https://routing.solvice.io/table/{id}/response \
--header 'Authorization: <api-key>'{
"tableId": 123,
"durations": [
[
123
]
],
"distances": [
[
123
]
],
"sources": [
{
"hint": "<string>",
"distance": 123,
"name": "<string>",
"location": [
123
]
}
],
"destinations": [
{
"hint": "<string>",
"distance": 123,
"name": "<string>",
"location": [
123
]
}
]
}API key authentication. Include your API key in the Authorization header.
Table request id.
Get table response
Table Response
Table response id. Not to be confused with table request id.
Time distance matrix. In order of sources to destinations indexes in request.
Distance matrix. In order of sources to destinations indexes in request.
Actual sources snapped to map.
Show child attributes
Actual destinations snapped to map.
Show child attributes