GET

Get product by ID

Retrieve a specific product by its ID

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

GET

application/json

id
Required
number
Sample Response
Example response from this endpoint
JSON Response
{
  "id": 1,
  "title": "Fjallraven - Foldsack No. 1 Backpack",
  "price": 109.95,
  "description": "Your perfect pack for everyday use",
  "category": "men's clothing",
  "image": "https://fakestoreapi.com/img/81fPKd-2AYL._AC_SL1500_.jpg",
  "rating": {
    "rate": 3.9,
    "count": 120
  }
}