接口描述
实时更新百度、夸克网盘,增加模糊搜索,封面图,毫秒级稳定响应。
接口地址
https://mengxins.cn/api/open/shortPlay/search
请求方式
POST
返回格式
JSON
注意事项
接口免费,密钥免费,请求头需携带密钥提交。
密钥获取/更新访问主页:mengxins.cn
进行登录。
本接口没有检索到别的地方也不会有
返回示例
{
"code": 1000,
"message": "success",
"data": [
{
"shortPlay_cover": "shortPlay/2024-06-9/1717940286939.png",
"shortPlay_name": "寒门贵女(101集)",
"shortPlay_baiduCloud": "https://pan.baidu.com/s/10AzfyK2DMcPkLRlKCsw9Sw?pwd=5555",
"shortPlay_quarkCloud": "https://pan.quark.cn/s/b219be821579",
"shortPlay_msg": "数据有故障请移至 mengxins.cn 提交工单反馈~"
}
]
}
请求示例
curl --location --request POST 'https://mengxins.cn/api/open/shortPlay/search' \
--header 'Authorization: 123456' \
--header 'User-Agent: Apifox/1.0.0 (https://apifox.com)' \
--header 'Content-Type: application/json' \
--data-raw '{
"name":"模糊搜索片名"
}'
curl --location --request POST "https://mengxins.cn/api/open/shortPlay/search" ^
--header "Authorization: 123456" ^
--header "User-Agent: Apifox/1.0.0 (https://apifox.com)" ^
--header "Content-Type: application/json" ^
--data-raw "{ \"name\":\"模糊搜索片名\"}"
更新记录
- v1.0.1
- 添加模糊匹配
- 添加封面图字段
- v1.0.0
- 初始版本