https://github.com/radespratama/jetcap
Jetcap is a free online REST API that you can use whenever you need some fake data ✨
https://github.com/radespratama/jetcap
api fake-rest-api javascript nextjs public-api react rest rest-api tailwindcss typescript
Last synced: 12 months ago
JSON representation
Jetcap is a free online REST API that you can use whenever you need some fake data ✨
- Host: GitHub
- URL: https://github.com/radespratama/jetcap
- Owner: radespratama
- Created: 2022-07-02T03:34:32.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-08-31T03:04:05.000Z (over 2 years ago)
- Last Synced: 2025-04-16T05:43:40.143Z (12 months ago)
- Topics: api, fake-rest-api, javascript, nextjs, public-api, react, rest, rest-api, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://jetcap.vercel.app
- Size: 178 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jetcap
[Jetcap](https://jetcap.tech) 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.
```bash
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