Meta
This endpoint provides a list of GitHub's IP addresses. For more information, see "About GitHub's IP addresses."
GET /meta
Response
Status: 200 OK
{
"verifiable_password_authentication": true,
"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
| Name | Type | Description |
|---|---|---|
verifiable_password_authentication |
boolean |
Whether authentication with username and password is supported. |
hooks |
array of strings
|
An Array of IP addresses in CIDR format specifying the addresses that incoming webhooks will originate from on GitHub.com. |
git |
array of strings
|
An Array of IP addresses in CIDR format specifying the Git servers for GitHub.com. |
web |
array of strings
|
An Array of IP addresses in CIDR format specifying the Web servers for GitHub.com. |
api |
array of strings
|
An Array of IP addresses in CIDR format specifying the API servers for api.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. |