# TheSportsDB League Teams Detailed

> TheSportsDB League Teams Detailed 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-13).

Returns a full club directory for any sports league by numeric ID, including team name, stadium, capacity, founding year, and country.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/thesportsdb-league-teams-detailed
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/thesportsdb-league-teams-detailed-2c0f9f7d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_UCI70hBX1cr2c70YTMv88

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-teams-detailed-2c0f9f7d -d '<json body>'
```

Example prompt: Can you pull the full club directory for the English Premier League — league ID 4328 — including each team's stadium, capacity, founding year, and country?

## When to prefer this

Use this endpoint when you need comprehensive club metadata (stadium, capacity, founding year, country) for all teams within a specific league at once. Prefer it over single-team lookups when you need to populate a full league table or compare clubs across a league. Best when you already know the numeric TheSportsDB league ID.

## Known failure modes

- Invalid or unknown leagueId returns empty results or error JSON
- Missing leagueId parameter causes a 400 bad request
- League exists in TheSportsDB but has no teams indexed — returns empty array
- Network timeout or upstream TheSportsDB unavailability causes 5xx error
- Non-numeric leagueId causes a parsing error

## How this service works

TheSportsDB club directory for any league by numeric league id: every team with stadium, capacity, founding year and country. Query: ?leagueId= Returns JSON.

## Output

A JSON array of all clubs in the specified league, each containing team name, home stadium name, stadium capacity, founding year, and country of origin.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/thesportsdb-league-teams-detailed-2c0f9f7d/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)
