UnifyAPI
← Back to catalog

nihreporter.projects.by_org

mock data$0.001 / call

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

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
org_namerequired

Institution or university name to search (e.g. "JOHNS HOPKINS UNIVERSITY", "HARVARD UNIVERSITY", "MAYO CLINIC"). Partial uppercase match.

string
is_active

When true, return only currently active/ongoing projects

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

Try it

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