Skip to content

Pro Stats

stats

StatsSDK

StatsSDK(sdk_config, parent_ref)

Bases: LazySubSDKMixin, ProSDK

Aggregates all player and team statistics endpoints

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

passing instance-attribute

passing

Player passing statistics

receiving instance-attribute

receiving

Player receiving statistics

rushing instance-attribute

rushing

Player rushing statistics

defense instance-attribute

defense

Player defensive statistics

team_offense instance-attribute

team_offense

Team offensive statistics

team_defense instance-attribute

team_defense

Team defensive statistics

fantasy instance-attribute

fantasy

Fantasy statistics