GitHub Meta API
This gives some information about GitHub.com, the service.
GET /meta
Response
Status: 200 OK
X-RateLimit-Limit: 5000
X-RateLimit-Remaining: 4999
{
"hooks": [
"127.0.0.1/32"
],
"git": [
"127.0.0.1/32"
]
}
Body
- hooks
- An Array of IP addresses in CIDR format specifying the addresses that incoming service hooks will originate from. Subscribe to the API Changes blog or follow @GitHubAPI on Twitter to get updated when this list changes.
- git
- An Array of IP addresses in CIDR format specifying the Git servers at GitHub.