LQ
Fake store rest API for your e-commerce or shopping website prototype.
https://fakestoreapi.com/productslimitLimit results
sortSort results (asc/desc)
curl -X GET \ "https://fakestoreapi.com/products"
[
{
"id": 1,
"title": "Fjallraven - Foldsack No. 1 Backpack",
"price": 109.95,
"description": "Your perfect pack for everyday use and walks in the forest.",
"category": "men's clothing",
"image": "https://fakestoreapi.com/img/81fPKd-2AYL._AC_SL1500_.jpg",
"rating": {
"rate": 3.9,
"count": 120
}
}
]