---
title: "Get Grant"
method: GET
path: "/api/v3/grants/{id}"
tags: ["Grants"]
---

# Get Grant

`GET /api/v3/grants/{id}`

## Path parameters

- `id` string, required

## Response `200`

Successful Response

- AppTypesGrantGrantResponse
  - `id` string, required
  - `title` string, required
  - `description` string, nullable
  - `funding_agency` string, required
  - `awardee_name` string, nullable
  - `total_obligated_amount` number, required
  - `period_of_performance_start_date` string, date, nullable
  - `period_of_performance_end_date` string, date, nullable
  - `last_modified_date` string, date, required
  - `grant_link` string, nullable
  - `outlayed_amount` number, nullable
  - `external_grant_id` string, nullable
  - `transaction_count` integer
  - `institution_name` string, nullable
  - `institution_state` string, nullable
  - `institution_type` string, nullable
  - `institution_id` string, nullable
  - `relevance_rank` number, nullable
  - `score` number, nullable
  - `relevance_score` number, nullable
  - `decay_score` number, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/nationgraph/apis/nationgraph-api.md) · [All operations](https://skmtc.net/nationgraph/apis/nationgraph-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nationgraph/nationgraph-api/revisions/85804e68d86d/schema)
