← Back to catalog
health.drug_events
mock data$0.003 / callFDA Drug Adverse Events
Search FDA FAERS database for drug adverse event reports — side effects, reactions, patient demographics (OpenFDA)
Input schema
skip
integerNumber of results to skip for pagination
limit
integerNumber of results (1-100, default 10)
searchrequired
stringOpenFDA search query for adverse events (e.g. "patient.drug.medicinalproduct:aspirin", "patient.reaction.reactionmeddrapt:headache")
Call via REST
curl -X POST https://unifyapi.pro/api/call/health.drug_events \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"skip":0,"limit":0,"search":"<search>"}'