# clonecho Sports Match Lookup

> clonecho Sports Match 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).

Looks up sports match or event details including scores and venue by event name query parameter

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/match-lookup
- 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-sports-match-lookup-56181936
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6JmxP2OJKoGUOoLyPkgqw

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-sports-match-lookup-56181936 -d '<json body>'
```

Example prompt: Can you look up the match details and score for Arsenal vs Chelsea, including where it was played?

## When to prefer this

Use this endpoint when you need to retrieve scores, venue, or event details for a specific sports match identified by two competing team names. Ideal for football/soccer, and potentially other sports, where you have a known matchup like 'TeamA_vs_TeamB'.

## Known failure modes

- Missing required event parameter returns error
- Unrecognized or malformed event name returns empty or error response
- Event not found in database returns null or 404
- Network timeout or service unavailability

## How this service works

MEDIA: sports match/event lookup with scores and venue (?event=Arsenal_vs_Chelsea, required). Returns JSON.

## Output

A JSON object containing sports match/event information including scores, venue details, and event metadata for the queried match

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/clonecho-sports-match-lookup-56181936/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)
