DrugAPI
An API that incorporates searching by name and letter of prescription drugs, along with a detailed description of the drug, including: Dosage, precautions/warnings, side effects, storage, administration, etc.
DrugAPI endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get Drug List By Letter (Pagination) /Drug/Letter/{letter}/{pagenum} |
Gets the next/previous/desired listing of prescription drugs by letter. |
| GET |
Get Drug List By Name (Pagination) /Drug/Name/{name}/{pagenum} |
Gets the next/previous/desired listing of prescription drugs by common name. |
| GET |
Get Drug Info /Drug/Summary/{DrugLink} |
Gets information about drug, including the: administration, storage, dosage, description, ect. Use the "drugLink" property value as the required path parameter. |
| GET |
Get Drug List By Letter /Drug/Letter/{letter} |
Gets a listing of all prescription drugs by the starting letter of their name. |
| GET |
Get Drug List By Name /Drug/Name/{name} |
Gets a listing of prescription drugs by a common name. |
DrugAPI pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $25 / month | — |
|
| ULTRA | $45 / month | — |
|
| MEGA | $60 / month | — |
|