IP address 2.16.37.0
2.16.37.0 is located in London, United Kingdom, on network AS20940 (AKAMAI-ASN1), usage type hosting.
2.16.37.0
🇬🇧 London, England, United Kingdom
Risk assessment
A packaged 0–100 fraud and abuse score, with the individual signals that produced it.
Privacy & threat detection
Tells apart commercial VPNs, privacy relays such as iCloud Private Relay, residential proxies and Tor — with the operator named and a confidence score for each.
Location
- City
- London
- Subdivision
- England
- Country
- United Kingdom (GB)
- Continent
- Europe
- Coordinates
- 51.507700, -0.119000
- Time zone
- Europe/London
- Currency
- GBP
- GDPR applies
- Yes
Network & ASN
- ASN
- AS20940
- Operator
- AKAMAI-ASN1
- ASN country
- NL
- Network name
- AKAMAI-PA
- Usage type
- hosting
- Allocation
- ASSIGNED PA
Threat & privacy
VPNProxyTor exitSpam listCloudDatacenterMobileSatelliteCrawler YandexAnycastBogon
Use this in code
curl -H "Authorization: Bearer YOUR_API_KEY" "https://ipquery.info/api?ip=2.16.37.0"import requests
r = requests.get("https://ipquery.info/api",
headers={"Authorization": "Bearer YOUR_API_KEY"},
params={"ip": "2.16.37.0"})
print(r.json()[0])This page is generated from the IpQuery.Info API. Get the same data via API.
Raw API response
[
{
"accuracy_radius" : "50",
"asn" : "AS20940",
"asn_country" : "NL",
"asn_name" : "AKAMAI-ASN1",
"bot_name" : "Yandex",
"city" : "London",
"connection_type" : "hosting",
"continent" : "Europe",
"country" : "United Kingdom",
"country_iso_code" : "GB",
"crawler_name" : "Yandex",
"currency" : "GBP",
"gdpr_required" : true,
"gmt_offset" : 0,
"is_anycast" : false,
"is_bogon" : false,
"is_bot" : true,
"is_cloud" : false,
"is_crawler" : true,
"is_datacenter" : true,
"is_eu_member" : false,
"is_hosting_range" : true,
"is_mobile" : false,
"is_multicast" : false,
"is_proxy" : false,
"is_satellite" : false,
"is_spam" : false,
"is_spam_drop" : false,
"is_tor" : false,
"is_tor_exit_node" : false,
"is_tor_full_node" : false,
"is_vpn" : false,
"languages" : [
{
"code" : "en",
"name" : "English",
"native_name" : "English"
}
],
"latitude" : "51.507700",
"longitude" : "-0.119000",
"netname" : "AKAMAI-PA",
"network_status" : "ASSIGNED PA",
"postal_code" : "W1B",
"query_ip_address" : "2.16.37.0",
"query_language" : "en",
"ripe_country" : "IL",
"simplemaps" : {
"admin_name" : "London, City of",
"capital" : "primary",
"city" : "London",
"country" : "United Kingdom",
"iso2" : "GB",
"iso3" : "GBR",
"population" : 11262000
},
"subdivision" : "England",
"subdivision_iso_code" : "ENG",
"time_zone" : "Europe/London",
"usage_type" : "hosting"
}
]Explore this network
Get this data from your own code
The IpQuery.Info API returns geolocation, ASN, VPN/proxy/Tor, cloud, and a packaged risk score for any IP — one HTTPS call. Start free, no credit card.