IPGeolocation.io · Schema

Network

Network routing information for the IP. Included by default on paid plans. Not available on the free plan.

GeocodingIP GeolocationIP IntelligenceIP SecurityASN LookupAbuse ContactTimezoneAstronomyUser AgentThreat IntelligencePublic APIs

Properties

Name Type Description
connection_type string Type of network connection for this IP. Known values: `DSL`, `Cable`, `Fiber`, `Mobile`, `Wireless`, `Dial-Up/ISDN`, `Satellite`. Empty string when the type cannot be determined.
route string BGP route prefix in CIDR notation.
is_anycast boolean Whether the IP is part of an anycast network.
View JSON Schema on GitHub

JSON Schema

ip-location-network-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/ipgeolocation/refs/heads/main/json-schema/ip-location-network-schema.json",
  "title": "Network",
  "description": "Network routing information for the IP. Included by default on paid plans.\nNot available on the free plan.\n",
  "type": "object",
  "properties": {
    "connection_type": {
      "type": "string",
      "description": "Type of network connection for this IP. Known values: `DSL`, `Cable`,\n`Fiber`, `Mobile`, `Wireless`, `Dial-Up/ISDN`, `Satellite`. Empty string\nwhen the type cannot be determined.\n",
      "example": ""
    },
    "route": {
      "type": "string",
      "description": "BGP route prefix in CIDR notation.",
      "example": "91.128.0.0/14"
    },
    "is_anycast": {
      "type": "boolean",
      "description": "Whether the IP is part of an anycast network.",
      "example": false
    }
  }
}

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.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/ip-location-network"
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.