UnifyAPI
← Back to catalog

nihreporter.publications.by_project

mock data$0.001 / call

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

Healthprovider: Nihreporter#nihreporter#health

Input schema

limit

Number of publication PMIDs to return (1–100, default 50)

integer
offset

Pagination offset — number of results to skip (default 0)

integer
core_project_numrequired

NIH core project number (e.g. "R01CA123456", "U54GM115371"). Returned as core_project_num in projects.search results.

string

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

Try it

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