# TheSportsDB Team Squad Lookup

> TheSportsDB Team Squad 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-15).

Returns the full squad roster for a sports team by numeric team ID, including each player's position, nationality, and current team affiliation.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/thesportsdb-team-squad
- 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-team-squad-lookup-f18f1c98
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_fDs1JH1-ldVrtAN3orGrF

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-team-squad-lookup-f18f1c98 -d '<json body>'
```

Example prompt: Can you pull the full squad roster for the team with ID 133604 from TheSportsDB — I want to see all the players, their positions, and what country they're from?

## When to prefer this

Use this endpoint when you have a numeric TheSportsDB team ID and need structured player roster data including positions and nationalities. Prefer this over general sports search APIs when you need a complete squad list rather than aggregate team stats or match results.

## Known failure modes

- Invalid or non-existent teamId returns empty or error response
- Missing teamId parameter causes a 400 bad request
- Numeric team ID for a lesser-known team may return an empty squad
- Payment failure (402) if USDC balance is insufficient
- Rate limiting or network timeout on upstream TheSportsDB data

## How this service works

TheSportsDB full squad for a team by numeric team id: players with position, nationality and current team. Param teamId. Query: ?teamId= Returns JSON.

## Output

A JSON array of players in the team's squad, each with fields for player name, position (e.g. Forward, Midfielder, Defender, Goalkeeper), nationality, and current team name.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/thesportsdb-team-squad-lookup-f18f1c98/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)
