Skip to main content
GET
TikToks using Song
💳 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

clipId
string

This is clipId. Can be found on a url like so: https://www.tiktok.com/music/That%27s-Who-I-Praise-7370375686554782506, where 7370375686554782506 is the clipId

Example:

"7439295283975702544"

cursor
integer

The cursor to get the next page of results.

Example:

12

Response

Successful response

Key Response Fields:

  • aweme_list[].aweme_id: Video ID
  • aweme_list[].desc: Caption/description text
  • aweme_list[].create_time: Unix timestamp of when the video was posted
  • aweme_list[].content_type: Content format (e.g., video)
  • aweme_list[].is_pinned_by_artist: Whether the artist pinned this video
  • aweme_list[].statistics.play_count: Total views
  • aweme_list[].statistics.digg_count: Likes
  • aweme_list[].statistics.comment_count: Comments
  • aweme_list[].statistics.share_count: Shares
  • aweme_list[].statistics.collect_count: Bookmarks/saves
  • aweme_list[].statistics.download_count: Downloads
  • aweme_list[].video.play_addr.url_list[0]: Video playback URL
  • aweme_list[].video.cover.url_list[0]: Thumbnail image URL
  • aweme_list[].video.duration: Video duration in milliseconds
  • aweme_list[].video.height / width: Video dimensions
  • aweme_list[].author.unique_id: Author's TikTok username
  • aweme_list[].author.nickname: Author's display name
  • aweme_list[].author.sec_uid: Author's secure user ID
  • aweme_list[].author.region: Author's country code
  • aweme_list[].music.title: Sound/music title used in the video
  • aweme_list[].music.author: Sound/music artist
  • aweme_list[].music.duration: Audio clip duration in seconds
  • cursor: Pass as cursor parameter to get the next page
  • has_more: 1 if more results are available, 0 if not