Looking for support.loqate.com? Click here to find our on-prem documentation.
cURL
curl --request GET \ --url 'https://api.addressy.com/Extras/Web/Ip2Country/v1.10/json6.ws?Key='
200
Success
{ "Items": [ { "IpAddress": "217.10.139.200", "Iso2": "GB", "Iso3": "GBR", "Country": "UNITED KINGDOM" } ] }
Identify which country an IP address belongs to. Returns ISO 2 and ISO 3 codes along with full country name.
The key to use to authenticate to the service.
The IP Address to check. If this parameter is not supplied the IP address of the client making the request is used.
Show child attributes
Was this page helpful?