Get player snapshots
wom_get_player_snapshotsRetrieve past stat snapshots for any OSRS player, filtered by period or custom date range.
Instructions
Fetches a player's past stat snapshots, optionally filtered by period or a custom date range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max number of results (pagination). | |
| offset | No | Number of results to skip (pagination). | |
| 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`. |