热门视频榜
Scope: data.external.billboard_hot_video
需要申请权限
不需要用户授权
该接口用于获取热门视频榜单数据。该接口适用于抖音。
注意:
- 抖音的OAuth API以https://open.douyin.com/开头。
- 该统计数据为离线数据,统计最近24小时;数据产出周期:每天10点前。
请求地址
GET /data/extern/billboard/hot_video/
请求头
- Content-Type: application/json
- access-token: 调用/oauth/client_token/生成的token,此token不需要用户授权。示例: clt.943da17996fb5cebfbc70c044c3fc25a57T54DcjT6HNKGqnUdxzy1KcxFnZ
请求参数
请求样例
响应参数
参数名称 | 参数类型 | 参数描述 | 参数示例 |
---|
暂无数据
响应样例
{
"data": {
"error_code": 0,
"description": "",
"list": [
{
"rank": 1,
"title": "测试视频 #测试话题 @抖音小助手",
"author": "昵称",
"digg_count": 200,
"comment_count": 100,
"hot_words": "手机,视频,热门",
"play_count": 300,
"item_cover": "https://example.com/x.jpeg",
"hot_value": 10000,
"share_url": "https://www.iesdouyin.com/share/video/QDlWd0EzdWVMU2Q0aU5tKzVaOElvVU03ODBtRHFQUCtLUHBSMHFRT21MVkFYYi9UMDYwemRSbVlxaWczNTd6RUJRc3MrM2hvRGlqK2EwNnhBc1lGUkpRPT0=/?region=CN&mid=6753173704399670023&u_code=12h9je425&titleType=title"
}
]
},
"extra": {
"now": 1597213176393,
"error_code": 0,
"description": "",
"sub_error_code": 0,
"sub_description": "",
"logid": "202008121419360101980821035705926A"
}
}
响应错误样例
{
"data": {
"error_code": 2100005,
"description": "Parameter error"
},
"extra": {
"error_code": 2100005,
"description": "Parameter error",
"sub_error_code": 0,
"sub_description": "",
"now": 1594015876138,
"log_id": "2020070614111601022506808001045D59"
}
}
诚邀您对本文档易读易用性进行评价
好用
不好用