search icon
TravelTime API
Overview
Developer Tools
Database Plugins
TravelTime API
SDK
TravelTime API
Isochrone API
JSON
Distance Map API
TravelTime API
Travel Time Matrix API
JSON
Travel Time Matrix API
Protocol Buffers
TravelTime API
Routes API
JSON
Geocoding API
Additional API Reference
Error Handling
TravelTime API
ArcGIS plugin
QGIS plugin
Alteryx plugin
TravelTime.comchevronDocs
/v4/geocoding/reverse

Reverse Geocodinganchor icon

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.

Request Headersanchor icon

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

Request GET parametersanchor icon

float

Latitude of the point to reverse geocode.

float

Longitude of the point to reverse geocode.

Response Headersanchor icon

Language tag in which results were returned.
It will default to Content-Language: en if requested language was not available. BCP47 spec.

Response Bodyanchor icon

FeatureCollection

array[object]

Hide child attributes

Feature

Show child attributes

array[number, number]

The coordinates of the locations. [lng, lat]

Hide child attributes

experimental | string

Well formatted, human-readable address of the location.

Full comma-separated address of the location, composed of names of all enclosing regions/boundaries.

float | optional

Result confidence score, maximum value is 1.

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

Show child attributes

Public transport support information. Public transport is not supported if this object is missing.

Show child attributes

date in extended ISO-8601 format

date in extended ISO-8601 format

Fast time-filter support information. The time-filter/fast endpoint is not supported if this object is missing.

Show child attributes

Each entry in the array describes a time period and time filter modes that are available for this country.

Show child attributes

The arrival or departure time period for which this time filter fast endpoint is available. Possible values: weekday_morning

Lists available transportation and time-filter modes for this time period.

Show child attributes

Possible values arrival.many_to_one, arrival.one_to_many.

Possible values public_transport, driving, driving+public_transport.

Array of supported transportation modes while doing cross country search

Indicates whether or not we have fare data

Indicates whether or not postcode searches are supported

Examplesanchor icon

Requestanchor icon

Loading

Response Bodyanchor icon

Loading

Example Request

Loading

Response Body

Loading