你可以用卷曲来做到这一点:
curl -X GET https://api.github.com/repos/<owner>/<repo>/forks
Run Code Online (Sandbox Code Playgroud)
例如,角叉是:
curl -X GET https://api.github.com/repos/angular/angular/forks
Run Code Online (Sandbox Code Playgroud)
您可以添加排序参数?sort=<oldest|newest|stargazers>,但默认参数是newest.
我一直在寻找同样的东西,并遇到了以下网站,该网站将列出所有分叉、最新提交日期、星号、分叉、问题等。 GitHub 本身不提供这一点有点烦人(除了通过命令行或他们的API)。
https://techgaun.github.io/active-forks/index.html
或者,您可以使用以下网站:
我也没有隶属关系。