Spring Cloud Gateway · JSON Structure

Spring Cloud Gateway Route Structure

Structure documentation for Spring Cloud Gateway Actuator API objects

Type: Properties: 0
API GatewayCircuit BreakerLoad BalancingMicroservicesRate LimitingRoutingSpringSpring WebFlux

Spring Cloud Gateway is a JSON Structure definition published by Spring Cloud Gateway.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "Spring Cloud Gateway",
  "description": "Structure documentation for Spring Cloud Gateway Actuator API objects",
  "version": "4.1.0",
  "structures": [
    {
      "name": "RouteDefinition",
      "description": "A gateway route that matches incoming requests and forwards them to a destination",
      "fields": [
        { "name": "id", "type": "string", "required": true, "description": "Unique route identifier" },
        { "name": "uri", "type": "string", "required": true, "description": "Destination URI (supports lb:// for load-balanced URIs)" },
        { "name": "predicates", "type": "array", "required": true, "description": "List of predicate definitions that must all match" },
        { "name": "filters", "type": "array", "required": false, "description": "List of filter definitions applied to matched requests" },
        { "name": "order", "type": "integer", "required": false, "description": "Route priority (lower = higher priority)" },
        { "name": "metadata", "type": "object", "required": false, "description": "Arbitrary metadata associated with the route" }
      ]
    },
    {
      "name": "PredicateDefinition",
      "description": "A route predicate definition specifying matching criteria",
      "fields": [
        { "name": "name", "type": "string", "required": true, "description": "Predicate factory name (Path, Host, Method, Header, Query, Cookie, Weight)" },
        { "name": "args", "type": "object", "required": false, "description": "String key-value arguments for the predicate" }
      ]
    },
    {
      "name": "FilterDefinition",
      "description": "A gateway filter definition applied to matched requests or responses",
      "fields": [
        { "name": "name", "type": "string", "required": true, "description": "Filter factory name (AddRequestHeader, RewritePath, CircuitBreaker, RequestRateLimiter)" },
        { "name": "args", "type": "object", "required": false, "description": "String key-value arguments for the filter" }
      ]
    }
  ]
}

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/spring-cloud-gateway-route-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.