KrakenD · Rate Limits

Krakend Rate Limits

KrakenD is self-hosted software, not a hosted API service, so it does not impose vendor-side rate limits on its customers. Operators configure their own rate limiting using the built-in `qos/ratelimit/router` (per-endpoint) and `qos/ratelimit/proxy` (per-backend) middleware, plus the Enterprise `security/policies` layer for advanced quotas. License usage is unconstrained — Enterprise pricing explicitly is not linked to API count or throughput.

Krakend Rate Limits is the machine-readable rate-limit profile for KrakenD on the APIs.io network, conforming to the API Commons Rate Limits specification.

It captures 4 rate-limit definitions, measuring requests_per_second.

The profile also includes 4 backoff/retry policies defined and response codes documented for throttled and serviceUnavailable.

Tagged areas include Rate Limiting, API Gateway, and API Aggregation.

4 Limits Throttle: 429
Rate LimitingAPI GatewayAPI Aggregation

Limits

License throughput license
requests_per_second
-1
Enterprise pricing not tied to API count or throughput.
Endpoint rate limit (operator-configured) endpoint
requests_per_second
configured per endpoint via qos/ratelimit/router
Proxy rate limit (operator-configured) backend
requests_per_second
configured per backend via qos/ratelimit/proxy
Client rate limit (operator-configured) client
requests_per_second
configured via client_max_rate (token-bucket per client IP / header)

Policies

Operator-defined throttling
Rate limiting in KrakenD is configured by the operator in krakend.json; it is not enforced by the vendor.
Token-bucket
Built-in rate limiters use a token-bucket algorithm with `max_rate` (steady) and `capacity` (burst).
Standard headers
When throttled, KrakenD returns 429 and may emit X-RateLimit-Limit / X-RateLimit-Remaining / X-RateLimit-Reset depending on plugin configuration.
Stateless scaling
KrakenD is stateless; rate-limit state is per-instance unless backed by a shared store. Horizontal scaling effectively multiplies the configured rate per instance.

Sources

Work with this as data

Every rate limit 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 rate limits

4 MCP tools reach this
  • find_rate_limitsBrowse and filter every rate limit 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 rate limit
curl "https://apis.io/api/v1/rate-limits/krakend-rate-limits"
All rate limits
curl "https://apis.io/api/v1/rate-limits?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.