The playground
Try any of 1900 endpoints — live.
Pick an endpoint, load a working example, tweak the params, and send — no signup to try. Results render the way the data deserves; raw JSON, headers & code are one tab away.
Playground demo key · api.reefapi.com
post/mercadona/v1/deals1 credit
Mercadona's complete price-drop list ('Bajadas de precio': every product whose price just went down, with the previous price) or its new-products list ('Novedades'), for a postal code. Filter by department, sort by price or by the size of the drop.
Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/mercadona/v1/deals \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"type":"price_drops"}'Hit Send to run this endpoint live.