Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 10 days 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-05T11:19:09.000Z (about 2 years ago)
- Last Synced: 2023-03-05T02:29:15.938Z (over 1 year ago)
- Topics: api, fake-rest-api, javascript, nextjs, public-api, react, rest, rest-api, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://jetcap.tech
- Size: 178 KB
- Stars: 8
- 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 : /usersGET : /users/2
GET : /users/2/todos
GET : /todos?userId=2
```## Guides 📝
For examples and more, you can visit https://jetcap.tech/guide