Drug Interaction Checker
Fast, enhanced drug interaction checker. 190K+ interactions with clinical data, severity levels, and recommendations. Built by a Medical Doctor.
Drug Interaction Checker endpoints
| Method | Endpoint | Description |
|---|---|---|
| System | ||
| GET |
health_check_health_get /health |
Check API health status Returns: - API status - Version - Current timestamp - Database status |
| Drugs | ||
| GET |
get_drug_details_drugs__drug_name__get /drugs/{drug_name} |
Get comprehensive drug information Parameters: - drug_name: Drug name to look up (case-insensitive) Returns: - Complete drug profile with all interactions - Breakdown by severity… |
| GET |
search_drugs_drugs_search_get /drugs/search |
Search for drugs by name Parameters: - q: Search query (minimum 2 characters) - limit: Maximum results per page (default 10, max 100) - offset: Number of results to skip (default… |
| Interactions | ||
| POST |
check_interaction_interactions_check_post /interactions/check |
Check for interactions between two drugs Parameters: - drug1: First drug name - drug2: Second drug name - min_confidence: Minimum confidence score (0.0-1.0) - validated_only:… |
| POST |
check_batch_interactions_interactions_batch_post /interactions/batch |
Check interactions for all possible pairs in a batch of drugs Parameters: - drugs: List of 2-10 drug names - min_confidence: Minimum confidence score (0.0-1.0) - validated_only:… |
Drug Interaction Checker pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 10 / minute |
|
| PRO | $10 / month | 30 / minute |
|
| ULTRA Recommended | $50 / month | 60 / minute |
|
| MEGA | $200 / month | 120 / minute |
|