The playground
Try any of 2165 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/bim/v1/leaflets0 credits
Every leaflet BİM is publishing right now — the recent ones, the one on shelf today, and the UPCOMING ones (BİM puts the next week's sheets up days early). Each entry carries the leaflet key you pass to `leaflet/products`, its family (`aktuel` special-buy sheet or `indirim` price-cut sheet), BİM's own date label, the start and end dates, and whether it is current, upcoming or past. This is the only legitimate source of a leaflet key: BİM keeps no archive.
Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/bim/v1/leaflets \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"type":"all"}'Hit Send to run this endpoint live.