AIDSinfo API
Drug API
Description
This is a RESTful API for accessing drug information (English and Spanish) from the AIDSinfo drug database. It is implemented using HTTP and can be thought of as a collection of resources, specified as URIs.
The service returns data in JSON format.
All Drugs
To return data for all drugs, use the base URI:
https://aidsinfo.nih.gov/api/drugs
Specific Drug
To return data for one drug, append the drug ID to the end of the URI:
https://aidsinfo.nih.gov/api/drugs/{id}