List of interesting GitHub endpoints of APIs
Nelson Hernández
Posted on August 1, 2021
This post will show you some GitHub REST API endpoints that you can use
List of Contributors of an organization
GET https://api.github.com/repos/:owner/:repo/contributors
List of repositories of a user
GET https://api.github.com/users/:user/repos
Users by location
GET https://api.github.com/search/users?q=location:"El Salvador"&page=1
Information of organization
GET https://api.github.com/orgs/:org
Members of an organization
GET https://api.github.com/orgs/:org/public_members
Organizations by location
GET https://api.github.com/search/users?q=type:"org"location:"El Salvador"&page=1
Profile of a user
GET https://api.github.com/users/:user
Followers of a user
GET https://api.github.com/users/:user/followers
Gists of a user
GET https://api.github.com/users/:owner/gists
Repositories of a user
GET https://api.github.com/users/:owner/repos
Organizations of a user, don't include if is owner
GET https://api.github.com/users/:owner/orgs
💖 💪 🙅 🚩
Nelson Hernández
Posted on August 1, 2021
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.