# clonecho Player Profile

> clonecho Player Profile 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 including team, position, nationality, and bio for a given player name

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/player-profile
- 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/clonecho-player-profile-1a38b76b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_csACX4eeG7TKA0SWs9kRQ

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-player-profile-1a38b76b -d '<json body>'
```

Example prompt: Can you pull up Messi's player profile — I want to know his current team, position, nationality, and a short bio?

## When to prefer this

Use this endpoint when you need structured biographical and team information about a specific athlete by name, especially for media or sports data enrichment use cases. Best suited for single-player lookups where a name is known.

## Known failure modes

- Missing required ?player= parameter returns an error
- Unknown or misspelled player name returns empty or error response
- Player name with special characters may require URL encoding
- Payment failure via x402 returns 402 status
- Service unavailable returns 5xx error

## How this service works

MEDIA: athlete profiles — team, position, nationality, bio (?player=Messi, required). Returns JSON.

## Output

A JSON object containing the athlete's team, position, nationality, and biographical information for the specified player name.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/clonecho-player-profile-1a38b76b/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)
