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/stores1 credit
BİM's public store finder. With no parameters it returns the 81 provinces; with a `city` it returns that province's districts; with both it returns the stores — branch name and street address. Works by name or by BİM's own numeric ids.
Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/bim/v1/stores \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"city":"İstanbul","county":"Kadıköy"}'Hit Send to run this endpoint live.