---
title: "Get GitHub meta information"
method: GET
path: "/meta"
tags: ["meta"]
---

# 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](https://docs.github.com/articles/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.

## Response `200`

Response

- ApiOverview — Api Overview
  - `verifiable_password_authentication` boolean, required
  - `ssh_key_fingerprints` object
    - `SHA256_RSA` string
    - `SHA256_DSA` string
    - `SHA256_ECDSA` string
    - `SHA256_ED25519` string
  - `ssh_keys` string[]
  - `hooks` string[]
  - `github_enterprise_importer` string[]
  - `web` string[]
  - `api` string[]
  - `git` string[]
  - `packages` string[]
  - `pages` string[]
  - `importer` string[]
  - `actions` string[]
  - `actions_macos` string[]
  - `codespaces` string[]
  - `dependabot` string[]
  - `copilot` string[]
  - `domains` object
    - `website` string[]
    - `codespaces` string[]
    - `copilot` string[]
    - `packages` string[]
    - `actions` string[]
    - `actions_inbound` object
      - `full_domains` string[]
      - `wildcard_domains` string[]
    - `artifact_attestations` object
      - `trust_domain` string
      - `services` string[]

## Other responses

- `304` — Not modified

---

[API](https://skmtc.dev/github/apis/rest.md) · [All operations](https://skmtc.dev/github/apis/rest/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/github/rest/revisions/e931c3581f42/schema)
