Accessing the API

The EMA.EPI.Consuming API is a publicly available application programming interface (API) enabling access to data of electronic product information (ePI) for EU human medicines published during the EMA-HMA-EC ePI pilot. It is not necessary to subscribe or use a key to access data using this API.

ePI resources

Bundle: each Bundle represents one document within the ePI (e.g., one summary of product characteristics document, Annex II document, labelling document or package leaflet document).

PI List: each ePI has a PI list. The PI List contains the FHIR ids of all the Bundles in the ePI.

Endpoints

The API exposes the following 3 endpoints: ListBySearchParameter, ListById, BundleById.

view more detail on the API endpoints