Skip to content

Get GitHub meta information

GET
/meta

Returns meta information about GitHub, including a list of GitHub’s IP addresses. For more information, see “About GitHub’s IP addresses.”

The API’s response also includes a list of GitHub’s domain names.

The values shown in the documentation’s response are example values. You must always query the API directly to get the latest values.

[!NOTE] This endpoint returns both IPv4 and IPv6 addresses. However, not all features support IPv6. You should refer to the specific documentation for each feature to determine if IPv6 is supported.

API method documentation

Response

Media type application/json
Api Overview

Api Overview

object
verifiable_password_authentication
required
boolean
ssh_key_fingerprints
object
SHA256_RSA
string
SHA256_DSA
string
SHA256_ECDSA
string
SHA256_ED25519
string
ssh_keys
Array<string>
hooks
Array<string>
github_enterprise_importer
Array<string>
web
Array<string>
api
Array<string>
git
Array<string>
packages
Array<string>
pages
Array<string>
importer
Array<string>
actions
Array<string>
actions_macos
Array<string>
codespaces
Array<string>
dependabot
Array<string>
copilot
Array<string>
domains
object
website
Array<string>
codespaces
Array<string>
copilot
Array<string>
packages
Array<string>
actions
Array<string>
actions_inbound
object
full_domains
Array<string>
wildcard_domains
Array<string>
artifact_attestations
object
trust_domain
string
services
Array<string>
Examples
Example default
{
"verifiable_password_authentication": true,
"ssh_key_fingerprints": {
"SHA256_RSA": 1234567890,
"SHA256_DSA": 1234567890,
"SHA256_ECDSA": 1234567890,
"SHA256_ED25519": 1234567890
},
"ssh_keys": [
"ssh-ed25519 ABCDEFGHIJKLMNOPQRSTUVWXYZ",
"ecdsa-sha2-nistp256 ABCDEFGHIJKLMNOPQRSTUVWXYZ",
"ssh-rsa ABCDEFGHIJKLMNOPQRSTUVWXYZ"
],
"hooks": [
"192.0.2.1"
],
"github_enterprise_importer": [
"192.0.2.1"
],
"web": [
"192.0.2.1"
],
"api": [
"192.0.2.1"
],
"git": [
"192.0.2.1"
],
"packages": [
"192.0.2.1"
],
"pages": [
"192.0.2.1"
],
"importer": [
"192.0.2.1"
],
"actions": [
"192.0.2.1"
],
"actions_macos": [
"192.0.2.1"
],
"dependabot": [
"192.0.2.1"
],
"copilot": [
"192.0.2.1"
],
"domains": {
"website": [
"*.example.com"
],
"codespaces": [
"*.example.com"
],
"copilot": [
"*.example.com"
],
"packages": [
"*.example.com"
]
}
}

Not modified