开源仓库信息

GET

查询 GitHub/Gitee 仓库基础信息、Star、Fork 和 Release 分支信息

https://api.hk0.cc/api/repo
https://api.hk0.cc/api/repo?url=https%3A%2F%2Fgithub.com%2Ftorvalds%2Flinux

请求参数

接口指标

QPS 上限
0次/秒
平均响应时间
673.12ms
今日调用量
0
累计调用量
8

请求示例

Shell
JavaScript
Python
PHP
Java
Go
C#
Ruby
curl -X GET 'https://api.hk0.cc/api/repo?url=string'

返回示例

{
  "code": 200,
  "msg": "success",
  "data": {
    "platform": "github",
    "name": "torvalds/linux",
    "stars": 245390,
    "forks": 64225,
    "language": "C"
  }
}