Research Laureates by Category
Look up Nobel Prize winners filtered by category to study trends and patterns in specific fields.
Every Nobel winner, searchable
Explore every Nobel Prize winner across Physics, Chemistry, Medicine, Literature, Peace, and Economics. Search by name, filter by year or category, and get full prize motivations and biographical details. Ideal for research, education, and fact-checking.
Search Nobel Prize laureates by name, category, or year. Returns laureate details including birth info, prize motivation, and award year.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "nobel-prizes",
"skill": "laureates",
"input": {
"query": "Einstein"
}
}' \
https://api.toolrouter.com/v1/tools/callList Nobel Prize awards by year and/or category. Returns prize details including all laureates and their motivations for each award.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "nobel-prizes",
"skill": "prizes",
"input": {
"year": 2024
}
}' \
https://api.toolrouter.com/v1/tools/callclaude mcp add --transport stdio \
--env TOOLROUTER_API_KEY=YOUR_API_KEY \
toolrouter -- npx -y toolrouter-mcpcurl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{"tool":"nobel-prizes","skill":"laureates","input":{}}' \
https://api.toolrouter.com/v1/tools/callLook up Nobel Prize winners filtered by category to study trends and patterns in specific fields.
Explore the research and contributions behind Nobel Prizes to understand what work earns the highest scientific recognition.
Find relevant academic papers on any research topic across millions of scholarly publications.
Convert street addresses into precise latitude and longitude coordinates for mapping and spatial analysis.
Use `laureates` when you know the person. Use `prizes` when you want awards by year or category.
The manifest uses `phy`, `che`, `med`, `lit`, `pea`, and `eco` for the six Nobel categories.
Yes. Laureate results include prize motivations and biographical details alongside the award year.
Yes. If you omit filters, `prizes` returns the most recent awards.