BackGeolocation API

Using our 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.

Payment and Delivery | Privacy Policy | Terms & Conditions | License Agreement (EULA) | Legal Notice