nihreporter.projects.by_pi
mock data$0.001 / callNIH Grants by Principal Investigator
Find NIH-funded research projects by principal investigator (PI) last name. Optionally narrow by first name, fiscal year, or active status. Returns the researcher's funded projects with award amounts, institutions, titles, and abstract excerpts. Useful for biosketches, grant history lookups, and conflict-of-interest checks.
Input schema
Number of results to return (1–25, default 10)
Pagination offset — number of results to skip (default 0)
When true, return only currently active/ongoing projects
Principal investigator last name (e.g. "BHATT", "FAUCI", "COLLINS"). Case-insensitive, automatically uppercased.
Principal investigator first name for disambiguation (optional, automatically uppercased)
Fiscal year to filter (e.g. 2024). NIH fiscal year runs Oct 1 – Sep 30
Call via REST
curl -X POST https://unifyapi.pro/api/call/nihreporter.projects.by_pi \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"limit":0,"offset":0,"is_active":"<is_active>","last_name":"<last_name>","first_name":"<first_name>","fiscal_year":0}'