falcon_alliance.ApiStatus

class falcon_alliance.APIStatus(**kwargs)

Class containing information about TBA’s API status.

current_season

Year of the current FRC season.

Type

int

max_season

Maximum FRC season year for valid queries.

Type

int

is_datafeed_down

True if the entire FMS API provided by FIRST is down.

Type

bool

down_events

A list of strings containing event keys of any active events that are no longer updating.

Type

list[str]

ios

App versions available for iOS (TBA).

Type

dict

android

App versions available for Android (TBA).

Type

dict