# TheSportsDB League Search by Country and Sport

> TheSportsDB League Search by Country and Sport 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-14).

Search TheSportsDB for sports leagues filtered by country and sport, returning league name, founding year, and official website.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/tsdb-league-search
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/thesportsdb-league-search-by-country-and-sport-80f4cdd8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Y3Zf_a9S8xvLwqYV9_-TU

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-league-search-by-country-and-sport-80f4cdd8 -d '<json body>'
```

Example prompt: Can you find all the soccer leagues in England using TheSportsDB — I want their names, the year they were formed, and their official websites?

## When to prefer this

Use this endpoint when you need to discover or enumerate sports leagues for a specific country and/or sport, and want structured metadata including founding year and official website. Prefer this over general web search when you need clean, structured JSON data about sports leagues from TheSportsDB.

## Known failure modes

- No leagues found for the given country/sport combination — returns empty array
- Invalid or unrecognized country or sport parameter — may return empty results
- Missing query parameters — endpoint may return all results or error
- Misspelled country or sport name — no results returned
- TheSportsDB upstream unavailable — service error

## How this service works

TheSportsDB: find leagues by country and sport - league name, formed year, website. Query: ?c=&?s= Returns JSON.

## Output

A JSON array of sports leagues matching the given country and sport, each containing the league name, the year the league was formed, and the league's official website URL.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/thesportsdb-league-search-by-country-and-sport-80f4cdd8/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)
