Enterprise Plan


Our enterprise plan includes access to everything in business plan plus IP WhoisIP RangesIP Activity and full domains hosted on the IP.


IP Ranges API


curl api.ip.cc/ranges/comcast.net?token=$TOKEN


{
  "domain": "comcast.net",
  "num_ranges": "37330",
  "ranges": [
    "23.24.240.0/29",
    "23.24.240.64/29",
    "23.24.240.128/28",
    "23.24.240.152/29",
    "23.24.240.168/29",
    "23.24.240.192/29",
    "23.24.240.208/29",
    "23.24.241.40/29",
    "23.24.241.72/29",
    "23.24.241.96/29",
    "23.24.241.112/28",
    "23.24.241.136/29",
    "23.24.241.168/29",
    "23.24.241.184/29",
    ...
   ]
}


Hosted Domains API


The Hosted Domains API in the Enterprise plan includes higher limits. Whereas in the business plan, you can only get five domains per page, in the enterprise plan, you can get up to 1000 domains.


curl api.ip.cc/domains/8.8.8.8?token=$TOKEN


{
  "ip": "8.8.8.8",
  "total": "37330",
  "domains": [
    "41.cn",
    "onionflix.cc",
    "newmax.info",
    "ftempurl.com",
    "itempurl.com",
    "authrock.com",
    "ctempurl.com",
    "mtqnia.com",
    "server-panel.net",
    "gtempurl.com",
    "htempurl.com",
    ...
   ]
}