Back to catalogDocs
Handle Lookup
Fast batch resolution of usernames to IDs.
operationalTry it
Calls (30d)
38.2K
Avg latency
61ms
Error rate
0.2%
Min plan
Free
Usage this week
Mon
Tue
Wed
Thu
Fri
Sat
Sun
Endpoint
- Method
- POST
- Path
- /v1/handle-lookup
- Category
- Social
- Rate limit
- 600 / min
Example request
request.sh
curl https://api.tuerss.dev/v1/handle-lookup \
-H "Authorization: Bearer $TUERSS_KEY" \
-H "Content-Type: application/json" \
-d '{ "handle": "@builder" }'