curl --request GET \
--url 'https://api.addressy.com/Extras/Web/Ip2Country/v1.10/json6.ws?Key='{
"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.
curl --request GET \
--url 'https://api.addressy.com/Extras/Web/Ip2Country/v1.10/json6.ws?Key='{
"Items": [
{
"IpAddress": "217.10.139.200",
"Iso2": "GB",
"Iso3": "GBR",
"Country": "UNITED KINGDOM"
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.loqate.com/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?