Get marketing and threat profile of any customers or visitors to localize your website content, analyze logs, enrich forms, target ads, enforce GDPR compliance, perform redirections, block countries, detect VPNs and more.
Access comprehensive geolocation, security, and connection data through our powerful API.
IP to Location module provides geolocation information related to an IP address such as continent, country, country capital, country calling code, country top level domain, city, state/province, zip code, local languages, country flag, latitude and longitude information.
{
"ip": "8.8.8.8",
"country_name": "United States",
"country_capital": "Washington",
"state_prov": "California",
"city": "Mountain View",
"zipcode": "94043",
"latitude": 37.4229,
"longitude": -122.085,
"is_eu": false,
"calling_code": "+1",
"country_tld": ".us",
"languages": "en",
"currency": {
"name": "Dollar",
"code": "USD",
"symbol": "$"
}
}
IP to Time Zone module provides time and timezone related information such as timezone name, UTC/GMT offset, current date and time string, is daylight saving time active and daylight saving in hours.
{
"time_zone": {
"name": "America/New_York",
"offset": -4,
"offset_with_dst": -3,
"current_time": "2025-10-21 05:34:00.397532-0400",
"current_time_unix": 1761039240.397557,
"current_tz_abbreviation": "EDT",
"current_tz_full_name": "America/New_York",
"is_dst": true
}
}
Connection information module provides connection related information such as name of the ISP which owns this IP address, name of the organization/company to whom this IP address is further licensed by the ISP, ASN and the connection type (wired or wireless).
{
"asn": "AS15169",
"name": "Google LLC",
"domain": "google.com",
"route": "8.8.8.0/24",
"type": "hosting"
}
The security module provides threat intelligence data such as threat score, is TOR, VPN or proxy, is known attacker and if the IP address belongs to one of the cloud providers.
{
"security": {
"is_tor": false,
"is_proxy": false,
"proxy_type": "SOCKS5",
"is_relay": false,
"is_vpn": false,
"is_cloud_provider": false
}
}