//Endpoints · GitHub
GitHub Endpoint Reference
16 maintained endpoints and what each returns. For the full GitHub overview — sample response, FAQ and use cases — see the source page.
About the GitHub source/api/github/reposRepository details: name, description, language, stars, forks, topics, license, owner.
/api/github/repos/commitsList commits of a repository by owner/name or URL.
/api/github/repos/contributorsContributors list: usernames, commit counts, profile links.
/api/github/repos/issuesIssues list for a repository.
/api/github/repos/pullsPull requests list for a repository.
/api/github/repos/releasesReleases: tag, name, published date, assets, release notes.
/api/github/repos/searchSearch repositories by query with sort/order.
/api/github/usersUser or org profile: login, bio, followers, following, public repos, location.
/api/github/users/reposPublic repositories owned by a GitHub user.
/api/github/users/searchSearch users by query with qualifiers (location, language, followers).
/api/github/orgsOrganization profile: name, description, location, member count, public repos.
/api/github/orgs/reposPublic repositories owned by a GitHub organization.
/api/github/issuesIssue details: title, body, labels, assignees, milestone, state, comment count.
/api/github/issues/searchSearch issues and PRs by query with qualifiers.
/api/github/pullsPull request details: title, body, state, reviewers, labels, merge status, diff stats.
/api/github/commitsCommit detail by sha, branch, or tag: message, author, date, files changed.