Reqres Rate Limits
ReqRes enforces per-plan request-rate quotas as of the 2025 relaunch. The /api/* and /app/* surfaces are scoped to an API key (free signup) and metered by daily request count per plan (250/day Free, 1000/day Lite, 100K/day Team). The /agent/v1/* Agent Sandbox is open in v1 with IP-based rate limiting; the paid Agent Developer plan raises the ceiling to 10M requests/month. Exceeding a plan budget returns 429 Too Many Requests. ReqRes has not publicly documented a per-second burst rate or specific retry-after headers; consumers should treat the daily quota as the primary limit and apply exponential backoff with jitter on 429 responses.
Reqres Rate Limits is the machine-readable rate-limit profile for ReqRes on the APIs.io network, conforming to the API Commons Rate Limits specification.
It captures 5 rate-limit definitions, measuring requests_per_day, requests_per_month, and varies.
The profile also includes 6 backoff/retry policies defined and response codes documented for throttled, quotaExceeded, unauthorized, and forbidden.
Tagged areas include Rate Limiting, Development, Fake API, and Agent Sandbox.