# F1 Sprint Races by Season

> F1 Sprint Races 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 a list of Formula 1 sprint races for a given season year, including round number, race name, and season.

## Facts

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

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-races-by-season-1816a393 -d '<json body>'
```

Example prompt: Can you show me all the sprint races from the 2023 Formula 1 season, including which round numbers and race names they were held at?

## When to prefer this

Use this endpoint when you need a structured list of F1 sprint race events for a specific season, including their round numbers and names. Prefer this over general race schedule endpoints when you specifically want to filter for sprint format weekends only.

## Known failure modes

- Season year with no sprint races returns empty list
- Invalid or future season year returns empty or error response
- Missing query parameter may return error
- Network timeout if upstream Jolpica/Ergast API is unavailable

## How this service works

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

## Output

A JSON array of sprint race entries for the requested season, each containing the round number, race/Grand Prix name, and season year.

## More

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