Skip to main content
GET
/
api
/
infrastructure
/
v1
/
reverse-geocode
ReverseGeocode
curl --request GET \
  --url https://api.example.com/api/infrastructure/v1/reverse-geocode
{
  "country": "<string>",
  "code": "<string>",
  "displayName": "<string>",
  "error": "<string>"
}

Query Parameters

lat
number<double>
lon
number<double>

Response

Successful response

ReverseGeocodeResponse containing the resolved location details.

country
string

Human-readable country name.

code
string

ISO country code.

displayName
string

Full display name/address.

error
string

Optional error message.