# Get GitHub Enterprise Server meta information

From **GitHub v3 REST API**.

`GET /meta`

Get GitHub Enterprise Server meta information

## Responses

### `200`

Response

### `application/json`

- Type: `object`

Api Overview

```json
{
  "dependabot": [
    "54.158.161.132"
  ],
  "installed_version": "3.0.0",
  "packages": [
    "192.30.252.0/22"
  ],
  "verifiable_password_authentication": true
}
```

```json
{"description":"Api Overview","properties":{"dependabot":{"example":["192.168.7.15/32","192.168.7.16/32"],"items":{"type":"string"},"type":"array"},"installed_version":{"example":"3.0.0","type":"string"},"packages":{"example":["13.65.0.0/16","157.55.204.33/32","2a01:111:f403:f90c::/62"],"items":{"type":"string"},"type":"array"},"verifiable_password_authentication":{"example":true,"type":"boolean"}},"required":["verifiable_password_authentication"],"title":"Api Overview","type":"object"}
```

### `304`

Not modified

## Request examples

### cURL

```shell
curl --request GET \
  --url {protocol}://{hostname}/api/v3/meta
```
