europepmc.article
mock data$0.001 / callGet Biomedical Article Details
Retrieve full bibliographic details for a specific biomedical article from Europe PMC by its unique identifier. Provide a PubMed ID (PMID) for journal articles in MEDLINE, a PMC ID for full-text articles in PubMed Central, or other source-specific IDs. Returns complete metadata: title, authors, journal, publication year, abstract, keywords, MeSH terms, DOI, open-access flag, PMC full-text availability, citation count, publication types, and affiliation. Use this after a search to retrieve the full record for a specific paper.
Input schema
Article identifier. For PubMed articles use the numeric PMID (e.g. "33000001"). For PMC full-text articles use the PMC ID without prefix (e.g. "7520369"). For other sources use the source-specific external ID.
Source database for the article. "MED" = PubMed/MEDLINE (default, covers most biomedical literature). "PMC" = PubMed Central full-text repository. "PPR" = preprints (bioRxiv, medRxiv). "PAT" = patents. "NBK" = NCBI Bookshelf. "ETH" = EthOS theses.
Call via REST
curl -X POST https://unifyapi.pro/api/call/europepmc.article \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"id":"<id>","src":"<src>"}'