---
title: "GET /funders"
method: GET
path: "/funders"
tags: ["List"]
---

# GET /funders

`GET /funders`

Search for funders' grant activity based on the criteria specified. Returns a maximum of 25 results.

## 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
- `sort_by` 'funder_name' | 'funder_city' | 'funder_state' | 'funder_country' | 'amount' | 'count'
- `last_updated` string, date
- `sort_order` 'asc' | 'desc'
- `page` integer
- `format` 'json' | 'xml'
- `profile_levels` string

## Response `200`

Array of the funders' profile, grant amount, and grant counts 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
    - `total_hits` integer — Total number of results returned
    - `num_pages` integer — Total number of pages returned
    - `rows` object[]
      - `funder_key` string — Unique identifier assigned to each organization awarding a transaction
      - `funder_profile_url` string — Funder or Grantmaker Foundation Directory profile link
      - `funder_gs_profile_update_level` string — Funder or Grantmaker seal level of transparency profile level
      - `funder_name` string — Funder or Grantmaker name
      - `funder_city` string — Funder or Grantmaker city
      - `funder_state` string — Funder or Grantmaker state
      - `funder_country` string — Funder or Grantmaker country
      - `funder_is_federal` boolean — Indentifier if funder is a federal grantmaker
      - `ein` string — Funder or Grantmaker IRS Employer Identification Number
      - `last_updated` string — Date when the funder record was published or updated by candid
      - `amount_usd` number — Total sum of dollar value of grants given by the funder that meet the search criteria
      - `grant_count` integer — Total number of grants given by the funder 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)
