Ranking endpoints
GET /api/trending
Section titled “GET /api/trending”curl "https://gitstars.io/api/trending?window=24h&limit=25"Supports 24h, 7d, and 30d.
GET /api/rising
Section titled “GET /api/rising”curl "https://gitstars.io/api/rising?window=7d&limit=25"Supports 24h and 7d.
GET /api/new-hot
Section titled “GET /api/new-hot”curl "https://gitstars.io/api/new-hot?window=24h&limit=25"Supports 24h and 7d.
GET /api/repos
Section titled “GET /api/repos”Generic list endpoint with richer sorting and filters.
curl "https://gitstars.io/api/repos?sort=forks_gained&window=7d&provider=github&limit=25"See Pagination and filters for shared parameters.