The reference for IP address geolocation and network intelligence since 2010
Know your visitors before they even sign in and customize their experience based on country, state, language, currency or connection speed. Using our IP geolocation tool, you can also implement geographic restrictions for your sensitive content or improve your ad targeting.
Get insights about your core market demographics through IP geolocation, and discover new hidden opportunities and emerging trends. Add location awareness to your network security stack.
Defend your infrastructure against cyberattacks, identify risky situations and account for originating country, proxy or Tor usage in your scoring process. Compare visitor geolocation with known customer data to detect online fraud and identity theft.
Our geolocation data set covers the whole IPv4 and IPv6 address spaces with more than 2 million unique locations in 215,000+ cities worldwide. It is interoperable with popular third party geographic services such as the Geonames open database.
Show your non-english speaking visitors the place names they are used to. We support country, state, district and city name localization in more than fifty languages including Chinese, Russian, Farsi, Spanish, French and live amount conversions for more than 50 currencies.
From your API dashboard you are able to manage your keys, watch your API usage in real-time and analyze its historical trends. You may also setup email alerts whenever you go near or over your daily quota.
try {
$info = DBIP\Address::lookup($visitorIp);
if ($info->threatLevel === "high") {
header("Status: 403 Forbidden");
die();
}
setlocale(LC_ALL, $info->languages[0]);
echo sprintf(_("Hello %s !"), $info->city);
} catch (DBIP\ServerError $e) {
// Invalid key or address
Log::Warning($e->getMessage());
}
It only takes a few minutes to add IP geolocation awareness to your application. Our API uses RESTful semantics supported by all major development platforms, and we offer free open-source API query libraries and CSV import tools.
Protect your web application, customer data and network infrastructure from cyber attacks. Our threat level indicator is computed in real-time from several security flags such as anonymous proxy usage or known attack sources.
{
isCrawler: false,
isProxy: true,
proxyType: "vpn",
threatLevel: "high",
threatDetails: [
"anonymous-proxy",
"attack-source",
"attack-target:web"
"bot-name:gherran",
"bot-type:spam"
]
}
Get in touch or create an account