Search POIs by location
GET/v1/pois
Find POIs within a bounding box or a radius of a point. Provide either
bbox, or lat+lon+radius_m.
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Query Parameters
Section titled “Query Parameters”Responses
Section titled “Responses”Successful Response
object
A POI search hit. NOTE: no mode/travel_time here (search is spatial, not routed). (routers.pois.poi_search)
object
Example
{ "next_cursor": null, "results": [ { "address": { "city": "Springfield", "state": "OR", "street": "742 Evergreen Ter", "zip": "97477" }, "dest_id": 9001, "lat": 44.05, "lon": -123.09, "name": "Market of Choice" } ]}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)
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)