GET /funders
Summary: List and search funders
Operation ID: listFunders
Auth: unknown
Operation ID: listFunders
Auth: unknown
Description
Search and filter through funding organizations.
Parameters (5)
filter
(string, query, optional)
Filter constraints using field:value syntax. Multiple filters can be combined with commas (AND). Supports OR with pipe (|) and NOT with !. Examples: publication_year:2024, authorships.author.id:A5023888391, is_oa:true
page
(integer, query, optional, default: 1)
Page number for pagination (capped at 10,000 results total; use cursor for deeper pagination)
Constraints: {'minimum': 1}
per_page
(integer, query, optional, default: 25)
Number of results per page (default: 25, max: 100)
Constraints: {'minimum': 1, 'maximum': 100}
search
(string, query, optional)
Full-text search query
sort
(string, query, optional)
Sort order using field:direction syntax. Direction can be 'asc' or 'desc'. Example: cited_by_count:desc
Examples (3)
| Title | Type | URL | Action |
|---|---|---|---|
| Search funders by name | curl |
https://api.openalex.org/funders?search=national+science+foundation |
|
| Paginated results with custom page size | curl |
https://api.openalex.org/funders?page=2&per_page=50 |
|
| Search for health research funders | curl |
https://api.openalex.org/funders?search=NIH&per_page=10 |
Probe History
Status Codes
| Time | Status | Latency | Size |
|---|---|---|---|
| 2026-03-23 10:56:00.396673 | 200 | 340ms | |
| 2026-03-22 21:16:57.840865 | 200 | 434ms | |
| 2026-03-22 21:15:56.490841 | 200 | 287ms |
Response Changes
| When | Old | New |
|---|---|---|
| 2026-03-22 21:16:57.840865 | f1ce540921ae |
0491900f3495 |
| 2026-03-23 10:56:00.396673 | 0491900f3495 |
4d232ac48801 |