search_drug_adverse_events
Search FDA adverse event reports to find side effects, reactions, and safety data for specific drugs by name, manufacturer, or other criteria.
Instructions
Search FDA drug adverse event reports (FAERS)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| drug_name | No | Name of the drug or medication | |
| brand_name | No | Brand/trade name of the drug | |
| generic_name | No | Generic name of the drug | |
| manufacturer | No | Manufacturer name | |
| reaction | No | Adverse reaction or side effect | |
| serious_only | No | Only return serious adverse events | |
| patient_sex | No | Patient sex (1=Male, 2=Female) | |
| country | No | Country where event occurred | |
| date_from | No | Start date for date range (YYYYMMDD format) | |
| date_to | No | End date for date range (YYYYMMDD format) | |
| count | No | Field to group results by for counting (e.g., "patient.drug.openfda.brand_name.exact") | |
| limit | No | Maximum number of results to return (1-100) | |
| skip | No | Number of results to skip for pagination |