faers_search_cases
Search the FDA Adverse Event Reporting System for individual case safety reports by drug name, returning compact triage cards with seriousness, reactions, and outcomes, or full records.
Instructions
Search FAERS for individual case safety reports (ICSRs).
Returns compact triage cards by default: report id, dates, seriousness flags, suspect drugs, reactions and outcomes. Pass full=true for complete records.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| full | No | Return complete ICSR records (~72 KB each) instead of compact cards. | |
| skip | No | Pagination offset (openFDA ceiling 25000). | |
| sort | No | openFDA sort, e.g. 'receivedate:desc'. | receivedate:desc |
| limit | No | Records per page. | |
| events | No | MedDRA preferred terms, e.g. ['PANCREATITIS']. Case-insensitive. | |
| date_to | No | End of a receivedate window, YYYYMMDD. Must be paired with date_from. | |
| date_from | No | Start of a receivedate window, YYYYMMDD. Must be paired with date_to. | |
| drug_name | Yes | Active substance name, e.g. 'EMPAGLIFLOZIN'. | |
| fatal_only | No | Restrict to fatal cases (seriousnessdeath=1). | |
| raw_filter | No | Extra Lucene clause ANDed onto the preset query, e.g. 'patient.patientsex:2'. Applied to every marginal of a contingency table. See faers_describe_fields. | |
| role_basis | No | 'suspect_verified' checks each returned record for the drug in a suspect role. | any |
| serious_only | No | Restrict to serious cases (serious=1). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||