GET /awards
Operation ID: listAwards
Auth: unknown
Description
Get a list of research grants and funding awards.
Parameters (10)
(string, query, required)
Your OpenAlex API key (required). Get a free key at https://openalex.org/settings/api
(string, query, optional)
Cursor for deep pagination. Use `cursor=*` to start, then use the `next_cursor` from the response.
(string, query, optional)
Filter awards. Examples: `funder.id:F4320306076`, `start_year:2023`, `funded_outputs_count:>10` See [all Award fields](/api-reference/awards#available-filter-sort-and-group_by-fields).
(string, query, optional)
Group by: `funder.id`, `start_year`, `currency` See [all Award fields](/api-reference/awards#available-filter-sort-and-group_by-fields).
(integer, query, optional)
Page number for pagination. Use cursor for deep pagination beyond 10,000 results.
Constraints: {'minimum': 1}
(integer, query, optional, default: 25)
Number of results per page (1-100, default 25)
Constraints: {'minimum': 1, 'maximum': 100}
(integer, query, optional)
Return a random sample of N results (max 10,000). Cannot be used with sort or page.
Constraints: {'maximum': 10000}
(string, query, optional)
Full-text search across titles, abstracts, and other text fields. Example: `search=machine learning`
(string, query, optional)
Comma-separated list of fields to return. Reduces response size. Example: `select=id,display_name,cited_by_count`
(string, query, optional)
Sort by: `funded_outputs_count`, `amount`, `start_year`. Prefix with `-` for descending. See [all Award fields](/api-reference/awards#available-filter-sort-and-group_by-fields).
Examples (3)
| Title | Type | URL | Action |
|---|---|---|---|
| List awards with pagination | curl |
https://api.openalex.org/awards?per_page=10&page=1 |
|
| Search awards with filter by year | curl |
https://api.openalex.org/awards?search=machine+learning&filter=start_year:2023&per_page=25 |
|
| Group awards by funder with sorting | curl |
https://api.openalex.org/awards?group_by=funder.id&sort=-funded_outputs_count&per_page=20 |
Probe History
Status Codes
| Time | Status | Latency | Size |
|---|---|---|---|
| 2026-03-23 09:41:03.375748 | 200 | 626ms | |
| 2026-03-23 09:37:41.776084 | 200 | 597ms | |
| 2026-03-23 09:32:59.885989 | 400 | 237ms |
Response Changes
| When | Old | New |
|---|---|---|
| 2026-03-23 09:37:41.776084 | 76c5e33cab2a |
e63425059d8c |
| 2026-03-23 09:41:03.375748 | e63425059d8c |
79a71b3246b5 |