Overview
Developer Tools
Migration Guides
Travel Time Matrix API
Isochrone API
H3 API
Geohash API
Distance Map API
Routes API
Geocoding API
Additional API Reference
Error Handling
ArcGIS plugin
Alteryx plugin
/v4/geocoding/reverse

Reverse Geocoding
Copy link

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 Headers
Copy link

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 parameters
Copy link

float

Latitude of the point to reverse geocode.

float

Longitude of the point to reverse geocode.

Response Headers
Copy link

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

Response Body
Copy link

FeatureCollection
array[object]
Hide child attributes
Feature
Show child attributes
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

Examples
Copy link

Request
Copy link

Loading

Response Body
Copy link

Loading
Hide code example

Request

Loading

Response

Loading