B
B
bormor2019-08-04 16:03:41
API
bormor, 2019-08-04 16:03:41

How to get a list of all repositories from github sorted by the number of stars using the Github API?

Option

https://api.github.com/search/repositories?q=stars:>=0&sort=stars&order=desc&page=1

should return the 30 most popular repositories.
but it does n't
show up

Answer the question

In order to leave comments, you need to log in

1 answer(s)
0
0xD34F, 2019-08-04
@bormor

https://api.github.com/search/repositories?q=stars%3A%3E0&sort=stars&order=desc&page=1

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question