Nginx Rate Limits
NGINX is itself a rate-limiting infrastructure component, not a SaaS API. The relevant "rate limits" are the configurable directives that NGINX exposes for downstream services — limit_req_zone, limit_conn_zone, and the leaky-bucket algorithm — plus the management-API rate limits that NGINX Plus / NGINX One expose for monitoring and configuration.
Nginx Rate Limits is the machine-readable rate-limit profile for NGINX on the APIs.io network, conforming to the API Commons Rate Limits specification.
It captures 5 rate-limit definitions, measuring requests_per_second, concurrent_connections, bytes_per_second, and varies.
The profile also includes 4 backoff/retry policies defined and response codes documented for throttled and configuredOverride.
Tagged areas include Rate Limiting, API Gateway, Reverse Proxy, and Web Server.