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/product/stock2 credits

In-store stock, click & collect, the aisle and bay, and the store price for one item across several Bunnings stores: pass store_ids, or a postcode / latitude+longitude to check the nearest stores.

Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/bunnings/v1/product/stock \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{"item_number":"0539753"}'

Hit Send to run this endpoint live.

Playground · ReefAPI