
Excluding VAT, where applicable
Instant Delivery by Download
- SKU: API-201911-01
With our Geolocation API you can quickly determine the nationality of IPv4 and IPv6 addresses.
Highlights:
- Only € 0.01 per query
- Simple and uncomplicated integration
- Weekly updated database
- Accurate results
- Supports IPv4 and IPv6 addresses
Thanks to a weekly updated database, you have an accurate result for every IP address at any time and can make better business-critical decisions based on the result.
If you run an online shop, it can be extremely important to compare the country of the IP address with the country of the customer and the country in which the credit card was issued. If there are differences in the comparison, it is certainly fraud.
If your supposed customer is from Germany, but his IP address is from the Far East and the credit card issuing country is Great Britain, you can be sure that it is fraudulent.
In the case of credit card fraud, you have to bear all costs alone. In the worst case, you lose your money and your goods. It is therefore important to protect yourself from such and similar fraud methods.
Our geolocation API can help you with a simple and inexpensive query to prevent credit card fraud from happening in the first place.
Example:
The usage of the Geolocation API couldn't be easier. An IP address is queried by calling the URL, which then returns an XML document:
Request:
http://api.zebnet.co.uk/v1/geo/?ip=8.8.8.8&key=api-key&secret=secret-word
Result:
<api>
<result>US</result>
<balance>9999</balance>
<valid>1</valid>
</api>
This is a very quick example so that you can get a first impression of using the API.
Detailed documentation is also available. A DLL file is also available for .NET developers.