Tiktok
TikTok API
Public-data TikTok endpoints.
Public-data TikTok endpoints.
Operations
POST /tiktok/feed/recommended— Get TikTok home-feed recommendation videos — Returns recommendation videos from TikTok's home feed.GET /tiktok/hashtags/{id}— Get a TikTok hashtag by ID — Get a TikTok hashtag by IDGET /tiktok/hashtags/{id}/videos— List videos tagged with a TikTok hashtag — List videos tagged with a TikTok hashtagGET /tiktok/lives/{room_id}— Get a TikTok live room by ID — Get a TikTok live room by IDGET /tiktok/lives/{room_id}/status— Check whether a TikTok live room is online — Check whether a TikTok live room is onlineGET /tiktok/lives/trending— List today's trending TikTok live rooms (ranking) — Returns the daily-rank trending TikTok live rooms.GET /tiktok/music/{id}— Get a TikTok music track by ID — Get a TikTok music track by IDGET /tiktok/music/{id}/videos— List videos using a TikTok music track — List videos using a TikTok music trackGET /tiktok/music/charts— List TikTok trending music charts — List TikTok trending music chartsGET /tiktok/search/hashtags— Search TikTok hashtags by keyword — Search TikTok hashtags by keywordGET /tiktok/search/lives— Search TikTok live rooms by keyword — Search TikTok live rooms by keywordGET /tiktok/search/music— Search TikTok music by keyword — Search TikTok music by keywordGET /tiktok/search— General TikTok search (returns videos) — Returns videos matching the keywordqfrom TikTok's mixed-type general search.GET /tiktok/search/users— Search TikTok users by keyword — Search TikTok users by keywordGET /tiktok/search/videos— Search TikTok videos by keyword — Returns a paginated list of TikTok videos matching the keywordq.GET /tiktok/users/{id}/followers— List a TikTok user's followers — Returns a paginated list of users following the given user.GET /tiktok/users/{id}/following— List users a TikTok user is following — Returns a paginated list of users the given user is following.GET /tiktok/users/{id}/likes— List videos liked by a TikTok user — Returns a paginated list of videos the user has liked (where the user has made their likes public).GET /tiktok/users/{id}— Get a TikTok user profile by sec_uid — Returns the canonicalized public profile for the TikTok user with the given sec_uid.GET /tiktok/users/{id}/similar— List TikTok users similar to the given user — Returns a paginated list of users TikTok recommends as similar to the given user.GET /tiktok/users/{id}/videos— List videos posted by a TikTok user — Returns a paginated list of public videos posted by the user with the given sec_uid.GET /tiktok/users/resolve— Resolve a TikTok username to a user id — Accepts a public TikTok username (handle) and returns the user's stable opaque id (sec_uid) that other /tiktok/users/{id} endpoints accept.GET /tiktok/videos/{id}/comments/{comment_id}/replies— List replies to a TikTok comment — List replies to a TikTok commentGET /tiktok/videos/{id}/comments— List top-level comments on a TikTok video — Returns a paginated list of top-level comments on the given video.GET /tiktok/videos/{id}— Get a TikTok video by ID — Returns canonicalized metadata for a single TikTok video.POST /tiktok/videos/batch— Batch-fetch TikTok videos by ID — Returns canonicalized metadata for up to 50 videos in a single call.GET /tiktok/videos/resolve— Resolve a TikTok share URL to a video — Accepts a TikTok share URL (long or short / vm.tiktok.com) and returns the canonical Video object.