Back to catalog
Cortexa research tool·genomics·europepmc_citations
EPMC Get Citations
Get articles that cite a specific paper from Europe PMC. Given a PubMed ID (PMID), returns a list of citing articles with their titles, authors, journals, publication years, and citation counts. This enables citation network traversal: find what papers cite a given study to track research impact, identify follow-up studies, and discover related work. Essential for systematic reviews and literature mapping. Use PMID from EuropePMC search results.
Livelast probed 2026-04-30 23:07Z· 95msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 95ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"page": {
"default": 1,
"description": "Page number for paginated results (1-based). Default: 1.",
"type": "integer"
},
"pageSize": {
"default": 25,
"description": "Number of citing articles to return per page (1-1000). Default: 25.",
"type": "integer"
},
"pmid": {
"description": "PubMed ID of the article to find citations for. Examples: '25378148' (AlphaFold paper), '33234567', '29474920' (CRISPR review). Find PMIDs using Europe PMC search.",
"type": "string"
}
},
"required": [
"pmid"
],
"type": "object"
}Examples (1)
Default EPMC Get Citations call
public-safeinput
{
"page": 1,
"pageSize": 1,
"pmid": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_EPMC_get_citations
- Tool name
- EPMC_get_citations
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse