IPinfo · Example Payload

Ipinfo Whois Asn Response Example

IP IntelligenceIP GeolocationASNPrivacy DetectionVPN DetectionThreat IntelligenceNetwork DataMobile CarrierWHOISPublic APIsDevelopment

Ipinfo Whois Asn 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": "AS9541",
  "total": 47,
  "page": 0,
  "records": [
    {
      "range": "58.65.203.0/24",
      "id": "CYBERNET",
      "name": "Broadband Services",
      "country": "PK",
      "org": null,
      "status": "ALLOCATED NON-PORTABLE",
      "admin": "POC object or null",
      "abuse": "POC object or null",
      "tech": "POC object or null",
      "maintainer": "POC object or null",
      "updated": "2021-01-27",
      "source": "apnic",
      "raw": "<raw data>"
    }
  ]
}