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/category_tree1 credit
TikTok Shop's own category taxonomy for any of the ten markets — 28 top-level departments from one call, then walk down to level 2 and level 3 by passing a category_id. Every node says whether it is a leaf, so the tree can be crawled to the bottom with no external id list and nothing hard-coded
Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/tiktok-shop/v1/category_tree \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"market":"us"}'Hit Send to run this endpoint live.