Public Playground
Preview the endpoint before sending a live request
Sample responses, schemas, request previews, and code snippets are visible before sign in. Create an account when you are ready to save an API key and run authenticated requests.
Playground
Retrieve TikTok video details API Playground
Returns the TikTok video detail payload for a video id.
GETapiKey8 credits/requesttiktok.postResponseDocTikTok
Endpoint details
Returns the TikTok video detail payload for a video id.
- Method
- GET
- Path
- /tiktok/post/{id}
- Authentication
- apiKey
- Credit cost
- 8 credits/request
- Platform
- TikTok
- Parameters
- 2 documented fields
Request parameters
x-api-key:headerid:path
Response schema fields
codedatadata.extradata.extra.fatal_item_idsdata.extra.logiddata.extra.nowdata.itemInfodata.log_pbdata.log_pb.impr_iddata.shareMetadata.shareMeta.descdata.shareMeta.title
Sample response summary
{
"code": 200,
"msg": "OK",
"data": {
"extra": {
"fatal_item_ids": [],
"logid": "2024121113545594318E4BDA28F907033A",
"now": 1733925295000
},
"itemInfo": {
"itemStruct": {
"AIGCDescription": "",
"CategoryType": 118,
"author": {
"avatarLarger": "https://p19-pu-sign-useast8.tiktokcdn-us.com/tos-useast5-avt-0068-tx/fb1ed871dc01261013179da3fafcc1cd~c5_1080x1080.jpeg?lk3s=a5d48078&non...",
"avatarMedium": "https://p16-pu-sign-useast8.tiktokcdn-us.com/tos-useast5-avt-0068-tx/fb1ed871dc01261013179da3fafcc1cd~c5_720x720.jpeg?lk3s=a5d48078&nonce...",
"avatarThumb": "https://p19-pu-sign-useast8.tiktokcdn-us.com/tos-useast5-avt-0068-tx/fb1ed871dc01261013179da3fafcc1cd~c5_100x100.jpeg?lk3s=a5d48078&nonce...",
"commentSetting": 0,
"downloadSetting": 0,
"duetSetting": 0
},
"authorStats": {
"diggCount": 352,
"followerCount": 458800,
"followingCount": 1,
"friendCount": 0,
"heart": 800300,
"heartCount": 800300
},
"backendSourceEventTracking": "",
"collected": false
}
},
"log_pb": {
"impr_id": "2024121113545594318E4BDA28F907033A"
},
"shareMeta": {
"desc": "Spoiler: you don’t actually swallow eight spiders a year. 🕷️",
"title": "chatgpt on TikTok"
},
"status_code": 0,
"status_msg": ""
}
}cURL example
curl "https://api.crawlora.net/api/v1/tiktok/post/<id>" \
-H "x-api-key: <api-key>"