-
Notifications
You must be signed in to change notification settings - Fork 8
Trends V2
Michal Mikulec edited this page Apr 6, 2022
·
4 revisions
-
all
TrendsGameMode -
casual
TrendsGameMode -
ranked
TrendsGameMode -
unranked
TrendsGameMode -
newcomer
TrendsGameMode(Added in v2.0.3)
-
get_timespan_dates() -> dict[str: str]
- Gets start & end dates that get returned by the API
- Updated with every call
Returns
{'start_date': '20211205', 'end_date': '20220405'}Added in v2.1.2
-
name
str -
all
list[TrendBlocks] -
attacker
list[TrendBlocks] -
defender
list[TrendBlocks]
- stats_period
List[str] - matches_played
List[int] - rounds_played
List[int] - minutes_played
List[int] - matches_won
List[int] - matches_lost
List[int] - rounds_won
List[int] - rounds_lost
List[int] - kills
List[int] - assists
List[int] - death
List[int] - headshots
List[int] - melee_kills
List[int] - team_kills
List[int] - opening_kills
List[int] - opening_deaths
List[int] - trades
List[int] - opening_kill_trades
List[int] - opening_death_trades
List[int] - revives
List[int] - distance_travelled
List[int]โ Percentage of rounds - win_loss_ratio
List[float]โ Percentage of rounds - kill_death_ratio
List[float]โ Percentage of rounds - headshot_accuracy
List[float]โ Percentage of rounds - kills_per_round
List[float]โ Percentage of rounds - rounds_with_kill
List[float]โ Percentage of rounds - rounds_with_multi_kill
List[float]โ Percentage of rounds - rounds_with_opening_kill
List[float]โ Percentage of rounds - rounds_with_opening_death
List[float]โ Percentage of rounds - rounds_with_kost
List[float]โ Percentage of rounds - rounds_survived
List[float]โ Percentage of rounds - rounds_with_ace
List[float]โ Percentage of rounds - rounds_with_clutch
List[float]โ Percentage of rounds - time_alive_per_match
List[float] - time_dead_per_match
List[float] - distance_per_round
List[float]