← Back to catalog
nihreporter.projects.by_org
mock data$0.001 / callNIH Grants by Institution
Find all NIH research grants awarded to a specific university, hospital, or research institute. Provide the institution name (partial uppercase match supported, e.g. "JOHNS HOPKINS", "MAYO CLINIC", "MIT"). Optionally filter by fiscal year or active status. Returns award amount, PI, title, and activity code.
Input schema
limit
integerNumber of results to return (1–25, default 10)
offset
integerPagination offset — number of results to skip (default 0)
org_namerequired
stringInstitution or university name to search (e.g. "JOHNS HOPKINS UNIVERSITY", "HARVARD UNIVERSITY", "MAYO CLINIC"). Partial uppercase match.
is_active
booleanWhen true, return only currently active/ongoing projects
fiscal_year
integerFiscal 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_org \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"limit":0,"offset":0,"org_name":"<org_name>","is_active":"<is_active>","fiscal_year":0}'