IPinfo · JSON Structure

Ipinfo Whois Net Id Response Structure

WhoisNetIdResponse schema from IPinfo API

Type: object Properties: 4
IP IntelligenceIP GeolocationASNPrivacy DetectionVPN DetectionThreat IntelligenceNetwork DataMobile CarrierWHOISPublic APIsDevelopment

WhoisNetIdResponse is a JSON Structure definition published by IPinfo, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

net total page records

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/ipinfo/main/json-structure/ipinfo-whois-net-id-response-structure.json",
  "name": "WhoisNetIdResponse",
  "description": "WhoisNetIdResponse schema from IPinfo API",
  "type": "object",
  "properties": {
    "net": {
      "type": "string"
    },
    "total": {
      "type": "int32"
    },
    "page": {
      "type": "int32"
    },
    "records": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "range": {
            "type": "string"
          },
          "id": {
            "type": "string"
          },
          "name": {
            "type": "string"
          },
          "country": {
            "type": "string"
          },
          "org": {
            "type": "string"
          },
          "admin": {
            "type": "string"
          },
          "abuse": {
            "type": "string"
          },
          "tech": {
            "type": "string"
          },
          "maintainer": {
            "type": "string"
          },
          "updated": {
            "type": "date"
          },
          "status": {
            "type": "string"
          },
          "source": {
            "type": "string"
          },
          "raw": {
            "type": "string"
          }
        }
      }
    }
  }
}