Skip to content

Standings Response

griddy / nfl / models / responses / standings_response**

standings_response

Attributes

Classes

StandingsResponseTypedDict

Bases: TypedDict


              flowchart TD
              griddy.nfl.models.responses.standings_response.StandingsResponseTypedDict[StandingsResponseTypedDict]

              

              click griddy.nfl.models.responses.standings_response.StandingsResponseTypedDict href "" "griddy.nfl.models.responses.standings_response.StandingsResponseTypedDict"
            
Attributes
season_type instance-attribute
season_type: NotRequired[SeasonTypeEnum]

Type of NFL season

week instance-attribute
week: NotRequired[int]

Current week for standings

StandingsResponse

Bases: BaseModel


              flowchart TD
              griddy.nfl.models.responses.standings_response.StandingsResponse[StandingsResponse]
              griddy.nfl.types.basemodel.BaseModel[BaseModel]

                              griddy.nfl.types.basemodel.BaseModel --> griddy.nfl.models.responses.standings_response.StandingsResponse
                


              click griddy.nfl.models.responses.standings_response.StandingsResponse href "" "griddy.nfl.models.responses.standings_response.StandingsResponse"
              click griddy.nfl.types.basemodel.BaseModel href "" "griddy.nfl.types.basemodel.BaseModel"
            
Attributes
season_type class-attribute instance-attribute
season_type: Annotated[
    Optional[SeasonTypeEnum], Field(alias="seasonType")
] = None

Type of NFL season

week class-attribute instance-attribute
week: Optional[int] = None

Current week for standings