UnifyAPI
← Back to catalog

health.drug_events

mock data$0.003 / call

FDA Drug Adverse Events

Search FDA FAERS database for drug adverse event reports — side effects, reactions, patient demographics (OpenFDA)

Healthprovider: Health#health#health

Input schema

skip

Number of results to skip for pagination

integer
limit

Number of results (1-100, default 10)

integer
searchrequired

OpenFDA search query for adverse events (e.g. "patient.drug.medicinalproduct:aspirin", "patient.reaction.reactionmeddrapt:headache")

string

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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.