IP Type Data
Available in: Free, Basic, Standard, Business, and Enterprise.
If the IP address is an anycast or a bogon, the API returns a field indicating that.
Bogon Address Information
curl api.ip.cc/127.0.0.1?token=$TOKEN
{ "ip": "127.0.0.1", "bogon": true }
Anycast Information
curl api.ip.cc/8.8.8.8?token=$TOKEN
{ "ip": "8.8.8.8", "hostname": "dns.google", "anycast": true, "city": "Mountain View", ... }