Skip to main content
GET
/
Extras
/
Web
/
Ip2Country
/
v1.10
/
json6.ws
cURL
curl --request GET \
  --url https://api.addressy.com/Extras/Web/Ip2Country/v1.10/json6.ws
{
"Items": [
{
"IpAddress": "217.10.139.200",
"Iso2": "GB",
"Iso3": "GBR",
"Country": "UNITED KINGDOM"
}
]
}
We don’t support API connections using HTTP - all calls should use HTTPS.
When no IP address is provided, the service will return the country of the IP address of the request, and will not consume credit.

Query Parameters

Key
string
required

The key to use to authenticate to the service.

IpAddress
string

The IP Address to check. If this parameter is not supplied the IP address of the client making the request is used.

Response

Success

Items
object[]