/ema/medicines

POST /api/ema/medicines

Price: 20 credits

Look up one medicine on the EU centrally authorised register. Returns the full register record — status, EMA product number, active substance and INN, MeSH therapeutic areas, ATC code, pharmacotherapeutic group, marketing authorisation holder, the therapeutic indication text, the nine regulatory flags and the whole date set — together with what only the medicine's own page carries: the holder's postal address, the assessment overview written for the public, and every published PDF of the medicine keyed by document type and by language.

How to use it

Takes the slug of a medicine page, not its trade name and not the EMA product number: `keytruda` works, `Keytruda 25 mg` does not, and `EMEA/H/C/003820` does not. Get the slug from ema/medicines/search, which returns it inside `url`. A slug resolves under one register only, so `/veterinary/EPAR/keytruda` is a miss while `/human/EPAR/keytruda` is a hit; passing the bare slug lets either register answer. `overview_sections` is the plain-language assessment summary, present on about two thirds of the register and on every authorised human medicine of a 120-record uniform random sample, yet not predictable from `status`: refused and withdrawn applications often carry one while veterinary records and human records that lapsed, expired, were revoked or were withdrawn after authorisation do not, so read the field rather than filtering on status. `documents` links the PDFs rather than carrying their text.

Parameters

Request body

Response

Errors

Response headers