GitHub仓库信息
查询GitHub仓库公开信息
GET
https://www.pa95.com/API/github_repo.php
请求方式
GET
返回格式
application/json
调用方式
免费公开
调用次数
12 次
请求示例
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
}
}
在线调试
相关接口