The playground
Try any of 1453 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/goat/v1/prices1 credit
Live per-size resale price grid for a product (the market-data moat). For each size of the given `condition` it returns the lowest live ask + listing count, plus the cheapest listing overall. Accepts `slug`/`url`/`product_id`. `condition` (used/new_no_defects), `country` set the market. Optional `size` narrows to one size (returns every live listing for it). Honest-empty when nothing is listed.
Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/goat/v1/prices \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"slug":"air-jordan-1-retro-high-og-chicago-555088-101","condition":"used"}'Hit Send to run this endpoint live.