opendota_public_matches
Retrieve recent public (non-professional) Dota 2 matches to analyze the ladder meta, including hero picks, average rank, and outcomes. Use rank filters or paginate for targeted data.
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. |