get_lifetime_matches_by_name
Retrieve a player's lifetime match statistics and match history for Valorant using their name, tag, and region. Filter results by mode or map and paginate through matches.
Instructions
Get lifetime match statistics (different API endpoint).
Provides aggregate lifetime stats and match history.
Args: name: Player's in-game name tag: Player's tag region: Region code (ap, na, eu, kr, br, latam) mode: Optional game mode filter map_filter: Optional map filter page: Page number (default: 1) size: Matches per page (default: 20)
Returns: Lifetime stats and match list
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | Yes | ||
| mode | No | ||
| name | Yes | ||
| page | No | ||
| size | No | ||
| region | No | na | |
| map_filter | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||