DailyMed SPL Data — Live

Drug labels. Parsed.
Searchable. Actionable.

Search structured drug label data from DailyMed. Drug names, manufacturers, routes, dosage forms, marketing categories — all indexed and queryable via API.

148

Labels indexed

<50ms

Average response

DailyMed

Official NLM data

4 endpoints

RESTful API

Built for pharma and clinical teams

LabelLens turns unstructured drug label data into structured, queryable intelligence for clinical and regulatory workflows.

📊

Formulary Analysis

Compare drug labels across manufacturers. Analyze product types, marketing categories, and route coverage for formulary decisions.

🔍

Drug Interaction Research

Cross-reference drug labels to identify potential interactions. Search by active ingredient, route, and manufacturer in seconds.

🛡

Pharmacovigilance

Monitor drug label updates and marketing category changes. Track labeler activity and product type distributions across your portfolio.

Developer-friendly REST API

Four endpoints covering label search, individual label lookup, drug name lookup, and aggregate statistics.

GET Search Labels

/api/search?drug=&labeler=&route=&type=
  • drug optional Drug name
  • labeler optional Manufacturer name
  • route optional Route of administration
  • type optional Product type
  • limit optional Max results (default 50, max 200)

GET Label by Set ID

/api/label/:setid
  • :setid DailyMed Set ID (UUID)

GET Drug Lookup

/api/drug/:name
  • :name Drug name (exact match, case-insensitive)
  • Returns all labels for a given drug

GET Statistics

/api/stats
  • Total labels, by product type, by route
  • Top labelers, marketing categories
Example
# Search for oral medications
curl "http://localhost:3004/api/search?route=ORAL&limit=10"

# Response
{
  "count": 10,
  "results": [
    {
      "setid": "a1b2c3d4-...",
      "drug_name": "aspirin",
      "labeler": "Bayer Healthcare",
      "route": "ORAL",
      "product_type": "HUMAN OTC DRUG",
      "marketing_category": "OTC MONOGRAPH FINAL"
    }
  ]
}

Ready to build with drug label data?

Get your API key and start querying DailyMed labels in minutes.

Get API Key Atlas Health Platform