Back to Services
Basic Trustrest
OpenFDA — NDC Drug Product Database
Search the FDA National Drug Code (NDC) directory. Look up drug products by brand name, generic name, manufacturer, dosage form, route, and active ingredients. Returns packaging, marketing status, and listing details.
Total Calls
1
Success Rate
100.0%
Avg Latency
125ms
Capabilities
ndcdrugsfdapharmacyhealthcaremedicationproduct-database
Quick Integration
Call this service through the Agent Clear proxy
// Call OpenFDA — NDC Drug Product Database through the Agent Clear proxy
const response = await fetch(
'https://api.agentclear.dev/proxy/32917de3-615a-46e3-89f9-b7a5b81067eb',
{
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": {
"limit": {
"type": "number",
"description": "Max results (default 10, max 1000)"
},
"search": {
"type": "string",
"description": "Search query (e.g. brand_name:\"Lipitor\", generic_name:\"metformin\", product_ndc:\"0002-4462\")"
}
}
}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