GET 2.1/nobelPrize/{category}/{year}

nobelprize.org:nobel-prize-api

Summary: Get Nobel Prize by Category and Year
Operation ID: getNobelPrize
Auth: unknown
Description

Returns details for a specific Nobel Prize identified by category and year.

Parameters (2)

category (string, path, required)

Nobel Prize category code

Constraints: {'enum': ['che', 'phy', 'med', 'lit', 'pea', 'eco']}

year (string, path, required)

Award year

Constraints: {'pattern': '^\\d{4}$'}

No probe data for this endpoint yet.