GitHub Tools
API for interacting with GitHub. Please try to provide your GitHub token at all times.
2 subscribers
8.2/10 popularity
707 ms avg latency
100% success rate
17 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
GitHub Tools endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get Repository Commits /repo/{owner}/{repo}/commits |
Get the commits of a repository. |
| GET |
Get Repository Issues /repo/{owner}/{repo}/issues |
Get the issues from a repository |
| POST |
Create Repository Issue /repo/{owner}/{repo}/issues |
Create a repository issue. Body defaults to `""`. Assignees defaults to an empty array. Milestone defaults to null. Labels defaults to an empty array. |
| GET |
Get Repository Pull Requests /repo/{owner}/{repo}/pulls |
Get the pull requests of a repository. |
| GET |
Get Repository Releases /repo/{owner}/{repo}/releases |
Get repository releases. |
| GET |
Get Repository Branches /repo/{owner}/{repo}/branches |
Get the branches of a repository |
| GET |
Get Repository Contributors /repo/{owner}/{repo}/contributors |
Get the contributors of a repository. |
| POST |
Create a repository /repos |
Create a repository. |
| GET |
Search Repositories /search/repositories |
Search repositories on GitHub. |
| GET |
Search Users /search/users |
Search users on GitHub. |
| GET |
Health /health |
Get the health of the endpoint |
| GET |
Get Authenticated User /user |
Get an authenticated user. Requires GitHub token. |
| GET |
Get Public User /user/{username} |
Get a public user. |
| GET |
Get User Repositories /user/{username}/repos |
Get the repositories(public) associated with a user. |
| GET |
Get Repository Contents /repo/{owner}/{repo}/contents |
Get the root contents of a repository. |
| GET |
Get Repository Info /repo/{owner}/{repo} |
Get information about a repository. |
| GET |
Get Repository File /repo/{owner}/{repo}/contents/{path} |
Get a file from a repository. |
GitHub Tools pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 5 / hour |
|
| PRO | $7 / month | 50 / hour |
|
| ULTRA | $16 / month | — |
|
| MEGA Recommended | $32 / month | — |
|