curl --request GET \
--url https://app.herondata.io/api/funders/search/ \
--header 'x-api-key: <api-key>'[
{
"heron_id": "<string>",
"logo_url": "<string>",
"name": "<string>"
}
]Search the Heron funder database by name using fuzzy matching. Returns a lightweight list of matching funders for the frontend picker UI.
curl --request GET \
--url https://app.herondata.io/api/funders/search/ \
--header 'x-api-key: <api-key>'[
{
"heron_id": "<string>",
"logo_url": "<string>",
"name": "<string>"
}
]Documentation Index
Fetch the complete documentation index at: https://docs.herondata.io/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?