A fake online REST API for testing and prototyping ↦
JSONPlaceholder is a free online REST API that you can use whenever you need some fake data. It’s great for tutorials, testing new libraries, sharing code examples, …
It comes with a set of 6 common resources. You know, the usual suspects like /posts
and /comments
. Prefer to use your own data? The whole thing is powered by json-server, which will get you up and running in 30 seconds-ish.
Discussion
Sign in or Join to comment or subscribe