Capability · Pricing & competitive landscape
Pricing and competitors, by country.
Per-country prices plus the full set of products that share an ATC class or substance — the feed behind commercialization-feasibility and market-access work.
GET /api/v1/drugs?atc={code}&country={cc}
What you get
Built for production drug data
Filter the catalogue by ATC class (or active substance) and country to get the marketed competitor set for an indication area, each row carrying its manufacturer, authorisation status and — where a public payer or list price exists — its price.
Public pricing is real where the upstream register publishes it: US (CMS NADAC acquisition cost), Switzerland (BAG-SL public + ex-factory), France (BDPM), Italy (AIFA), and Japan (MHLW NHI). Other jurisdictions return authorisation and market-status fields without a price. Group by atc_code or substance to size a competitive field; join the change feed to track new entrants and de-listings over time.
Per-country prices
On-market vs withdrawn
New entrants & de-listings
Try it
A real call, end to end
Scope by ATC class and country; get the marketed products with manufacturer and, where published, price.
curl 'https://drug-database.com/api/v1/drugs\
?atc=C10AA05&country=US&limit=2' \
-H 'Authorization: Bearer dd_live_…'{
"drugs": [
{
"id": "9a1f…",
"product_name": "Atorvastatin Calcium",
"atc_code": "C10AA05",
"country_code": "US",
"manufacturer": "…",
"price": {
"basis": "NADAC",
"value": 0.0423,
"currency": "USD",
"unit": "EA",
"effective_date": "2026-06-24"
},
"market_status": "marketed"
}
],
"_meta": { "atc": "C10AA05", "competitors": 41, "has_more": true }
}Pricing coverage
- US — CMS NADAC per-unit acquisition cost, ~204k price points across ~32k NDCs, refreshed weekly.
- Switzerland — BAG-SL public + ex-factory prices on the Spezialitätenliste.
- France (BDPM) and Italy (AIFA) — published public prices; Japan (MHLW) — NHI list price.
- Other jurisdictions return authorisation and market-status fields; ATC/substance grouping works everywhere a code is present.
- · Pricing and competitor data ride the same drugs:read scope — no separate entitlement.
- · Indication is approximated by ATC class / therapeutic area; exact label indications are not a queryable field.
FAQ
Common questions
Ready when you are
Put pricing & competitors in production this afternoon.
Spin up a key in minutes. The free tier covers prototyping and low-volume production.
Free tier · 100 requests/day · No card required