# F1 Circuits by Season

> F1 Circuits 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-15).

Returns the list of Formula 1 circuits used in a given season year, including circuit ID, name, locality, and country.

## Facts

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

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-circuits-by-season-f01be724 -d '<json body>'
```

Example prompt: Can you give me a list of all the Formula 1 circuits used in the 2023 season, with their names, cities, and countries?

## When to prefer this

Use this endpoint when you need structured F1 circuit data (circuit ID, name, locality, country) for a specific season year, especially when building race calendars, analyzing historical race geography, or enriching F1 standings data with venue information. Prefer this over general sports APIs when you specifically need Jolpica/Ergast-compatible circuit identifiers.

## Known failure modes

- Invalid or non-existent season year returns empty results or error
- Missing query parameter may return all circuits or an error
- Season years outside F1 history (pre-1950 or future) may return no data
- Network or upstream Jolpica/Ergast API unavailability causes failure
- Payment failure (x402) returns 402 status before data is delivered

## How this service works

Jolpica/Ergast F1 circuits used in a season year: id, circuit name, locality and country Query: ?q= Returns JSON.

## Output

A JSON array of F1 circuits for the specified season year, each entry containing the circuit ID, circuit name, locality (city), and country where the circuit is located.

## More

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