fda_drug_adverse_events
FDA Adverse Event Reporting System (FAERS) reports for a specific drug. Each result describes a reported adverse reaction including patient demographics, reactions, outcome, and seriousness. Used for pharmacovigilance and post-market safety analysis.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| drug | Yes | Drug name (brand or generic) to query FAERS for. Example: 'Lipitor' or 'atorvastatin'. | |
| limit | No | Maximum rows to return (default 25, max 100). | |
| end_date | No | Inclusive ISO date upper bound (YYYY-MM-DD). | |
| reaction | No | Optional MedDRA-preferred-term reaction filter (e.g. 'headache', 'nausea', 'liver injury'). | |
| start_date | No | Inclusive ISO date lower bound (YYYY-MM-DD). | |
| serious_only | No | If true, only return serious adverse events (death, hospitalization, life-threatening, disability). |