- `real_name` = Real Name - `birth_place` = Birthplace - `date_of_birth` = Date of birth (day and month) - `age` = Age - `roles` = Roles (list) - `health` = Health (1-3) - `armor` = Armor (1-3) - `hp` = Operators' HP (Since Crystal Guard) - `unit` = Unit - `country_code` = Country Code (two letter representation of their country) - `year_introduced` = E.g.: Y5S3
2.1.2
added `,get_timespan_dates()` to every class that supports it (`Gamemodes`, `Operators`, `Maps`, `Trends`, `Weapons`)
Example py await player.load_gamemodes() print(player.gamemodes.get_timespan_dates())
Output text {'start_date': '20211205', 'end_date': '20220405'}
2.1.0
add `.set_timespan_dates()` to `Player` class allows you to set start and end dates for getting time constrained data
2.0.7
fix missing operator errors fix "No Class" operator