# TheSportsDB Team Detail Lookup

> TheSportsDB Team Detail 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 a full team profile from TheSportsDB by team ID, including stadium, league, formation year, and location.

## Facts

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

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-detail-lookup-5e200499 -d '<json body>'
```

Example prompt: Can you pull up the full team profile for Manchester United from TheSportsDB — I want their stadium name, what league they're in, when they were founded, and their location? Their team ID is 133613.

## When to prefer this

Use this endpoint when you have a specific TheSportsDB team ID and need comprehensive team profile data (stadium, league, location, founding year) for any sport or league. Prefer over general search endpoints when the team ID is already known.

## Known failure modes

- Invalid or unknown team ID returns empty result or error JSON
- Missing ?q= parameter causes a bad request response
- Team exists in TheSportsDB but has incomplete data fields (nulls for some attributes)
- Network timeout or upstream TheSportsDB API unavailability

## How this service works

TheSportsDB (any sport/league): full team profile by team id - stadium, league, formed year, location. Query: ?q= Returns JSON.

## Output

A JSON object containing the full team profile from TheSportsDB including team name, home stadium, league affiliation, year formed, geographic location, and other team metadata.

## More

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