This is the Products data collection
Here you can find a list of products, these products are fake generated. Remember these endpoints actually don't modify the source data. You can use this data to enhance, mock or test your app. For details you can click each row
GET
/api/products
Get an array with the complete list of elements
GET
/api/products/:id
Get an element by ID
GET
/api/products/rand
Get a random element
PUT
/api/products/:id
Update a complete element
PATCH
/api/products/:id
Update partial fields of an element.
POST
/api/products
Create a new element.
DELETE
/api/products/:id
Delete an element.
GRAPHQL
/query
Endpoint to send your GraphQL queries
GRAPHQL
/playground