IPinfo · Example Payload

Ipinfo Whois Domain Response Example

IP IntelligenceIP GeolocationASNPrivacy DetectionVPN DetectionThreat IntelligenceNetwork DataMobile CarrierWHOISPublic APIsDevelopment

Ipinfo Whois Domain Response Example is an example object payload from IPinfo, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

nettotalpagerecords

Example Payload

Raw ↑
{
  "net": "comcast.net",
  "total": 80,
  "page": 0,
  "records": [
    {
      "range": "24.147.0.0/17",
      "id": "NEW-ENGLAND-10",
      "name": "Comcast Cable Communications Holdings, Inc",
      "country": "US",
      "org": "C02610737",
      "status": "REASSIGNMENT",
      "tech": null,
      "maintainer": null,
      "admin": null,
      "abuse": null,
      "updated": "2010-10-18",
      "source": "arin",
      "raw": "<raw data>",
      "domain": "comcast.net"
    }
  ]
}