UnifyAPI
← Back to catalog

nihreporter.projects.by_pi

mock data$0.001 / call

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

Healthprovider: Nihreporter#nihreporter#health

Input schema

limit

Number of results to return (1–25, default 10)

integer
offset

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

integer
is_active

When true, return only currently active/ongoing projects

boolean
last_namerequired

Principal investigator last name (e.g. "BHATT", "FAUCI", "COLLINS"). Case-insensitive, automatically uppercased.

string
first_name

Principal investigator first name for disambiguation (optional, automatically uppercased)

string
fiscal_year

Fiscal year to filter (e.g. 2024). NIH fiscal year runs Oct 1 – Sep 30

integer

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

Try it

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