GET

Get products

Retrieve a list of products from the store

URL:https://fakestoreapi.com/products
Endpoint Information
Basic information about this API endpoint

GET

application/json

Sample Response
Example response from this endpoint
JSON Response
[
  {
    "id": 1,
    "title": "Fjallraven - Foldsack No. 1 Backpack, Fits 15 Laptops",
    "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
    }
  }
]