Get player gains
wom_get_player_gainedRetrieve a player's gains across all stats over a specified time period or custom date range.
Instructions
Fetches how much a player has gained across all metrics, for a given period or custom date range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| period | No | A time period. One of: five_min, day, week, month, year. Alternatively use startDate/endDate for a custom range. | |
| endDate | No | End of a custom date range (ISO 8601), used instead of `period`. | |
| username | Yes | The player's username (case-insensitive, spaces or underscores both work). | |
| startDate | No | Start of a custom date range (ISO 8601), used instead of `period`. |