# TheSportsDB Round Events by League

> TheSportsDB Round Events by League 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 all fixtures/events for a specific league, round number, and season from TheSportsDB

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/tsdb-round-events
- 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/thesportsdb-round-events-by-league-f33553c9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_QfJsUC6UfnrM6X7xAVd94

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-round-events-by-league-f33553c9 -d '<json body>'
```

Example prompt: Can you pull all the fixtures for round 12 of the English Premier League (league id 4328) in the 2023-2024 season from TheSportsDB?

## When to prefer this

Use this endpoint when you need all fixtures for a specific round/matchday within a known league and season, and you already have the TheSportsDB league id. Ideal for sports scheduling apps, fantasy sports tools, or any agent that needs to enumerate all games in a particular gameweek. Prefer this over team-based lookups when you want a full round view rather than a single team's schedule.

## Known failure modes

- Invalid or unknown league id returns empty or null results
- Round number does not exist for the given season returns empty array
- Season string format mismatch returns no results
- Missing required query parameters may return error or empty response
- TheSportsDB upstream unavailability causes request failure

## How this service works

TheSportsDB: events for a league id, round and season - matchday fixtures by team. Query: ?id=&?r=&?s= Returns JSON.

## Output

A JSON object containing a list of sporting events/fixtures for the specified league round and season, including team names, match dates, times, scores, and other event metadata from TheSportsDB.

## More

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