# clonecho Sports Team Search (TheSportsDB)

> clonecho Sports Team Search (TheSportsDB) 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).

Look up a sports team by name across all leagues and sports, returning detailed team metadata as JSON.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/sportsdb-search-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/clonecho-sports-team-search-thesportsdb-3f22dfc9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_wtjOF3C13O91xSFRinikR

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 clonecho-sports-team-search-thesportsdb-3f22dfc9 -d '<json body>'
```

Example prompt: Can you look up the sports team 'Arsenal' and tell me what league they're in and any other details you can find about them?

## When to prefer this

Use this endpoint when you need to look up structured metadata for a sports team by name across any sport or league globally. It is ideal for enriching sports-related data pipelines, resolving team names to IDs, or surfacing general team information without knowing the sport or league in advance.

## Known failure modes

- Team name not found returns empty or null results
- Ambiguous team names may return the wrong team or multiple candidates
- Misspelled team names may yield no results
- Teams with very recent additions to the database may not be indexed
- Non-English team name variations may not match

## How this service works

Look up a sports team by name across all leagues. Param team = team name. Query: ?team= Returns JSON.

## Output

Returns a JSON object containing detailed metadata about the matched sports team, potentially including team ID, sport, league, country, team description, formation year, stadium, social media links, and badge/logo URLs.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/clonecho-sports-team-search-thesportsdb-3f22dfc9/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)
