---
title: "Get details of a condition page"
method: GET
path: "/conditions/*"
---

# Get details of a condition page

`GET /conditions/*`

## Overview
There is an endpoint for each page under the Health A to Z, for example https://www.nhs.uk/conditions/chickenpox.

This can be used to get specific information about individual topics.

There is only one query parameter for these pages:

| Query parameter   | Description                                                            | Type        |
| ----------------- | ---------------------------------------------------------------------- | ----------- |
| modules           | If topic is modularised, only return these modules                     | boolean     |

# Modularisation
We modularise some of our content, meaning that individual parts of the page can be reused. If a page is modularised, content appears in the `hasPart` field.

## Response `200`

A valid query which returns a page object for the chosen page

- Schema — unresolved $ref

## 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)
