# ESPN WNBA Scoreboard by Date

> ESPN WNBA Scoreboard 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 WNBA game data for a specified date, including matchups, tip-off times, and final game statuses.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/espn-wnba-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-wnba-scoreboard-by-date-f330cafb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ZhFMmMdjgDr0wl91-T1uF

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-wnba-scoreboard-by-date-f330cafb -d '<json body>'
```

Example prompt: What WNBA games are happening on July 10th 2025 — show me the matchups, tip times, and any final scores from ESPN.

## When to prefer this

Use this endpoint when you need WNBA-specific game data (matchups, tip times, scores) for a particular date sourced from ESPN. Prefer this over generic sports APIs when the user explicitly wants WNBA schedule or scoreboard information.

## Known failure modes

- Invalid date format (not YYYYMMDD) returns error or empty result
- No games scheduled on the requested date returns empty game list
- Future dates may return scheduled games with no scores
- Network or upstream ESPN data unavailability may return error

## How this service works

ESPN WNBA games for a given date (YYYYMMDD): matchup, tip time and final status Query: ?q= Returns JSON.

## Output

A JSON object containing WNBA game entries for the requested date, each including the two competing teams, scheduled tip-off time, and the current or final game status (e.g., scheduled, in progress, final score).

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/espn-wnba-scoreboard-by-date-f330cafb/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)
