Team
Provides dataclasses for representing a CTF team and its related information.
ctftime_api.models.team.BaseTeam
pydantic-model
¶
ctftime_api.models.team.Team
pydantic-model
¶
ctftime_api.models.team.TeamRank
pydantic-model
¶
ctftime_api.models.team.TeamComplete
pydantic-model
¶
Bases: Team
Represents a CTF team with complete information
Fields:
-
id
(int
) -
name
(str
) -
country
(CountryAlpha2 | None
) -
academic
(bool
) -
aliases
(list[str]
) -
primary_alias
(str
) -
logo
(HttpUrl | str | None
) -
university
(str | None
) -
university_website
(HttpUrl | str | None
) -
rating
(dict[int, Rating | None]
)