# TheSportsDB League Results

> TheSportsDB League Results 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-13).

Returns the last 15 past match results (teams and final scores) for a given sports league ID from TheSportsDB

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/tsdb-league-results
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/thesportsdb-league-results-a84c73f9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_K8ZvgfM9kcJhYREQsXVbk

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-results-a84c73f9 -d '<json body>'
```

Example prompt: Can you pull up the last 15 match results for the English Premier League — I want to see which teams played and what the final scores were?

## When to prefer this

Use this endpoint when you need a quick snapshot of the last 15 completed match results for a specific sports league by its TheSportsDB league ID. Prefer this over full season stats endpoints when you only need recent scores and team matchup data without detailed player statistics.

## Known failure modes

- Invalid or unknown league ID returns empty results or error JSON
- Missing query parameter ?q= may return a 400 or empty response
- Network or upstream TheSportsDB API unavailability causes timeout or 5xx error
- Payment not processed causes 402 response blocking access

## How this service works

TheSportsDB: last 15 past results for a league id - teams and final scores. Query: ?q= Returns JSON.

## Output

A JSON array of up to 15 most recent past match results for the specified league, including team names and final scores for each fixture.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/thesportsdb-league-results-a84c73f9/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)
