opendota_public_matches
Retrieve recent public Dota 2 matches to analyze the ladder meta, including hero choices, average rank, duration, and winning side. Filter by minimum rank or paginate with match ID.
Instructions
A sample of recent public (non-professional) matches — the ladder meta rather than the pro scene.
Returns: [{match_id, start_time, duration, avg_rank_tier, radiant_win, radiant_team:[hero_id], dire_team:[hero_id]}] — hero ids only, no player identity
Example: Recent public matches
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| min_rank | No | Minimum rank tier (10=Herald … 80=Immortal). | |
| less_than_match_id | No | Paginate backwards from this match id. |