Jsonplaceholder Rate Limits
JSONPlaceholder does not publish or document any rate-limit numbers. The service is a free best-effort offering that handles roughly three billion requests per month without per-IP or per-key throttling. CDN-level protections may apply at the edge but are not documented. Consumers should treat the service as best-effort: do not rely on it for production traffic, do not build dependencies on tight latency SLAs, and back off if you start receiving 5xx responses or your traffic is identifiably abusive. For guaranteed behavior, self-host json-server (the same open-source engine).
Jsonplaceholder Rate Limits is the machine-readable rate-limit profile for JSONPlaceholder on the APIs.io network, conforming to the API Commons Rate Limits specification.
It captures 2 rate-limit definitions, measuring varies.
The profile also includes 4 backoff/retry policies defined and response codes documented for serverError and notFound.
Tagged areas include Rate Limiting, Development, and Fake API.