# TheSportsDB Team Lookup by ID

> TheSportsDB Team Lookup by ID 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 full team profile including sport, league, and year formed from TheSportsDB, looked up by team ID.

## Facts

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

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-lookup-by-id-e15b0381 -d '<json body>'
```

Example prompt: Can you pull up the full team profile for TheSportsDB team ID 133604 — I want to know the sport, league, and what year they were founded?

## When to prefer this

Use this endpoint when you have a specific TheSportsDB team ID and need full structured team metadata including sport, league, and founding year. Prefer this over search-based endpoints when the team ID is already known. Ideal for enriching sports data pipelines or verifying team details.

## Known failure modes

- Invalid or unknown team ID returns empty or error JSON
- Missing q parameter returns a 400 or empty response
- Team ID exists but has incomplete data in TheSportsDB (sparse fields)
- Rate limiting or payment failure returns 402

## How this service works

TheSportsDB full team profile by team id: team, sport, league and year formed Query: ?q= Returns JSON.

## Output

A JSON object containing the full team profile for the given team ID, including team name, sport type, league affiliation, year the team was formed, and other available team metadata from TheSportsDB.

## More

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