← Back to catalog
nihreporter.publications.by_project
mock data$0.001 / callNIH Grant Publications
Retrieve PubMed IDs (PMIDs) of publications linked to a specific NIH core project number (e.g. "R01CA123456"). Returns up to 100 PMIDs per call with direct PubMed URLs. Use the core_project_num field from nihreporter.projects.search results. Chain with education.pubmed_search to fetch full titles and abstracts.
Input schema
limit
integerNumber of publication PMIDs to return (1–100, default 50)
offset
integerPagination offset — number of results to skip (default 0)
core_project_numrequired
stringNIH core project number (e.g. "R01CA123456", "U54GM115371"). Returned as core_project_num in projects.search results.
Call via REST
curl -X POST https://unifyapi.pro/api/call/nihreporter.publications.by_project \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"limit":0,"offset":0,"core_project_num":"<core_project_num>"}'