get_pro_matches
Fetch recent professional Dota 2 matches with league, teams, score, and duration, sorted newest first. Supports pagination by match ID to browse older matches.
Instructions
Most recent professional matches (league, teams, score, duration), newest first. Paginate with less_than_match_id. Enriched with readable fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max matches to return (default 20). | |
| language | No | Language for hero/item/ability names. Accepts Steam codes ("english", "schinese", "russian", ...) or tags ("zh-CN", "zh", "ru", ...). Defaults to the OPENDOTA_LANGUAGE env var or "english". Use list_supported_languages to see all options. | |
| less_than_match_id | No | Return older matches only (pass the last match_id of the previous page). |