The playground
Try any of 1462 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/threads/v1/user_search1 credit
Look up the public Threads account whose handle matches a query (exact / near-exact). NOTE: full fuzzy people search is login-gated by Threads; logged-out resolves the matching handle, like instagram's users_search.
Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/threads/v1/user_search \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"q":"natgeo"}'Hit Send to run this endpoint live.