GET v1/prize.json
nobelprize.org:nobel-prize-api
Summary: Get all Nobel Prizes
Operation ID: getPrizes
Auth: unknown
Operation ID: getPrizes
Auth: unknown
Description
Returns a list of all Nobel Prizes with laureate information organized by year and category.
Parameters (1)
nobelPrizeCategory
(string, query, optional)
Filter prizes by Nobel Prize category
Constraints: {'enum': ['phy', 'che', 'med', 'lit', 'pea', 'eco']}
Examples (4)
| Title | Type | URL | Action |
|---|---|---|---|
| Get all Nobel Prizes (default) | curl |
https://www.nobelprize.org/v1/prize.json |
|
| Filter by Physics category | curl |
https://www.nobelprize.org/v1/prize.json?nobelPrizeCategory=phy |
|
| Paginated results (first 25) | curl |
https://www.nobelprize.org/v1/prize.json?limit=25&offset=0 |
|
| Get all Nobel Prizes | openapi-spec |
https://api.nobelprize.org/v1/prize.json?nobelPrizeCategory=che |
Probe History
Status Codes
| Time | Status | Latency | Size |
|---|---|---|---|
| 2026-03-23 10:42:14.897278 | 404 | 460ms | |
| 2026-03-23 10:33:29.938114 | 404 | 430ms | |
| 2026-03-23 09:25:34.943892 | 200 | 112ms | |
| 2026-03-23 09:12:48.422406 | 404 | 526ms |
Response Changes
| When | Old | New |
|---|---|---|
| 2026-03-23 09:25:34.943892 | 87413778270f |
cc273d2e6b50 |
| 2026-03-23 10:33:29.938114 | cc273d2e6b50 |
a6dc4b530bce |
| 2026-03-23 10:42:14.897278 | a6dc4b530bce |
626b9db6d0e1 |