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,
"ssh_key_fingerprints": {
"MD5_RSA": "16:27:ac:a5:76:28:2d:36:63:1b:56:4d:eb:df:a6:48",
"MD5_DSA": "ad:1c:08:a4:40:e3:6f:9c:f5:66:26:5d:4b:33:5d:8c",
"SHA256_RSA": "nThbg6kXUpJWGl7E1IGOCspRomTxdCARLviKw6E5SY8",
"SHA256_DSA": "br9IjFspm1vxR3iA35FWE+4VTyz1hYVLIE2t1/CeyWQ"
},
"hooks": [
"192.30.252.0/22"
],
"web": [
"192.30.252.0/22",
"185.199.108.0/22"
],
"api": [
"192.30.252.0/22",
"185.199.108.0/22"
],
"git": [
"192.30.252.0/22"
],
"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. |
ssh_key_fingerprints |
string |
GitHub's public key fingerprints and SHA256 hashes. For more information, see "GitHub's SSH key fingerprints" in the GitHub Help documentation. |
hooks |
array of strings
|
An Array of IP addresses in CIDR format specifying the addresses that incoming webhooks will originate from on 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. |
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. |