API GatewayCachingCloud-NativeLoad BalancerOpen-SourceReverse ProxyWeb Server
HTTP Requests Rate Limiting is a JSON Structure definition published by NGINX. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"name": "HTTP Requests Rate Limiting",
"type": "object",
"members": {
"passed": {
"description": "The total number of requests that were neither limited nor accounted as limited.",
"type": "int32",
"example": 0
},
"delayed": {
"description": "The total number of requests that were delayed.",
"type": "int32",
"example": 0
},
"rejected": {
"description": "The total number of requests that were rejected.",
"type": "int32",
"example": 0
},
"delayed_dry_run": {
"description": "The total number of requests accounted as delayed in the <a href=\"https://nginx.org/en/docs/http/ngx_http_limit_req_module.html#limit_req_dry_run\">dry run</a> mode.",
"type": "int32",
"example": 0
},
"rejected_dry_run": {
"description": "The total number of requests accounted as rejected in the <a href=\"https://nginx.org/en/docs/http/ngx_http_limit_req_module.html#limit_req_dry_run\">dry run</a> mode.",
"type": "int32",
"example": 0
}
},
"example": {
"passed": 15,
"delayed": 4,
"rejected": 0,
"delayed_dry_run": 1,
"rejected_dry_run": 2
}
}
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.