GlobalInfo class documentation¶
- class apex_legends_api.al_domain.GlobalInfo(global_dict: dict)¶
a data structure for the global player info
- class Bans(bans_dict: dict)¶
data structure for player bans
- is_active: bool¶
True if ban is currently active
- reason: str¶
Reason of last ban (still has value even when ban is over)
- seconds_remaining: int¶
Remaining time (in seconds) of current ban
- class Rank(rank_dict: dict)¶
data structure for player rank information
- division: int¶
Rank Division (I, II, etc…)
- image_url: str¶
Image icon for current rank
- ladder_pos_platform: int¶
Ladder rank for Apex Predators, will show -1 for others
- property rank_division_roman: str¶
return the rank Division Roman Numeral representation (I II III IV)
- score: int¶
Current rank score
- season: str¶
season / split for current rank (ex: season08_split_2)
- tier: str¶
Rank Tier (Bronze, Gold, etc…)
- avatar: str¶
Player Origin /EA Avatar
- bans: GlobalInfo.Bans¶
Active / latest ban data
- level: int¶
Current level of the player
- name: str¶
Player Nick Name
- platform: ALPlatform¶
Platform (PC, XBOX, etc…)
- rank: GlobalInfo.Rank¶
Current rank detail
- to_next_level_percent: int¶
Percent progress to next level (1-100)
- uid: int¶
Player UID (guaranteed unique)