Skip to content

Repository endpoints

Lists repositories with filtering and sorting.

Terminal window
curl "https://gitstars.io/api/repos?language=Rust&sort=trending&window=24h"

Returns suggestions for repositories, languages, and topics.

Terminal window
curl "https://gitstars.io/api/search/suggest?q=react&limit=5"

Returns repository detail.

Terminal window
curl "https://gitstars.io/api/repos/github/vercel/next.js"

Use this when you have a full name with a slash.

Terminal window
curl "https://gitstars.io/api/repos/github/by-full-name?fullName=vercel/next.js"

GET /api/repos/:provider/by-full-name/:fullName

Section titled “GET /api/repos/:provider/by-full-name/:fullName”

Path-based full-name lookup. URL-encode slashes when needed.