cURL
curl --request GET \ --url https://api.example.com/api/infrastructure/v1/reverse-geocode
{ "country": "<string>", "code": "<string>", "displayName": "<string>", "error": "<string>" }
ReverseGeocode resolves geographic coordinates to a postal address/country.
Successful response
ReverseGeocodeResponse containing the resolved location details.
Human-readable country name.
ISO country code.
Full display name/address.
Optional error message.
Was this page helpful?