免费短剧api接口【短剧】- 短剧资源网
·
短剧api永久免费接口稳定性高,欢迎对接
API接口文档
概述
本文档提供短剧搜索服务API的对接指南,包括API功能、请求参数、返回数据格式及示例。 本接口主要是用来存储夸克网盘资源,然后对接短剧机器人,来实现盈利。
功能描述:
短剧搜索服务API提供短剧名称的搜索功能,用户可通过API提交短剧名称关键字,获取相应的短剧信息列表。
短剧搜索服务API提供所有短剧列表查询功能
短剧搜索服务API提供今日短剧更新列表查询功能
夸克网盘短剧查询,API接口:
接口地址: https://www.duanju.click/api/short/quark
请求参数说明:
| 名称 | 必填 | 类型 | 说明 | 请求示例 |
|---|---|---|---|---|
| text | 是 | string | 搜索短剧名称 | https://www.duanju.click/api/short/quark?text=好一个乖乖女 |
| list | 是 | string | 查询接口全部短剧 | https://www.duanju.click/api/short/quark?list |
| today | 是 | string | 查询今日更新 | https://www.duanju.click/api/short/quark?today |
返回参数说明:
| 名称 | 类型 | 说明 |
|---|---|---|
| name | string | 短剧名称 |
| link | string | 短剧链接 |
| time | string | 更新时间 |
返回示例
{
"code": 200,
"msg": "搜索成功", //text时返回‘搜索成功’,list时返回‘列表获取成功’,today时返回‘今日更新’
"data": [
{
"name": "29-好一个乖乖女(88集) 赵柯淳&余茵",
"link": "https://pan.quark.cn/s/2a4dcdc77a1a",
"time": "2025-02-04 01:08:10"
}
]
}
百度网盘短剧查询,API接口:
接口地址: https://www.duanju.click/api/short/baidu
请求参数说明:
| 名称 | 必填 | 类型 | 说明 | 请求示例 |
|---|---|---|---|---|
| text | 是 | string | 搜索短剧名称 | https://www.duanju.click/api/short/baidu?text=十八岁太奶奶驾到重整家族荣耀2 |
| list | 是 | string | 查询接口全部短剧 | https://www.duanju.click/api/short/baidu?list |
| today | 是 | string | 查询今日更新 | https://www.duanju.click/api/short/baidu?today |
返回参数说明:
| 名称 | 类型 | 说明 |
|---|---|---|
| name | string | 短剧名称 |
| link | string | 短剧链接 |
| time | string | 更新时间 |
返回示例
{
"code": 200,
"msg": "搜索成功",
"data": [
{
"name": "01.十八岁太奶奶驾到重整家族荣耀2(100集)李柯以&王道铁&赵廷义&吴添豪&王培延&曾辉",
"link": "https://pan.quark.cn/s/3661e2e7faa7",
"time": "2025-07-25 10:10:44",
"remarks": null
},
{
"name": "01.十八岁太奶奶驾到,重整家族荣耀(47集)李柯以&王培延&曾辉&赵廷义",
"link": "https://pan.quark.cn/s/84cbf1d09c11",
"time": "2025-06-05 10:50:41",
"remarks": null
}
]
}
声明: 该接口仅供学习使用,如有问题请留言。
更多推荐





所有评论(0)