DexBase

DummyJSON Products

Development & Data · DummyJSON Products results · public source

Live lookup

Type a real query, scan the cards and confirm the key details before opening the full source.

Quick examples

What the response contains

Try phone, laptop, and watch and use the returned fields to identify the right record.

Fields worth checking

  • Development & Data
  • DummyJSON Products results
  • public source

These are fictional data, not a shopping catalogue

DummyJSON provides example products for tests, prototypes, and demonstrations. A search can return title, price, stock, rating, images, tags, reviews, and availability, but those fields do not confirm a real shop’s price, inventory, warranty, or reviews. Use the API to exercise an interface; for a purchase decision, consult the official seller and brand.

  • Do not publish price, stock, or reviews as current commercial information.
  • Avoid sending orders, payments, or personal data through an interface built on these examples.
  • Use images and descriptions as test material while preserving the fictional context of the source.

Search, limit, and skip explain the list

/products/search?q={term} searches products. The response includes products, total, skip, and limit. For the general list, limit sets how many items arrive and skip moves the start of the page; a request with select can ask only for fields such as title, price, stock, and category. This helps test light lists without depending on a complete fixed product shape.

  • Keep skip and limit to reproduce the page shown.
  • Treat total as the count of the fictional set returned by the source.
  • Use select when a screen needs only a few fields.

Product detail needs field-by-field reading

A complete product can contain id, title, description, category, price, discountPercentage, rating, stock, tags, brand, sku, dimensions, reviews, images, and thumbnail. Nested fields such as dimensions, reviews, and meta do not appear when a request uses select. Build safe loading and missing-value states instead of assuming every response has the same shape.

  • Use id as the item reference within DummyJSON.
  • Show thumbnail as a preview and treat images as a collection.
  • Do not turn fictional rating or reviews into a product recommendation.
crates.io Development & Data · crates.io results · public source Fake Store API Development & Data · Fake Store API results · public source GitHub Repository Search Development & Data · GitHub Repository Search results · public source