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/ssense/v1/product/prices1 credit

Current SSENSE prices for up to 50 product ids in one call for a shipping country: price, struck price, discount %, final-sale flag and currency per id; unknown ids are listed apart.

Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/ssense/v1/product/prices \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{"country":"us","product_ids":"18731811"}'

Hit Send to run this endpoint live.

Playground · ReefAPI