example-data.com

products

products

Page 2 of 9.

Soft Gold Chips

Soft Gold Chips

Barrows and Sons

USD226.49

In stock

★ 1.2 (179)

The Future-proofed global encoding Mouse offers reliable performance and bitter design

Category
books
Licensed Marble Computer

Licensed Marble Computer

Durgan - Yost

USD44.99 USD38.75

In stock

★ 4.3 (3001)

Professional-grade Chair perfect for fearless training and recreational use

Category
kitchen
Modern Silk Sausages

Modern Silk Sausages

Connelly, Daugherty and Stehr

USD295.99

In stock

★ 3.9 (773)

Discover the remorseful new Sausages with an exciting mix of Cotton ingredients

Category
books
Gorgeous Rubber Pizza

Gorgeous Rubber Pizza

Hamill, Bradtke and O'Connell

USD130.75

In stock

★ 2.6 (549)

New Chips model with 59 GB RAM, 72 GB storage, and crafty features

Category
clothing
Rustic Bronze Bike

Rustic Bronze Bike

Hane Group

USD486.29

In stock

★ 4.0 (1090)

Discover the webbed new Computer with an exciting mix of Plastic ingredients

Category
toys
Tasty Steel Chair

Tasty Steel Chair

Dare - Dicki

USD486.65

Out of stock

★ 1.3 (2506)

The Compatible attitude-oriented concept Ball offers reliable performance and crushing design

Category
books

Showing first 6 of 24 on this page.

curl -sS \
  "https://example-data.com/api/v1/products?limit=25"
const res = await fetch(
  "https://example-data.com/api/v1/products?limit=25"
);
const { data, meta } = await res.json();
import type { Product, ListEnvelope } from "https://example-data.com/types/products.d.ts";

const res = await fetch(
  "https://example-data.com/api/v1/products?limit=25"
);
const { data, meta } = (await res.json()) as ListEnvelope<Product>;
import requests

res = requests.get(
    "https://example-data.com/api/v1/products",
    params={"limit": 25},
)
data = res.json()
{
  "data": [
    {
      "id": 25,
      "sku": "E7V3TKJGIV",
      "name": "Soft Gold Chips",
      "slug": "soft-gold-chips-25",
      "description": "The Future-proofed global encoding Mouse offers reliable performance and bitter design",
      "category": "books",
      "brand": "Barrows and Sons",
      "price": 226.49,
      "salePrice": null,
      "currency": "USD",
      "inStock": true,
      "stockCount": 233,
      "rating": 1.2,
      "ratingCount": 179,
      "imageUrl": "https://picsum.photos/seed/product-25/800/800",
      "createdAt": "2025-11-08T01:07:32.032Z",
      "updatedAt": "2026-02-25T00:27:30.225Z"
    },
    {
      "id": 26,
      "sku": "FTME6MWJ2Q",
      "name": "Licensed Marble Computer",
      "slug": "licensed-marble-computer-26",
      "description": "Professional-grade Chair perfect for fearless training and recreational use",
      "category": "kitchen",
      "brand": "Durgan - Yost",
      "price": 44.99,
      "salePrice": 38.75,
      "currency": "USD",
      "inStock": true,
      "stockCount": 134,
      "rating": 4.3,
      "ratingCount": 3001,
      "imageUrl": "https://picsum.photos/seed/product-26/800/800",
      "createdAt": "2025-04-09T11:37:32.319Z",
      "updatedAt": "2025-09-07T11:01:52.838Z"
    },
    {
      "id": 27,
      "sku": "DBR5TIF5HY",
      "name": "Modern Silk Sausages",
      "slug": "modern-silk-sausages-27",
      "description": "Discover the remorseful new Sausages with an exciting mix of Cotton ingredients",
      "category": "books",
      "brand": "Connelly, Daugherty and Stehr",
      "price": 295.99,
      "salePrice": null,
      "currency": "USD",
      "inStock": true,
      "stockCount": 491,
      "rating": 3.9,
      "ratingCount": 773,
      "imageUrl": "https://picsum.photos/seed/product-27/800/800",
      "createdAt": "2025-02-15T13:38:10.073Z",
      "updatedAt": "2026-03-11T19:14:41.698Z"
    }
  ],
  "meta": {
    "page": 2,
    "limit": 24,
    "total": 200,
    "totalPages": 9
  },
  "links": {
    "self": "/api/v1/products?page=2",
    "next": "/api/v1/products?page=3",
    "prev": "/api/v1/products?page=1"
  }
}
Draftbit