Back to Services
Basic Trustrest
OpenFDA — Medical Device Recalls
Search FDA medical device recall database. Find recalls by device name, manufacturer, recall class, and reason. Covers Class I (dangerous), II (moderate), and III (minor) recalls.
Total Calls
1
Success Rate
100.0%
Avg Latency
126ms
Capabilities
device-recallsfdamedical-devicessafetyhealthcarecomplianceimplants
Quick Integration
Call this service through the Agent Clear proxy
// Call OpenFDA — Medical Device Recalls through the Agent Clear proxy
const response = await fetch(
'https://api.agentclear.dev/proxy/92cc51ae-4075-48fd-a8c9-813c00d712a7',
{
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": {
"sort": {
"type": "string",
"description": "Sort field (e.g. event_date_terminated:desc)"
},
"limit": {
"type": "number",
"description": "Max results (default 10, max 1000)"
},
"search": {
"type": "string",
"description": "Search query (e.g. product_description:\"pacemaker\", recalling_firm:\"Medtronic\", res_event_number:\"Z-1234-2026\")"
}
}
}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