Skip to main content
GET
Trending Feed
๐Ÿ’ณ 1 credit per request

Authorizations

X-API-Key
string
header
required

API key for authentication. Format: sk_live_xxxxxxxxxxxxx

Get your API key from the Dashboard.

Query Parameters

region
string
required

Where you want the proxy to be. This doesn't mean that you will only see TikToks from this region, you will just see the content that isn't banned in that region.

Example:

"US"

trim
boolean

Set to true to get a trimmed response.

Example:

false

Response

Successful response

Key Response Fields:

  • data.aweme_list[].aweme_id: Video ID
  • data.aweme_list[].desc: Caption/description text
  • data.aweme_list[].create_time: Unix timestamp of when the video was posted
  • data.aweme_list[].is_top: Whether the video is pinned
  • data.aweme_list[].statistics.play_count: Total views
  • data.aweme_list[].statistics.digg_count: Likes (TikTok calls likes "diggs")
  • data.aweme_list[].statistics.comment_count: Comments
  • data.aweme_list[].statistics.share_count: Shares
  • data.aweme_list[].statistics.collect_count: Bookmarks/saves
  • data.aweme_list[].statistics.download_count: Downloads
  • data.aweme_list[].video.play_addr.url_list[0]: Video playback URL
  • data.aweme_list[].video.cover.url_list[0]: Thumbnail image URL
  • data.aweme_list[].video.duration: Video duration in milliseconds
  • data.aweme_list[].author.unique_id: Author's TikTok username
  • data.aweme_list[].author.nickname: Author's display name
  • data.aweme_list[].author.sec_uid: Author's secure user ID (use for profile lookups)
  • data.aweme_list[].author.avatar_medium.url_list[0]: Author's profile picture
  • data.aweme_list[].music.title: Sound/music title
  • data.aweme_list[].music.author: Sound/music artist
  • data.aweme_list[].music.play_url.url_list[0]: Direct audio playback URL
  • data.aweme_list[].music.duration: Audio clip duration in seconds
  • data.aweme_list[].music.is_commerce_music: Whether the sound is approved for commercial use