Home and stats endpoints
GET /api/home
Section titled “GET /api/home”Returns the data used by the GitStars.io home page.
curl "https://gitstars.io/api/home"Use it when you need a compact product summary instead of individual list calls.
GET /api/stats/summary
Section titled “GET /api/stats/summary”Returns repository and platform summary counters.
curl "https://gitstars.io/api/stats/summary"GET API responses without custom cache headers receive a short public cache header from the API server.