IPinfo · JSON Structure

Ipinfo Carrier Response Structure

CarrierResponse schema from IPinfo API

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

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

Properties

name mcc mnc

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-carrier-response-structure.json",
  "name": "CarrierResponse",
  "description": "CarrierResponse schema from IPinfo API",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "mcc": {
      "type": "string"
    },
    "mnc": {
      "type": "string"
    }
  },
  "required": [
    "name",
    "mcc",
    "mnc"
  ]
}