National Institutes of Health website screenshot

National Institutes of Health

The National Institutes of Health (NIH), a part of the U.S. Department of Health and Human Services, is the nation's medical research agency making important discoveries that improve health and save lives. NIH operates the RePORTER API for exposing data about NIH-funded research projects and the publications associated with them.

1 APIs 0 Features
Federal GovernmentHealthResearchFundingPublications

APIs

NIH RePORTER API

The NIH RePORTER API provides programmatic access to NIH-funded research projects and their associated publications. The Projects endpoint accepts a rich criteria object includi...

Collections

Pricing Plans

Rate Limits

FinOps

Resources

👥
GitHubOrganization
GitHubOrganization
🔗
LinkedIn
LinkedIn
🔗
Website
Website
🌐
Portal
Portal

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: NIH RePORTER API
  version: 2.0.0
items:
- info:
    name: Projects
    type: folder
  items:
  - info:
      name: Search NIH-funded projects
      type: http
    http:
      method: POST
      url: https://api.reporter.nih.gov/v2/projects/search
      body:
        type: json
        data: '{}'
    docs: Search NIH-funded research projects by fiscal year, agency, principal investigator, organization, activity code,
      award type, project dates, award amount, advanced text search, COVID response, and other criteria. Supports pagination,
      sorting, and field selection.
- info:
    name: Publications
    type: folder
  items:
  - info:
      name: Search publications associated with NIH projects
      type: http
    http:
      method: POST
      url: https://api.reporter.nih.gov/v2/publications/search
      body:
        type: json
        data: '{}'
    docs: Search publications linked to NIH-funded projects by PubMed identifiers, application identifiers, or core project
      numbers (with wildcard support).
bundled: true