Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 ✨

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