Overview
FDA drug adverse event reports -- reactions, suspect drugs, seriousness, and a signal-based monitoring recommendation. Query: ?drug=aspirin&limit=10. If drug is omitted, defaults to `aspirin`.
Protocol
x402
Price
$0.0050
Payment Asset
USD Coin
Payment Network
eip155:8453
Category
uncategorized
Provider
x402-data-bazaar
Source
bazaar
Indexed
2026-03-20 09:39:33
Health
Status
healthy
Latency (p50)
181ms
Uptime (30d)
100.0%
Reliability Score
92/100
Last Checked
2026-03-20 17:15:11
Last Healthy
2026-03-20 17:15:11
Consecutive Failures
0
Input Schema
{
"discoverable": true,
"method": "GET",
"queryParams": {
"drug": {
"description": "Drug brand or ingredient name",
"type": "string"
},
"limit": {
"description": "Maximum results to return",
"type": "string"
}
},
"type": "http"
}
Output Schema
{
"data": {
"count": 2,
"decision": {
"recommendedAction": "Continue routine monitoring and compare against baseline incidence for similar therapies.",
"riskLevel": "monitor",
"seriousEventRatePct": 0
},
"drug": "aspirin",
"events": [
{
"reactions": [
"Drug hypersensitivity"
],
"safetyReportId": "10003304",
"serious": false
},
{
"reactions": [
"Back pain"
],
"safetyReportId": "10003310",
"serious": false
}
],
"signal": {
"seriousEventRatePct": 0,
"seriousEvents": 0,
"totalEvents": 2
}
},
"source": "openFDA Drug Adverse Events API",
"success": true
}