TikTok · Rate Limits

Tiktok Rate Limits

TikTok publishes default rate limits for v2 server APIs at 600 requests per one-minute sliding window per key endpoint (user info, video query, video list). Throttled requests return HTTP 429 with error code rate_limit_exceeded. Higher limits are granted on review via the Support Page.

3 Limits Throttle: 429
SocialVideoRate Limiting

Limits

/v2/user/info/ client
requests_per_minute · minute
600
One-minute sliding window.
/v2/video/query/ client
requests_per_minute · minute
600
One-minute sliding window.
/v2/video/list/ client
requests_per_minute · minute
600
One-minute sliding window.

Policies

Sliding Window
Rate-limit calculation uses a one-minute sliding window per documented endpoint.
Quota Increase
Applications needing higher limits submit a request via the TikTok developer Support Page; TikTok reviews and may approve a raised cap.
Throttling Response
When the limit is exceeded the API returns HTTP 429 with error code rate_limit_exceeded; clients should back off before retrying.

Sources