---
title: "Get details about all the pages"
method: GET
path: "/manifest/pages"
---

# Get details about all the pages

`GET /manifest/pages`

## Overview
Use this endpoint to get details of all the pages available via the NHS Website Content API v2.

This includes details such as name, description, url, webpage, modification date and whether the page has been modularised. 

Passing in no parameters returns the first page of results.

The response is limited to 100 results and is paginated.

## Response `200`

A valid query for manifest pages.

- object
  - `pagination` object, required
    - `first` string, uri, required
    - `last` string, uri, required
    - `self` string, uri, required
    - `next` string, uri
    - `count` integer, required
  - `results` object[], required
    - `id` integer, required
    - `dateFirstPublished` string, date-time, required
    - `dateModified` string, date-time, required
    - `dateNextReview` string, date-time, required
    - `description` string, required
    - `genre` string[], required
    - `healthAspects` string[], required
    - `modules` boolean, required
    - `name` string, required
    - `type` string, required
    - `url` string, uri, required
    - `webpage` string, uri, required

## Other responses

- `4XX` — An error occurred as follows: | HTTP status | Error code | Description | | ----------- | -------------------------- | --------------------------------------------- | | 401 | ACCESS_DENIED | API key missing, invalid or expired, or calling application not configured for this operation. | | 403 | ACCESS_DENIED | User cannot perform this action. | | 404 | RESOURCE_NOT_FOUND | Page not found. | | 429 | TOO_MANY_REQUESTS | You have exceeded your application's [rate limit](https://digital.nhs.uk/developer/guides-and-documentation/reference-guide#rate-limits). |

---

[API](https://skmtc.dev/nhs/apis/nhs-website-content-api.md) · [All operations](https://skmtc.dev/nhs/apis/nhs-website-content-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nhs/nhs-website-content-api/revisions/15359efa56b3/schema)
