opendota_player_winloss
Fetch a player's win/loss totals, optionally filtered by hero or recent matches, returning win and lose counts.
Instructions
A player's win/loss totals, with the same filters as their match list.
Returns: {win, lose} — two integers
Example: Career win/loss {"account_id": 88367253}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Restrict to the most recent N matches. | |
| hero_id | No | Only this hero. | |
| account_id | Yes | Steam 32-bit account id. Required — part of the URL path. |