Dota2GameTeam
Team's data for a game
Properties
Name | Type | Required | Description |
---|---|---|---|
bans | List[int] | ✅ | |
barracks_status | BarracksStatus | ✅ | |
faction | Dota2Faction | ✅ | |
first_blood | bool | ✅ | Whether team got first blood |
first_roshan | bool | ✅ | Whether team got first Roshan |
first_tower | bool | ✅ | Whether team got first tower |
picks | List[int] | ✅ | |
player_ids | List[int] | ✅ | |
roshan_kills | int | ✅ | The total number of Roshans killed by the team in the game |
score | int | ✅ | |
team | BaseTeam | ✅ | |
tower_status | TowerStatus | ✅ |
BarracksStatus
Properties
Name | Type | Required | Description |
---|---|---|---|
bottom_melee | bool | ✅ | Whether bottom melee barracks are alive |
bottom_ranged | bool | ✅ | Whether bottom ranged barracks are alive |
middle_melee | bool | ✅ | Whether middle melee barracks are alive |
middle_ranged | bool | ✅ | Whether middle ranged barracks are alive |
top_melee | bool | ✅ | Whether top melee barracks are alive |
top_ranged | bool | ✅ | Whether top ranged barracks are alive |
TowerStatus
Properties
Name | Type | Required | Description |
---|---|---|---|
ancient_bottom | bool | ✅ | Whether bottom Ancient is alive |
ancient_top | bool | ✅ | Whether top Ancient is alive |
bottom_tier_1 | bool | ✅ | Whether bottom tier 1 tower is alive |
bottom_tier_2 | bool | ✅ | Whether bottom tier 2 tower is alive |
bottom_tier_3 | bool | ✅ | Whether bottom tier 3 tower is alive |
middle_tier_1 | bool | ✅ | Whether middle tier 1 tower is alive |
middle_tier_2 | bool | ✅ | Whether middle tier 2 tower is alive |
middle_tier_3 | bool | ✅ | Whether middle tier 3 tower is alive |
top_tier_1 | bool | ✅ | Whether top tier 1 tower is alive |
top_tier_2 | bool | ✅ | Whether top tier 2 tower is alive |
top_tier_3 | bool | ✅ | Whether top tier 3 tower is alive |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs