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/leaflet/products1 credit
Every product on one BİM leaflet: title, brand, campaign price in TRY, the struck price and BİM's discount percent where BİM prints them, package size, feature bullets, interest-free instalments, image and product URL. Pick the leaflet by `leaflet_key`, by `date` (future dates included), or leave both out for the sheet on shelf today. An unknown key is rejected, never answered with the wrong week.
Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/bim/v1/leaflet/products \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"type":"aktuel"}'Hit Send to run this endpoint live.