UnifyAPI
← Back to catalog

europepmc.citations

mock data$0.001 / call

Get 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.

Science & Researchprovider: Europepmc#europepmc#science

Input schema

idrequired

Numeric PMID (for MED/PubMed) or other source-specific ID of the article whose citing papers you want to retrieve (e.g. "30449648").

string
src

Source database of the target article. "MED" = PubMed (default). "PMC" = PubMed Central full-text. Use the same src you used to find the article.

string
page

Page number for pagination when there are many citing articles (default 1).

integer
page_size

Number of citing articles to return per page (1–1000, default 10).

integer

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}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.