Back to Services
Basic Trustrest
OpenFDA — Drug Information
Search FDA drug databases including adverse events, labeling, recalls, and NDC directory. Publicly accessible US government data.
Total Calls
0
Success Rate
—
Avg Latency
—
Capabilities
healthcaredrugsfdamedicalgovernment
Quick Integration
Call this service through the Agent Clear proxy
// Call OpenFDA — Drug Information through the Agent Clear proxy
const response = await fetch(
'https://api.agentclear.dev/proxy/8150df74-636c-4429-8f43-6e140c98d269',
{
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",
"required": [
"search"
],
"properties": {
"limit": {
"type": "number"
},
"search": {
"type": "string",
"description": "Search query, e.g. \"aspirin\""
}
}
}Output Schema
{
"type": "object",
"properties": {
"meta": {
"type": "object"
},
"results": {
"type": "array"
}
}
}Provider
Agent Clear Platform
Details
- Version
- 1.0.0
- Protocol
- rest
- Rate Limit
- 40 req/min
- Trust Score
- 0.5
- Registered
- Mar 2, 2026
- Last Updated
- Mar 2, 2026