# F1 Drivers by Season (Jolpica/Ergast)

> F1 Drivers by Season (Jolpica/Ergast) 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 the full Formula 1 driver roster for a given season year, including driver ID, name, nationality, and number, sourced from the Jolpica/Ergast F1 API.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/f1-drivers-by-season
- 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/f1-drivers-by-season-jolpica-ergast-e88608b8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_fOj1Hh4_RuVYdbqnOwBRN

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 f1-drivers-by-season-jolpica-ergast-e88608b8 -d '<json body>'
```

Example prompt: Can you pull up the complete list of every Formula 1 driver who raced in the 2022 season, including their driver IDs, nationalities, and car numbers?

## When to prefer this

Use this endpoint when you need a structured, season-specific list of all F1 drivers with IDs, names, nationalities, and numbers — ideal for building standings, historical analysis, or driver lookup features. Prefer this over scraping Wikipedia or F1.com when you need clean, machine-readable JSON data backed by the established Ergast/Jolpica dataset.

## Known failure modes

- Invalid or unsupported season year returns empty results or an error
- Season years before F1 records began (pre-1950) may return no data
- Missing or malformed query parameter may return an error or default response
- Network timeout or upstream Jolpica/Ergast API unavailability

## How this service works

Jolpica/Ergast full F1 driver roster for a season year: driver id, name, nationality, number Query: ?q= Returns JSON.

## Output

A JSON array of F1 driver records for the requested season, each containing driver ID, full name, nationality, and race number as sourced from the Jolpica/Ergast dataset.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/f1-drivers-by-season-jolpica-ergast-e88608b8/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)
