Examples
Trending TypeScript repositories
Section titled “Trending TypeScript repositories”curl "https://gitstars.io/api/trending?language=TypeScript&window=24h&limit=10"With an API key:
curl -H "Authorization: Bearer YOUR_API_KEY" "https://gitstars.io/api/trending?language=TypeScript&window=24h&limit=10"Search repositories
Section titled “Search repositories”curl "https://gitstars.io/api/repos?q=vector%20database&sort=trending&limit=10"Repository by owner and name
Section titled “Repository by owner and name”curl "https://gitstars.io/api/repos/github/vercel/next.js"Repository by full name
Section titled “Repository by full name”curl "https://gitstars.io/api/repos/github/by-full-name?fullName=vercel/next.js"Chart metrics
Section titled “Chart metrics”curl "https://gitstars.io/api/repos/123456/metrics?window=90d"SVG embed
Section titled “SVG embed”curl "https://gitstars.io/api/embed/gitstars.svg?provider=github&repo=vercel/next.js&theme=dark&range=1y&metric=stars"