GitHub API 搜索非空参数的查询?

GitHub API search query for non-null parameters?

我正在尝试通过拥有 public 电子邮件地址的非分叉存储库的数量来搜索排名靠前的 GitHub 用户。使用 /search/users 端点时,您似乎必须传递一个查询(q= 参数),当我尝试以下操作时,它返回了一个结果:

https://api.github.com/search/users?q=%40&in:email&sort=repositories&order=desc&type=user

我知道我的语法不符合文档 (here and here) 在构造 URI 时不是很有帮助。

有没有一种方法可以指定我想要 select 具有最多非分叉回购 的用户 non-null/empty 电子邮件字段?

Is there a way to specify that I want to select those users with the most non-forked repos and with non-null/empty email fields?

不,目前无法使用搜索 API。