Endpoint
DummyJSON — product
Product with title, price, brand, images.
E-commerce sample object
Dev & JSONNo API keyDefault GET
HTTP console
Example URL
https://dummyjson.com/products/1Request
Use HTTPS GET unless the provider documents POST. Example: GET /products/{id}
GET /products/{id}Response
{ id, title, price, brand, images[], … }
{"id":1,"title":"…","price":549,"brand":"…"}Outbound requestProxy
Executes on the server with rate limits and host rules. Edit the URL and payload to match your scenario—responses show real upstream status and body (truncated if very large).
Upstream response
Ready. Click Send to execute the request. Status, latency, content type, and body appear here—formatted when the payload is JSON.