FAERS Count Reactions By Drug Event
Count the number of adverse reactions reported for a given drug. Only medicinalproduct is required; all other filters (patientsex, patientagegroup, occurcountry, serious, seriousnessdeath, reactionmeddraverse) are optional. When reactionmeddraverse is not specified, returns all adverse reactions (AE) with their counts grouped by MedDRA Preferred Term. When reactionmeddraverse is specified, filters results to only include that specific MedDRA Lowest Level Term. Use filters sparingly to avoid ove…
Overview
Count the number of adverse reactions reported for a given drug. Only medicinalproduct is required; all other filters (patientsex, patientagegroup, occurcountry, serious, seriousnessdeath, reactionmeddraverse) are optional. When reactionmeddraverse is not specified, returns all adverse reactions (AE) with their counts grouped by MedDRA Preferred Term. When reactionmeddraverse is specified, filters results to only include that specific MedDRA Lowest Level Term. Use filters sparingly to avoid overly restrictive searches that return no results. Data source: FDA Adverse Event Reporting System (FAERS).
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 129ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"medicinalproduct": {
"description": "Drug name.",
"type": "string"
},
"occurcountry": {
"description": "Optional: Filter by country where event occurred (ISO2 code, e.g., 'US', 'GB'). Omit this parameter if you don't want to filter by country.",
"pattern": "^[A-Z]{2}$",
"type": "string"
},
"patientagegroup": {
"description": "Optional: Filter by patient age group. Omit this parameter if you don't want to filter by age.",
"enum": [
"Neonate",
"Infant",
"Child",
"Adolescent",
"Adult",
"Elderly"
],
"type": "string"
},
"patientsex": {
"description": "Optional: Filter by patient sex. Omit this parameter if you don't want to filter by sex.",
"enum": [
"Male",
"Female"
],
"type": "string"
},
"reactionmeddraverse": {
"description": "Optional: Filter by MedDRA reaction term (Lowest Level Term). When omitted, returns all adverse reactions with their counts. When specified, filters results to only include that specific reaction term.",
"type": "string"
},
"serious": {
"description": "Optional: Filter by event seriousness. Omit this parameter if you don't want to filter by seriousness.",
"enum": [
"Yes",
"No"
],
"type": "string"
},
"seriousnessdeath": {
"description": "Optional: Pass 'Yes' to filter for reports where death was an outcome. Omit this parameter to include all reports regardless of death outcome.",
"enum": [
"Yes"
],
"type": "string"
}
},
"required": [
"medicinalproduct"
],
"type": "object"
}Examples (1)
Default FAERS Count Reactions By Drug Event call
{
"medicinalproduct": ""
}Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_FAERS_count_reactions_by_drug_event
- Tool name
- FAERS_count_reactions_by_drug_event
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse