GitHub仓库信息

查询GitHub仓库公开信息

GET https://www.pa95.com/API/github_repo.php
请求方式
GET
返回格式
application/json
调用方式
免费公开
调用次数
5
请求示例
https://www.pa95.com/API/github_repo.php?owner=torvalds&repo=linux
请求参数
参数名类型必填说明
owner string 仓库所有者
repo string 仓库名称
返回示例
{ "code": 200, "data": { "name": "linux", "full_name": "torvalds\/linux", "stars": 160000, "forks": 50000 } }
在线测试
GET
返回列表