| 参数名 | 类型 | 必填 | 位置 | 默认值 | 示例 | 说明 |
| quality | integer | 否 | 自动 | 64 | | |
| keyword | string | 否 | 自动 | 随机 | | |
| category | string | 否 | 自动 | all | | |
| count | integer | 否 | 自动 | 1 | | |
返回字段
返回示例
{
"code": 200,
"msg": "success",
"data": [
{
"bvid": "BV1Tx411P7fo",
"title": "精彩游戏视频标题",
"cover": "https://example.com/cover.jpg",
"author": "up主名称",
"duration": "05:30",
"view_count": 150000,
"like_count": 5000,
"quality_desc": "超清 1080P",
"video_url": "https://视频直链地址",
"pub_date": "2025-12-17 10:30:00"
}
],
"meta": {
"count": 3,
"keyword": "游戏",
"category": "all",
"quality": 80,
"timestamp": 1734393600
}
}
暂无评论内容