# F1 Sprint Race Calendar by Season

> F1 Sprint Race Calendar 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 the Formula 1 sprint-race calendar for a given season, listing each sprint weekend with round number, race name, circuit, locality, country, and date.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/f1-sprint-races
- 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-sprint-race-calendar-by-season-8546cb4e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_LTr-r9BVfEsPfRb9gHAtp

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-sprint-race-calendar-by-season-8546cb4e -d '<json body>'
```

Example prompt: Can you pull up the full list of F1 sprint race weekends for the 2024 season — I want to see each round, circuit name, country, and the sprint race date?

## When to prefer this

Use this endpoint when you specifically need the Formula 1 sprint race schedule (not the full race calendar) for a given season, including circuit and location details for each sprint weekend. Prefer this over a general F1 calendar endpoint when the user's question is specifically about sprint weekends.

## Known failure modes

- Invalid or unsupported season year returns an error or empty result
- Missing season parameter may return an error or default/unexpected data
- Future seasons with no sprint calendar yet defined may return empty results
- Network or payment failure returns HTTP 402 or connection error

## How this service works

Formula 1 sprint-race calendar for a season: each sprint weekend with round, race name, circuit, locality, country and date. Param season = year. Query: ?season= Returns JSON.

## Output

A JSON array of sprint race weekend objects for the requested season, each containing the round number, race name, circuit name, locality, country, and sprint race date.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/f1-sprint-race-calendar-by-season-8546cb4e/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)
