IPinfo · Schema

ResidentialProxyResponse

ResidentialProxyResponse schema from IPinfo API

IP IntelligenceIP GeolocationASNPrivacy DetectionVPN DetectionThreat IntelligenceNetwork DataMobile CarrierWHOISPublic APIsDevelopment

Properties

Name Type Description
ip string The IPv4 or IPv6 address associated with a residential proxy
last_seen string The last recorded date when the residential proxy IP was active (YYYY-MM-DD, UTC)
percent_days_seen integer The percentage of days the IP was active in the last 7-day period
service string The name of the residential proxy service. Suffixed with _mobile for carrier/mobile or _datacenter for datacenter proxies
View JSON Schema on GitHub

JSON Schema

ipinfo-residential-proxy-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/ipinfo/main/json-schema/ipinfo-residential-proxy-response-schema.json",
  "title": "ResidentialProxyResponse",
  "description": "ResidentialProxyResponse schema from IPinfo API",
  "type": "object",
  "properties": {
    "ip": {
      "type": "string",
      "description": "The IPv4 or IPv6 address associated with a residential proxy",
      "example": "175.107.211.204"
    },
    "last_seen": {
      "type": "string",
      "format": "date",
      "description": "The last recorded date when the residential proxy IP was active (YYYY-MM-DD, UTC)",
      "example": "2025-06-24"
    },
    "percent_days_seen": {
      "type": "integer",
      "minimum": 0,
      "maximum": 100,
      "description": "The percentage of days the IP was active in the last 7-day period",
      "example": 14
    },
    "service": {
      "type": "string",
      "description": "The name of the residential proxy service. Suffixed with _mobile for carrier/mobile or _datacenter for datacenter proxies",
      "example": "ipfoxy"
    }
  },
  "required": [
    "ip",
    "last_seen",
    "percent_days_seen",
    "service"
  ]
}

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/ipinfo-residential-proxy-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.