Helo System: Get Player Matches
Helo System via Parse · sports
Retrieve the match history for a single player by Steam64 ID across all match types (competitive, friendly, event). Returns paginated matches sorted by date descending. Each match includes the match_id, date (extracted from match_id), the player's team tag, opponent tag (derived from match_id), match type, and the player's individual stats (kills, deaths, duration, per-minute rates, percentile rankings). Also returns the player's recorded display names and team associations. Pagination is controlled via offset and limit; the response includes total_count and next_offset. Fields requiring individual match detail lookup (map, side, score, tournament) are not included; use get_match_detail with the returned match_id for full match metadata. Access Hell Let Loose competitive clan teams, rankings, match history, and detailed match statistics from the HeLO (Hell Let Loose Skill System) platform. Fulfilled by Parse from helo-system.de.
- entertainment
- helo-system
- helo-system-de
- other
- parse
- platform-key
- sports
Price and execution
- Price
- Quote unavailable
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- sports
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/323ae114-81d1-45a4-83fc-94ef2a9a4ac0/get_player_matches
- Interface artifact
- sha256:d6689c1616feb2f2ab28cd63397402e6349666e5013bb6124cfb6480a43a9814
- Manifest digest
- sha256:976f876f802dd18fdd028a567cec503ae61d0db89486e8b7fd17f4ecd2f0efb6
Request fields
- limit (integer): Maximum number of matches to return per page. Clamped to 1-200.
- offset (integer): Pagination offset (0-based). Use next_offset from a previous response to fetch the next page.
- series (string): The competitive series/season identifier. Obtain available values from list_series.
- steam_id (string, required): Steam64 ID of the player (e.g. '76561198012664514').
Example queries
- {"steam_id":"76561198012664514"}