Getting Started
APIs
Snippets
Sign up
Log in
Search
K
Log in
Sign up
Docs
GitHub v3 REST API
Get issue statistics
get
{protocol}://{hostname}/api/v3
/enterprise/stats/issues
Response
200
application/json
Response
Enterprise Issue Stats
total_issues
integer
required
open_issues
integer
required
closed_issues
integer
required
get
/enterprise/stats/issues
Try It!
Path Parameters
Query Parameters
Headers
Body
Shell
200
application/json
Get milestone statistics
get
{protocol}://{hostname}/api/v3
/enterprise/stats/milestones
Response
200
application/json
Response
Enterprise Milestone Stats
total_milestones
integer
required
open_milestones
integer
required
closed_milestones
integer
required
get
/enterprise/stats/milestones
Try It!
Path Parameters
Query Parameters
Headers
Body
Shell
200
application/json
Get organization statistics
get
{protocol}://{hostname}/api/v3
/enterprise/stats/orgs
Response
200
application/json
Response
Enterprise Organization Stats
total_orgs
integer
required
disabled_orgs
integer
required
total_teams
integer
required
total_team_members
integer
required
get
/enterprise/stats/orgs
Try It!
Path Parameters
Query Parameters
Headers
Body
Shell
200
application/json
Get pages statistics
get
{protocol}://{hostname}/api/v3
/enterprise/stats/pages
Response
200
application/json
Response
Enterprise Pages Stats
total_pages
integer
required
get
/enterprise/stats/pages
Try It!
Path Parameters
Query Parameters
Headers
Body
Shell
200
application/json
Get pull request statistics
get
{protocol}://{hostname}/api/v3
/enterprise/stats/pulls
Response
200
application/json
Response
Enterprise Pull Request Stats
total_pulls
integer
required
merged_pulls
integer
required
mergeable_pulls
integer
required
unmergeable_pulls
integer
required
get
/enterprise/stats/pulls
Try It!
Path Parameters
Query Parameters
Headers
Body
Shell
200
application/json