# Formula 1 Race Calendar by Season

> Formula 1 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 complete F1 race calendar for a given season, including circuit names and locations for each race.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/f1-race-schedule
- 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/formula-1-race-calendar-by-season-287bb477
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_rKTl2IUYAPtxT5DnLOXm1

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 formula-1-race-calendar-by-season-287bb477 -d '<json body>'
```

Example prompt: Can you pull up the full Formula 1 race calendar for the 2024 season, including each circuit name and location?

## When to prefer this

Use this endpoint when you need the official F1 race calendar for a specific year, including circuit names and geographic locations. Ideal for building race trackers, travel planners around F1 events, or answering questions about when and where specific Grand Prix races are held.

## Known failure modes

- Invalid or future season year returns empty results or error
- Missing season parameter may return an error or default season data
- Season data not yet available for future years returns partial or empty schedule

## How this service works

Formula 1 race calendar for a season with circuit and location. Param season = year. Query: ?season= Returns JSON.

## Output

A JSON array of race entries for the specified season, each containing race round number, Grand Prix name, circuit name, and host city/country, covering all scheduled races for that year.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/formula-1-race-calendar-by-season-287bb477/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)
