IPinfo · Schema
FullResponse
FullResponse schema from IPinfo API
IP IntelligenceIP GeolocationASNPrivacy DetectionVPN DetectionThreat IntelligenceNetwork DataMobile CarrierWHOISPublic APIsDevelopment
Properties
| Name | Type | Description |
|---|---|---|
| ip | string | |
| bogon | boolean | |
| hostname | string | |
| city | string | |
| region | string | |
| country | string | |
| loc | string | |
| postal | string | |
| timezone | string | |
| org | string | |
| asn | object | |
| company | object | |
| carrier | object | |
| privacy | object | |
| domains | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/ipinfo/main/json-schema/ipinfo-full-response-schema.json",
"title": "FullResponse",
"description": "FullResponse schema from IPinfo API",
"type": "object",
"properties": {
"ip": {
"type": "string",
"example": "66.87.125.72"
},
"bogon": {
"type": "boolean",
"example": false
},
"hostname": {
"type": "string",
"example": "ip-66-87-125-72.spfdma.spcsdns.net"
},
"city": {
"type": "string",
"example": "Springfield"
},
"region": {
"type": "string",
"example": "Massachusetts"
},
"country": {
"type": "string",
"example": "US"
},
"loc": {
"type": "string",
"example": "42.0999,-72.5783"
},
"postal": {
"type": "string",
"example": "01105"
},
"timezone": {
"type": "string",
"example": "America/New_York"
},
"org": {
"type": "string",
"example": "AS51501 Khabarovsk home networks Ltd"
},
"asn": {
"$ref": "./ipinfo-asn-response-schema.json"
},
"company": {
"$ref": "./ipinfo-company-response-schema.json"
},
"carrier": {
"$ref": "./ipinfo-carrier-response-schema.json"
},
"privacy": {
"$ref": "./ipinfo-privacy-response-schema.json"
},
"domains": {
"$ref": "./ipinfo-domains-response-schema.json"
}
},
"required": [
"ip"
]
}
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-full-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.