# TheSportsDB League Season Events

> TheSportsDB League Season Events 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 all events (home team, away team, season) for a given league in the 2024-2025 season from TheSportsDB

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/thesportsdb-league-season-events
- 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/thesportsdb-league-season-events-f0f8bbaa
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_RHluYI-ZQv0w4vnqlIgj7

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 thesportsdb-league-season-events-f0f8bbaa -d '<json body>'
```

Example prompt: Can you pull all the events for the Premier League (league ID 4328) in the 2024-2025 season from TheSportsDB — I want to see every home and away matchup listed?

## When to prefer this

Use this endpoint when you need a complete list of all matches/events for a specific league in the 2024-2025 season from TheSportsDB, identified by league ID. Prefer this over general sports APIs when you need structured home/away event data for a full season in JSON format.

## Known failure modes

- Invalid or unknown league ID returns empty results or error
- League ID not covered by TheSportsDB returns no data
- Network or upstream TheSportsDB API timeout
- Missing query parameter q causes malformed request

## How this service works

TheSportsDB all events in the 2024-2025 season for a league id: event, home, away and season Query: ?q= Returns JSON.

## Output

A JSON array of all events in the specified league's 2024-2025 season, each including event name, home team, away team, and season identifier.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/thesportsdb-league-season-events-f0f8bbaa/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)
