Get details of a condition page

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 parameterDescriptionType
modulesIf topic is modularised, only return these modulesboolean

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.

get/conditions/*

Response

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

WebPageJson required— unresolved $ref

Changes

Changed in 1 of the 50 revisions of this API.1

    • media type application/schema+json was changed to a more general media type application/json for the response status 200

      response-media-type-name-generalized