Facets and trend endpoints
GET /api/languages
Section titled “GET /api/languages”Returns language facets.
curl "https://gitstars.io/api/languages"GET /api/topics
Section titled “GET /api/topics”Returns topic facets.
curl "https://gitstars.io/api/topics"GET /api/trends/languages
Section titled “GET /api/trends/languages”Returns ranked language trend facets.
curl "https://gitstars.io/api/trends/languages?window=7d&limit=50"GET /api/trends/topics
Section titled “GET /api/trends/topics”Returns ranked topic trend facets.
curl "https://gitstars.io/api/trends/topics?window=7d&limit=50"Trend facet windows support 24h, 7d, and 30d.