# TheSportsDB Player Honours Lookup

> TheSportsDB Player Honours 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-14).

Returns the list of trophies and honours won by a specific player, including the team and sport for each honour, given a player ID.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/tsdb-player-honours
- 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-player-honours-lookup-5318f7bb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ODZ2v0FXJERqMr0TFAs1g

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-player-honours-lookup-5318f7bb -d '<json body>'
```

Example prompt: Can you pull up all the trophies and honours that player ID 34145612 has won, including which team and sport each one was for?

## When to prefer this

Use this endpoint when you have a TheSportsDB player ID and need a structured list of that player's career trophies, honours, or titles along with the associated team and sport context. Prefer this over general sports search endpoints when you specifically need honour/achievement data tied to an individual player.

## Known failure modes

- Invalid or unknown player ID returns empty results or error JSON
- Missing ?q= parameter causes a bad request response
- Player has no recorded honours, returning an empty list
- TheSportsDB upstream unavailability causes a timeout or error

## How this service works

TheSportsDB: trophies/honours won by a player id - team and sport of each honour. Query: ?q= Returns JSON.

## Output

A JSON array of honour records for the specified player, each containing the honour/trophy name, the team the player was with when they won it, and the sport associated with that honour.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/thesportsdb-player-honours-lookup-5318f7bb/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)
