Tools / Nobel Prizes
Nobel Prizes icon

Nobel Prizes

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.

2 skillsv0.02
Search Laureates

Search Nobel Prize laureates by name, category, or year. Returns laureate details including birth info, prize motivation, and award year.

Returns: List of Nobel Prize laureates with names, birth info, and prize details
Parameters
querystringSearch by laureate name (e.g. "Einstein")
categorystringFilter by category: phy (Physics), che (Chemistry), med (Medicine), lit (Literature), pea (Peace), eco (Economics)
yearnumberFilter by award year (e.g. 2024)
limitnumberMax results (default 10, max 25)
Example
Search for Einstein
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
  -d '{
  "tool": "nobel-prizes",
  "skill": "laureates",
  "input": {
    "query": "Einstein"
  }
}' \
  https://api.toolrouter.com/v1/tools/call
List Prizes

List Nobel Prize awards by year and/or category. Returns prize details including all laureates and their motivations for each award.

Returns: List of Nobel Prize awards with categories, years, laureates, and motivations
Parameters
yearnumberFilter by year (e.g. 2024)
categorystringFilter by category: phy (Physics), che (Chemistry), med (Medicine), lit (Literature), pea (Peace), eco (Economics)
limitnumberMax results (default 10, max 25)
Example
All prizes awarded in 2024
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
  -d '{
  "tool": "nobel-prizes",
  "skill": "prizes",
  "input": {
    "year": 2024
  }
}' \
  https://api.toolrouter.com/v1/tools/call
Loading reviews...
Loading activity...
v0.022026-03-22
  • Added subtitle, expanded description, and agent instructions
v0.012026-03-20
  • Initial release

Quick Start

MCP (Claude Code)
claude mcp add --transport stdio \
  --env TOOLROUTER_API_KEY=YOUR_API_KEY \
  toolrouter -- npx -y toolrouter-mcp
REST API
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
  -d '{"tool":"nobel-prizes","skill":"laureates","input":{}}' \
  https://api.toolrouter.com/v1/tools/call

Use Cases

Open Research Laureates by Category

Research Laureates by Category

Look up Nobel Prize winners filtered by category to study trends and patterns in specific fields.

Nobel Prizes icon
Nobel Prizes
4 agent guides
Open Discover Prize-Winning Research

Discover Prize-Winning Research

Explore the research and contributions behind Nobel Prizes to understand what work earns the highest scientific recognition.

Nobel Prizes icon
Nobel Prizes
4 agent guides
Open Search Papers by Topic

Search Papers by Topic

Find relevant academic papers on any research topic across millions of scholarly publications.

Academic Research icon
Academic Research
4 agent guides
Open Geocode Addresses to Coordinates

Geocode Addresses to Coordinates

Convert street addresses into precise latitude and longitude coordinates for mapping and spatial analysis.

Address Geocoding icon
Address Geocoding
4 agent guides
View all use cases for Nobel Prizes

Frequently Asked Questions

Should I search laureates or prizes?

Use `laureates` when you know the person. Use `prizes` when you want awards by year or category.

What category codes do I use?

The manifest uses `phy`, `che`, `med`, `lit`, `pea`, and `eco` for the six Nobel categories.

Can I get the prize motivation and biography details?

Yes. Laureate results include prize motivations and biographical details alongside the award year.

Can I browse the latest awards without setting filters?

Yes. If you omit filters, `prizes` returns the most recent awards.