Search US drug products by NDC, brand, generic name, ingredient, manufacturer, d
Search US drug products by NDC, brand, generic name, ingredient, manufacturer, dosage form, route, source, or identifier.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
552 msmedian answer time
$0.1listed price per call
$0.1price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://api.rxatlas.dev/v1/drugs
| Category | Commerce and shopping |
|---|---|
| Provider host | api.rxatlas.dev |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.1 | 552 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"limit": 1,
"ndc": "75834-258"
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"additionalProperties": false,
"properties": {
"brand_name": {
"maxLength": 160,
"type": "string"
},
"count": {
"description": "Include the total matching-record count.",
"type": "boolean"
},
"cursor": {
"description": "Opaque keyset cursor from a previous response.",
"type": "string"
},
"dea_schedule": {
"enum": [
"CI",
"CII",
"CIII",
"CIV",
"CV"
],
"type": "string"
},
"dosage_form": {
"maxLength": 120,
"type": "string"
},
"generic_name": {
"maxLength": 160,
"type": "string"
},
"ingredient": {
"maxLength": 160,
"type": "string"
},
"limit": {
"default": 20,
"maximum": 100,
"minimum": 1,
"type": "integer"
},
"manufacturer_name": {
"maxLength": 160,
"type": "string"
},
"ndc": {
"maxLength": 32,
"type": "string"
},
"q": {
"maxLength": 160,
"type": "string"
},
"route": {
"maxLength": 80,
"type": "string"
},
"rxcui": {
"maxLength": 16,
"pattern": "^[0-9]+$",
"type": "string"
},
"shortage_status": {
"enum": [
"Current",
"To Be Discontinued",
"Resolved"
],
"type": "string"
},
"source": {
"enum": [
"openfda-ndc",
"dailymed",
"nadac",
"openfda-enforcement",
"orange-book",
"rxnorm",
"openfda-unii",
"openfda-shortages"
],
"type": "string"
},
"spl_set_id": {
"format": "uuid",
"pattern": "^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$",
"type": "string"
}
},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": false,
"properties": {
"data": {
"items": {
"additionalProperties": true,
"properties": {
"_provenance": {
"additionalProperties": true,
"type": "object"
},
"id": {
"minimum": 1,
"type": "integer"
}
},
"required": [
"id"
],
"type": "object"
},
"type": "array"
},
"has_more": {
"type": "boolean"
},
"next_cursor": {
"type": [
"string",
"null"
]
},
"total": {
"minimum": 0,
"type": "integer"
}
},
"required": [
"data",
"has_more",
"next_cursor"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}