Retrieve location from latitude and longitude.

get/locations/v1/locations/address/revgeocode

Geolocate a location by providing the longitude and latitude. Optionally, provide an ISO language code to return the information in a language different from the default (English).

SecurityBearer
Request
query Parameters
latitude
required
string

Provide a latitude coordinate.

longitude
required
string

Provide a longitude coordinate.

language
string

(Optional) Specify a language code to return the location information in that language. The default is English.

Examples:
Return the location description in Simplified Chinese.
language=zh-CN
Responses
200

OK

400

Bad request

404

Not found

500

Internal server error

Request samples
Response samples
application/json
{
  • "items": [
    ],
  • "count": 0,
  • "offset": 0,
  • "total": 0
}