# Nobel Prizes by Year

> Nobel Prizes by Year is a paid API for AI agents from clonecho.builda.company, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Returns all Nobel Prizes awarded in a given year, including category and first laureate information

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/nobel-prizes-by-year
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/nobel-prizes-by-year-738b951c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_uMi8Kv12aq2DXqLj0QG3A

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability nobel-prizes-by-year-738b951c -d '<json body>'
```

Example prompt: Can you look up all the Nobel Prizes that were awarded in 2020 and tell me the categories and first laureates for each?

## When to prefer this

Use this endpoint when you need a quick structured lookup of Nobel Prize categories and first laureates for a specific calendar year. Ideal for historical queries, trivia, educational content, or building timelines of Nobel Prize history without needing a full Nobel Prize database integration.

## Known failure modes

- Missing or invalid year parameter returns an error or empty result
- Years before 1901 (first Nobel Prizes) may return empty or no results
- Future years with no awarded prizes return empty results
- Non-numeric year value may cause a parsing error

## How this service works

All Nobel Prizes awarded in a given year with category and first laureate; q = year (e.g. 2020). Query: ?q= Returns JSON.

## Output

A JSON array of Nobel Prizes awarded in the specified year, each entry including the prize category (e.g. Physics, Peace, Literature, Chemistry, Medicine, Economics) and the name of the first listed laureate for that prize.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/nobel-prizes-by-year-738b951c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clonecho.builda.company](https://www.zero.xyz/host/clonecho.builda.company/llms.txt)
