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
Type a real query, scan the cards and confirm the key details before opening the full source.
Try phone, laptop, and watch and use the returned fields to identify the right record.
Fields worth checking
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.
/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.
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.