IPinfo · Schema
AsnResponse
AsnResponse schema from IPinfo API
IP IntelligenceIP GeolocationASNPrivacy DetectionVPN DetectionThreat IntelligenceNetwork DataMobile CarrierWHOISPublic APIsDevelopment
Properties
| Name | Type | Description |
|---|---|---|
| asn | string | |
| name | string | |
| country | string | |
| allocated | string | |
| registry | string | |
| domain | string | |
| num_ips | integer | |
| route | string | |
| type | string | |
| prefixes | array | |
| prefixes6 | array | |
| peers | array | |
| upstreams | array | |
| downstreams | array |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/ipinfo/main/json-schema/ipinfo-asn-response-schema.json",
"title": "AsnResponse",
"description": "AsnResponse schema from IPinfo API",
"type": "object",
"properties": {
"asn": {
"type": "string",
"example": "AS10507"
},
"name": {
"type": "string",
"example": "Sprint Personal Communications Systems"
},
"country": {
"type": "string",
"example": "US"
},
"allocated": {
"type": "string",
"example": "1997-02-14"
},
"registry": {
"type": "string",
"example": "arin"
},
"domain": {
"type": "string",
"example": "sprint.net"
},
"num_ips": {
"type": "integer",
"example": 71224576
},
"route": {
"type": "string",
"example": "66.87.125.0/24"
},
"type": {
"type": "string",
"example": "isp",
"enum": [
"isp",
"business",
"education",
"hosting",
"inactive"
]
},
"prefixes": {
"type": "array",
"items": {
"$ref": "./ipinfo-prefix-schema.json"
}
},
"prefixes6": {
"type": "array",
"items": {
"$ref": "./ipinfo-prefix6-schema.json"
}
},
"peers": {
"type": "array",
"items": {
"type": "string",
"example": "1299"
}
},
"upstreams": {
"type": "array",
"items": {
"type": "string",
"example": "1299"
}
},
"downstreams": {
"type": "array",
"items": {
"type": "string",
"example": "109"
}
}
},
"required": [
"asn",
"name",
"domain",
"type"
]
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/ipinfo-asn-response"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.