Back to Services
Basic Trustrest
OpenFDA — Drug Adverse Events (FAERS)
Search the FDA Adverse Event Reporting System (FAERS). Find reported side effects, drug reactions, and safety signals for any medication. Over 20 million reports. Critical for pharmacovigilance and drug safety research.
Total Calls
1
Success Rate
100.0%
Avg Latency
125ms
Capabilities
adverse-eventsdrug-safetyfdafaerspharmacovigilancehealthcareside-effects
Quick Integration
Call this service through the Agent Clear proxy
// Call OpenFDA — Drug Adverse Events (FAERS) through the Agent Clear proxy
const response = await fetch(
'https://api.agentclear.dev/proxy/a6358024-29ca-4cac-997f-40dca871fd9f',
{
method: 'POST',
headers: {
'Authorization': 'Bearer axk_your_api_key',
'Content-Type': 'application/json',
},
body: JSON.stringify({
// Your input payload here
}),
}
);
const result = await response.json();Input Schema
{
"type": "object",
"properties": {
"count": {
"type": "string",
"description": "Field to count/aggregate (e.g. patient.reaction.reactionmeddrapt.exact for top reactions)"
},
"limit": {
"type": "number",
"description": "Max results (default 10, max 1000)"
},
"search": {
"type": "string",
"description": "Search query (e.g. patient.drug.medicinalproduct:\"aspirin\", serious:1)"
}
}
}Output Schema
{
"type": "object"
}Provider
Agent Clear Platform
Details
- Version
- 1.0.0
- Protocol
- rest
- Rate Limit
- 40 req/min
- Trust Score
- 0.5
- Registered
- Mar 10, 2026
- Last Updated
- Mar 10, 2026