Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

127
Vistas
Github API returns inconsistent results for top 3 starred repositories

I am trying to get the top 10 repositories based on their stars using this API query:

https://api.github.com/search/repositories?q=stars:>0&sort=stars&per_page=3

The result is not consistent.

The first time I call the top 3 repositories, I get:

  1. freeCodeCamp/freeCodeCamp 342K
  2. EbookFoundation/free-programming-books 225K
  3. vuejs/vue 194K

After 1 minute, I get totally different results:

  1. freeCodeCamp/freeCodeCamp 342K
  2. 996icu/996.ICU 261K
  3. jwasham/coding-interview-university 212K

Why does it differ? Is there anything wrong with my API endpoint?

about 4 years ago · Juan Pablo Isaza
2 Respuestas
Responde la pregunta

0

First of all, you are using the right endpoint, see https://docs.github.com/en/rest/reference/search#search-repositories

The API docs page says:

The results are sorted by stars in descending order, so that the most popular repositories appear first in the search results.

The GitHub website lists the top repositories under https://github.com/search?q=stars:%3E1&s=stars&type=Repositories as:

  1. freeCodeCamp/freeCodeCamp
  2. 996icu/996.ICU
  3. EbookFoundation/free-programming-books

I get the same result when I use the parameters and run the following query in the browser, using the same parameters as on the website above:

https://api.github.com/search/repositories?q=stars:%3E1&s=stars

Note: I am not sure about the s parameter. Either s is short for sort or it is not used at all, as the result may already be sorted.

I cannot answer why the API returns different results for you.

about 4 years ago · Juan Pablo Isaza Denunciar

0

I modified the api little bit ,

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

and I am getting consistent results like this;

1.freeCodeCamp/freeCodeCamp 
2. 996icu/996.ICU
3. free-programming-books
about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda