Skip to content

Jetcap is a free online REST API that you can use whenever you need some fake data ✨

Notifications You must be signed in to change notification settings

radespratama/jetcap

Repository files navigation

Jetcap

Jetcap is a simple fake REST API for testing and prototyping.

When to use ✨

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.

Resource 📦

Jetcap comes with a set of 5 common resources :

/todos : 100 todos
/users : 100 users
/songs : 100 songs
/images : 100 images
/colors : 33 colors

Routes 📍

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

Guides 📝

For examples and more, you can visit https://jetcap.tech/guide