Autocompletion & geocoding that resolves user input addresses including coordinates
Query parameters
the (potentially partially typed) address to resolve
language tags as used in OpenStreetMap (usually ISO 639-1, or ISO 639-2 if there's no ISO 639-1)
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. Filter stops by available transport modes. Defaults to applying no filter.
Optional. Used for biasing results towards the coordinate.
Format: latitude,longitude in degrees
Optional. Used for biasing results towards the coordinate. Higher number = higher bias.
Optional. Number of suggestions to return. If omitted, 10 suggestions are returned by default. Must be <= server config variable geocode_max_suggestions.
latitude,longitude pair of the lower right coordinate of the bounding box containing all results
latitude,longitude pair of the upper left coordinate of the bounding box containing all results
Response
A list of guesses to resolve the text to a location
Changes
Changed in 6 of the 52 revisions of this API.9715
- ●
added the new
HGVenum value to theitems/modes/items/response property for the response status200response-property-enum-value-added
- ○
added the enum value
HGVto the propertyitems/of thequeryrequest parametermoderequest-parameter-property-enum-value-added
- ●
- ○
added the new optional
queryrequest parametermaxnew-optional-request-parameter
- ○
added the new optional
queryrequest parameterminnew-optional-request-parameter
- ○
- ▲
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
- ○
added the enum value
DEBUG_BUS_ROUTEto the propertyitems/of thequeryrequest parametermoderequest-parameter-property-enum-value-added
- ○
added the enum value
DEBUG_FERRY_ROUTEto the propertyitems/of thequeryrequest parametermoderequest-parameter-property-enum-value-added
- ○
added the enum value
DEBUG_RAILWAY_ROUTEto the propertyitems/of thequeryrequest parametermoderequest-parameter-property-enum-value-added
- ●
- ▲
the
queryrequest parametertypewas restricted to a list of enum valuesrequest-parameter-became-enum
- ▲
removed the enum value
DEBUG_BUS_ROUTEfrom the propertyitems/of thequeryrequest parametermoderequest-parameter-property-enum-value-removed
- ▲
removed the enum value
DEBUG_FERRY_ROUTEfrom the propertyitems/of thequeryrequest parametermoderequest-parameter-property-enum-value-removed
- ▲
removed the enum value
DEBUG_RAILWAY_ROUTEfrom the propertyitems/of thequeryrequest parametermoderequest-parameter-property-enum-value-removed
- ▲
removed the enum value
HGVfrom the propertyitems/of thequeryrequest parametermoderequest-parameter-property-enum-value-removed
- ●
deleted the
queryrequest parametermaxrequest-parameter-removed
- ●
deleted the
queryrequest parameterminrequest-parameter-removed
- ●
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
- ▲