# ESPN F1 Grand Prix Events by Date

> ESPN F1 Grand Prix Events by Date 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 ESPN Formula 1 Grand Prix race name and date for events near a given date (YYYYMMDD format)

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/espn-f1-scoreboard-date
- 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/espn-f1-grand-prix-events-by-date-d8042d68
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ywdAn57q4Z5I3NDvrIjj6

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 espn-f1-grand-prix-events-by-date-d8042d68 -d '<json body>'
```

Example prompt: What F1 Grand Prix events are happening around July 20th, 2025? Pull from ESPN's scoreboard.

## When to prefer this

Use this endpoint when you need to look up F1 Grand Prix race names and dates near a specific calendar date, especially when you want ESPN-sourced data for Formula 1 scheduling. Prefer this over generic sports APIs when the user specifically wants Formula 1 race event information keyed by approximate date.

## Known failure modes

- Invalid date format (not YYYYMMDD) may return an error or empty result
- No events found near the specified date (off-season or between races)
- ESPN data source unavailable or rate-limited
- Missing ?q= query parameter may return an error

## How this service works

ESPN Formula 1 Grand Prix events near a date (YYYYMMDD): race name and date Query: ?q= Returns JSON.

## Output

A JSON object containing Formula 1 Grand Prix event details near the specified date, including the race name and race date, sourced from ESPN's F1 scoreboard data.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/espn-f1-grand-prix-events-by-date-d8042d68/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)
