# OpenDota Heroes List

> OpenDota Heroes List 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 complete Dota 2 hero roster with each hero's primary attribute, attack type, and roles as JSON

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/opendota-heroes
- 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/opendota-heroes-list-da13cd20
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_8OVFncP_NevmcbzXrcT7g

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-heroes-list-da13cd20 -d '<json body>'
```

Example prompt: Can you pull up the full list of all Dota 2 heroes along with their primary attributes, attack types, and roles?

## When to prefer this

Use this endpoint when you need a comprehensive, structured list of all Dota 2 heroes with their attributes, attack types, and roles without building or maintaining your own hero database. Ideal for hero-filtering, team composition tools, or any Dota 2 application needing a static hero reference dataset.

## Known failure modes

- Upstream OpenDota API unavailable — may return 502 or empty response
- Payment failure (x402) — call not authorized if USDC not provided
- Stale data if OpenDota hero list hasn't been refreshed after a Dota 2 patch

## How this service works

Complete Dota 2 hero list with primary attribute, attack type and roles; no params. Returns JSON.

## Output

A JSON array of all Dota 2 heroes, each entry containing the hero's name, primary attribute (Strength, Agility, or Intelligence), attack type (Melee or Ranged), and role tags such as Carry, Support, Initiator, Disabler, Nuker, Pusher, or Escape.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/opendota-heroes-list-da13cd20/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)
