IPinfo · JSON Structure

Ipinfo Privacy Response Structure

PrivacyResponse schema from IPinfo API

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

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

Properties

vpn proxy tor hosting relay service

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-privacy-response-structure.json",
  "name": "PrivacyResponse",
  "description": "PrivacyResponse schema from IPinfo API",
  "type": "object",
  "properties": {
    "vpn": {
      "type": "boolean"
    },
    "proxy": {
      "type": "boolean"
    },
    "tor": {
      "type": "boolean"
    },
    "hosting": {
      "type": "boolean"
    },
    "relay": {
      "type": "boolean"
    },
    "service": {
      "type": "string"
    }
  },
  "required": [
    "vpn",
    "proxy",
    "tor",
    "hosting",
    "relay",
    "service"
  ]
}