Skip to main content
GET
/
api
/
funders
/
search
Search funders by name
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.

Authorizations

x-api-key
string
header
required

Query Parameters

query
string
required

Funder name to search for (e.g. 'iwoca', 'Funding Circle')

Response

200 - application/json

List of matching funders

heron_id
string
read-only
logo_url
string | null
read-only
name
string
read-only