/v4/geocoding/reverse
Attempt to match a latitude, longitude pair to an address.
Reverse search is supported for points on the land. If the client requests a point far away from the land (e.g. in the ocean), a 400 Bad Request
is returned.
string
Required authentication header. Get API Key here
string
Required authentication header.
BCP47 | optional
Request geocoding results to be in specific language if it is available. If it is not - it will default to English. BCP47 spec
BCP47
Language tag in which results were returned.
It will default to Content-Language: en
if requested language was not available. BCP47 spec.
FeatureCollection
string
array[object]
object
experimental | string
Well formatted, human-readable address of the location.
string
Full comma-separated address of the location, composed of names of all enclosing regions/boundaries.
string
string
float | optional
Result confidence score, maximum value is 1
.
string | optional
string | optional
string | optional
string | optional
string | optional
string | optional
string | optional
string | optional
string | optional
string | optional
string | optional
string | optional
ISO 3166-1 alpha-3 | optional
string | optional
string | optional
object | optional
object | optional
Public transport support information. Public transport is not supported if this object is missing.
date in extended ISO-8601 format
date in extended ISO-8601 format
object | optional
Fast time-filter support information. The time-filter/fast
endpoint is not supported if this object is missing.
array[object]
Each entry in the array describes a time period and time filter modes that are available for this country.
The arrival or departure time period for which this time filter fast endpoint is available. Possible values: weekday_morning
array[object]
Lists available transportation and time-filter modes for this time period.
Possible values arrival.many_to_one
, arrival.one_to_many
.
Possible values public_transport
, driving
, driving+public_transport
.
array[string]
Array of supported transportation modes while doing cross country search
boolean
Indicates whether or not we have fare data
boolean
Indicates whether or not postcode searches are supported
Example Request
Loading
Response Body
Loading