Search GitHub repositories by query, language, topic, or stars. Returns top matching repos with metadata. Free, unauthenticated (10 req/min).
https://api.apiclearinghouse.com/v1/call/github-searchAuthenticate with X-Api-Key: chk_live_... header.
/repos| Name | Type | Required | Description |
|---|---|---|---|
| q | string | required | Search query (e.g. "react language:typescript stars:>1000") |
| per_page | number | optional | Results per page (1-30)(default: 10) |
curl -s "https://api.apiclearinghouse.com/v1/call/github-search/repos?q={q}&per_page=10" \
-H "X-Api-Key: YOUR_API_KEY"{
"status": "success",
"data": {
"total_count": "example",
"repositories": "example"
}
}No setup required. Sign in and run GitHub Search directly from your browser.
Open in Explorer →Monthly limits also apply per plan.