The playground

Try any of 1536 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/tiktok-shop/v1/products_by_ids1 credit

Look up as many as 15 US products in a SINGLE call — the cheapest way to refresh a list of ids you already hold, at roughly a sixth of the bandwidth per product of fetching each product page. It is also the only route on TikTok Shop with an unambiguous 'not found', which makes it the right way to check whether an id is still live before spending a full product fetch on it. US catalogue only

Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/tiktok-shop/v1/products_by_ids \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{"product_ids":"[\"1729450858130215273\",\"1729397197029216665\"]"}'

Hit Send to run this endpoint live.

Playground · ReefAPI