opendota_pro_matches
Retrieve recent professional Dota 2 matches with team names, league info, duration, and winning side. Paginate backward using match_id to access older matches.
Instructions
Recent professional matches with teams, league, duration and result.
Returns: [{match_id, duration, start_time, radiant_team_id, radiant_name, dire_team_id, dire_name, leagueid, league_name, series_id, series_type, radiant_score, dire_score, radiant_win}] — Dota sides are RADIANT and DIRE, not home/away; radiant_win is the result
Example: Latest pro matches
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| less_than_match_id | No | Paginate backwards: pass the lowest match_id you've seen to get older matches. |