V3 IS DEPRICATED & SCHEDULED FOR SHUTDOWN --- UPGRADE TO V4 IMMEDIATELY --- CLICK HERE FOR MORE INFO
 

Our APIs

Geocoding APIs

Our flagship API that is known around the world. Geocoding is the process of turning human-readable addresses into computer and map readable coordinate pairs and vice-versa.

Forward Geocoding is the process of feeding the API addresses and having it return coordinate pairs. This service is useful for address verification and mapping purposes. Many map providers limit the amount of "geocode queries" that can be performed daily and these queries are usually done on map load. However, by using our service to pre-geocode the addresses into coordinates before loading the map, you can avoid such limits and enjoy faster map loading times. DEMO HERE

Reverse Geocoding is the process of feeding coordinate pairs into the API and having it return address details for the given coordinates. This is very useful if you have locations in a database or file that are stored using coordinate pairs and you need to know where each pair is located. Usually this API can return down to the exact address of most queries. DEMO HERE

This API returns the current date and time at a particular location by coordinates. Also tells the timezone in GMT offset format as well as machine readable UNIX format. DEMO HERE

This API returns information about a given coordinate's administrative locale. For example, this API can provide information including calling code of country, ccTLD, timezone name, etc. from a given set of coordinates. DEMO HERE



IP Address APIs

Very useful for web administrators, advertisers, etc. that need to know the location of website visitors or do research on specific IP addresses. Kept up to date and always reliable.

This API returns basic data we have about a particular IPv4 address. This data can include location, ISP, usage type, and proxy info. DEMO HERE

This API returns basic data we have about a particular IPv6 address. This data can include location, ISP, usage type, and proxy info. DEMO HERE

This API returns the WhoIS data in a clean, computer-readable format. Can be useful to find out who owns a particular IP address or Domain and what data is available in the WhoIS registry. DEMO HERE

Returns the hostname for a given IP address. DEMO HERE

Network Tools

These APIs are useful for network administrators or for those that want to analyse their own networks or those of others.

This API performs a PING to a given IP address or hostname and returns the results in machine-readable format. Useful for testing if a given IP or hostname is accessible remotely and if it responds to PING requests. DEMO HERE

This API performs a Traceroute to a given IP address or hostname and returns the results in machine-readable format. Useful for testing the routing to a specify IP or network. DEMO HERE

This API returns the abuse email address for a given domain name or IP address. Very useful in automated abuse notification systems. Also helpful for DMCA notices and reporting botnets or spam. DEMO HERE

This API can be used to scan ports of a given IP address or domain. Useful for network admins looking to test their security and close any unneccessarily open ports on their servers. DEMO HERE