FORGOT YOUR DETAILS?

IP location API

Accurate. Secure. Fast.

The IP Location API lets you discover the user's location, timezone, IP-address and more. This can be done with just one line of simple Javascript code. Try for free now!

Loading your location... please wait!
FEATURES

The Best Data in the Industry

We offer a accurate, secure, and fast IP Geolocation API.

Geolocation detection

The IP location API is able to detect the exact location of a user. The country, region, and city, and more is returned to you.

Timezone detection

The IP location API detect the local timezone of the user. The timezone is presented to you in string and ISO format. Additionally, the timezone module returns the local time to you.

Currency detection

The currency lookup module detect the local currency of the user. Adjust pricing of your products to the local vuluta of the visitor. All the currency signs are returned to you as well.

IP address detection

The IP location API automatically detects the IP-address and presents this to you. The API is able to detect both IPv4 and IPv6 IP-addresses.

JSON response

To make the API integration as easy as possible the data is presented to you in JSON format.

Accurate data updates

The IP Location API is updated daily with new IP addresses. This makes sure the latest location information is available to you.

CODE

Choose your favourite API Implementation

Choose between a synchronous or asynchronous JavaScript implementation

Synchronous

Easy and fast implementation.

<html>
<head>
<script src="https://theapicompany.com/geolocationAPI.js?id=XXX"></script>
</head>
<body>
<script>
var code =geolocation.location.countryCode;
</script>>
</body>
</html>

Asynchronous

Optimize page speed.

<html>
<head>
<script async src="https://theapicompany.com/geolocationAPI2.js?id=XXX"></script>
</head>
<body>
<script>
function geolocationAPICallback(geolocation){
alert(geolocation.location.countryCode);
}
</script>>
</body>
</html>
PRICING

Pricing

Choose Between One of the Four Membership Types

BASIC PLAN

$2.99per month

Calls/month100.000
 Location
 Timezone
 Currency
 IP address
 HTTPS
 Domains1
MEDIUM PLAN

$7.99per month

Calls/month500.000
 Location
 Timezone
 Currency
 IP address
 HTTPS
 Domains1
PRO PLAN

$12.99per month

Calls/month1.000.000
 Location
 Timezone
 Currency
 IP address
 HTTPS
 Domains3
GOLD PLAN

$79.99per month

Calls/month10.000.000
 Location
 Timezone
 Currency
 IP address
 HTTPS
 Domains5
TOP