Back to Services
Basic Trustrest
RxNorm — Drug Name Lookup
NLM RxNorm API for standardized drug names. Look up medications by name, find generic equivalents, get drug interactions data, and normalize drug nomenclature.
Total Calls
2
Success Rate
100.0%
Avg Latency
67ms
Capabilities
drugsmedicationhealthpharmacymedicalrxnormgovernment
Quick Integration
Call this service through the Agent Clear proxy
// Call RxNorm — Drug Name Lookup through the Agent Clear proxy
const response = await fetch(
'https://api.agentclear.dev/proxy/cb23eb38-cb6d-42bd-99d5-affed8d19ceb',
{
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": [
"name"
],
"properties": {
"name": {
"type": "string",
"description": "Drug name to search (brand or generic)"
}
}
}Output Schema
{
"type": "object"
}Provider
Agent Clear Platform
Details
- Version
- 1.0.0
- Protocol
- rest
- Rate Limit
- 20 req/min
- Trust Score
- 0.5
- Registered
- Mar 10, 2026
- Last Updated
- Mar 10, 2026