Event
ctftime_api.models.event.Event
pydantic-model
¶
Bases: BaseModel
Represents a CTF event.
Fields:
-
organizers
(list[BaseTeam]
) -
ctftime_url
(HttpUrl
) -
ctf_id
(int
) -
weight
(float
) -
duration
(Duration
) -
live_feed
(str
) -
logo
(HttpUrl | str
) -
id
(int
) -
title
(str
) -
start
(datetime
) -
participants
(int
) -
location
(str
) -
finish
(datetime
) -
description
(str
) -
format
(str
) -
is_votable_now
(bool
) -
prizes
(str
) -
restrictions
(str
) -
url
(HttpUrl | str
) -
public_votable
(bool
)