Meta
This endpoint provides a list of GitHub's IP addresses. For more information, see "About GitHub's IP addresses."
Note: We no longer support GitHub Services as of October 1, 2018, and GitHub Services will stop working on January 31, 2019. Please see the blog post for details. You can use the Replacing GitHub Services guide to help you update your services to webhooks.
GET /meta
Response
Status: 200 OK
{
"verifiable_password_authentication": true,
"github_services_sha": "3a0f86fb8db8eea7ccbb9a95f325ddbedfb25e15",
"hooks": [
"127.0.0.1/32"
],
"git": [
"127.0.0.1/32"
],
"pages": [
"192.30.252.153/32",
"192.30.252.154/32"
],
"importer": [
"54.158.161.132",
"54.226.70.38"
]
}
Body
Note: We no longer support GitHub Services as of October 1, 2018, and GitHub Services will stop working on January 31, 2019. Please see the blog post for details. You can use the Replacing GitHub Services guide to help you update your services to webhooks.
| Name | Type | Description |
|---|---|---|
verifiable_password_authentication |
boolean |
Whether authentication with username and password is supported. |
github_services_sha |
string |
The currently-deployed SHA of github-services. Note: Because we have deprecated GitHub Services, this parameter will only be available until January 31, 2019 when we stop delivering installed services' events on GitHub.com. |
hooks |
array of strings
|
An Array of IP addresses in CIDR format specifying the addresses that incoming service hooks will originate from on GitHub.com. Note: Because we have deprecated GitHub Services, this parameter will only be available until January 31, 2019 when we stop delivering installed services' events on GitHub.com. |
git |
array of strings
|
An Array of IP addresses in CIDR format specifying the Git servers for GitHub.com. |
pages |
array of strings
|
An Array of IP addresses in CIDR format specifying the A records for GitHub Pages. |
importer |
array of strings
|
An Array of IP addresses specifying the addresses that source imports will originate from on GitHub.com. |