# TheSportsDB League Teams Lookup

> TheSportsDB League Teams Lookup 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 every team in a sports league given a league ID, including team name, sport, league, and year formed.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/thesportsdb-league-teams
- 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-league-teams-lookup-91b515e9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_XYcDbfpg51LTo53Ij6UyK

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-lookup-91b515e9 -d '<json body>'
```

Example prompt: Can you list all the teams in the English Premier League using TheSportsDB? The league ID is 4328.

## When to prefer this

Use this endpoint when you need a complete list of teams within a specific sports league identified by a TheSportsDB league ID, and you want structured data including team name, sport, league, and founding year. Prefer this over general sports search endpoints when you already have the league ID.

## Known failure modes

- Invalid or unknown league ID returns empty results or error JSON
- Missing query parameter q returns a bad request response
- TheSportsDB upstream unavailable causes timeout or 5xx error
- Non-numeric or malformed league ID may return no results

## How this service works

TheSportsDB every team in a league by league id: team, sport, league and year formed Query: ?q= Returns JSON.

## Output

A JSON array of team objects for the specified league, each containing team name, sport type, league name, and year the team was formed.

## More

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