Tiktok API
Our TikTok API gives you real-time access to TikTok’s ecosystem — including videos, users, trends, sounds, and analytics data. Built for speed, accuracy, and scalability, it delivers instant JSON responses with a clean structure that’s easy to integrate into any project. Whether you’re building automation tools, dashboards, data pipelines, or social analytics platforms, this API ensures your…
Tiktok API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get User Detail /api/v1/user/detail |
This endpoint fetches profile information for a specific TikTok user. It returns public details such as username, unique ID, avatar, follower count, following count, bio, and… |
| GET |
Get Post Detail /api/v1/post/detail |
Retrieve detailed information about a specific TikTok post (video). |
| GET |
Get User Story /api/v1/user/story |
Get User Story |
| GET |
Get Post Comment /api/v1/post/comments |
Retrieve the list of comments on a specific TikTok post. |
| GET |
Get Replies Comment of Post /api/v1/post/comment/replies |
Retrieve replies (nested comments) for a specific TikTok comment on a given post. |
| GET |
Get User Posts /api/v1/user/posts |
Retrieve a paginated list of TikTok videos posted by a specified user. |
| GET |
Get User Popular Posts /api/v1/user/popular-posts |
Retrieve a list of the most popular TikTok videos posted by a specific user. |
| GET |
Video /api/v1/download/video |
Download Video |
| GET |
Get User Oldest Posts /api/v1/user/oldest-posts |
Retrieve a list of the earliest (oldest) TikTok videos posted by a specific user. |
| GET |
Get User Like Posts /api/v1/user/liked-posts |
Retrieve a list of TikTok videos that a specific user has liked. |
| GET |
Get User Reposts /api/v1/user/re-posts |
Retrieve a list of videos that a TikTok user has re-posted (shared from other creators). |
| GET |
Get User Followings /api/v1/user/followings |
This endpoint returns detailed information about all the accounts a TikTok user follows. |
| GET |
Get User Followers /api/v1/user/followers |
This endpoint returns detailed information about users who follow a given TikTok account. |
| GET |
Get User Playlist /api/v1/user/playlist |
Retrieve all public playlists created by a specified TikTok user. |
| GET |
Get Related Posts /api/v1/post/related |
Retrieve a list of TikTok posts that are similar or related to a specific video. |
| GET |
Get Explore Posts /api/v1/post/explore |
Retrieve trending or recommended TikTok posts from the Explore feed. |
| GET |
Search General /api/v1/search/general |
Search General |
| GET |
Search Video /api/v1/search/video |
Search Video |
| GET |
Search Account /api/v1/search/account |
Search Account |
| GET |
Search Music /api/v1/search/music |
Search Music |
| GET |
Search Suggestion /api/v1/search/suggestion |
Search Suggestion |
| GET |
Get Challenge Post /api/v1/challenge/posts |
Get Challenge Post |
| GET |
Get Challenge Info /api/v1/challenge/detail |
Get Challenge Info |