Fake Shop API
## Why? When I wanted to design a shopping website prototype and needed fake data, I had to use lorem ipsum data or create a JSON file from the base. I didn't find any online free web service to return semi-real shop data instead of lorem ipsum data. so I decided to create this simple web service with NodeJs(express) and MongoDB as a database. ## Resources There are 4 main resources need in…
Fake Shop API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get All Products /products |
GET All Products From Database |
| GET |
GET One Product /products/64d7e741e03347cdf0b5611f |
Get Detail of specific product |
Fake Shop API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC Recommended | $1 / month | 60 / hour |
|
| PRO | $5 / month | 240 / hour |
|
| ULTRA | $10 / month | 600 / hour |
|