Search Github Repo
Search GitHub repositories by query, with sort and language filtering. Returns matching repos with star count, forks, open issues, primary language, license, topics, and last-push date — useful for competitive research, dependency scouting, or trend tracking.
通过关键字搜索 GitHub 仓库,支持按 stars/forks/更新时间排序。返回仓库的星标数、Fork 数、未解决 Issue 数、主语言、许可证、话题标签及最近推送时间,适合竞品调研、依赖库筛选或趋势追踪。
Endpoint: GET /search/github/repo?q=YOUR_QUERY&sort=stars&limit=10
Note: This endpoint works out of the box using GitHub's public unauthenticated API. Supplying your own GitHub personal access token (GITHUB_TOKEN, optional) raises the GitHub API rate limit but is not required for normal operation.
注:本接口默认使用 GitHub 公共未认证 API 即可正常工作。自行配置 GitHub 个人访问令牌(GITHUB_TOKEN,可选)可提高 GitHub API 调用速率上限,但并非必需。