API Demo

Search any IP address/Domain

{

     "ipaddress":"216.73.216.9"

     "countrycode":"US"

     "countryname":"United States of America"

     "regionname":"Washington"

     "cityname":"Seattle"

     "latitude":"47.604309"

     "longitude":"-122.329845"

     "zipcode":"98101"

     "timezone":"-07:00"

}

<?xml version="1.0" encoding="UTF-8"?>
<info>
  <status>success</status>
  <ipaddress>216.73.216.9</ipaddress>
  <countrycode>US</countrycode>
  <countryname>United States of America</countryname>
  <regionname>Washington</regionname>
  <cityname>Seattle</cityname>
  <latitude>47.604309</latitude>
  <longitude>-122.329845</longitude>
  <zipcode>98101</zipcode>
  <timezone>-07:00</timezone>
</info>