https://dummyjson.com/products/123

Previous - Next

{
  "id": 123,
  "title": "iPhone 13 Pro",
  "description": "The iPhone 13 Pro is a cutting-edge smartphone with a powerful camera system, high-performance chip, and stunning display. It offers advanced features for users who demand top-notch technology.",
  "category": "smartphones",
  "price": 1099.99,
  "discountPercentage": 9.37,
  "rating": 4.12,
  "stock": 56,
  "tags": [
    "smartphones",
    "apple"
  ],
  "brand": "Apple",
  "sku": "SMA-APP-IPH-123",
  "weight": 8,
  "dimensions": {
    "width": 12.63,
    "height": 5.28,
    "depth": 14.29
  },
  "warrantyInformation": "3 year warranty",
  "shippingInformation": "Ships in 2 weeks",
  "availabilityStatus": "In Stock",
  "reviews": [
    {
      "rating": 5,
      "comment": "Would buy again!",
      "date": "2025-04-30T09:41:02.054Z",
      "reviewerName": "Christian Perez",
      "reviewerEmail": "christian.perez@x.dummyjson.com"
    },
    {
      "rating": 3,
      "comment": "Not worth the price!",
      "date": "2025-04-30T09:41:02.054Z",
      "reviewerName": "Liam Gonzalez",
      "reviewerEmail": "liam.gonzalez@x.dummyjson.com"
    },
    {
      "rating": 5,
      "comment": "Very satisfied!",
      "date": "2025-04-30T09:41:02.054Z",
      "reviewerName": "Tristan Scott",
      "reviewerEmail": "tristan.scott@x.dummyjson.com"
    }
  ],
  "returnPolicy": "7 days return policy",
  "minimumOrderQuantity": 1,
  "meta": {
    "createdAt": "2025-04-30T09:41:02.054Z",
    "updatedAt": "2025-04-30T09:41:02.054Z",
    "barcode": "4998438802308",
    "qrCode": "https://cdn.dummyjson.com/public/qr-code.png"
  },
  "images": [
    "https://cdn.dummyjson.com/product-images/smartphones/iphone-13-pro/1.webp",
    "https://cdn.dummyjson.com/product-images/smartphones/iphone-13-pro/2.webp",
    "https://cdn.dummyjson.com/product-images/smartphones/iphone-13-pro/3.webp"
  ],
  "thumbnail": "https://cdn.dummyjson.com/product-images/smartphones/iphone-13-pro/thumbnail.webp"
}