---
title: "Search funders by name"
method: GET
path: "/api/funders/search/"
---

# Search funders by name

`GET /api/funders/search/`

Search the Heron funder database by name using fuzzy matching. Returns a lightweight list of matching funders for the frontend picker UI.

## Query parameters

- `query` string, required

## Response `200`

List of matching funders

- FunderSearchResultSchema[]
  - `heron_id` string
  - `logo_url` string, nullable
  - `name` string

---

[API](https://skmtc.net/herondata/apis/heron-data-api.md) · [All operations](https://skmtc.net/herondata/apis/heron-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/herondata/heron-data-api/versions/f2e441edece2/schema)
