|
8 | 8 | ## Overview |
9 | 9 | This API provides content from the [NHS website](https://www.nhs.uk) as JSON, to be consumed programmatically and used by your application. |
10 | 10 |
|
| 11 | + ⚠️ Historically, many pages describing conditions or tests were inappropriately allocated to the Conditions A to Z. |
| 12 | +
|
| 13 | + The April 2025 update introduces two new endpoints for 'symptoms' and 'testandtreatments' that reflect the reallocation of these |
| 14 | + pages to new hub pages in the website. |
| 15 | +
|
11 | 16 | You can reuse the content from the following sections of the NHS website: |
12 | | - * Health A to Z / Conditions ([Website](https://www.nhs.uk/conditions/) | [API](https://digital.nhs.uk/developer/api-catalogue/nhs-website-content/v2#get-/conditions)) |
| 17 | + * Conditions A to Z / Conditions ([Website](https://www.nhs.uk/conditions/) | [API](https://digital.nhs.uk/developer/api-catalogue/nhs-website-content/v2#get-/conditions)) |
13 | 18 | * Medicines A to Z ([Website](https://www.nhs.uk/medicines/) | [API](https://digital.nhs.uk/developer/api-catalogue/nhs-website-content/v2#get-/medicines)) |
| 19 | + * Symptoms A to Z ([Website](https://www.nhs.uk/symptoms/) | [API](https://digital.nhs.uk/developer/api-catalogue/nhs-website-content/v2#get-/symptoms)) |
| 20 | + * Tests and treatments A to Z ([Website](https://www.nhs.uk/testsandtreatments/) | [API](https://digital.nhs.uk/developer/api-catalogue/nhs-website-content/v2#get-/testsandtreatments)) |
14 | 21 | * Mental health ([Website](https://www.nhs.uk/mental-health/) | [API](https://digital.nhs.uk/developer/api-catalogue/nhs-website-content/v2#get-/mental-health)) |
15 | 22 | * Live Well ([Website](https://www.nhs.uk/live-well/) | [API](https://digital.nhs.uk/developer/api-catalogue/nhs-website-content/v2#get-/live-well)) |
16 | 23 | * Pregnancy ([Website](https://www.nhs.uk/pregnancy/) | [API](https://digital.nhs.uk/developer/api-catalogue/nhs-website-content/v2#get-/pregnancy)) |
|
25 | 32 |
|
26 | 33 | If you are migrating from our [old NHS website APIs](https://developer.api.nhs.uk/nhs-api), we have a [migration guide](https://developer.api.nhs.uk/support/migration/guide) to help walk you through the process and a [migration assistant](https://developer.api.nhs.uk/support/migration/assistant) to illustrate the differences in how your API requests will need to be updated. |
27 | 34 |
|
| 35 | + ## Updates |
| 36 | +
|
| 37 | + | Version | Date | Changes | |
| 38 | + |------------|-----|--------------| |
| 39 | + | 2.2.0 | April 2025 | Introduce `symptoms` and `testsandtreatments` endpoints | |
| 40 | +
|
| 41 | +
|
28 | 42 | ## Who can use this API |
29 | 43 | Anyone can use this API for any purpose, so long as they have agreed to the [Online connection agreement](https://digital.nhs.uk/developer/guides-and-documentation/online-connection-agreement) during the [onboarding process](https://digital.nhs.uk/developer/guides-and-documentation/onboarding-process) and they include an [attribution](#overview--attribution) as outlined below. |
30 | 44 |
|
|
0 commit comments