Jsonplaceholder Plans Pricing
JSONPlaceholder is a free public service backed by the open-source json-server project. There is no commercial pricing surface, no signup, no paid tiers, and no metered usage. The service is offered as-is, with no SLAs, and is funded as a community project by typicode. Teams that need persistence, authentication, or contractual guarantees are expected to self-host json-server (or use typicode's My JSON Server) rather than purchase a tier on jsonplaceholder.typicode.com.
Jsonplaceholder Plans Pricing is the machine-readable pricing-plan profile for JSONPlaceholder on the APIs.io network, conforming to the API Commons Plans specification.
It defines 1 plan, covering freemium tiers, with named plans including Free.
Tagged areas include Development, Testing, Fake API, and Open Source.
Plans
The only tier. Unlimited, anonymous, no-signup access to the full JSONPlaceholder REST API. Write operations are accepted but not persisted.
- All six relational resources (posts, comments, albums, photos, todos, users)
- GET, POST, PUT, PATCH, DELETE on every resource
- Nested routes (e.g. /posts/1/comments, /users/1/todos)
- Query-string filtering on any field
- CORS enabled for all origins
- HTTPS only
- No rate limits documented or enforced
- MIT-licensed source code on GitHub (typicode/jsonplaceholder)