网盘搜索接口,支持阿里云盘、百度云盘、夸克云盘、迅雷云盘

wylc123 1年前 ⋅ 1349 阅读

简要描述:

  • 网盘搜索接口,支持阿里云盘、百度云盘、夸克云盘、迅雷云盘

请求URL:

  • https://yiso.fun/api/search?name=向往的生活&type=folder&from=ali&pageNo=1

请求方式:

  • Get

请求参数:

参数名 必选 类型 说明
name string 搜索内容
type string 文件类型:
from string 搜索来自哪个网盘
pageNo int 当前页

type类型:

  1. 不传//所有
  2. folder// 文件夹
  3. doc // 文档
  4. video //视频
  5. image //图片
  6. package //压缩包
  7. music //音频
  8. other //其它

from:

  1. ''//综合全部
  2. ali //阿里云盘
  3. baidu //百度云盘
  4. quark //夸克云盘
  5. xunlei //迅雷云盘

请求示例

  1. https://yiso.fun/api/search?name=向往的生活&type=folder&from=ali&pageNo=1

返回示例

  1. {
  2. "code": 200,
  3. "msg": "SUCCESS",
  4. "data": {
  5. "total": 26,
  6. "list": [{
  7. "id": "619d18015975f5b4e24249bfa5317702ecb3e4a8",
  8. "name": "向往的生活",
  9. "url": "https://www.aliyundrive.com/s/offDQV7VtTU",
  10. "type": null,
  11. "from": "ali",
  12. "content": null,
  13. "gmtCreate": "2022-07-19 13:50:21",
  14. "fileCount": 1,
  15. "creatorId": "3ddab60d987e4f698a36e673cd1a1713",
  16. "creatorName": "雷***",
  17. "fileInfos": [{
  18. "category": null,
  19. "fileExtension": null,
  20. "fileId": "619d18015975f5b4e24249bfa5317702ecb3e4a8",
  21. "fileName": "向往的生活",
  22. "type": "folder"
  23. }]
  24. }, {
  25. "id": "61041bc63380c5129f104aa792ad52457b803916",
  26. "name": "综艺-向往的生活",
  27. "url": "https://www.aliyundrive.com/s/oWGCoYKu1uw",
  28. "type": null,
  29. "from": "ali",
  30. "content": null,
  31. "gmtCreate": "2022-07-19 11:02:43",
  32. "fileCount": 1,
  33. "creatorId": "2596ce2c4c164ca78fc9d76317b38e4e",
  34. "creatorName": "知识船***四号仓",
  35. "fileInfos": [{
  36. "category": null,
  37. "fileExtension": null,
  38. "fileId": "61041bc63380c5129f104aa792ad52457b803916",
  39. "fileName": "向往的生活",
  40. "type": "folder"
  41. }]
  42. }]
  43. }
  44. }

返回参数说明

参数名 类型 说明
id string 主键编码
name string 资源名称
url string 网盘地址
type string 资源类型
from string 资源出处
name string 申请资源名称
content string 资源介绍
gmtCreate string 收录时间
fileCount int 文件数量
creatorId string 创建人ID
creatorName string 创建人用户名
fileInfos jsonArr 文件信息
——category string 文件分类
——fileExtension string 文件后缀
——fileId string 文件ID
——fileName string 文件名称
——type string 类型

备注

  • 更多返回错误代码请看首页的错误代码描述

相关文章推荐
  • 该目录下还没有内容!

全部评论: 0

    我有话说: