TrueProxies · Schema

Service

ProxiesResidential ProxiesDatacenter ProxiesWeb ScrapingNetworkingIPv6SOCKS5Data Collection

Properties

Name Type Description
billing_read_only boolean Existing access remains available, but this service cannot be topped up or renewed. New plan purchases are separate.
capabilities array
city string
comparison_pass boolean Free private comparison with fixed speed and expiry; cannot be purchased, topped up or renewed.
connects_per_second integer Effective limit for this service.
created_at string
depleted boolean
display_name string Unlimited service names reflect their actual speed and term; offer_key retains the original billing plan.
expires_at string
grace_until string
host string
id string Internal API identifier. Use reference for customer-facing display.
max_connections integer Effective limit for this service.
offer_key string
ports object
product object
reference string Stable, unique customer-facing reference.
renewals_enabled boolean
speed_bps integer 0 for paid residential_ipv4_gb means no additional TrueProxies speed cap. Private comparison passes have a fixed 50000000 bps cap. residential_ipv4_unlimited retains its positive plan speed. Upstream
starts_at string
status object
term object
term_label string Actual fixed duration for a free Unlimited grant, such as 3 hours. Overrides the recurring term label in customer views.
trial_started_at string First recorded trial traffic; absent until the first request starts the 30-minute window.
usage_source string
username_base string
whitelist_entries integer
View JSON Schema on GitHub

JSON Schema

trueproxies-service-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/trueproxies/main/json-schema/trueproxies-service-schema.json",
  "title": "Service",
  "x-generated": "2026-09-23",
  "x-method": "derived",
  "x-generator": "derive-json-schema.py",
  "x-source": "openapi/trueproxies-openapi.yml#/components/schemas/Service",
  "properties": {
    "billing_read_only": {
      "description": "Existing access remains available, but this service cannot be topped up or renewed. New plan purchases are separate.",
      "type": "boolean"
    },
    "capabilities": {
      "items": {
        "type": "string"
      },
      "type": "array"
    },
    "city": {
      "type": "string"
    },
    "comparison_pass": {
      "description": "Free private comparison with fixed speed and expiry; cannot be purchased, topped up or renewed.",
      "type": "boolean"
    },
    "connects_per_second": {
      "description": "Effective limit for this service.",
      "minimum": 0,
      "type": "integer"
    },
    "created_at": {
      "format": "date-time",
      "type": "string"
    },
    "depleted": {
      "type": "boolean"
    },
    "display_name": {
      "description": "Unlimited service names reflect their actual speed and term; offer_key retains the original billing plan.",
      "type": "string"
    },
    "expires_at": {
      "format": "date-time",
      "type": "string"
    },
    "grace_until": {
      "format": "date-time",
      "type": "string"
    },
    "host": {
      "type": "string"
    },
    "id": {
      "description": "Internal API identifier. Use reference for customer-facing display.",
      "format": "uuid",
      "type": "string"
    },
    "max_connections": {
      "description": "Effective limit for this service.",
      "minimum": 0,
      "type": "integer"
    },
    "offer_key": {
      "type": "string"
    },
    "ports": {
      "properties": {
        "http": {
          "type": "integer"
        },
        "https": {
          "type": "integer"
        },
        "socks5": {
          "type": "integer"
        }
      },
      "required": [
        "http",
        "socks5",
        "https"
      ],
      "type": "object"
    },
    "product": {
      "$ref": "#/$defs/Product"
    },
    "reference": {
      "description": "Stable, unique customer-facing reference.",
      "pattern": "^SVC-[0-9]{6,}$",
      "type": "string"
    },
    "renewals_enabled": {
      "type": "boolean"
    },
    "speed_bps": {
      "description": "0 for paid residential_ipv4_gb means no additional TrueProxies speed cap. Private comparison passes have a fixed 50000000 bps cap. residential_ipv4_unlimited retains its positive plan speed. Upstream capacity and availability still apply. Trials and datacenter plans retain their speed limits.",
      "format": "int64",
      "minimum": 0,
      "type": "integer"
    },
    "starts_at": {
      "format": "date-time",
      "type": "string"
    },
    "status": {
      "$ref": "#/$defs/ServiceStatus"
    },
    "term": {
      "$ref": "#/$defs/Term"
    },
    "term_label": {
      "description": "Actual fixed duration for a free Unlimited grant, such as 3 hours. Overrides the recurring term label in customer views.",
      "type": "string"
    },
    "trial_started_at": {
      "description": "First recorded trial traffic; absent until the first request starts the 30-minute window.",
      "format": "date-time",
      "type": "string"
    },
    "usage_source": {
      "enum": [
        "node"
      ],
      "type": "string"
    },
    "username_base": {
      "type": "string"
    },
    "whitelist_entries": {
      "type": "integer"
    }
  },
  "required": [
    "id",
    "reference",
    "product",
    "offer_key",
    "display_name",
    "status",
    "host",
    "ports",
    "username_base",
    "max_connections",
    "connects_per_second",
    "created_at",
    "capabilities",
    "renewals_enabled",
    "billing_read_only",
    "usage_source"
  ],
  "type": "object",
  "$defs": {
    "Product": {
      "enum": [
        "residential_ipv4_gb",
        "residential_ipv4_unlimited",
        "datacenter_ipv6",
        "trial"
      ],
      "type": "string"
    },
    "ServiceStatus": {
      "enum": [
        "pending",
        "active",
        "expired",
        "closed",
        "suspended",
        "failed"
      ],
      "type": "string"
    },
    "Term": {
      "enum": [
        "hour",
        "day",
        "week",
        "month"
      ],
      "type": "string"
    }
  }
}

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/trueproxies-service"
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.