Free fake API for testing and prototyping.
Products API 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.
Products API comes with a set of 2 common resources
| /categories | 4 categories |
| /products | 38 products |
| /orders | |
| /coupons |
Products API supported All HTTPS methods
| GET | /products |
| GET | /products/:id |
| GET | /products?category=name |
| GET | /orders |
| GET | /orders/:email |
| GET | /coupons |
| GET | /orders/:coupon |
| GET | /categories |
| GET | /categories/:id |
| POST | /products |
| POST | /categories |
| PATCH | /products/:id |
| PATCH | /categories/:id |
| DELETE | /products/:id |
| DELETE | /categories/:id |