聚合资源搜索【12种网盘】
https://api.mymzf.com/api/wangpan接口描述
全网短剧/影视/软件/等等网盘资源聚合搜索接口,120个TG群采集,接口中替换quark为baidu那就是百度接口,去除掉cloud_types=quark&就是聚合接口
请求参数
请求示例
var axios = require('axios')
var config = {
method: 'get',
url: 'https://api.mymzf.com/api/wangpan?cloud_types=quark&kw=仙逆'
}
axios(config)
.then(function (response) {
console.log(JSON.stringify(response.data))
})
.catch(function (error) {
console.log(error)
})axios
ajax
fetch
xhr
php
python
返回示例
{"code":0,"message":"success","data":{"total":6,"merged_by_type":{"baidu":[{"url":"https://pan.baidu.com/s/1UVMCCh6eGTvJbKvbM_MUAQ?pwd=svpr","password":"svpr","note":"绝世战魂 3D动画版","datetime":"0001-01-01T00:00:00Z","source":"plugin:zhizhen"},{"url":"https://pan.baidu.com/s/1sjs7zJZf_Pew8yTg-zFvvg?pwd=n9ba","password":"n9ba","note":"斗罗大陆2:绝世唐门","datetime":"0001-01-01T00:00:00Z","source":"plugin:erxiao"},{"url":"https://pan.baidu.com/s/1C7YfKIfsvQ7WG5jofCLgQw?pwd=dvc1","password":"dvc1","note":"斗罗大陆2:绝世唐门","datetime":"0001-01-01T00:00:00Z","source":"plugin:zhizhen"},{"url":"https://pan.baidu.com/s/1hm_OK8symodcTMzz7fLm9A?pwd=yyds","password":"","note":"斗罗大陆2:绝世唐门","datetime":"0001-01-01T00:00:00Z","source":"plugin:duoduo"},{"url":"https://pan.baidu.com/s/1XTYhtus0AZ0pNE0HTQdtTw?pwd=sh56","password":"sh56","note":"斗罗大陆Ⅱ绝世唐门 [2023][8.1分][更117]","datetime":"2025-09-05T00:00:00Z","source":"plugin:xiaozhang"},{"url":"https://pan.baidu.com/s/18x4SCfJB9TqJdLimSvN92A?pwd=7mu3","password":"7mu3","note":"绝世网红 [2023][6.5分]","datetime":"2025-01-15T00:00:00Z","source":"plugin:xiaozhang"}]}}}
以下是适配心悦短剧系统的后台接口配置【复制粘贴】
字段映射baidu改成quark,那就是夸克接口【目前默认是百度接口】
以此类推更多网盘标识看文档
接口地址
https://wzapi.com/api/jhsj
请求参数
留空不用填
接口参数
{
"kw": "{keyword}"
}
字段映射
{
"list_path": "data.merged_by_type.baidu",
"fields": {
"title": "note",
"url": "url"
}
}