GET /{source}/{id}
Summary: Get publication by ID
Operation ID: getPublicationById
Auth: none
Operation ID: getPublicationById
Auth: none
Description
Retrieve a specific publication by its ID from a given source (MED, PMC, AGR, etc.).
Parameters (3)
format
(string, query, optional, default: xml)
Response format.
Constraints: {'enum': ['json', 'xml']}
id
(string, path, required)
Publication identifier (e.g., PMID, PMCID).
source
(string, path, required)
Source database for the publication ID.
Constraints: {'enum': ['MED', 'PMC', 'AGR', 'CBA', 'CTX', 'ETH', 'HIR', 'PAT', 'PPR']}
Examples (1)
| Title | Type | URL | Action |
|---|---|---|---|
| Get publication by source and ID | probe-gate |
https://www.ebi.ac.uk/europepmc/webservices/rest/MED/28482533 |
No probe data for this endpoint yet.