# clonecho Sports DB League Teams

> clonecho Sports DB League Teams 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 teams in a given sports league, including each team's stadium and founding year, using a league ID parameter.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/sportsdb-league-teams
- 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/clonecho-sports-db-league-teams-de257030
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_vn79XNDrbjgPU2Qqev78j

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 clonecho-sports-db-league-teams-de257030 -d '<json body>'
```

Example prompt: Can you pull up all the teams in the English Premier League (league ID 4328) along with their stadiums and founding years?

## When to prefer this

Use this endpoint when you need a comprehensive list of all teams in a specific sports league along with their stadium and founding year metadata. Prefer this over general sports search APIs when you already know the league ID and need structured team data in one call.

## Known failure modes

- Invalid or unknown league ID returns empty or error JSON
- Missing league parameter returns a 400 or bad request error
- Unsupported league ID returns empty teams array
- Payment not processed results in 402 response blocking data

## How this service works

All teams in a league with stadium and founding year. Param league = league id (4328 EPL). Query: ?league= Returns JSON.

## Output

A JSON array of all teams in the specified league, each entry containing the team name, home stadium, and founding year.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/clonecho-sports-db-league-teams-de257030/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)
