Free Plan


The free plan includes the geolocation information for an IP address and basic ASN details.


curl api.ip.cc/66.87.125.72/json?token=$TOKEN


{
  "ip": "66.87.125.72",
  "hostname": "ip-66-87-125-72.spfdma.spcsdns.net",
  "city": "Springfield",
  "region": "Massachusetts",
  "country": "US",
  "loc": "42.1015,-72.5898",
  "org": "AS10507 Sprint Personal Communications Systems",
  "postal": "01101",
  "timezone": "America/New_York"
}


If the IP is anycast or bogon an additional field is returned indicating that.

Free Plan


The free plan includes the geolocation information for an IP address and basic ASN details.


curl api.ip.cc/66.87.125.72/json?token=$TOKEN


{
  "ip": "66.87.125.72",
  "hostname": "ip-66-87-125-72.spfdma.spcsdns.net",
  "city": "Springfield",
  "region": "Massachusetts",
  "country": "US",
  "loc": "42.1015,-72.5898",
  "org": "AS10507 Sprint Personal Communications Systems",
  "postal": "01101",
  "timezone": "America/New_York"
}


If the IP is anycast or bogon an additional field is returned indicating that.