Looking for support.loqate.com? Click here to find our on-prem documentation.
cURL
curl --request GET \ --url 'https://api.addressy.com/Geocoding/International/PositionToCountry/v1.00/json6.ws?Key='
200
Success
{ "Items": [ { "CountryName": "", "CountryIso2": "", "CountryIso3": "", "CountryIsoNumber": "" } ] }
Identify which country contains specific coordinates. Returns country name and ISO codes from WGS84 latitude and longitude input.
The key to use to authenticate to the service.
The latitude of the position to search against.
The longitude of the position to search against.
Show child attributes
Was this page helpful?