# OpenDota Pro Matches Feed

> OpenDota Pro Matches Feed 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-15).

Returns recent professional Dota 2 matches older than a given match ID, including team names and league information.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/opendota-pro-matches
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/opendota-pro-matches-feed-7d0b659f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_XOwV7I-eqYcGyCVfLfdTy

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 opendota-pro-matches-feed-7d0b659f -d '<json body>'
```

Example prompt: Can you pull me the recent professional Dota 2 matches older than match ID 7850000000, including which teams played and what leagues they were in?

## When to prefer this

Use this endpoint when you need structured professional Dota 2 match data with team and league context, especially for paginating through recent pro match history. Prefer over scraping match sites or querying OpenDota directly when you want a simple paid API with predictable cost per call.

## Known failure modes

- Invalid or non-numeric match ID returns an error or empty result
- Match ID too old may return no results if data is unavailable
- Payment not processed results in 402 response
- OpenDota upstream API unavailable causes failure or timeout

## How this service works

Recent professional Dota 2 matches older than match id {q}, with teams and league. Query: ?q= Returns JSON.

## Output

A JSON array of recent professional Dota 2 matches, each containing the match ID, participating teams, and the league the match was played in, paginated by the supplied match ID cursor.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/opendota-pro-matches-feed-7d0b659f/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)
