# Get pages statistics

From **GitHub v3 REST API**.

`GET /enterprise/stats/pages`

Get pages statistics

## Responses

### `200`

Response

### `application/json`

- Type: `object`

```json
{"properties":{"total_pages":{"type":"integer"}},"required":["total_pages"],"title":"Enterprise Pages Stats","type":"object"}
```

## Request examples

### cURL

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