Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/5ime/lanzou_api
蓝奏云获取直链/蓝奏云直链解析
https://github.com/5ime/lanzou_api
api php
Last synced: about 2 months ago
JSON representation
蓝奏云获取直链/蓝奏云直链解析
- Host: GitHub
- URL: https://github.com/5ime/lanzou_api
- Owner: 5ime
- Created: 2020-08-07T01:37:15.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T04:14:27.000Z (about 2 years ago)
- Last Synced: 2023-11-07T18:17:10.317Z (about 1 year ago)
- Topics: api, php
- Language: PHP
- Homepage: https://docs.tenapi.cn/utility/lanzou.html
- Size: 49.8 KB
- Stars: 137
- Watchers: 3
- Forks: 51
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LanZou_API
蓝奏云获取直链/蓝奏云直链解析### 使用方法
- url:蓝奏云外链链接
- pwd:外链密码
- type:直接下载### 支持链接
- \*.lanzous.com
- \*.lanzoui.com
- \*.lanzoux.com### 请求示例
无密码: `?url=https://www.lanzous.com/i8fclgh`有密码: `?url=https://www.lanzous.com/itahfehy1bc&pwd=d17u`
直接下载: `?url=https://www.lanzous.com/itahfehy1bc&pwd=d17u&type=down`
### 返回数据
~~~ json
{
"code": 200,
"data": {
"name": "智云影音V3.7.3.3清爽特别版.apk ",
"author": "智云** ",
"time": "2020-01-03 ",
"size": " 7.9 M ",
"url": "https://developer78.baidupan.com/082015bb/2020/01/03/9bb45993f98d785a0775754236a8a451.apk?st=CGGAhiMMwQ2Yqzzww1YO7Q&e=1597909079&b=VOAKkwmzVbRYtwPEVuNT6gPnDLkGmAC1VVBfYVx1VmMEeFppV3kCNAKxB_blQhQfkUYwB4FawUN8C6A3lAo1W_a1ThCoMJgVV_bWGwDJVZt&fi=15880697&pid=13-70-23-99&up="
}
}
~~~|code| 返回值|
| ------ | ------ |
| 200 | 解析成功 |
| 201 | 链接失效 |
| 202 | 密码错误/请输入密码 |