Get specific medicine page
Overview
There is an endpoint for each page under the Medicines A to Z, for example https://www.nhs.uk/medicines/acrivastine.
This can be used to get specific information about individual medicines.
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
A valid query for medicines.
Changes
Changed in 2 of the 50 revisions of this API.11
- ○
added the new optional
queryrequest parametermodulesto all path's operationsnew-optional-request-default-parameter-to-existing-path
- ○
- ▲
media type
application/schema+jsonwas changed to a more general media typeapplication/jsonfor the response status200response-media-type-name-generalized
- ▲