# F1 Finish Status Codes & Historical Counts

> F1 Finish Status Codes & Historical Counts 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-13).

Returns all Formula 1 classification and retirement status codes (e.g. Finished, +1 Lap, Accident, Engine) with the historical count of how many times each has occurred across F1 history.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/f1-finish-status-codes
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/f1-finish-status-codes-historical-counts-01007b34
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_OSkFOUqgLojeEt_OOercM

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-finish-status-codes-historical-counts-01007b34 -d '<json body>'
```

Example prompt: Can you pull up all the Formula 1 finish and retirement status codes ever used — things like Finished, Engine, Accident, +1 Lap — along with how many times each one has occurred throughout F1 history?

## When to prefer this

Use this endpoint when you need a complete reference list of F1 race outcome/retirement classifications with their historical frequency — ideal for building dashboards, enriching race result datasets, or answering questions about common F1 retirement causes without needing to specify any parameters.

## Known failure modes

- Network or payment failure returns a non-200 status with no data
- Endpoint may return stale data if the underlying F1 data source hasn't been updated after recent races
- Malformed response if upstream data source is unavailable

## How this service works

Formula 1 classification/retirement status codes across history with how many times each has occurred (Finished, +1 Lap, Accident, Engine, etc.). No params. Returns JSON.

## Output

A JSON array of all F1 finish/retirement status codes used throughout history, each entry containing the status label (e.g. 'Finished', 'Engine', 'Accident', '+1 Lap') and the total number of times that status has been recorded across all F1 races.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/f1-finish-status-codes-historical-counts-01007b34/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)
