TikTok APIs - Post Details (V1)
Retrieve detailed information for a specific TikTok post by its post ID. The API returns complete metadata including video ID, author information, description text, publish time, engagement metrics (likes, comments, shares, views), and available download URLs for both the video and cover image.
Typical use cases:
- Content performance analysis and metadata extraction.
- Influencer evaluation via specific post metrics.
- Verifying post authenticity and downloading media for offline analysis.
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
token | query | string | Yes | Security token for API access. |
postId | query | string | Yes | The unique ID of the TikTok post. |
Code Samples
💡 Environment Note
Default samples use https://api.justoneapi.com (prod-global). For users in Mainland China, it is recommended to replace it with http://47.117.133.51:30015 (prod-cn) for better performance. See Environment Guide.
bash
# Tip: For Mainland China, replace https://api.justoneapi.com with http://47.117.133.51:30015
curl -X GET "https://api.justoneapi.com/api/tiktok/get-post-detail/v1?token=YOUR_API_KEY&postId=VALUE"text
I want to use the "Post Details (V1)" API from Just One API.
API Endpoint: https://api.justoneapi.com/api/tiktok/get-post-detail/v1
HTTP Method: GET
Authentication: Append "?token=YOUR_API_KEY" to the URL.
OpenAPI Definition: https://docs.justoneapi.com/openapi/tiktok-apis/post-details-v1-en.json
Parameters:
- token (query): Security token for API access. (Required)
- postId (query): The unique ID of the TikTok post. (Required)
Return format: JSON
Response Handling & Error Codes:
1. Business results should be determined by the "code" field in the response body (code 0 means success).
2. Timeout Recommendation: Set request timeout to at least 60 seconds.
3. Business Code Reference:
- 0: Success
- 100: Invalid or Inactive Token
- 301: Collection Failed. Please Retry.
- 302: Rate Limit Exceeded
- 303: Daily Quota Exceeded
- 400: Invalid Parameters
- 500: Internal Server Error
- 600: Permission Denied
- 601: Insufficient Balance
Please help me write a script in my preferred programming language to call this API and handle the response.python
# Tip: For Mainland China, replace https://api.justoneapi.com with http://47.117.133.51:30015
import requests
url = "https://api.justoneapi.com/api/tiktok/get-post-detail/v1?token=YOUR_API_KEY&postId=VALUE"
response = requests.get(url)
print(response.json())js
// Tip: For Mainland China, replace https://api.justoneapi.com with http://47.117.133.51:30015
const response = await fetch("https://api.justoneapi.com/api/tiktok/get-post-detail/v1?token=YOUR_API_KEY&postId=VALUE", {
method: "GET"
});
const data = await response.json();
console.log(data);java
// Tip: For Mainland China, replace https://api.justoneapi.com with http://47.117.133.51:30015
import java.net.URI;
import java.net.http.HttpClient;
import java.net.http.HttpRequest;
import java.net.http.HttpResponse;
public class Main {
public static void main(String[] args) throws Exception {
HttpClient client = HttpClient.newHttpClient();
HttpRequest request = HttpRequest.newBuilder()
.uri(URI.create("https://api.justoneapi.com/api/tiktok/get-post-detail/v1?token=YOUR_API_KEY&postId=VALUE"))
.method("GET", HttpRequest.BodyPublishers.noBody())
.build();
HttpResponse<String> response = client.send(request, HttpResponse.BodyHandlers.ofString());
System.out.println(response.body());
}
}go
// Tip: For Mainland China, replace https://api.justoneapi.com with http://47.117.133.51:30015
package main
import (
"fmt"
"io"
"net/http"
)
func main() {
client := &http.Client{}
url := "https://api.justoneapi.com/api/tiktok/get-post-detail/v1?token=YOUR_API_KEY&postId=VALUE"
req, _ := http.NewRequest("GET", url, nil)
resp, _ := client.Do(req)
defer resp.Body.Close()
body, _ := io.ReadAll(resp.Body)
fmt.Println(string(body))
}php
// Tip: For Mainland China, replace https://api.justoneapi.com with http://47.117.133.51:30015
<?php
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, "https://api.justoneapi.com/api/tiktok/get-post-detail/v1?token=YOUR_API_KEY&postId=VALUE");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_CUSTOMREQUEST, "GET");
$response = curl_exec($ch);
curl_close($ch);
echo $response;Responses
json
{
"code": 0,
"data": {
"extra": {
"fatal_item_ids": [],
"logid": "202603091413410A545B25314064AC632B",
"now": 1773065621000
},
"itemInfo": {
"itemStruct": {
"AIGCDescription": "",
"CategoryType": 115,
"IsHDBitrate": false,
"author": {
"UserStoryStatus": 1,
"avatarLarger": "https://p19-common-sign.tiktokcdn-us.com/tos-alisg-avt-0068/a387ffbb08d8b526c09ffacce69588ea~tplv-tiktokx-cropcenter:1080:1080.jpeg?dr=9640&refresh_token=63be2953&x-expires=1773237600&x-signature=NHa%2FAOthkPfjTV1uZ7YEMW37Nh4%3D&t=4d5b0474&ps=13740610&shp=a5d48078&shcp=81f88b70&idc=useast5",
"avatarMedium": "https://p19-common-sign.tiktokcdn-us.com/tos-alisg-avt-0068/a387ffbb08d8b526c09ffacce69588ea~tplv-tiktokx-cropcenter:720:720.jpeg?dr=9640&refresh_token=b0608840&x-expires=1773237600&x-signature=nRWAQGddNgnDDS%2F4PpQNwQcGzbc%3D&t=4d5b0474&ps=13740610&shp=a5d48078&shcp=81f88b70&idc=useast5",
"avatarThumb": "https://p16-common-sign.tiktokcdn-us.com/tos-alisg-avt-0068/a387ffbb08d8b526c09ffacce69588ea~tplv-tiktokx-cropcenter:100:100.jpeg?dr=9640&refresh_token=2d5c2f3e&x-expires=1773237600&x-signature=YXE8IiIG34194NF%2BpoEBfnBztNU%3D&t=4d5b0474&ps=13740610&shp=a5d48078&shcp=81f88b70&idc=useast5",
"commentSetting": 0,
"downloadSetting": 3,
"duetSetting": 0,
"ftc": false,
"id": "7174066533999019035",
"isADVirtual": false,
"isEmbedBanned": false,
"nickname": "🥂🥀.D.A.D.A.🥀.🍷",
"openFavorite": true,
"privateAccount": false,
"relation": 0,
"secUid": "MS4wLjABAAAAwixDs8ayQ1UsOCyIWATI_xILODRnLTL20lMi91oKlzO1cM5YMU0LjijsWA9TvSsC",
"secret": false,
"signature": "🖤.........",
"stitchSetting": 0,
"uniqueId": "khizar_____abbsio",
"verified": false
},
"authorStats": {
"diggCount": 26700,
"followerCount": 20000,
"followingCount": 472,
"friendCount": 0,
"heart": 182900,
"heartCount": 182900,
"videoCount": 284
},
"authorStatsV2": {
"diggCount": "26700",
"followerCount": "20000",
"followingCount": "472",
"friendCount": "0",
"heart": "182900",
"heartCount": "182900",
"videoCount": "284"
},
"backendSourceEventTracking": "",
"challenges": [
{
"coverLarger": "",
"coverMedium": "",
"coverThumb": "",
"desc": "",
"id": "23428",
"profileLarger": "",
"profileMedium": "",
"profileThumb": "",
"title": "tiktok"
},
{
"coverLarger": "",
"coverMedium": "",
"coverThumb": "",
"desc": "",
"id": "85133",
"profileLarger": "",
"profileMedium": "",
"profileThumb": "",
"title": "viralvideo"
},
{
"coverLarger": "",
"coverMedium": "",
"coverThumb": "",
"desc": "",
"id": "1660738704663553",
"profileLarger": "",
"profileMedium": "",
"profileThumb": "",
"title": "unfrezzmyaccount"
},
{
"coverLarger": "",
"coverMedium": "",
"coverThumb": "",
"desc": "Discover the top viral trends, sounds and effects of the week! 🔥",
"id": "20105",
"profileLarger": "https://p16-common-sign.tiktokcdn-us.com/musically-maliva-obj/f752929e77dfeacc86efb0dac0d6e39e.png~tplv-tiktokx-origin.image?dr=9627&x-expires=1773086400&x-signature=siAL%2FyFR3%2BL6dvdHv%2FmNGN0fXOI%3D&t=4d5b0474&ps=13740610&shp=81f88b70&shcp=9b759fb9&idc=useast5",
"profileMedium": "https://p16-common-sign.tiktokcdn-us.com/musically-maliva-obj/f752929e77dfeacc86efb0dac0d6e39e.png~tplv-tiktokx-origin.image?dr=9627&x-expires=1773086400&x-signature=siAL%2FyFR3%2BL6dvdHv%2FmNGN0fXOI%3D&t=4d5b0474&ps=13740610&shp=81f88b70&shcp=9b759fb9&idc=useast5",
"profileThumb": "https://p16-common-sign.tiktokcdn-us.com/musically-maliva-obj/f752929e77dfeacc86efb0dac0d6e39e.png~tplv-tiktokx-origin.image?dr=9627&x-expires=1773086400&x-signature=siAL%2FyFR3%2BL6dvdHv%2FmNGN0fXOI%3D&t=4d5b0474&ps=13740610&shp=81f88b70&shcp=9b759fb9&idc=useast5",
"title": "trending"
}
],
"collected": false,
"contents": [
{
"desc": "🤕🫵💔"
},
{
"desc": "#tiktok ",
"textExtra": [
{
"awemeId": "",
"end": 7,
"hashtagId": "23428",
"hashtagName": "tiktok",
"isCommerce": false,
"start": 0,
"subType": 0,
"type": 1
}
]
},
{
"desc": "#viralvideo ",
"textExtra": [
{
"awemeId": "",
"end": 11,
"hashtagId": "85133",
"hashtagName": "viralvideo",
"isCommerce": false,
"start": 0,
"subType": 0,
"type": 1
}
]
},
{
"desc": "#unfrezzmyaccount ",
"textExtra": [
{
"awemeId": "",
"end": 17,
"hashtagId": "1660738704663553",
"hashtagName": "unfrezzmyaccount",
"isCommerce": false,
"start": 0,
"subType": 0,
"type": 1
}
]
},
{
"desc": "#trending ",
"textExtra": [
{
"awemeId": "",
"end": 9,
"hashtagId": "20105",
"hashtagName": "trending",
"isCommerce": false,
"start": 0,
"subType": 0,
"type": 1
}
]
}
],
"createTime": 1761716412,
"creatorAIComment": {
"eligibleVideo": false,
"hasAITopic": false,
"notEligibleReason": 101
},
"desc": "🤕🫵💔 #tiktok #viralvideo #unfrezzmyaccount #trending ",
"digged": false,
"diversificationId": 10062,
"duetDisplay": 0,
"duetEnabled": true,
"forFriend": false,
"id": "7566514353940204807",
"isAd": false,
"isReviewing": false,
"itemCommentStatus": 0,
"item_control": {
"can_repost": true
},
"music": {
"authorName": "🥂🥀.D.A.D.A.🥀.🍷",
"coverLarge": "https://p19-common-sign.tiktokcdn-us.com/tos-alisg-avt-0068/a387ffbb08d8b526c09ffacce69588ea~tplv-tiktokx-cropcenter:1080:1080.jpeg?dr=9640&refresh_token=63be2953&x-expires=1773237600&x-signature=NHa%2FAOthkPfjTV1uZ7YEMW37Nh4%3D&t=4d5b0474&ps=13740610&shp=a5d48078&shcp=81f88b70&idc=useast5",
"coverMedium": "https://p19-common-sign.tiktokcdn-us.com/tos-alisg-avt-0068/a387ffbb08d8b526c09ffacce69588ea~tplv-tiktokx-cropcenter:720:720.jpeg?dr=9640&refresh_token=b0608840&x-expires=1773237600&x-signature=nRWAQGddNgnDDS%2F4PpQNwQcGzbc%3D&t=4d5b0474&ps=13740610&shp=a5d48078&shcp=81f88b70&idc=useast5",
"coverThumb": "https://p16-common-sign.tiktokcdn-us.com/tos-alisg-avt-0068/a387ffbb08d8b526c09ffacce69588ea~tplv-tiktokx-cropcenter:100:100.jpeg?dr=9640&refresh_token=2d5c2f3e&x-expires=1773237600&x-signature=YXE8IiIG34194NF%2BpoEBfnBztNU%3D&t=4d5b0474&ps=13740610&shp=a5d48078&shcp=81f88b70&idc=useast5",
"duration": 20,
"id": "7566514376782416648",
"isCopyrighted": true,
"is_commerce_music": true,
"is_unlimited_music": false,
"original": true,
"playUrl": "https://v19.tiktokcdn-us.com/7cc959ea989cf62f2f44e98533b9bbc5/69af2a09/video/tos/useast5/tos-useast5-v-27dcd7c799-tx/owemi8TAgiwJCEXLpAEAA1izUYBBQafqB3AoBA/?a=1233&bti=ODszNWYuMDE6&ch=0&cr=0&dr=0&er=0&lr=default&cd=0%7C0%7C0%7C0&br=250&bt=125&ds=5&ft=GSDrKInz7Th_SDjPXq8Zmo&mime_type=audio_mpeg&qs=13&rc=M3F3M2o5cml0NzMzODU8NEBpM3F3M2o5cml0NzMzODU8NEBoZS9yMmRjZS1hLS1kMS1zYSNoZS9yMmRjZS1hLS1kMS1zcw%3D%3D&vvpl=1&l=202603091413410A545B25314064AC632B&btag=e00078000",
"private": false,
"shoot_duration": 20,
"title": "original sound",
"tt2dsp": {
"tt_to_dsp_song_infos": [
{
"meta_song_id": "7418111573766014977",
"platform": 1,
"song_id": "1775835811",
"token": {
"apple_music_token": {
"developer_token": "eyJhbGciOiJFUzI1NiIsImtpZCI6Ikc2Q0dLMjdWQzMifQ.eyJleHAiOjE3NzMyMjQ3ODcsImlhdCI6MTc3Mjk2NTU4NywiaXNzIjoiTUo3OTdEOFU2RiJ9.bNwFCMweK8x8WuYzbsCijUv451oy0Efed-2jS0HJPuneyx0QH02edaseYtFlgPPN8czc_jys4crT7v_S71iyTQ"
}
}
},
{
"meta_song_id": "7418111573766014977",
"platform": 3,
"song_id": "2AziSv4kb0cmZlqwifxAXO"
}
]
}
},
"officalItem": false,
"originalItem": false,
"poi": {
"address": "Swat, Malakand, Khyber Pakhtunkhwa, Pakistan",
"category": "Outdoors and Traveling",
"city": "Malakand",
"cityCode": "1171389",
"country": "",
"countryCode": "1168579",
"fatherPoiId": "",
"fatherPoiName": "Malakand",
"id": "21568226269775400",
"name": "Swat",
"province": "",
"ttTypeCode": "08a1c2",
"ttTypeNameMedium": "Natural Attraction",
"ttTypeNameSuper": "Outdoors and Traveling",
"ttTypeNameTiny": "River",
"type": 0,
"typeCode": ""
},
"privateItem": false,
"secret": false,
"shareEnabled": true,
"stats": {
"collectCount": 292,
"commentCount": 28,
"diggCount": 1780,
"playCount": 432,
"shareCount": 1
},
"statsV2": {
"collectCount": "292",
"commentCount": "28",
"diggCount": "1780",
"playCount": "432",
"repostCount": "0",
"shareCount": "1"
},
"stitchDisplay": 0,
"stitchEnabled": true,
"textExtra": [
{
"awemeId": "",
"end": 14,
"hashtagId": "23428",
"hashtagName": "tiktok",
"isCommerce": false,
"start": 7,
"subType": 0,
"type": 1
},
{
"awemeId": "",
"end": 27,
"hashtagId": "85133",
"hashtagName": "viralvideo",
"isCommerce": false,
"start": 16,
"subType": 0,
"type": 1
},
{
"awemeId": "",
"end": 46,
"hashtagId": "1660738704663553",
"hashtagName": "unfrezzmyaccount",
"isCommerce": false,
"start": 29,
"subType": 0,
"type": 1
},
{
"awemeId": "",
"end": 57,
"hashtagId": "20105",
"hashtagName": "trending",
"isCommerce": false,
"start": 48,
"subType": 0,
"type": 1
}
],
"textLanguage": "un",
"textTranslatable": false,
"video": {
"PlayAddrStruct": {
"DataSize": 1111900,
"FileCs": "c:0-11877-c8cf",
"FileHash": "756de42a7edc27d3a9b4a250e4e65762",
"Height": 1024,
"Uri": "v14044g50000d40qh3fog65k8fnleftg",
"UrlKey": "v14044g50000d40qh3fog65k8fnleftg_h264_540p_426117",
"UrlList": [
"https://v16-webapp-prime.us.tiktok.com/video/tos/alisg/tos-alisg-pve-0037c001/oYIWFRBphABqiFXPo70DMgQEUPBfANhD9EBeEa/?a=1988&bti=ODszNWYuMDE6&ch=0&cr=3&dr=0&lr=all&cd=0%7C0%7C0%7C&cv=1&br=832&bt=416&cs=0&ds=6&ft=4KJMyMzm8Zmo0hrR.x4jVGbkdpWrKsd.&mime_type=video_mp4&qs=4&rc=Z2U8aDk0ZGU6O2U3ZzY1OEBpamlvaW45cjZ0NzMzODczNEAuX19jMTAvNTQxNGBiLzAxYSNxYms1MmRjZS1hLS1kMTFzcw%3D%3D&btag=e000b8000&expire=1773238441&l=202603091413410A545B25314064AC632B&ply_type=2&policy=2&signature=d1335a19c0726a72eda1462683d1efb1&tk=tt_chain_token",
"https://v19-webapp-prime.us.tiktok.com/video/tos/alisg/tos-alisg-pve-0037c001/oYIWFRBphABqiFXPo70DMgQEUPBfANhD9EBeEa/?a=1988&bti=ODszNWYuMDE6&ch=0&cr=3&dr=0&lr=all&cd=0%7C0%7C0%7C&cv=1&br=832&bt=416&cs=0&ds=6&ft=4KJMyMzm8Zmo0hrR.x4jVGbkdpWrKsd.&mime_type=video_mp4&qs=4&rc=Z2U8aDk0ZGU6O2U3ZzY1OEBpamlvaW45cjZ0NzMzODczNEAuX19jMTAvNTQxNGBiLzAxYSNxYms1MmRjZS1hLS1kMTFzcw%3D%3D&btag=e000b8000&expire=1773238441&l=202603091413410A545B25314064AC632B&ply_type=2&policy=2&signature=d1335a19c0726a72eda1462683d1efb1&tk=tt_chain_token",
"https://www.tiktok.com/aweme/v1/play/?faid=1988&file_id=453223edc47b48778b2a3146feb9bb1d&is_play_url=1&item_id=7566514353940204807&line=0&ply_type=2&signaturev3=dmlkZW9faWQ7ZmlsZV9pZDtpdGVtX2lkLjhhZDhlMTE5YmVmOWM1MTZjMjNjNThjMGE3Y2ExZmFj&tk=tt_chain_token&video_id=v14044g50000d40qh3fog65k8fnleftg"
],
"Width": 576
},
"VQScore": "55.74",
"bitrate": 426117,
"bitrateInfo": [
{
"Bitrate": 426117,
"BitrateFPS": 21,
"CodecType": "h264",
"Format": "mp4",
"GearName": "lower_540_0",
"MVMAF": "{\"v2.0\": {\"srv1\": {\"v1080\": 89.654, \"v960\": 91.586, \"v864\": 93.575, \"v720\": 94.802}, \"ori\": {\"v1080\": 78.496, \"v960\": 81.419, \"v864\": 84.893, \"v720\": 85.759}}}",
"PlayAddr": {
"DataSize": 1111900,
"FileCs": "c:0-11877-c8cf",
"FileHash": "756de42a7edc27d3a9b4a250e4e65762",
"Height": 1024,
"Uri": "v14044g50000d40qh3fog65k8fnleftg",
"UrlKey": "v14044g50000d40qh3fog65k8fnleftg_h264_540p_426117",
"UrlList": [
"https://v16-webapp-prime.us.tiktok.com/video/tos/alisg/tos-alisg-pve-0037c001/oYIWFRBphABqiFXPo70DMgQEUPBfANhD9EBeEa/?a=1988&bti=ODszNWYuMDE6&ch=0&cr=3&dr=0&lr=all&cd=0%7C0%7C0%7C&cv=1&br=832&bt=416&cs=0&ds=6&ft=4KJMyMzm8Zmo0hrR.x4jVGbkdpWrKsd.&mime_type=video_mp4&qs=4&rc=Z2U8aDk0ZGU6O2U3ZzY1OEBpamlvaW45cjZ0NzMzODczNEAuX19jMTAvNTQxNGBiLzAxYSNxYms1MmRjZS1hLS1kMTFzcw%3D%3D&btag=e000b8000&expire=1773238441&l=202603091413410A545B25314064AC632B&ply_type=2&policy=2&signature=d1335a19c0726a72eda1462683d1efb1&tk=tt_chain_token",
"https://v19-webapp-prime.us.tiktok.com/video/tos/alisg/tos-alisg-pve-0037c001/oYIWFRBphABqiFXPo70DMgQEUPBfANhD9EBeEa/?a=1988&bti=ODszNWYuMDE6&ch=0&cr=3&dr=0&lr=all&cd=0%7C0%7C0%7C&cv=1&br=832&bt=416&cs=0&ds=6&ft=4KJMyMzm8Zmo0hrR.x4jVGbkdpWrKsd.&mime_type=video_mp4&qs=4&rc=Z2U8aDk0ZGU6O2U3ZzY1OEBpamlvaW45cjZ0NzMzODczNEAuX19jMTAvNTQxNGBiLzAxYSNxYms1MmRjZS1hLS1kMTFzcw%3D%3D&btag=e000b8000&expire=1773238441&l=202603091413410A545B25314064AC632B&ply_type=2&policy=2&signature=d1335a19c0726a72eda1462683d1efb1&tk=tt_chain_token",
"https://www.tiktok.com/aweme/v1/play/?faid=1988&file_id=453223edc47b48778b2a3146feb9bb1d&is_play_url=1&item_id=7566514353940204807&line=0&ply_type=2&signaturev3=dmlkZW9faWQ7ZmlsZV9pZDtpdGVtX2lkLjhhZDhlMTE5YmVmOWM1MTZjMjNjNThjMGE3Y2ExZmFj&tk=tt_chain_token&video_id=v14044g50000d40qh3fog65k8fnleftg"
],
"Width": 576
},
"QualityType": 24,
"VideoExtra": "{\"PktOffsetMap\":\"[{\\\"time\\\": 1, \\\"offset\\\": 66458}, {\\\"time\\\": 2, \\\"offset\\\": 145701}, {\\\"time\\\": 3, \\\"offset\\\": 221046}, {\\\"time\\\": 4, \\\"offset\\\": 274456}, {\\\"time\\\": 5, \\\"offset\\\": 332857}, {\\\"time\\\": 10, \\\"offset\\\": 645776}]\",\"mvmaf\":\"{\\\"v2.0\\\": {\\\"srv1\\\": {\\\"v1080\\\": 89.654, \\\"v960\\\": 91.586, \\\"v864\\\": 93.575, \\\"v720\\\": 94.802}, \\\"ori\\\": {\\\"v1080\\\": 78.496, \\\"v960\\\": 81.419, \\\"v864\\\": 84.893, \\\"v720\\\": 85.759}}}\",\"ufq\":\"{\\\"enh\\\":66.016,\\\"playback\\\":{\\\"ori\\\":50.138,\\\"srv1\\\":59.23},\\\"src\\\":66.016,\\\"trans\\\":50.138,\\\"version\\\":\\\"v1.1\\\"}\",\"volume_info_json\":\"\",\"transcode_feature_id\":\"1834aab9e1b0caae9362706a00ff9f52\",\"dec_info\":\"\",\"gearvqm\":\"\",\"audio_bit_rate\":32343}"
}
],
"claInfo": {
"enableAutoCaption": true,
"hasOriginalAudio": true,
"noCaptionReason": 3
},
"codecType": "h264",
"cover": "https://p16-common-sign.tiktokcdn-us.com/tos-alisg-p-0037/o0UITI2GAfSC1EcLe7SjDAARIDD7XAQC1bb4eo~tplv-tiktokx-origin.image?dr=9636&x-expires=1773237600&x-signature=I5mtSTQdXkFrRMlZTVau57L98KU%3D&t=4d5b0474&ps=13740610&shp=81f88b70&shcp=43f4a2f9&idc=useast5",
"definition": "540p",
"duration": 20,
"dynamicCover": "https://p16-common-sign.tiktokcdn-us.com/tos-alisg-p-0037/oYkAaISNBopA7o7qePEZBFAERBLDhgiU9IfgXP~tplv-tiktokx-origin.image?dr=9636&x-expires=1773237600&x-signature=PU62T63TT%2BbPYEMNrzAPjjS2QwU%3D&t=4d5b0474&ps=13740610&shp=81f88b70&shcp=43f4a2f9&idc=useast5",
"encodeUserTag": "",
"encodedType": "normal",
"format": "mp4",
"height": 1024,
"id": "7566514353940204807",
"originCover": "https://p16-common-sign.tiktokcdn-us.com/tos-alisg-p-0037/og4gIBfsQWAHrAAAgjgMobq51fUfEiSDTD38CX~tplv-tiktokx-origin.image?dr=9636&x-expires=1773237600&x-signature=jJNk8xyymz2tc8QBgSjsDxQQksk%3D&t=4d5b0474&ps=13740610&shp=81f88b70&shcp=43f4a2f9&idc=useast5",
"playAddr": "https://v16-webapp-prime.us.tiktok.com/video/tos/alisg/tos-alisg-pve-0037c001/oYIWFRBphABqiFXPo70DMgQEUPBfANhD9EBeEa/?a=1988&bti=ODszNWYuMDE6&ch=0&cr=3&dr=0&lr=all&cd=0%7C0%7C0%7C&cv=1&br=832&bt=416&cs=0&ds=6&ft=4KJMyMzm8Zmo0hrR.x4jVGbkdpWrKsd.&mime_type=video_mp4&qs=4&rc=Z2U8aDk0ZGU6O2U3ZzY1OEBpamlvaW45cjZ0NzMzODczNEAuX19jMTAvNTQxNGBiLzAxYSNxYms1MmRjZS1hLS1kMTFzcw%3D%3D&btag=e000b8000&expire=1773238441&l=202603091413410A545B25314064AC632B&ply_type=2&policy=2&signature=d1335a19c0726a72eda1462683d1efb1&tk=tt_chain_token",
"ratio": "540p",
"size": 1111900,
"videoID": "v14044g50000d40qh3fog65k8fnleftg",
"videoQuality": "lower",
"volumeInfo": {
"Loudness": -12.8,
"Peak": 0.65313
},
"width": 576,
"zoomCover": {
"240": "https://p16-common-sign.tiktokcdn-us.com/tos-alisg-p-0037/o0UITI2GAfSC1EcLe7SjDAARIDD7XAQC1bb4eo~tplv-photomode-zoomcover:240:240.jpeg?dr=9616&x-expires=1773237600&x-signature=zkIhydIMBWivJ7bOacJOzD5YOqU%3D&t=4d5b0474&ps=13740610&shp=81f88b70&shcp=43f4a2f9&idc=useast5&ftpl=1",
"480": "https://p16-common-sign.tiktokcdn-us.com/tos-alisg-p-0037/o0UITI2GAfSC1EcLe7SjDAARIDD7XAQC1bb4eo~tplv-photomode-zoomcover:480:480.jpeg?dr=9616&x-expires=1773237600&x-signature=oDNQShzyNczWq9vDuu%2Bb4ZZly1M%3D&t=4d5b0474&ps=13740610&shp=81f88b70&shcp=43f4a2f9&idc=useast5&ftpl=1",
"720": "https://p16-common-sign.tiktokcdn-us.com/tos-alisg-p-0037/o0UITI2GAfSC1EcLe7SjDAARIDD7XAQC1bb4eo~tplv-photomode-zoomcover:720:720.jpeg?dr=9616&x-expires=1773237600&x-signature=C4ynwhQyH9CZ6U2t9g3JIlEHC7o%3D&t=4d5b0474&ps=13740610&shp=81f88b70&shcp=43f4a2f9&idc=useast5&ftpl=1",
"960": "https://p16-common-sign.tiktokcdn-us.com/tos-alisg-p-0037/o0UITI2GAfSC1EcLe7SjDAARIDD7XAQC1bb4eo~tplv-photomode-zoomcover:960:960.jpeg?dr=9616&x-expires=1773237600&x-signature=fc6y1A7Fln9eVFdrAaDa6ifQcZ8%3D&t=4d5b0474&ps=13740610&shp=81f88b70&shcp=43f4a2f9&idc=useast5&ftpl=1"
}
}
}
},
"log_pb": {
"impr_id": "202603091413410A545B25314064AC632B"
},
"shareMeta": {
"desc": "🤕🫵💔 #tiktok #viralvideo #unfrezzmyaccount #trending ",
"title": "🥂🥀.D.A.D.A.🥀.🍷 on TikTok"
},
"statusCode": 0,
"status_code": 0,
"status_msg": "",
"tt_chain_token": "xlG3//mfOVtAj8f0XWjgGw==",
"cookie": "tt_chain_token=xlG3//mfOVtAj8f0XWjgGw==;"
}
}💡 Note: For list data, the example shows only 1-2 items for simplicity. The actual count depends on the API response.
