IPinfo · JSON Structure

Ipinfo Ranges Response Structure

RangesResponse schema from IPinfo API

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

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

Properties

domain num_ranges redirects_to ranges

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-ranges-response-structure.json",
  "name": "RangesResponse",
  "description": "RangesResponse schema from IPinfo API",
  "type": "object",
  "properties": {
    "domain": {
      "type": "string"
    },
    "num_ranges": {
      "type": "string"
    },
    "redirects_to": {
      "type": "string"
    },
    "ranges": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  },
  "required": [
    "domain",
    "redirects_to",
    "num_ranges",
    "ranges"
  ]
}