Skip to content

Want to capture full spectrum of contributions but foiled by rate and return limits of API calls #24880

Discussion options

You must be logged in to vote

Hi @heidimg,

Thank you for being here! 

but looks like 1000 is the limit on query results anyway. To be able to understand the cumulative contributions, we’ll need to be able to retrieve *all* of the results for the history of the repo.


Yes that is correct, that limit is documented here: https://developer.github.com/v3/search/#search

You’ll also see the same limit in the web UI – you can’t fetch more than 1000 results via Search.

The filters which code search supports are listed here:

https://help.github.com/en/articles/searching-code

That’s what you can use to try and slice your search query into several smaller queries, run each of them (and hope each will return fewer than 1000 …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants