# F1 Qualifying Sessions by Season

> F1 Qualifying Sessions by Season 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 qualifying session results for every round in a given Formula 1 season, including round number, race name, and season year.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/f1-qualifying-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-qualifying-sessions-by-season-a582e502
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Lrqibdg5G92R5quOH3Y1V

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-qualifying-sessions-by-season-a582e502 -d '<json body>'
```

Example prompt: Can you pull up all the qualifying session results for the 2023 Formula 1 season, including each round number and race name?

## When to prefer this

Use this endpoint when you need structured qualifying session data (round numbers, race names) for an entire Formula 1 season. Best when you need a season-level overview rather than granular lap times or driver standings. Prefer over scraping race sites when clean JSON is needed programmatically.

## Known failure modes

- Invalid or future season year returns empty or error response
- Missing or malformed query parameter may return no results
- Season data not yet indexed by Jolpica/Ergast returns empty dataset
- Non-numeric or out-of-range season year causes unexpected behavior

## How this service works

Jolpica/Ergast F1 qualifying sessions for a season year: round, race name and season Query: ?q= Returns JSON.

## Output

A JSON array of qualifying session entries for each round in the requested F1 season, with fields for round number, race name, and season year.

## More

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