IPinfo · JSON Structure

Ipinfo Abuse Response Structure

AbuseResponse schema from IPinfo API

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

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

Properties

address country email name network phone

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-abuse-response-structure.json",
  "name": "AbuseResponse",
  "description": "AbuseResponse schema from IPinfo API",
  "type": "object",
  "properties": {
    "address": {
      "type": "string"
    },
    "country": {
      "type": "string"
    },
    "email": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "network": {
      "type": "string"
    },
    "phone": {
      "type": "string"
    }
  }
}