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/bunnings/v1/stores1 credit
The Bunnings store finder: stores nearest a postcode or latitude/longitude (20 per page), or one store by id — address, phone, coordinates, distance, opening hours, services, click & collect and drive & collect flags, and the pricing region.
Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/bunnings/v1/stores \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"postcode":"2000"}'Hit Send to run this endpoint live.