Skip to content

Stats

stats

FootballStatsSDK

FootballStatsSDK(sdk_config, parent_ref)

Bases: LazySubSDKMixin, BaseSDK

Aggregates historical and live football statistics endpoints.

Source code in src/griddy/nfl/endpoints/regular/football/stats/__init__.py
def __init__(self, sdk_config: SDKConfiguration, parent_ref: Optional[object]):
    """Initialise the FootballStatsSDK and register lazy-loaded stat sub-SDKs."""
    super().__init__(sdk_config=sdk_config, parent_ref=parent_ref)

historical instance-attribute

historical

Historical game statistics (team and player level)

live instance-attribute

live

Live game statistics (team and player level)