The Interactions API is a RESTful API that allows you to interact with the Dosetta interactions and severity database.
It is used to store and retrieve interactions between two or more medications.
The Interactions API is built on a database of interactions between 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 Interactions 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: