Github

Repos, users, commits, issues, PRs & code search. 14 pay-per-call github endpoints for AI agents — keyless, USDC via x402.

github.branches$0.0010
Branches of a repository: name, head commit sha, and protection flag.
GET /api/github/branches
github.commits$0.0010
Commit history for a repository: sha, message, author name + GitHub login, date, and URL.
GET /api/github/commits
github.contributors$0.0010
Top contributors to a repository, ranked by commit count: login, contributions, account type, and profile URL.
GET /api/github/contributors
github.issues$0.0010
List issues for a repository (pull requests excluded): number, title, state, author, labels, comment count, and created/updated times.
GET /api/github/issues
github.languages$0.0010
Programming-language breakdown of a repository: each language with its byte count and percentage of the codebase, sorted by size.
GET /api/github/languages
github.pulls$0.0010
List pull requests for a repository: number, title, state, author, draft flag, merged status + time, head/base branch, and created time.
GET /api/github/pulls
github.readme$0.0010
Fetch a repository's README, decoded to UTF-8 text (name, path, size, content, URL).
GET /api/github/readme
github.releases$0.0010
List a repository's releases: tag, name, draft/prerelease flags, author, published time, and release notes body.
GET /api/github/releases
github.repo$0.0010
GitHub repository metadata: full name, owner, description, stars, forks, watchers, open issues, primary language, topics, SPDX license, default branch, homepage
GET /api/github/repo
github.repos$0.0010
List a user or organization's repositories (each with stars, forks, language, topics, license, timestamps).
GET /api/github/repos
github.search-code$0.0010
Search code across GitHub with the code-search syntax (e.g.
GET /api/github/search-code
github.search-repos$0.0010
Search GitHub repositories with the full query syntax (e.g.
GET /api/github/search-repos
github.tags$0.0010
Git tags of a repository (name + commit sha), most recent first.
GET /api/github/tags
github.user$0.0010
GitHub user or organization profile: login, name, company, blog, location, bio, type (User/Organization), followers, following, public repo + gist counts, and a
GET /api/github/user

Discovery