---
title: "GET /summary"
method: GET
path: "/summary"
tags: ["summary"]
---

# GET /summary

`GET /summary`

Search for total grant summaries that match the criteria specified.

## Query parameters

- `query` string
- `location` integer
- `geo_id_type` 'geonameid'
- `location_type` 'funder' | 'recipient' | 'area_served'
- `year` integer[]
- `subject` string[]
- `population` string[]
- `support` string[]
- `transaction` string[]
- `recip_id` string[]
- `funder_id` string[]
- `id_type` 'ein'
- `include_gov` 'yes' | 'no'
- `min_amt` integer
- `max_amt` integer
- `format` 'json' | 'xml'
- `profile_levels` string

## Response `200`

Response includes number of grants, value of grants, number of foundations, and number of recipients that match the criteria searched.

- object
  - `meta` object
    - `code` integer — HTTP response status code.
    - `status` string — Description of the HTTP response status code.
    - `elapsed_time` string — Elapsed time of API call in milliseconds.
    - `time` string — Time of API call.
  - `data` object
    - `number_of_grants` integer — Total number of grants awarded that meet the search criteria
    - `value_of_grants` number — Total sum of dollar value of grants awarded that meet the search criteria
    - `number_of_foundations` integer — Total number of funders that awarded a grant that meet the search criteria
    - `number_of_recipients` integer — Total number of recipients that received a grant that meet the search criteria

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — No Results Found
- `406` — Not Acceptable
- `429` — Too Many Requests
- `500` — Internal Server Error

---

[API](https://skmtc.dev/candid/apis/rfpapi.md) · [All operations](https://skmtc.dev/candid/apis/rfpapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/candid/rfpapi/revisions/bb9133e46de6/schema)
