# TheSportsDB Player Detail Lookup

> TheSportsDB Player Detail 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-13).

Returns athlete profile data (team, nationality, position, birth date) from TheSportsDB by player ID for any sport.

## Facts

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

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-detail-lookup-4d2afb24 -d '<json body>'
```

Example prompt: Can you pull up the TheSportsDB profile for player ID 34145635 — I want to know their team, position, nationality, and birth date?

## When to prefer this

Use this endpoint when you have a TheSportsDB player ID and need structured athlete profile data (team, nationality, position, birth date) for any sport — not just football or basketball. Prefer over general sports search endpoints when the player ID is already known.

## Known failure modes

- Invalid or non-existent player ID returns empty or error JSON
- Missing ?q= parameter causes malformed request
- Player ID from a different database not recognized by TheSportsDB
- Network timeout or payment failure (x402) results in no response

## How this service works

TheSportsDB (any sport): athlete profile by player id - team, nationality, position, birth date. Query: ?q= Returns JSON.

## Output

A JSON object containing the athlete's profile from TheSportsDB, including their current team, nationality, playing position, and birth date.

## More

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