获取用户最新发布
POST
/api/ks/user_post_v3请求参数
Body 参数application/json
share_text
string
app端分享链接
示例1
{
"share_text": "https://v.kuaishou.com/mX4VwG"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
path
string
必需
proxy
string
必需
time
string
必需
msg
string
必需
data
object
必需
result
integer
必需
feeds
array [object {34}]
必需
pcursor
string
必需
llsid
string
必需
示例
{
"code": 0,
"path": "string",
"proxy": "string",
"time": "string",
"msg": "string",
"data": {
"result": 0,
"feeds": [
{
"singlePicture": true,
"type": 0,
"timestamp": 0,
"likeCount": 0,
"userName": "string",
"userId": 0,
"mainMvUrls": [
null
],
"commentCount": 0,
"forwardCount": 0,
"viewCount": 0,
"coverUrls": [
{
"cdn": "string",
"url": "string"
}
],
"webpCoverUrls": [
{
"cdn": "string",
"url": "string"
}
],
"headUrls": [
{
"cdn": "string",
"url": "string"
}
],
"height": 0,
"width": 0,
"headUrl": "string",
"userSex": "string",
"kwaiId": "string",
"verified": true,
"music": {
"name": "string",
"photoId": 0,
"user": {
"following": true,
"user_name": "string",
"user_id": 0,
"headurl": "string",
"user_sex": "string",
"eid": "string",
"headurls": [
{
"cdn": "string",
"url": "string"
}
],
"visitorBeFollowed": true
},
"audioUrls": [
{
"cdn": "string",
"url": "string"
}
],
"imageUrls": [
{
"cdn": "string",
"url": "string"
}
],
"avatarUrls": [
{
"cdn": "string",
"url": "string"
}
],
"artist": "string",
"id": 0,
"type": 0,
"loudness": 0,
"finalStatus": 0,
"genreId": 0,
"audioType": 0,
"isOffline": true,
"hasCopyright": true,
"disableEnhancedEntry": true
},
"tagShow": {
"bizId": "string",
"bannerType": 0,
"usedCount": "string",
"type": 0
},
"caption": "string",
"exp_tag": "string",
"photoId": "string",
"userEid": "string",
"share_info": "string",
"sameFrame": {
"allow": true,
"showSameFrameCurrentTag": true,
"availableDepth": 0
},
"adminTags": [
null
],
"ext_params": {
"mtype": 0,
"color": "string",
"f": 0,
"atlas": {
"volume": 0,
"musicCdnList": [
{
"cdn": "string"
}
],
"music": "string",
"cdnList": [
{
"cdn": "string"
}
],
"size": [
{
"w": 0,
"h": 0
}
],
"type": 0,
"cdn": [
"string"
],
"list": [
"string"
]
},
"w": 0,
"h": 0,
"sound": 0,
"interval": 0,
"video": 0
},
"serverExpTag": "string",
"forcePublic": "string",
"photoType": "string",
"duration": 0,
"soundTrack": {
"name": "string",
"photoId": 0,
"user": {
"kwaiId": "string",
"following": true,
"user_name": "string",
"user_id": 0,
"headurl": "string",
"user_sex": "string",
"eid": "string",
"headurls": [
{
"cdn": "string",
"url": "string"
}
],
"visitorBeFollowed": true
},
"audioUrls": [
{
"cdn": "string",
"url": "string"
}
],
"imageUrls": [
{
"cdn": "string",
"url": "string"
}
],
"avatarUrls": [
{
"cdn": "string",
"url": "string"
}
],
"artist": "string",
"id": 0,
"type": 0,
"loudness": 0,
"finalStatus": 0,
"genreId": 0,
"audioType": 0,
"isOffline": true,
"hasCopyright": true,
"disableEnhancedEntry": true
}
}
],
"pcursor": "string",
"llsid": "string"
}
}