AnswerPool

NIH Institutes API: All 27 NIH institutes/centers with code, full name and research focus — USAspending and NIH RePORTER

All 27 NIH institutes/centers with code, full name and research focus, searchable. One call replaces the NIH org-chart crawl. Free, no key.

Free — no key, no signup, rate-limited to 60 calls per minute per client.

How do you call it?

GET /v1/nih/institutes — product id nih_institute_lookup. Over MCP, call answerpool_get with product_id=nih_institute_lookup.

curl "https://answerpool.io/v1/nih/institutes?q=cancer"

Live call: https://answerpool.io/v1/nih/institutes?q=cancer · JSON sample: /v1/samples/nih_institute_lookup

What does the answer look like?

A representative response, the same static sample served at /v1/samples/nih_institute_lookup.

as_of2026-09-03T02:00:00Z
count1
disclaimerNIH reference data (US federal public domain); not medical or grant advice.
refresh_after2026-09-18T00:00:00.000Z

entries

codenamedescription
NCINational Cancer InstituteCancer research and training
The same sample as raw JSON
{
 "as_of": "2026-09-03T02:00:00Z",
 "count": 1,
 "entries": [
  {
   "code": "NCI",
   "name": "National Cancer Institute",
   "description": "Cancer research and training"
  }
 ],
 "disclaimer": "NIH reference data (US federal public domain); not medical or grant advice.",
 "refresh_after": "2026-09-18T00:00:00.000Z"
}

How fresh is it, and where does the data come from?

The fastest source behind this answer can change daily, so every response carries a refresh_after timestamp — right now it would be 2026-09-18T00:00:00.000Z. Schedule the next call on that value rather than on a guess.

Method version 0.1.0 · serving cache 30 days · every response carries a result_id you can resolve at /v1/provenance.

When should you use it?

You have an NIH institute code to decode, or a research area to map to its funding institute.

What you skip building

When should you not use it?

Actual grant/project searches — use /v1/funding/signals (NIH RePORTER data).

Where else can you find this?