When I search, I see that GitHub is reporting 244,685 repos. But there are only 10 repos per page and 100 pages, making 1,000 total viewable results. Is there any way to see all of the results other than using the API?
Asked
Active
Viewed 62 times
0
-
Use the pagination: https://docs.github.com/en/rest/guides/using-pagination-in-the-rest-api?apiVersion=2022-11-28 – jonrsharpe Apr 17 '23 at 14:09
-
is there an equivalent way to do this using only the browser as stated in the question? – inyourface3445 Apr 17 '23 at 14:11
-
What are you actually tying to achieve here? Are you going to click through all the pages? (Also note 10 * 100 is 1,000, not 100,000, and that's the limit of the search API - https://stackoverflow.com/q/37602893/3001761.) – jonrsharpe Apr 17 '23 at 14:14