GET /awards/{id}
Summary: Get a single award
Operation ID: getAward
Auth: unknown
Operation ID: getAward
Auth: unknown
Description
Retrieve a single award by its OpenAlex ID.
Parameters (3)
api_key
(string, query, required)
Your OpenAlex API key (required). Get a free key at https://openalex.org/settings/api
id
(string, path, required)
OpenAlex ID (e.g., G5859020988)
select
(string, query, optional)
Comma-separated list of fields to return. Reduces response size. Example: `select=id,display_name,cited_by_count`
Examples (2)
| Title | Type | URL | Action |
|---|---|---|---|
| Get award by OpenAlex ID | curl |
https://api.openalex.org/awards/G5859020988 |
|
| Get award with field selection | curl |
https://api.openalex.org/awards/G5859020988?select=id,display_name,description |
Probe History
Status Codes
| Time | Status | Latency | Size |
|---|---|---|---|
| 2026-03-23 09:48:24.980981 | 200 | 227ms | |
| 2026-03-23 09:34:01.617733 | 200 | 241ms |
Response Changes
| When | Old | New |
|---|---|---|
| 2026-03-23 09:48:24.980981 | 5c53214d7abc |
c3276314f9c9 |