Translate coordinates to the closest address(es)/places/stops.
Query parameters
latitude, longitude in degrees
Optional. Default is all types.
Only return results matching one of the given types. For example, this can be used to allow only ADDRESS and STOP results.
Optional. Number of results to return.
If omitted, 5 results are returned by default. Must be <= server config variable reverse_geocode_max_results.
Response
A list of guesses to resolve the coordinates to a location
Changes
Changed in 5 of the 52 revisions of this API.559
- ●
added the new
HGVenum value to theitems/modes/items/response property for the response status200response-property-enum-value-added
- ●
- ▲
removed the enum value
ADDRESSfrom thequeryrequest parametertyperequest-parameter-enum-value-removed
- ▲
removed the enum value
PLACEfrom thequeryrequest parametertyperequest-parameter-enum-value-removed
- ▲
removed the enum value
STOPfrom thequeryrequest parametertyperequest-parameter-enum-value-removed
- ▲
for the
queryrequest parametertype, the type/format was changed fromstring/toarray/request-parameter-type-changed
- ▲
- ○
added the new optional
queryrequest parameternumResultsnew-optional-request-parameter
- ○
- ●
added the new
DEBUG_BUS_ROUTEenum value to theitems/modes/items/response property for the response status200response-property-enum-value-added
- ●
added the new
DEBUG_FERRY_ROUTEenum value to theitems/modes/items/response property for the response status200response-property-enum-value-added
- ●
added the new
DEBUG_RAILWAY_ROUTEenum value to theitems/modes/items/response property for the response status200response-property-enum-value-added
- ●
- ▲
the
queryrequest parametertypewas restricted to a list of enum valuesrequest-parameter-became-enum
- ●
deleted the
queryrequest parameternumResultsrequest-parameter-removed
- ○
added the new enum value
ADDRESSto thequeryrequest parametertyperequest-parameter-enum-value-added
- ○
added the new enum value
PLACEto thequeryrequest parametertyperequest-parameter-enum-value-added
- ○
added the new enum value
STOPto thequeryrequest parametertyperequest-parameter-enum-value-added
- ○
for the
queryrequest parametertype, the type/format was generalized fromarray/tostring/request-parameter-type-generalized
- ○
removed the
DEBUG_BUS_ROUTEenum value from theitems/modes/items/response property for the response status200response-property-enum-value-removed
- ○
removed the
DEBUG_FERRY_ROUTEenum value from theitems/modes/items/response property for the response status200response-property-enum-value-removed
- ○
removed the
DEBUG_RAILWAY_ROUTEenum value from theitems/modes/items/response property for the response status200response-property-enum-value-removed
- ○
removed the
HGVenum value from theitems/modes/items/response property for the response status200response-property-enum-value-removed
This revision also has 30 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲