Smartproxy · JSON Structure

Smartproxy Structure

Hierarchical structure of the Smartproxy account management API resources

Type: Properties: 0
ProxiesWeb ScrapingData CollectionResidential ProxiesDatacenter ProxiesMobile ProxiesNetwork Infrastructure

Smartproxy Structure is a JSON Structure definition published by Smartproxy.

Meta-schema:

JSON Structure

Raw ↑
{
  "title": "Smartproxy API Structure",
  "description": "Hierarchical structure of the Smartproxy account management API resources",
  "structure": {
    "account": {
      "description": "A Smartproxy primary account with authentication and subscriptions",
      "type": "entity",
      "children": {
        "subscriptions": {
          "description": "Active proxy service subscriptions",
          "type": "collection",
          "children": {
            "subscription": {
              "description": "A single subscription plan with traffic limits and validity dates",
              "type": "entity",
              "properties": ["id", "plan_name", "service_type", "status", "traffic_limit", "traffic_used", "valid_from", "valid_until"]
            }
          }
        },
        "sub-users": {
          "description": "Proxy sub-user accounts for traffic isolation and access control",
          "type": "collection",
          "children": {
            "sub-user": {
              "description": "A proxy user account with its own credentials and traffic allocation",
              "type": "entity",
              "properties": ["id", "username", "service_type", "traffic_limit", "traffic_used", "status", "created"],
              "children": {
                "traffic": {
                  "description": "Traffic usage metrics for this sub-user",
                  "type": "report",
                  "properties": ["traffic_used", "traffic_limit", "requests_count", "period_start", "period_end"]
                }
              }
            }
          }
        },
        "whitelisted-ips": {
          "description": "IP addresses allowed to authenticate with proxies without credentials",
          "type": "collection",
          "children": {
            "whitelisted-ip": {
              "description": "A single whitelisted IP address record",
              "type": "entity",
              "properties": ["id", "ip_address", "created"]
            }
          }
        }
      }
    },
    "endpoints": {
      "description": "Available proxy server endpoints for connection",
      "type": "catalog",
      "children": {
        "endpoint": {
          "description": "A proxy server endpoint with connection details",
          "type": "entity",
          "properties": ["host", "port", "type", "location", "protocol"],
          "types": ["random", "sticky", "datacenter", "mobile"]
        }
      }
    }
  }
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/smartproxy-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.