唱鸭
随机弹唱
接口信息
GET / POST
api.vsaa.cn/api/changya/index.php
Method
GET / POST
分类
迅捷如风
Calls
4
KEY
无需 KEY
计费
免费
QPM
60/MIN
鉴权方式
无需密钥
作者
请求参数
| 参数名 | 类型 | 必填 | 说明 | 示例 |
|---|---|---|---|---|
| action | string | 是 | 操作。取值:suggest / search_ranks / discover_init / audio_detail / home_rec / solo_content_rec / room_get_banners / room_room_list / list | suggest |
| searchWord | string | 否 | 仅 action=suggest 使用;检索关键词 | 爱 |
| size | string | 否 | 用于 suggest / search_ranks / home_rec / solo_content_rec;返回条数 | 10 |
| audioId | string | 否 | 仅 action=audio_detail 使用;音频 id,缺省为内置示例 | QPp1MT8qvB0RsXe5E |
| cursor | string | 否 | 用于 home_rec / solo_content_rec;分页游标,首页不传 | |
| gender | string | 否 | 仅 action=home_rec 使用;内容性别偏好(male/female) | male |
| lastTime | string | 否 | 仅 action=solo_content_rec 使用;上次请求时间戳,首页为 0 | 0 |
| roomType | string | 否 | 仅 action=room_room_list 使用;房间类型,默认 101 | 101 |
[
{
"name": "action",
"type": "string",
"required": true,
"description": "操作。取值:suggest / search_ranks / discover_init / audio_detail / home_rec / solo_content_rec / room_get_banners / room_room_list / list",
"example": "suggest"
},
{
"name": "searchWord",
"type": "string",
"required": false,
"description": "仅 action=suggest 使用;检索关键词",
"example": "爱"
},
{
"name": "size",
"type": "string",
"required": false,
"description": "用于 suggest / search_ranks / home_rec / solo_content_rec;返回条数",
"example": "10"
},
{
"name": "audioId",
"type": "string",
"required": false,
"description": "仅 action=audio_detail 使用;音频 id,缺省为内置示例",
"example": "QPp1MT8qvB0RsXe5E"
},
{
"name": "cursor",
"type": "string",
"required": false,
"description": "用于 home_rec / solo_content_rec;分页游标,首页不传",
"example": ""
},
{
"name": "gender",
"type": "string",
"required": false,
"description": "仅 action=home_rec 使用;内容性别偏好(male/female)",
"example": "male"
},
{
"name": "lastTime",
"type": "string",
"required": false,
"description": "仅 action=solo_content_rec 使用;上次请求时间戳,首页为 0",
"example": "0"
},
{
"name": "roomType",
"type": "string",
"required": false,
"description": "仅 action=room_room_list 使用;房间类型,默认 101",
"example": "101"
}
]
详细文档
暂无详细文档
快速上手
暂无代码示例。管理员可在后台用 AI 生成或手动编写。
在线测试
请求地址
api.vsaa.cn/api/changya/index.php
Method
参数
Response
等待中
// 结果将在此处显示