Where can I find an API for all Medicines?

Where can I find an API for all Medicines?

Unique code, name, etc

Hi, Francis. Please use the following link: NHS Website Content API - NHS England Digital

Although the list of medicines is on the nhs.uk website, the API is available at the link above.

I hope it helps you.

I hope it helps you!

Hi,

We are using the medicine API with a full subscription API key generated from NHS Developer Portal. However, when we call the API, it only retrieves medications up to “Benzoyl peroxide” on the list.

We have also tested this with Postman and encountered the same issue.

We tired with using both keys and just one key. no joy

https://api.nhs.uk/Medicines?subscription-key=[OUR PRIMARY KEY]&subscription-key=[OUR secondary KEY]

Hi,
I believe the Medicines API response is limited to 25 responses and it’s paginated so you need to use the page parameter to get the next pages, e.g.,
https://api.nhs.uk/medicines?page=2