Player type represents a competitor in the tournament, including their personal information, current score, character selection, and tournament seeding.
Type Definition
Fields
Current score (games won in the set)
Player’s sponsor or team tag (empty string if none)
Player’s gamer tag or name
Whether the player is currently in the losers bracket
Player’s pronouns (e.g., “he/him”, “she/her”, “they/them”)
Player’s Twitter/X handle (without @ symbol)
Player’s country code (e.g., “US”, “CA”, “JP”)
Player’s state or region (e.g., “CA”, “NY”, “Tokyo”)
Selected Melee character (see Character enum below)
Selected character color/costume (see CharacterColor enum below)
Player’s tournament seeding number
Related Enums
Character
Melee character roster:CharacterColor
Character costume colors:Not all characters have all color options. The available colors for each character are defined in the
CHARACTER_COLORS mapping in the source code.