Jetcap is a simple fake REST API for testing and prototyping.
Jetcap is a free online REST API that you can use whenever you need some fake data
. It can be in a README on GitHub, for a demo on CodeSandbox, in code examples on Stack Overflow, ...or simply to test things locally.
Jetcap comes with a set of 5 common resources :
/todos : 100 todos
/users : 100 users
/songs : 100 songs
/images : 100 images
/colors : 33 colors
All HTTP methods are supported. You can use http or https for your requests.
GET : /users
GET : /users/2
GET : /users/2/todos
GET : /todos?userId=2
For examples and more, you can visit https://jetcap.tech/guide