Join our Slack community to connect with other developers and kickstart your Loqate journey.
cURL
curl --request GET \ --url https://api.addressy.com/Geocoding/International/PositionToCountry/v1.00/json6.ws
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?