TrueProxies · Schema

EndpointRequest

ProxiesResidential ProxiesDatacenter ProxiesWeb ScrapingNetworkingIPv6SOCKS5Data Collection

Properties

Name Type Description
asn string 1 to 10 digits, without AS prefix. Requires asn capability.
city string Letters, digits and underscores; normalized to lowercase. Requires city capability.
count integer Number of connection strings. Omission, null and legacy zero values use one.
country string Two-letter country code; normalized to lowercase. Requires country capability.
format string
job_id string Owned active job beneath project_id. Only its validated opaque token is included in generated proxy usernames.
lifetime integer Sticky session lifetime in seconds, 60 to 86400, or 1 to 86400 when the service has session_lifetime_seconds. Maximum is 1800 with session_lifetime_30m. Requires session=sticky and session_lifetime ca
project_id string Owned, active project access. Omit to use main access. Requires current project support.
protocol string
region string Requires region capability. Services with region_code accept only an ISO 3166-2 subdivision code of 1 to 3 letters or digits without country prefix (for example CA). Other services accept letters, dig
session string
template string Required only for format=custom. A single line of literal text, limited to 512 UTF-8 bytes, with at least one of {HOST}, {PORT}, {USER}, {PASS} or {PROTOCOL}. Other braces and control characters are r
View JSON Schema on GitHub

JSON Schema

trueproxies-endpoint-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/trueproxies/main/json-schema/trueproxies-endpoint-request-schema.json",
  "title": "EndpointRequest",
  "x-generated": "2026-09-23",
  "x-method": "derived",
  "x-generator": "derive-json-schema.py",
  "x-source": "openapi/trueproxies-openapi.yml#/components/schemas/EndpointRequest",
  "properties": {
    "asn": {
      "description": "1 to 10 digits, without AS prefix. Requires asn capability.",
      "maxLength": 10,
      "type": "string"
    },
    "city": {
      "description": "Letters, digits and underscores; normalized to lowercase. Requires city capability.",
      "maxLength": 32,
      "type": "string"
    },
    "count": {
      "default": 1,
      "description": "Number of connection strings. Omission, null and legacy zero values use one.",
      "maximum": 1000,
      "minimum": 1,
      "type": "integer"
    },
    "country": {
      "description": "Two-letter country code; normalized to lowercase. Requires country capability.",
      "type": "string"
    },
    "format": {
      "default": "host:port:user:pass",
      "enum": [
        "host:port:user:pass",
        "user:pass@host:port",
        "user:pass",
        "host:port",
        "url",
        "curl",
        "custom"
      ],
      "type": "string"
    },
    "job_id": {
      "description": "Owned active job beneath project_id. Only its validated opaque token is included in generated proxy usernames.",
      "format": "uuid",
      "type": "string"
    },
    "lifetime": {
      "description": "Sticky session lifetime in seconds, 60 to 86400, or 1 to 86400 when the service has session_lifetime_seconds. Maximum is 1800 with session_lifetime_30m. Requires session=sticky and session_lifetime capability. Residential IPv4 Unlimited requires whole minutes. Omitted or zero leaves the lifetime unset.",
      "type": "integer"
    },
    "project_id": {
      "description": "Owned, active project access. Omit to use main access. Requires current project support.",
      "format": "uuid",
      "type": "string"
    },
    "protocol": {
      "default": "http",
      "enum": [
        "http",
        "socks5",
        "https"
      ],
      "type": "string"
    },
    "region": {
      "description": "Requires region capability. Services with region_code accept only an ISO 3166-2 subdivision code of 1 to 3 letters or digits without country prefix (for example CA). Other services accept letters, digits and underscores up to 32 characters. Normalized to lowercase in customer usernames.",
      "maxLength": 32,
      "type": "string"
    },
    "session": {
      "default": "none",
      "enum": [
        "none",
        "sticky",
        "rotate"
      ],
      "type": "string"
    },
    "template": {
      "description": "Required only for format=custom. A single line of literal text, limited to 512 UTF-8 bytes, with at least one of {HOST}, {PORT}, {USER}, {PASS} or {PROTOCOL}. Other braces and control characters are rejected. Placeholder values are substituted literally without escaping or recursive expansion. {PROTOCOL} is the connection URL scheme (http, https or socks5h).",
      "maxLength": 512,
      "minLength": 1,
      "type": "string"
    }
  },
  "type": "object"
}

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-endpoint-request"
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.