The playground

Try any of 1868 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/lidl/v1/deals1 credit

Lidl's in-store offers for one country — the weekly leaflet products, current and upcoming — with each offer's valid-from and valid-until dates, the offer price, struck price, unit price and any Lidl Plus member price. Works in all 30 countries, including those without a web shop.

Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/lidl/v1/deals \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{"country":"it"}'

Hit Send to run this endpoint live.

Playground · ReefAPI