APIDeveloper Tools Verified

GitHub REST API

Read and manage GitHub repositories, issues, pull requests, Actions, and related development data.

Visit official website ↗
OVERVIEW

What it does

Read and manage GitHub repositories, issues, pull requests, Actions, and related development data. Use it for developer tooling, test automation, and engineering analytics. Review the official documentation for current setup requirements, limits, and terms.

QUICK START

Get started

Integration guide
curl -H 'Accept: application/vnd.github+json' 'https://api.github.com/repos/public-apis/public-apis'

Read the official documentation and protect your credentials before using this in production.

USE CASES

Good fits

01developer tooling
02test automation
03engineering analytics
SOURCES

Official documentation and sources

ALTERNATIVES

Similar components