The playground
Try any of 2074 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/dafiti/v1/availability1 credit
SIZE-LEVEL STOCK for up to 10 products in ONE call, from the storefront's own 3.7 KB JSON: per size, the variant SKU, whether it is buyable, how many units remain, and who ships it. Brazil only — the Colombian storefront publishes no stock anywhere. This is the cheap call: use it to re-check stock, and `product` only when you need the full record.
Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/dafiti/v1/availability \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"skus":"[\"KO992SHF67UFS\"]"}'Hit Send to run this endpoint live.