如何搜索 GitHub API 两个值之间的关注者?

How to search GitHub API for followers between two values?

这样的东西不起作用:

https://api.github.com/search/users?q=followers:>2500+followers:<3000

有什么办法可以做到这一点,或许可以使用 GraphQL API?

要获取两个值之间的数据,您可以在两个值之间使用..。查看 link https://api.github.com/search/users?q=followers:2501..2999