# TheSportsDB Team Roster Lookup

> TheSportsDB Team Roster 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 player roster for a given TheSportsDB team ID, including each player's name, position, nationality, and birth date.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/tsdb-team-roster
- 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-roster-lookup-cd5ad35d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9oOJwiyd3eL4NaEYsLSva

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-roster-lookup-cd5ad35d -d '<json body>'
```

Example prompt: Can you pull up the full roster for the team with TheSportsDB ID 133604 — I want to see every player's name, position, nationality, and date of birth.

## When to prefer this

Use this endpoint when you need structured player roster data for a specific team by its TheSportsDB team ID, including positions, nationalities, and birth dates. Prefer this over general sports APIs when you already have a TheSportsDB team ID and need full squad details in a single call.

## Known failure modes

- Invalid or unknown team ID returns empty roster or error JSON
- Missing query parameter q causes a bad request response
- Network timeout if TheSportsDB upstream is slow
- Team with no registered players returns an empty array

## How this service works

TheSportsDB: full roster of players for a team id - player, position, nationality, birth date. Query: ?q= Returns JSON.

## Output

A JSON object containing the full list of players on the specified team, with each player's name, playing position, nationality, and birth date as provided by TheSportsDB.

## More

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