Per-category travel times at a point
GET/v1/point/summary
Fastest travel time to each destination category by mode, from the census
block containing this lat/lon. Same shape as /v1/blocks/{geoid}/summary,
with the resolved block GEOID echoed as resolved_block.
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Query Parameters
Section titled “Query Parameters”Latitude (WGS84)
Latitude (WGS84)
Longitude (WGS84)
Longitude (WGS84)
Responses
Section titled “Responses”Successful Response
GET /v1/point/summary (routers.point.point_summary)
object
GEOID of the block containing the point
Fastest travel time to one destination category by one mode. (shape.shape_summary)
object
Travel mode label, e.g. ‘walk’
Minutes, capped at 30, 1 decimal
Example
{ "block": { "geoid": "410390020001010", "land_area_m2": 183245, "population": 1187 }, "resolved_block": "410390020001010", "results": [ { "dest_type_id": 30, "mode": "walk", "travel_time": 6.5 } ]}Not modified (If-None-Match matched the ETag); no body, no tokens charged
Invalid request (e.g. invalid-parameters, invalid-cursor, invalid-bbox, missing-location, missing-area, invalid-geometry, polygon-too-complex, missing-origins, too-many-origins)
400 invalid-parameters, carrying the offending fields. (core.problems, RequestValidationError handler)
object
object
Problem type URI; the final path segment is the stable slug
Missing or invalid API key (missing-key, invalid-key)
RFC 9457 problem detail. Served as application/problem+json. Additional
members appear for some problem types (e.g. errors). (core.problems.problem)
Key disabled (account-disabled)
RFC 9457 problem detail. Served as application/problem+json. Additional
members appear for some problem types (e.g. errors). (core.problems.problem)
Resource not found (block-not-found, poi-not-found, place-not-found, point-not-covered, no-isochrone-data, direction-not-available)
RFC 9457 problem detail. Served as application/problem+json. Additional
members appear for some problem types (e.g. errors). (core.problems.problem)
Rate limited or token balance exhausted (rate-limited, tokens-exhausted); sets Retry-After
RFC 9457 problem detail. Served as application/problem+json. Additional
members appear for some problem types (e.g. errors). (core.problems.problem)
Backend temporarily unavailable (debit-unavailable, store-unavailable); may set Retry-After
RFC 9457 problem detail. Served as application/problem+json. Additional
members appear for some problem types (e.g. errors). (core.problems.problem)