获取用户主页作品
POST
/api/tiktok/user_post请求参数
Body 参数application/json
sec_uid
string
必需
count
string
可选
cursor
string
可选
proxy
string
可选
代理(http或socks5)
示例
{
"sec_uid": "MS4wLjABAAAAEtDDggMKUmkKNbk9a-el6rWovWyUZ0Wh7TwcH1P_T2DB0rUdfBdlzTq8fYQBAwpR",
"count": "12",
"cursor": "",
"proxy": ""
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
msg
string
必需
path
string
必需
data
object
必需
cursor
string
必需
extra
object
必需
hasMore
boolean
必需
itemList
array [object {31}]
必需
log_pb
object
必需
statusCode
integer
必需
status_code
integer
必需
status_msg
string
必需
示例
{
"code": 0,
"msg": "string",
"path": "string",
"data": {
"cursor": "string",
"extra": {
"fatal_item_ids": [
null
],
"logid": "string",
"now": 0
},
"hasMore": true,
"itemList": [
{
"AIGCDescription": "string",
"author": {
"avatarLarger": "string",
"avatarMedium": "string",
"avatarThumb": "string",
"commentSetting": 0,
"downloadSetting": 0,
"duetSetting": 0,
"ftc": true,
"id": "string",
"isADVirtual": true,
"isEmbedBanned": true,
"nickname": "string",
"openFavorite": true,
"privateAccount": true,
"relation": 0,
"secUid": "string",
"secret": true,
"signature": "string",
"stitchSetting": 0,
"uniqueId": "string",
"verified": true
},
"challenges": [
{
"coverLarger": "string",
"coverMedium": "string",
"coverThumb": "string",
"desc": "string",
"id": "string",
"profileLarger": "string",
"profileMedium": "string",
"profileThumb": "string",
"title": "string"
}
],
"collected": true,
"contents": [
{
"desc": "string",
"textExtra": [
{
"awemeId": "string",
"end": 0,
"hashtagName": "string",
"isCommerce": true,
"start": 0,
"subType": 0,
"type": 0
}
]
}
],
"createTime": 0,
"desc": "string",
"digged": true,
"diversificationId": 0,
"duetDisplay": 0,
"duetEnabled": true,
"forFriend": true,
"id": "string",
"isPinnedItem": true,
"itemCommentStatus": 0,
"item_control": {
"can_repost": true
},
"music": {
"authorName": "string",
"coverLarge": "string",
"coverMedium": "string",
"coverThumb": "string",
"duration": 0,
"id": "string",
"original": true,
"playUrl": "string",
"title": "string",
"album": "string"
},
"officalItem": true,
"originalItem": true,
"playlistId": "string",
"poi": {
"address": "string",
"category": "string",
"city": "string",
"cityCode": "string",
"country": "string",
"countryCode": "string",
"fatherPoiId": "string",
"fatherPoiName": "string",
"id": "string",
"name": "string",
"province": "string",
"ttTypeCode": "string",
"ttTypeNameMedium": "string",
"ttTypeNameSuper": "string",
"ttTypeNameTiny": "string",
"type": 0,
"typeCode": "string"
},
"privateItem": true,
"secret": true,
"shareEnabled": true,
"stats": {
"collectCount": 0,
"commentCount": 0,
"diggCount": 0,
"playCount": 0,
"shareCount": 0
},
"statsV2": {
"collectCount": "string",
"commentCount": "string",
"diggCount": "string",
"playCount": "string",
"repostCount": "string",
"shareCount": "string"
},
"stitchDisplay": 0,
"stitchEnabled": true,
"textExtra": [
{
"awemeId": "string",
"end": 0,
"hashtagName": "string",
"isCommerce": true,
"start": 0,
"subType": 0,
"type": 0
}
],
"video": {
"VQScore": "string",
"bitrate": 0,
"bitrateInfo": [
{
"Bitrate": 0,
"CodecType": "string",
"GearName": "string",
"MVMAF": "string",
"PlayAddr": {
"DataSize": 0,
"FileCs": "string",
"FileHash": "string",
"Height": 0,
"Uri": "string",
"UrlKey": "string",
"UrlList": [
"string"
],
"Width": 0
},
"QualityType": 0
}
],
"codecType": "string",
"cover": "string",
"definition": "string",
"duration": 0,
"dynamicCover": "string",
"encodeUserTag": "string",
"encodedType": "string",
"format": "string",
"height": 0,
"id": "string",
"originCover": "string",
"playAddr": "string",
"ratio": "string",
"subtitleInfos": [
{
"Format": "string",
"LanguageCodeName": "string",
"LanguageID": "string",
"Size": 0,
"Source": "string",
"Url": "string",
"UrlExpire": 0,
"Version": "string"
}
],
"videoQuality": "string",
"volumeInfo": {
"Loudness": 0,
"Peak": 0
},
"width": 0,
"zoomCover": {
"240": "string",
"480": "string",
"720": "string",
"960": "string"
}
},
"itemMute": true
}
],
"log_pb": {
"impr_id": "string"
},
"statusCode": 0,
"status_code": 0,
"status_msg": "string"
}
}
最后修改时间: 1 个月前