GitHub ProxyUI

将 GitHub URL 转换为镜像后 URL

(GET) 输入 github.com/user/repo 地址,返回将其转换为代理后的地址以及可用列表

https://git.mxg.pub/api/github/convert?url=

参数类型必填说明
urlstringGitHub URL

返回数据

{
  "data": [
    "https://ghproxy.net/https://raw.githubusercontent.com/dailypings/check/refs/heads/main/README",
    "https://goppx.com/https://raw.githubusercontent.com/dailypings/check/refs/heads/main/README"
  ]
}
名称类型说明
datastring[]镜像后 URL 列表