{"id":48925232,"url":"https://github.com/wzdc/lanzouyunapi","last_synced_at":"2026-04-17T06:36:42.261Z","repository":{"id":143635009,"uuid":"584643533","full_name":"wzdc/lanzouyunapi","owner":"wzdc","description":"蓝奏云解析，支持获取：文件名、分享者、文件大小、描述、文件链接、文件直链","archived":false,"fork":false,"pushed_at":"2026-03-23T12:42:55.000Z","size":155,"stargazers_count":46,"open_issues_count":1,"forks_count":14,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-03-24T10:15:07.068Z","etag":null,"topics":["lanzou","lanzou-api","lanzoucloud","lanzouyun","lanzouyunpan"],"latest_commit_sha":null,"homepage":"https://vercel-chi-kohl.vercel.app/lanzouyunapi.php","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wzdc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-01-03T06:18:40.000Z","updated_at":"2026-03-23T12:42:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"b2235365-07f7-4afb-aa6b-44f87a6fae09","html_url":"https://github.com/wzdc/lanzouyunapi","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/wzdc/lanzouyunapi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wzdc%2Flanzouyunapi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wzdc%2Flanzouyunapi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wzdc%2Flanzouyunapi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wzdc%2Flanzouyunapi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wzdc","download_url":"https://codeload.github.com/wzdc/lanzouyunapi/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wzdc%2Flanzouyunapi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31918829,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"online","status_checked_at":"2026-04-17T02:00:06.879Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["lanzou","lanzou-api","lanzoucloud","lanzouyun","lanzouyunpan"],"created_at":"2026-04-17T06:36:39.959Z","updated_at":"2026-04-17T06:36:42.253Z","avatar_url":"https://github.com/wzdc.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 蓝奏云解析API\r\n蓝奏云解析，支持获取：文件名、分享者、文件大小、描述、文件链接、文件直链\r\n\r\n获取到的链接是临时的下载链接，请按需使用。\r\n\r\n要求PHP版本\u003e=7.0\r\n\r\n# 功能\r\n1. 支持获取详细的文件（夹）信息\r\n2. 支持带密码文件\r\n3. 支持获取大部分文件（夹）\r\n4. 支持缓存链接\r\n5. 支持多种数据格式响应\r\n\r\n# 使用\r\n\r\n[详细使用文档](Documentation.md)\r\n\r\n## 请求示例\r\n\r\n无密码：https://vercel-chi-kohl.vercel.app/lanzouyunapi.php?url=https://www.lanzoui.com/wzdc\r\n\r\n有密码：https://vercel-chi-kohl.vercel.app/lanzouyunapi.php?url=https://wdsjhskj.lanzoum.com/iSzyf16gw8ti\u0026pw=3ikz\r\n\r\n直接下载：https://vercel-chi-kohl.vercel.app/lanzouyunapi.php?url=https://wdsjhskj.lanzoum.com/iSzyf16gw8ti\u0026pw=3ikz\u0026type=down\r\n\r\n## 返回数据\r\n```json\r\n{\r\n  \"code\": 200,\r\n  \"msg\": \"成功\",\r\n  \"data\": {\r\n    \"fid\": 31176240,\r\n    \"name\": \"com.i0b47a46d08a1f3db.apk\",\r\n    \"size\": \"2.4 M\",\r\n    \"user\": \"无知的错\",\r\n    \"time\": \"2020-10-18\",\r\n    \"desc\": \"\",\r\n    \"icon\": null,\r\n    \"avatar\": null,\r\n    \"url\": \"https://c1026.dmpdmp.com/6e491788d2d8ea01825ae92d419a5cd1/68ef6063/2020/10/18/954f63d15176aba369a518d38eeb2a0f.apk?fn=com.i0b47a46d08a1f3db.apk\"\r\n  }\r\n}\r\n```\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwzdc%2Flanzouyunapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwzdc%2Flanzouyunapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwzdc%2Flanzouyunapi/lists"}