The Medication API is a RESTful API that allows you to interact with the Dosetta drug information database.
It is used to store and retrieve medication information for a given drug.
The Medication API is built on a database of medications. The data is sourced from the British National Formulary (BNF), Clinical Trials and relevant Summary of Product Characteristics (SPC). Data is updated regularly and logged in a changelog, users by default are not automatically moved to a new version.
The Medication API has the following endpoint(s):
Rate limits are 100 requests per hour. If the client exceeds the rate limit, the API will return a 429 Too Many Requests response. Rate limits can be increased by contacting the Dosetta team.
The Interactions API is authenticated using JWT to identify the client application. The client must provide a valid access token in the Authorization header.
Standard HTTP status codes and error messages are returned. These are: