The playground

Try any of 1042 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/stockx/v1/suggest1 credit

autocomplete query suggestions for `query` (QuerySuggestion text; falls back to search-derived titles if the suggest op drifts).

Working example
Parameters

Partial search text to complete.

request preview
curl -X POST https://api.reefapi.com/stockx/v1/suggest \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{"query":"jordan"}'

Hit Send to run this endpoint live.