europepmc.citations
mock data$0.001 / callGet Article Citations
Retrieve a list of articles that cite a given biomedical publication in Europe PMC. Provide the article PMID (for PubMed/MEDLINE) or other source-specific ID. Returns the total citation count and bibliographic details for each citing article (title, authors, journal, year, PMID, DOI). Paginate through all citing articles with page_size and page parameters. Useful for forward citation tracking, identifying follow-up research, measuring impact of specific papers, and discovering related work published after the original article.
Input schema
Numeric PMID (for MED/PubMed) or other source-specific ID of the article whose citing papers you want to retrieve (e.g. "30449648").
Source database of the target article. "MED" = PubMed (default). "PMC" = PubMed Central full-text. Use the same src you used to find the article.
Page number for pagination when there are many citing articles (default 1).
Number of citing articles to return per page (1–1000, default 10).
Call via REST
curl -X POST https://unifyapi.pro/api/call/europepmc.citations \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"id":"<id>","src":"<src>","page":0,"page_size":0}'