# OpenDota Hero Rankings

> OpenDota Hero Rankings 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 the top-ranked players on a specific Dota 2 hero, including account info, persona, rank tier, and score, filtered by hero ID.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/opendota-hero-rankings
- 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-hero-rankings-b4924f4c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_h0DH3gfcWEfKcV_VJY2Tv

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-hero-rankings-b4924f4c -d '<json body>'
```

Example prompt: Can you pull up the OpenDota hero rankings for hero ID 86 (Rubick) and show me the top players with their rank tier and score?

## When to prefer this

Use this endpoint when you need ranked leaderboard data for a specific Dota 2 hero — particularly when you want to identify top players by hero expertise, rank tier, or score. Prefer this over general player-search endpoints when the query is specifically about hero-level performance rankings.

## Known failure modes

- Invalid or missing hero_id returns an error or empty result
- Hero ID that does not exist in OpenDota returns empty array
- Rate limiting or payment failure returns 402 Payment Required
- OpenDota upstream API downtime causes timeout or 5xx error

## How this service works

OpenDota API: top-ranked players on a given hero with account, persona, rank tier and score, by hero_id param. Query: ?hero_id= Returns JSON.

## Output

A JSON array of top-ranked players for the specified Dota 2 hero, each entry containing account ID, persona (display name), rank tier, and ranking score.

## More

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