query_fda_drug_events
ActiveTool of TensorFeed
Query the FDA FAERS adverse event reports database. Returns drug-event records with patient demographics, drug names, reaction terms (MedDRA-coded), outcomes, and seriousness flags. Uses openFDA Lucene-style search syntax (e.g. "patient.drug.medicinalproduct:aspirin"). License: openFDA CC0 1.0 Universal Dedication, FDA waiver of all copyright; commercial redistribution permitted.
Parameters schema
{
"type": "object",
"properties": {
"skip": {
"type": "number",
"default": 0,
"description": "Pagination offset (0-25000)"
},
"sort": {
"type": "string",
"description": "Sort by field (e.g. receivedate:desc)"
},
"limit": {
"type": "number",
"default": 10,
"description": "Max records to return (1-100)"
},
"search": {
"type": "string",
"description": "openFDA Lucene-style search expression. Examples: patient.drug.medicinalproduct:aspirin, patient.reaction.reactionmeddrapt:headache+AND+receivedate:[20240101+TO+20251231]"
}
}
}Parent server
TensorFeed
https://github.com/RipperMercs/tensorfeed
1/7 registries