๐Ÿ”

GitHub Search API

Search GitHub repositories using the full GitHub Search syntax. Sort by stars, forks, or last updated. Returns up to 30 results per query.

API Docs $0.001 / request

About this tool

Search GitHub repositories using the GitHub Search API. Supports the full query syntax including language filters (language:python), star ranges (stars:>1000), topics (topic:machine-learning), and more. Returns name, URL, stars, forks, language, description, and topics.

Quick Start

curl "https://api.iteratools.com/github/search?q=language:typescript+stars:%3E500&sort=stars&per_page=5" \ -H "Authorization: Bearer YOUR_KEY"

Parameters

ParamTypeRequiredDescription
qstringYesSearch query (GitHub Search syntax)
sortstringNoSort: stars (default), forks, updated, help-wanted-issues
per_pageintegerNoResults count (default 10, max 30)
tokenstringNoGitHub PAT (increases rate limit)

Response

{"total_count":12543,"returned":5,"sort":"stars","items":[{"name":"vercel/next.js","url":"https://github.com/vercel/next.js","stars":128541,"forks":26934,"language":"TypeScript","description":"The React Framework","topics":["react","nextjs","ssr"],"updated_at":"2026-03-13T..."}]}

Pricing

$0.001 per request via x402 micropayment on Base (USDC). GitHub Search rate limit: 10 req/min without token, 30 req/min with PAT.

Full Documentation Browse All Tools