Get all pages in the Medicines A to Z

Overview

Use this endpoint to get details of pages in the Medicines A to Z.

Passing in no parameters returns all pages under 'medicines'.

The response is limited to 25 child pages and is paginated.

There are a number of query parameters that filter the results.

Ordering by dates

The orderBy parameter can be dateModified, lastReviewed and nextReview. By default if any of the orderBy parameters are chosen the results are sorted by newest first.

However, the orderBy parameter can be used with the startDate and endDate parameters to filter down to the desired date. startDate and endDate should be given in the YYYY-MM-DD format.

For example https://api.service.nhs.uk/nhs-website-content/medicines?startDate=2022-01-01&orderBy=dateModified

get/medicines

Response

A valid query for medicines.

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