Anthesia
Anthesia In development

Product · 02

MedData
API

Drug and supplement information, served clean.

The problem

The FDA publishes detailed drug data through four separate systems: openFDA for adverse events, DailyMed for labels, the Orange Book for generic equivalence, and RxNorm for naming.

The data is comprehensive. Querying it requires understanding four different schemas, four sets of conventions, and four kinds of edge cases.


What MedData is

A single, developer-friendly API that brings these sources together. Built for healthtech, telehealth, pharmacy, and wellness applications that need clean drug data without the data-engineering overhead.

Query capabilities

  • Drug profiles by name, RxCUI, or NDC code
  • Active ingredients, dosage forms, and FDA approval status
  • Drug interactions with severity ratings
  • Generic alternatives and equivalence data
  • Average retail pricing (sourced from NADAC, a public CMS dataset)
  • Supplement information for common compounds

A glimpse

$ GET /api/v1/drugs/search?name=metformin
{
  "results": [
    {
      "rxcui": "6809",
      "brand_name": "Glucophage",
      "generic_name": "Metformin",
      "dosage_form": "Tablet",
      "strength": "500 mg",
      "manufacturer": "Bristol-Myers Squibb"
    }
  ],
  "total_count": 1,
  "query": "metformin"
}

Schema preview. Final shape may evolve before launch.


Get notified

Building something in healthtech?

MedData is in active development. Email us to be notified at launch, request early access, or discuss your specific use case.

support@anthesia.io →

Disclaimer. MedData is intended for informational and developer use. It is not a substitute for professional medical advice, diagnosis, or treatment. Consult a licensed healthcare professional with any questions about medical conditions or medications.

MedData is an Anthesia product.