← Back to catalog
rxnorm.ndc_lookup
mock data$0.001 / callLook Up Drug by NDC Code
Look up a drug product by its National Drug Code (NDC) to retrieve its RxNorm mapping and active status. The NDC is the 10- or 11-digit code printed on every US drug package. Returns the standardized 11-digit NDC, current active/inactive status in RxNorm, the mapped RxCUI, the concept name, and the data sources that include this NDC. Useful for medication verification, formulary checks, and cross-referencing between pharmacy systems and RxNorm.
Input schema
ndcrequired
stringNational Drug Code (NDC) in any of the standard formats: 10-digit (0069-3060-86), 11-digit (00069306086), or hyphenated (0069-3060-86). Found on drug packaging labels in the US.
Call via REST
curl -X POST https://unifyapi.pro/api/call/rxnorm.ndc_lookup \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"ndc":"<ndc>"}'