Fantasy Stats Response¶
griddy / nfl / models / responses / fantasy_stats_response**
fantasy_stats_response
¶
Attributes¶
Classes¶
FantasyStatsResponseTypedDict
¶
Bases: TypedDict
flowchart TD
griddy.nfl.models.responses.fantasy_stats_response.FantasyStatsResponseTypedDict[FantasyStatsResponseTypedDict]
click griddy.nfl.models.responses.fantasy_stats_response.FantasyStatsResponseTypedDict href "" "griddy.nfl.models.responses.fantasy_stats_response.FantasyStatsResponseTypedDict"
Attributes¶
sort_value
instance-attribute
¶
sort_value: NotRequired[SortOrderEnum]
Sort direction for ordered results
last_n_weeks
instance-attribute
¶
Number of recent weeks analyzed (if applied)
min_offensive_snaps
instance-attribute
¶
Minimum offensive snaps filter applied
position_group
instance-attribute
¶
Position groups included in results
team_offense
instance-attribute
¶
Offensive team filter applied (if any)
FantasyStatsResponse
¶
Bases: BaseModel
flowchart TD
griddy.nfl.models.responses.fantasy_stats_response.FantasyStatsResponse[FantasyStatsResponse]
griddy.nfl.types.basemodel.BaseModel[BaseModel]
griddy.nfl.types.basemodel.BaseModel --> griddy.nfl.models.responses.fantasy_stats_response.FantasyStatsResponse
click griddy.nfl.models.responses.fantasy_stats_response.FantasyStatsResponse href "" "griddy.nfl.models.responses.fantasy_stats_response.FantasyStatsResponse"
click griddy.nfl.types.basemodel.BaseModel href "" "griddy.nfl.types.basemodel.BaseModel"
Attributes¶
season_type
instance-attribute
¶
season_type: Annotated[
SeasonTypeEnum, Field(alias="seasonType")
]
Type of NFL season
sort_key
class-attribute
instance-attribute
¶
Field used for sorting
sort_value
class-attribute
instance-attribute
¶
sort_value: Annotated[
Optional[SortOrderEnum], Field(alias="sortValue")
] = None
Sort direction for ordered results
last_n_weeks
class-attribute
instance-attribute
¶
Number of recent weeks analyzed (if applied)
min_offensive_snaps
class-attribute
instance-attribute
¶
Minimum offensive snaps filter applied
position_group
class-attribute
instance-attribute
¶
Position groups included in results
team_offense
class-attribute
instance-attribute
¶
Offensive team filter applied (if any)
week
class-attribute
instance-attribute
¶
Specific weeks included in analysis