GitHub Developer APIs GET organisation details curl https://api.github.com/orgs/{org-name} GET repositories of organisation curl https://api.github.com/orgs/{org-name}/repos GET a repository details curl https://api.github.com/repos/{org-name}/{repository-name} Read content of of file curl https://api.github.com/repos/{org-name}/{repository-name}/contents/{file-path} List commits of repository curl https://api.github.com/repos/{org-name}/{repository-name}/commits List commits of branch curl https://api.github.com/repos/{org-name}/{repository-name}/commits/{branch} List release tags curl https://api.github.com/repos/{org-name}/{repository-name}/tags Please write comments if you find anything incorrect, or you want to share more information about the topic discussed above.