Traefik Router Structure
JSON structure documentation for an HTTP Router object as returned by the Traefik REST API.
Type: object
Properties: 0
AI GatewayAPI GatewayAPI ManagementDeveloper PortalGitOpsKubernetesLoad BalancerMCP GatewayOpen-SourceReverse ProxyWAF
Traefik Router Structure is a JSON Structure definition published by Traefik Labs.
{
"title": "Traefik HTTP Router Structure",
"description": "JSON structure documentation for an HTTP Router object as returned by the Traefik REST API.",
"type": "object",
"fields": [
{
"name": "name",
"type": "string",
"required": true,
"description": "Router name in the format name@provider.",
"example": "my-app-router@docker"
},
{
"name": "rule",
"type": "string",
"required": true,
"description": "Traefik routing rule expression (e.g., Host, PathPrefix, Headers).",
"example": "Host(`example.com`)"
},
{
"name": "service",
"type": "string",
"required": true,
"description": "Name of the backend service to route traffic to.",
"example": "my-app@docker"
},
{
"name": "entryPoints",
"type": "array",
"items": "string",
"required": false,
"description": "List of entry points this router listens on.",
"example": ["web", "websecure"]
},
{
"name": "middlewares",
"type": "array",
"items": "string",
"required": false,
"description": "Ordered list of middleware names applied to requests matching this router.",
"example": ["redirect-to-https@docker", "auth@docker"]
},
{
"name": "priority",
"type": "integer",
"required": false,
"description": "Router priority. Higher values take precedence when multiple rules match.",
"example": 10
},
{
"name": "tls",
"type": "object",
"required": false,
"description": "TLS configuration for this router.",
"fields": [
{
"name": "certResolver",
"type": "string",
"description": "Name of the certificate resolver to use for ACME/Let's Encrypt.",
"example": "letsencrypt"
}
]
},
{
"name": "status",
"type": "string",
"required": false,
"description": "Current status of the router.",
"enum": ["enabled", "disabled", "warning"],
"example": "enabled"
},
{
"name": "provider",
"type": "string",
"required": false,
"description": "Provider that created this router.",
"example": "docker"
}
]
}
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/traefik-router-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.