Drug Products · Data API

United States Drug Product Directory

Catalogue of prescription and over-the-counter drug products sold in the United States.

The national directory of finished and unfinished drug products, listing each product's identifying code, brand and generic names, dosage form, labeller and marketing category. It is reference data about products, not about patients or prescriptions. Health-tech products, pharmacy tools and clinical AI agents use it to resolve a drug name to a canonical product record.

Source: openFDA National Drug Code Directory, US Food and Drug Administration · Public domain (CC0, US Government work) · Source: openFDA, U.S. Food and Drug Administration. Not for clinical use.

Endpoints

Every request is authenticated with your X-API-Key and counted against your plan.

  • GET /v1/data/united-states-drug-product-directory
  • GET /v1/data/united-states-drug-product-directory/search?q=...
  • GET /v1/data/united-states-drug-product-directory/{key}

Base path /v1/data/united-states-drug-product-directory · full reference in the interactive docs. Also exposed as an MCP tool for AI agents.

Fields

FieldTypeDescription
product_ndcstrNational drug code identifying the labeller and product
brand_namestrMarketed brand or proprietary name
generic_namestrGeneric or non-proprietary name of the active ingredients
labeler_namestrCompany that labels and markets the product
dosage_formstrPhysical form, for example tablet, injection or cream
product_typestrWhether the product is prescription, over-the-counter or another category
marketing_categorystrRegulatory pathway under which the product is marketed
dea_schedulestrControlled substance schedule where one applies
marketing_start_datestrDate marketing began, formatted as YYYYMMDD
finishedboolTrue for finished dosage products, false for bulk ingredients

What you get

Brand and generic name search over the full national product catalogue
Canonical product code for joining to claims, formulary and inventory data
Dosage form, product type and controlled-substance schedule on every record
Filter by labeller or marketing category to scope a product set
Public domain data with no licensing cost

FAQ

Does this include patient or prescription data?
No. It is a product catalogue only, with no patient, prescriber or dispensing information of any kind.
Can I use it for clinical decisions?
No. It is reference data for identifying products. The FDA states openFDA data is not for clinical or regulatory decision making.
Is this the same as Australian drug listings?
No, this covers products marketed in the United States. Australian listings are a separate catalogue.

Pricing

Simple, transparent pricing

Start free, upgrade when you need more. All plans include full API access.

Free

$0forever

Get started and explore the API

100 requests/day
  • 100 API requests per day
  • All endpoints included
  • Community support
Most popular

Pro

$9/month

For production apps and AI agents

10,000 requests/day
  • 10,000 API requests per day
  • All endpoints included
  • Priority support
  • Usage dashboard

Enterprise

$49/month

Unlimited access for high-volume use

Unlimited requests
  • Unlimited API requests
  • All endpoints included
  • Priority support
  • Usage dashboard
  • Dedicated support channel

Getting Started

Start building in minutes

Register for a free API key, make your first request, and upgrade when you're ready.

1

Register

Create an account to get your API key. It's free — no credit card required.

curl -X POST https://api.aristocles.com.au/v1/auth/register \
  -H "Content-Type: application/json" \
  -d '{"email": "you@example.com", "name": "Your Name"}'
2

Make a request

Use your API key in the X-API-Key header to authenticate requests.

curl https://api.aristocles.com.au/v1/data/asx \
  -H "X-API-Key: your_api_key_here"
3

Upgrade

Need more requests? Upgrade to Pro or Enterprise — you'll be redirected to Stripe Checkout.

curl -X POST "https://api.aristocles.com.au/v1/billing/checkout?tier=pro" \
  -H "X-API-Key: your_api_key_here"
4

Check usage

Monitor your daily request count and remaining quota at any time.

curl https://api.aristocles.com.au/v1/usage \
  -H "X-API-Key: your_api_key_here"