# F1 Race Finish-Status Tally by Season (Jolpica/Ergast)

> F1 Race Finish-Status Tally 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-15).

Returns a tally of race finish-status labels and their counts for a given F1 season year, or all-time, sourced from the Jolpica/Ergast API.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/f1-status-by-season
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/f1-race-finish-status-tally-by-season-jolpica-ergast-03460720
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Mm35EM_IX6s8ejGb1RvrV

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-race-finish-status-tally-by-season-jolpica-ergast-03460720 -d '<json body>'
```

Example prompt: Can you pull the race finish-status tally for the 2022 F1 season — I want to see all the status labels like 'Finished', 'Engine', 'Accident', etc. and how many times each occurred?

## When to prefer this

Use this endpoint when you need aggregated F1 race finish-status statistics for a specific season or historically, particularly to analyze retirement reasons, DNF frequencies, or result distributions. Prefer this over raw lap/result endpoints when you want pre-tallied counts rather than individual race records.

## Known failure modes

- Invalid or unrecognized season year returns an error or empty dataset
- Missing query parameter may return all-time data or an error depending on implementation
- Season years before F1's first recorded data (pre-1950) may yield no results
- Upstream Jolpica/Ergast API downtime causing data unavailability
- Rate limit or payment failure resulting in 402 response

## How this service works

Jolpica/Ergast F1 race finish-status tally for a season year (or all-time): status label and count Query: ?q= Returns JSON.

## Output

A JSON object containing a list of race finish-status entries, each with a status label (e.g. 'Finished', 'Engine', 'Accident', '+1 Lap') and the count of how many times that status occurred in the specified season or across all time.

## More

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