- MoreAPI接口说明
- 更新记录
- 抖音API
- 获取视频详情POST
- 获取视频详情 V3POST
- 获取视频详情V4POST
- 获取用户信息POST
- 获取用户信息 _V2POST
- 获取用户信息 _V3POST
- 获取用户信息 _V4POST
- 获取直播间信息与视频流直链POST
- 获取视频一级评论POST
- 获取视频子评论POST
- 综合搜索POST
- 获取开放直播间用户列表POST
- 搜索话题POST
- 获取话题视频POST
- 获取视频弹幕POST
- 搜索用户POST
- 搜索用户V2POST
- 搜索用户V3POST
- 搜索直播用户POST
- 搜索直播用户V2POST
- 获取视频短连接POST
- 生成视频抖音码POST
- 获取用户主页发布POST
- 获取直播间商品列表POST
- 搜索视频POST
- 搜索音乐POST
- 获取音乐详情POST
- 获取话题详情POST
- 获取音乐相关视频POST
- 搜索视频V2POST
- 获取用户最新作品V2POST
- 获取用户合集POST
- 获取合集视频列表POST
- 搜索用户指定作品POST
- 用户喜欢的作品POST
- 搜索长尾关键词POST
- 热点讨论POST
- 获取短剧详细信息POST
- 获取短剧视频列表POST
- 获取用户短剧集POST
- 用户橱窗销售信息POST
- 获取合集信息POST
- TikTok
- Lemon8
- 快手API
- 小红书API
- 微博API
- 哔哩哔哩API
- 头条 | 西瓜 API
- 榜单API
- youtube
- cookie池
- 创作者API
获取话题相关
正式环境
正式环境
POST
/api/ks/topic_data
请求参数
Body 参数application/json
share_text
string
必需
type
string
必需
pcursor
string
必需
示例
{
"share_text": "我在快手观看#艺术家# https://m.m.chenzhongtech.com/f/X-5pamT9vboXO1h9 复制此消息,打开【快手】直接观看!",
"type": "hot",
"pcursor": "1"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/api/ks/topic_data' \
--header 'Content-Type: application/json' \
--data-raw '{
"share_text":"我在快手观看#艺术家# https://m.m.chenzhongtech.com/f/X-5pamT9vboXO1h9 复制此消息,打开【快手】直接观看!",
"type":"hot",
"pcursor":"1"
}'
返回响应
🟢200成功
application/json
Body
code
integer
必需
msg
string
必需
data
object
必需
result
integer
必需
data
object
必需
timestamp
integer
必需
hostname
string
必需
示例
{
"code": 0,
"msg": "string",
"data": {
"result": 0,
"data": {
"feeds": [
{
"type": 0,
"duration": 0,
"timestamp": 0,
"userId": 0,
"userName": "string",
"likeCount": 0,
"height": 0,
"width": 0,
"mainMvUrls": [
{
"cdn": "string",
"url": "string"
}
],
"commentCount": 0,
"forwardCount": 0,
"viewCount": 0,
"shareCount": 0,
"coverUrls": [
{
"cdn": "string",
"url": "string"
}
],
"webpCoverUrls": [
{
"cdn": "string",
"url": "string"
}
],
"headUrls": [
{
"cdn": "string",
"url": "string"
}
],
"singlePicture": true,
"verified": true,
"headUrl": "string",
"userSex": "string",
"kwaiId": "string",
"poi": {
"id": 0,
"address": "string",
"city": "string",
"title": "string",
"latitude": 0,
"longitude": 0,
"category": 0
},
"photoType": "string",
"ext_params": {
"mtype": 0,
"color": "string",
"w": 0,
"sound": 0,
"h": 0,
"interval": 0,
"video": 0,
"f": 0,
"atlas": {
"volume": 0,
"musicCdnList": [
{
"cdn": "string"
}
],
"music": "string",
"cdnList": [
{
"cdn": "string"
}
],
"size": [
{
"w": 0,
"h": 0
}
],
"type": 0,
"cdn": [
"string"
],
"list": [
"string"
]
}
},
"serverExpTag": "string",
"forcePublic": "string",
"caption": "string",
"exp_tag": "string",
"photoId": "string",
"share_info": "string",
"sameFrame": {
"allow": true,
"availableDepth": 0,
"showSameFrameCurrentTag": true
},
"adminTags": [
null
],
"userEid": "string",
"verifiedDetail": {
"description": "string",
"iconType": 0,
"isMusician": true,
"viceVerifiedType": 0,
"type": 0,
"musicCompany": true,
"newVerified": true
},
"overrideCoverUrls": {
"jpgCdnNodeView": [
{
"cdn": "string",
"url": "string"
}
],
"webpCdnNodeView": [
{
"cdn": "string",
"url": "string"
}
]
},
"cccCoverMap": {
"width": 0,
"height": 0
}
}
],
"pcursor": "string",
"llsid": "string"
},
"timestamp": 0,
"hostname": "string"
}
}
修改于 2024-09-25 17:15:56