kickerde_api_client.model ========================= .. py:module:: kickerde_api_client.model .. autoapi-nested-parse:: Python types for the upstream API. Submodules ---------- .. toctree:: :maxdepth: 1 /autoapi/kickerde_api_client/model/association/index /autoapi/kickerde_api_client/model/core/index /autoapi/kickerde_api_client/model/league/index /autoapi/kickerde_api_client/model/league_id/index /autoapi/kickerde_api_client/model/match/index /autoapi/kickerde_api_client/model/team/index Attributes ---------- .. autoapisummary:: kickerde_api_client.model.CountryId kickerde_api_client.model.MediaObject kickerde_api_client.model.ObjectId kickerde_api_client.model.StadiumId kickerde_api_client.model.MatchId kickerde_api_client.model.TeamToken kickerde_api_client.model.ConferenceId kickerde_api_client.model.DivisionId kickerde_api_client.model.GamedayId kickerde_api_client.model.GroupId kickerde_api_client.model.LeagueTableId kickerde_api_client.model.SeasonId kickerde_api_client.model.TeamId Classes ------- .. autoapisummary:: kickerde_api_client.model.Association kickerde_api_client.model.Country kickerde_api_client.model.RessortId kickerde_api_client.model.RessortIdHome kickerde_api_client.model.SportId kickerde_api_client.model.Stadium kickerde_api_client.model.StateId kickerde_api_client.model.TrackRessortId kickerde_api_client.model.ApprovalId kickerde_api_client.model.Match kickerde_api_client.model.MatchResults kickerde_api_client.model.MatchTeam kickerde_api_client.model.Period kickerde_api_client.model.Gameday kickerde_api_client.model.League kickerde_api_client.model.LeagueSeason kickerde_api_client.model.LeagueTable kickerde_api_client.model.LeagueTableEntry kickerde_api_client.model.Season kickerde_api_client.model.TableCalculatorType kickerde_api_client.model.LeagueId kickerde_api_client.model.Team kickerde_api_client.model.MyTeamSync Package Contents ---------------- .. py:class:: Association Bases: :py:obj:`enum.IntEnum` Integer that represents a sports association. .. py:attribute:: UNSPECIFIED :value: 0 This can mean that a league does not belong to a particular sports association, that an association has not been specified, or that the association is known but has no ID in the system. .. py:attribute:: BADEN_BFV :value: 1 Baden Football Association („Badischer Fußballverband“), a football association that covers the north-western part of the German state of Baden-Württemberg. .. py:attribute:: BAVARIAN_BFV :value: 2 Bavarian Football Association („Bayerischer Fußballverband“), a football association in the German state of Bavaria. .. py:attribute:: BERLIN_BFV :value: 3 Berlin Football Association („Berliner Fußballverband“), a football association in the German capital Berlin. .. py:attribute:: FLB :value: 4 Brandenburg Football Association („Fußball-Landesverband Brandenburg“), a football association in the German state of Brandenburg. .. py:attribute:: HAMBURG_HFV :value: 5 Hamburg Football Association („Hamburger Fußball-Verband“), a football association in the German state of Hamburg. .. py:attribute:: HESSIAN_HFV :value: 6 Hessian Football Association („Hessischer Fußball-Verband“), a football association in the German state of Hesse. .. py:attribute:: LFV :value: 7 Mecklenburg-Vorpommern Football Association („Landesfußballverband Mecklenburg-Vorpommern“), a football association in the German state of Mecklenburg-Vorpommern. .. py:attribute:: FVM :value: 8 Middle Rhine Football Association („Fußballverband Mittelrhein“), an association of football clubs in Germany’s mid-Rhine area. .. py:attribute:: FVN :value: 9 Lower Rhine Football Association („Fußballverband Niederrhein“), an association of football clubs in Germany’s Lower Rhine region. .. py:attribute:: NFV :value: 10 Lower Saxony Football Association („Niedersächsischer Fußball-Verband“), a football association in the German state of Lower Saxony. .. py:attribute:: FVR :value: 11 Rhineland Football Association („Fußballverband Rheinland“), an association of football clubs in the northern part of the German state Rhineland-Palatinate. .. py:attribute:: SAARLAND_SFV :value: 12 Saarland Football Association („Saarländischer Fußball-Verband“), a football association in the German state of Saarland. .. py:attribute:: SAXONIAN_SFV :value: 13 Saxony Football Association („Sächsischer Fußball-Verband“), a football association in the German state of Saxony. .. py:attribute:: FSA :value: 14 Saxony-Anhalt Football Association („Fußballverband Sachsen-Anhalt“), a football association in the German state of Saxony-Anhalt. .. py:attribute:: SHFV :value: 15 Schleswig-Holstein Football Association („Schleswig-Holsteinischer Fußball-Verband“), a football association in the German state of Schleswig-Holstein. .. py:attribute:: SBFV :value: 16 Südbaden Football Association („Südbadischer Fußballverband“), a football association covering the south-western part of the German state of Baden-Württemberg. .. py:attribute:: SWFV :value: 17 Southwest German Football Association („Südwestdeutscher Fußballverband“), a football association covering the southern part of the German state of Rheinland-Palatinate. .. py:attribute:: TFV :value: 18 Thuringian Football Association („Thüringer Fußball-Verband“), a football association in the German state of Thuringia. .. py:attribute:: FLVW :value: 19 Westphalia Football and Athletics Association („Fußball- und Leichtathletik-Verband Westfalen“), an association in the German Westphalia area. .. py:attribute:: WFV :value: 20 Württemberg Football Association (Württembergischer Fußballverband“), a football association that covers the north-eastern part of the German state of Baden-Württemberg. .. py:attribute:: BREMEN_BFV :value: 21 Bremen Football Association („Bremer Fußball-Verband“), a football association in the German state of Bremen. .. py:attribute:: DFB :value: 25 Germany’s federal football association, “Deutscher Fußball-Bund”. .. py:class:: Country Bases: :py:obj:`TypedDict` Upstream model for a country. .. py:attribute:: id :type: CountryId .. py:attribute:: shortName :type: str .. py:attribute:: longName :type: str .. py:attribute:: isoName :type: str .. py:attribute:: iconSmall :type: str .. py:data:: CountryId :type: TypeAlias :value: str Upstream ID for a country that hosts a league or tournament. Alternatively, a reserved artificial ID for tournaments hosted by supranational bodies. .. py:data:: MediaObject :type: TypeAlias :value: Any Abstract supertype for a document, slideshow, or video. .. py:data:: ObjectId :type: TypeAlias :value: int Upstream ID for a document, slideshow, or video. .. py:class:: RessortId Bases: :py:obj:`enum.IntEnum` Upstream ID for a (possibly historical) news section. .. py:attribute:: BUNDESLIGA :value: 3100 German Bundesliga .. py:attribute:: BUNDESLIGA_2 :value: 4100 German 2. Bundesliga .. py:attribute:: REGIONALLIGA :value: 5100 Regionalliga .. py:attribute:: DFB_POKAL :value: 6100 DFB-Pokal .. py:attribute:: LANDESPOKAL :value: 6500 Football cup competitions hosted by football associations on German state level .. py:attribute:: GERMAN_NATIONAL_TEAM_UNDER_21 :value: 7011 The German U-21 national team .. py:attribute:: GERMAN_NATIONAL_TEAM :value: 7100 The German national team .. py:attribute:: NON_DOMESTIC_TIER_1 :value: 8100 Association football outside Germany, tier 1. .. py:attribute:: NON_DOMESTIC_TIER_2 :value: 8600 Association football outside Germany, tier 2. .. py:attribute:: NON_DOMESTIC_TIER_3 :value: 8605 Association football outside Germany, tier 3. .. py:attribute:: UEFA_CHAMPIONS_LEAGUE :value: 9100 UEFA Champions League .. py:attribute:: EUROPA_LEAGUE :value: 11100 UEFA Europa League .. py:attribute:: FIFA_WORLD_CUP :value: 12100 FIFA World Cup .. py:attribute:: UEFA_CONFERENCE_LEAGUE :value: 13100 UEFA Europa Conference League .. py:attribute:: FIFA_CONFEDERATIONS_CUP :value: 18100 The historical FIFA Confederations Cup. Currently tracked under :py:obj:`.TrackRessortId.WORLD_CUPS`. .. py:attribute:: WOMEN :value: 23100 Women .. py:attribute:: FIFA_WORLD_CUP_WOMEN :value: 23155 FIFA Women’s World Cup. Currently tracked under :py:obj:`.TrackRessortId.WOMEN`. .. py:attribute:: WOMEN_UNKNOWN_23230 :value: 23230 Ressort ID with unknown semantics. .. py:attribute:: GERMAN_NATIONAL_TEAM_WOMEN :value: 23300 German women’s national team. Currently tracked under :py:obj:`.TrackRessortId.WOMEN`. .. py:attribute:: YOUTH :value: 24100 Youth .. py:attribute:: DFB_LIGA_3 :value: 26100 German 3. Liga .. py:attribute:: UEFA_NL :value: 28050 UEFA Nations League .. py:attribute:: UEFA_EURO :value: 28100 UEFA European Championship .. py:attribute:: ICE_HOCKEY_TIER_1 :value: 31100 Ice hockey, tier 1 .. py:attribute:: ICE_HOCKEY_TIER_2 :value: 31500 Ice hockey, tier 2 .. py:attribute:: BASKETBALL_TIER_1 :value: 36100 Basketball, tier 1 .. py:attribute:: BASKETBALL_TIER_2 :value: 36500 Basketball, tier 2 .. py:attribute:: HANDBALL :value: 37100 Handball .. py:attribute:: AMERICAN_FOOTBALL :value: 38251 American Football .. py:attribute:: OLYMPICS :value: 508100 Olympics .. py:class:: RessortIdHome Bases: :py:obj:`enum.IntEnum` Upstream ID for a news subsection with a dedicated home page. Typically used for German Regionalliga associations. .. py:attribute:: REGIONALLIGA_NORD :value: 5410 Regionalliga Nord .. py:attribute:: REGIONALLIGA_NORDOST :value: 5420 Regionalliga Nordost .. py:attribute:: REGIONALLIGA_WEST :value: 5430 Regionalliga West .. py:attribute:: REGIONALLIGA_SUEDWEST :value: 5440 Regionalliga Südwest .. py:attribute:: REGIONALLIGA_BAYERN :value: 5450 Regionalliga Bayern .. py:class:: SportId Bases: :py:obj:`enum.IntEnum` Upstream ID for a type of sport. .. py:attribute:: ASSOCIATION_FOOTBALL :value: 1 Association football .. py:attribute:: HANDBALL :value: 2 Handball .. py:attribute:: ICE_HOCKEY :value: 3 Ice hockey .. py:attribute:: BASKETBALL :value: 4 Basketball .. py:attribute:: MOTORSPORTS :value: 5 Motorsports .. py:attribute:: AMERICAN_FOOTBALL :value: 6 American football .. py:attribute:: CYCLING :value: 7 Cycle sport .. py:attribute:: TENNIS :value: 8 Tennis .. py:attribute:: WINTER_SPORTS :value: 15 Winter sports .. py:attribute:: ESPORTS :value: 32 Electronic sports .. py:data:: StadiumId :type: TypeAlias :value: int Upstream ID for a sports venue. .. py:class:: Stadium Bases: :py:obj:`TypedDict` Upstream model for a sports venue. .. py:attribute:: id :type: StadiumId .. py:attribute:: name :type: str .. py:attribute:: city :type: str .. py:class:: StateId Bases: :py:obj:`enum.IntEnum` Upstream ID for a German state (Bundesland). .. py:attribute:: BADEN_WUERTTEMBERG :value: 1 The German state of Baden-Württemberg .. py:attribute:: BAVARIA :value: 2 The German Free State of Bavaria .. py:attribute:: BERLIN :value: 3 The German capital Berlin .. py:attribute:: BRANDENBURG :value: 4 The German state of Brandenburg .. py:attribute:: BREMEN :value: 5 The German Free Hanseatic City of Bremen .. py:attribute:: HAMBURG :value: 6 The German Free and Hanseatic City of Hamburg .. py:attribute:: HESSE :value: 7 The German state of Hesse .. py:attribute:: MECKLENBURG_VORPOMMERN :value: 8 The German state of Mecklenburg-Vorpommern .. py:attribute:: LOWER_SAXONY :value: 9 The German state of Lower Saxony .. py:attribute:: NORTH_RHINE_WESTPHALIA :value: 10 The German state of North Rhine-Westphalia .. py:attribute:: RHINELAND_PALATINATE :value: 11 The German state of Rhineland-Palatinate .. py:attribute:: SAARLAND :value: 12 The German state of Saarland .. py:attribute:: SAXONY :value: 13 The German Free State of Saxony .. py:attribute:: SAXONY_ANHALT :value: 14 The German state of Saxony-Anhalt .. py:attribute:: SCHLESWIG_HOLSTEIN :value: 15 The German state of Schleswig-Holstein .. py:attribute:: THURINGIA :value: 16 The German Free State of Thuringia .. py:class:: TrackRessortId Bases: :py:obj:`enum.IntEnum` Upstream ID for a set of news sections. Each such set contains at least one contemporary news section, and optionally one or more additional news sections, which may be historical or on hiatus or have been subsumed for other reasons. For example, :py:obj:`.TrackRessortId.FIFA_WORLD_CUP` tracks both the contemporary :py:obj:`.RessortId.FIFA_WORLD_CUP` section and the historical :py:obj:`.RessortId.FIFA_CONFEDERATIONS_CUP` section. .. py:attribute:: HOME :value: 2000 Home Tracks :py:obj:`.RessortId.FRIENDLIES`. .. py:attribute:: BUNDESLIGA :value: 3000 German Bundesliga .. py:attribute:: BUNDESLIGA_2 :value: 4000 German 2. Bundesliga .. py:attribute:: REGIONALLIGA :value: 5000 Regionalliga .. py:attribute:: DFB_POKAL :value: 6000 DFB-Pokal Tracks both :py:obj:`.RessortId.DFB_POKAL` and :py:obj:`.RessortId.LANDESPOKAL` sections. .. py:attribute:: GERMAN_NATIONAL_TEAM :value: 7000 The German national team .. py:attribute:: UNDER_21 :value: 7010 Under 21 .. py:attribute:: NON_DOMESTIC :value: 8000 Association football outside Germany. Tracks the :py:obj:`.RessortId.NON_DOMESTIC_TIER_1`, :py:obj:`.RessortId.NON_DOMESTIC_TIER_2`, and :py:obj:`.RessortId.NON_DOMESTIC_TIER_3` sections. .. py:attribute:: UEFA_CHAMPIONS_LEAGUE :value: 9000 UEFA Champions League .. py:attribute:: EUROPA_LEAGUE :value: 11000 UEFA Europa League .. py:attribute:: FIFA_WORLD_CUP :value: 12000 FIFA World Cup Tracks both :py:obj:`.RessortId.FIFA_WORLD_CUP` and :py:obj:`.RessortId.FIFA_CONFEDERATIONS_CUP` sections. .. py:attribute:: UEFA_CONFERENCE_LEAGUE :value: 13000 UEFA Europa Conference League .. py:attribute:: WOMEN :value: 23000 Women .. py:attribute:: YOUTH :value: 24000 Youth .. py:attribute:: DFB_LIGA_3 :value: 26000 German 3. Liga .. py:attribute:: UEFA_EURO :value: 28000 UEFA European Championship .. py:attribute:: UEFA_NL :value: 28050 UEFA Nations League .. py:attribute:: ICE_HOCKEY :value: 31000 Ice hockey Tracks both :py:obj:`.RessortId.ICE_HOCKEY_TIER_1` and :py:obj:`.RessortId.ICE_HOCKEY_TIER_2` sections. .. py:attribute:: BASKETBALL :value: 36000 Basketball Tracks both :py:obj:`.RessortId.BASKETBALL_TIER_1` and :py:obj:`.RessortId.BASKETBALL_TIER_2` sections. .. py:attribute:: HANDBALL :value: 37000 Handball .. py:attribute:: AMERICAN_FOOTBALL :value: 38250 American Football .. py:attribute:: OLYMPICS :value: 508024 Olympics .. py:class:: ApprovalId Bases: :py:obj:`enum.IntEnum` Degree of certainty with which a match is scheduled. .. py:attribute:: SCHEDULED :value: 0 The match is tentatively scheduled (`Angesetzt`). .. py:attribute:: CONFIRMED :value: 1 The match schedule is confirmed (`Vorschau`). .. py:attribute:: LIVE :value: 12 The match is currently being played (`Live`). .. py:attribute:: UNKNOWN_13 :value: 13 This value has not been observed in the wild yet. .. py:attribute:: FINISHED :value: 14 The match is over and a report (`Spielbericht`) has been published. .. py:class:: Match Bases: :py:obj:`TypedDict` Upstream model for a sports match. .. py:attribute:: id :type: MatchId .. py:attribute:: leagueId :type: kickerde_api_client.model.league_id.LeagueId .. py:attribute:: leagueShortName :type: str German-language editorial shorthand for the league or tournament. Equivalent to the :py:attr:`~.model.League.shortName` of a :py:class:`~.model.League`. Example: `2.BL` for `2. Bundesliga` .. py:attribute:: leagueLongName :type: str German-language full-name of the league or tournament. Equivalent to the :py:attr:`~.model.League.longName` of a :py:class:`~.model.League`. .. py:attribute:: seasonId :type: kickerde_api_client.model.league.SeasonId .. py:attribute:: roundId :type: int Ordinal of the round, 1-based. Correlates to :py:attr:`.round`, e.g. `roundId` is `18` if `round` is equal to `“18. Spieltag”`. .. py:attribute:: homeTeam :type: MatchTeam .. py:attribute:: guestTeam :type: MatchTeam .. py:attribute:: results :type: NotRequired[MatchResults] .. py:attribute:: date :type: datetype.NaiveDateTime Date and time for which the match is scheduled to begin. Implies a timezone of `Europe/Berlin`. .. py:attribute:: completed :type: bool `True` if the match is over, `False` otherwise. .. py:attribute:: currentMinute :type: int How many minutes of the match have passed. Includes minutes that have started but not completed. Typically equal to 0 if the match has not started. Equal to the duration of the match in minutes if the match is over. .. py:attribute:: currentPeriod :type: Period The phase into which the match has progressed. .. py:attribute:: approvalId :type: ApprovalId Degree of certainty with which this match is scheduled. .. py:attribute:: approvalName :type: str German-language description of the degree of certainty. Correlates with :py:attr:`.approvalId`. Examples: - `Angesetzt` - `Vorschau` - `Live` .. py:attribute:: timeConfirmed :type: bool Whether the association has confirmed the date and time. .. py:attribute:: sportId :type: kickerde_api_client.model.core.SportId Upstream ID for the type of sport. .. py:attribute:: displayKey :type: int Sorting key for editorial purposes. .. py:attribute:: round :type: str German-language display name of the round or match day. Example: `18. Spieltag` .. py:attribute:: leaguePriority :type: int Editorial priority of the league that hosts the match. Equivalent to the :py:attr:`~.model.League.priority` of a :py:class:`~.model.League`. .. py:attribute:: countryId :type: kickerde_api_client.model.core.CountryId Upstream ID for a country that hosts the match. .. py:attribute:: country :type: str German-language name of the country hosting the match. Correlates with :py:attr:`.countryId`. .. py:attribute:: leagueUrlName :type: str URL-friendly league name. Example: ``serie-a`` for `Serie A`. .. py:attribute:: state :type: str German-language description of a purpose, status, or rationale. Example: `Regulär` .. py:attribute:: modifiedAt :type: datetype.NaiveDateTime Server-side timestamp. Implies a timezone of `Europe/Berlin`. .. py:attribute:: currentDateTime :type: datetype.NaiveDateTime Server-side timestamp of when this library has retrieved the data. Implies a timezone of `Europe/Berlin`. .. py:data:: MatchId :type: TypeAlias :value: int Upstream ID for a sports match. .. py:class:: MatchResults Bases: :py:obj:`TypedDict` Upstream model for the results of a sports match. .. py:attribute:: hergAktuell :type: int Current standings for the home team. .. py:attribute:: aergAktuell :type: int Current standings for the away team. .. py:attribute:: hergHz :type: NotRequired[int] Standings for the home team by the end of the first half. .. py:attribute:: aergHz :type: NotRequired[int] Standings for the away team by the end of the first half. .. py:attribute:: hergEnde :type: NotRequired[int] Standings for the home team by the end of the match. .. py:attribute:: aergEnde :type: NotRequired[int] Standings for the away team by the end of the match. .. py:class:: MatchTeam Bases: :py:obj:`TypedDict` Upstream model for a sports team that takes part in a match. .. py:attribute:: id :type: kickerde_api_client.model.team.TeamId .. py:attribute:: defaultLeagueId :type: kickerde_api_client.model.league_id.LeagueId .. py:attribute:: shortName :type: str .. py:attribute:: longName :type: str .. py:attribute:: urlName :type: str .. py:attribute:: iconSmall :type: str .. py:attribute:: iconBig :type: str .. py:attribute:: token :type: TeamToken .. py:class:: Period Bases: :py:obj:`enum.IntEnum` The degree of progress in a match. .. py:attribute:: BEFORE :value: 0 The match has not started. .. py:attribute:: FIRST_HALF :value: 1 The first half is underway. .. py:attribute:: HALF_TIME :value: 2 The first half has completed. The second half has not started. .. py:attribute:: SECOND_HALF :value: 3 The second half is underway. .. py:attribute:: FINISHED :value: 4 The match is over. .. py:data:: TeamToken :type: TypeAlias :value: str Three- to four-letter abbreviation for a match participant. .. py:data:: ConferenceId :type: TypeAlias :value: int Upstream ID with unknown semantics. .. py:data:: DivisionId :type: TypeAlias :value: int Upstream ID with unknown semantics. .. py:class:: Gameday Bases: :py:obj:`TypedDict` Upstream model for a match day. .. py:attribute:: id :type: GamedayId .. py:attribute:: title :type: str .. py:attribute:: dateFrom :type: NotRequired[datetype.NaiveDateTime] .. py:attribute:: dateTo :type: NotRequired[datetype.NaiveDateTime] .. py:attribute:: hideForTable :type: NotRequired[bool] .. py:data:: GamedayId :type: TypeAlias :value: int Upstream ID for a match day within a league or tournament. .. py:data:: GroupId :type: TypeAlias :value: int Upstream ID with unknown semantics. .. py:class:: League Bases: :py:obj:`TypedDict` Upstream model for a league or tournament. .. py:attribute:: id :type: kickerde_api_client.model.league_id.LeagueId .. py:attribute:: shortName :type: str .. py:attribute:: longName :type: str .. py:attribute:: currentSeasonId :type: SeasonId .. py:attribute:: currentRoundId :type: int .. py:attribute:: currentRoundName :type: NotRequired[str] .. py:attribute:: iconSmall :type: NotRequired[str] .. py:attribute:: iconBig :type: NotRequired[str] .. py:attribute:: displayKey :type: int .. py:attribute:: displayKey2 :type: int .. py:attribute:: table :type: NotRequired[int] .. py:attribute:: stateId :type: NotRequired[kickerde_api_client.model.core.StateId] .. py:attribute:: countryId :type: kickerde_api_client.model.core.CountryId .. py:attribute:: associationId :type: NotRequired[kickerde_api_client.model.association.Association] .. py:attribute:: sportId :type: kickerde_api_client.model.core.SportId .. py:attribute:: teamOrigin :type: NotRequired[bool] .. py:attribute:: imId :type: int .. py:attribute:: urlName :type: str .. py:attribute:: uShortName :type: str .. py:attribute:: friendlyName :type: NotRequired[str] .. py:attribute:: ressortId :type: NotRequired[kickerde_api_client.model.core.RessortId] .. py:attribute:: ressortIdHome :type: NotRequired[kickerde_api_client.model.core.RessortIdHome] .. py:attribute:: trackRessortId :type: NotRequired[kickerde_api_client.model.core.TrackRessortId] .. py:attribute:: trackRessortName :type: NotRequired[str] .. py:attribute:: priority :type: NotRequired[int] .. py:attribute:: tblcalc :type: NotRequired[TableCalculatorType] .. py:attribute:: tickerQuoteAd :type: NotRequired[bool] .. py:attribute:: gamedayQuoteAd :type: NotRequired[bool] .. py:attribute:: gamedayButtonTitle :type: NotRequired[str] .. py:attribute:: socialmedia :type: NotRequired[bool] .. py:attribute:: goalgetters :type: NotRequired[bool] .. py:attribute:: history :type: NotRequired[bool] .. py:attribute:: hasTransfers :type: NotRequired[bool] .. py:attribute:: adKeywords :type: NotRequired[str] .. py:class:: LeagueSeason Bases: :py:obj:`TypedDict` Upstream model for a hierarchical view on a league in a season. Contains teams and match days (dubbed :py:attr:`.gamedays`) as submappings. Submappings are indexed by team ID or gameday ID, respectively. .. py:attribute:: id :type: kickerde_api_client.model.league_id.LeagueId .. py:attribute:: shortName :type: str .. py:attribute:: longName :type: str .. py:attribute:: country :type: NotRequired[kickerde_api_client.model.core.Country] .. py:attribute:: teamType :type: str .. py:attribute:: teams :type: collections.abc.Mapping[kickerde_api_client.model.team.TeamId, kickerde_api_client.model.team.Team] .. py:attribute:: gamedays :type: collections.abc.Mapping[GamedayId, Gameday] .. py:attribute:: iconSmall :type: str .. py:attribute:: iconBig :type: str .. py:attribute:: currentSeasonId :type: SeasonId .. py:attribute:: currentRoundId :type: int .. py:attribute:: displayKey :type: int .. py:attribute:: displayKey2 :type: int .. py:attribute:: table :type: NotRequired[int] .. py:attribute:: ressortId :type: NotRequired[kickerde_api_client.model.core.RessortId] .. py:attribute:: ressortIdHome :type: NotRequired[kickerde_api_client.model.core.RessortId] .. py:attribute:: tblcalc :type: NotRequired[TableCalculatorType] .. py:attribute:: socialmedia :type: NotRequired[bool] .. py:attribute:: syncMeinKicker :type: NotRequired[bool] .. py:attribute:: goalgetters :type: bool .. py:class:: LeagueTable Bases: :py:obj:`TypedDict` Upstream model for a league table. .. py:attribute:: id :type: LeagueTableId .. py:attribute:: leagueId :type: kickerde_api_client.model.league_id.LeagueId .. py:attribute:: name :type: str .. py:attribute:: seasonId :type: SeasonId .. py:attribute:: roundId :type: int .. py:attribute:: entries :type: dict[kickerde_api_client.model.team.TeamId, LeagueTableEntry] Dictionary containing :py:class:`.LeagueTableEntry` objects, ordered by :py:attr:`~.LeagueTableEntry.rank` but indexed by team ID. See :py:attr:`.LeagueTableEntry.rank` for details on why this dictionary is indexed by team rather than by rank. .. py:class:: LeagueTableEntry Bases: :py:obj:`TypedDict` Upstream model for an entry in a league table. .. py:attribute:: id :type: kickerde_api_client.model.team.TeamId .. py:attribute:: rank :type: int The numeric rank of the table entry. Note that in the context of the league table that contains this entry, the values of `rank` may be non-unique (due to ties) and sparse (also due to ties, or because the league table might represent a focused subwindow of an actual league table). .. py:attribute:: shortName :type: str .. py:attribute:: longName :type: str .. py:attribute:: sortName :type: str .. py:attribute:: defaultLeagueId :type: kickerde_api_client.model.league_id.LeagueId .. py:attribute:: games :type: int .. py:attribute:: goalsFor :type: int .. py:attribute:: goalsAgainst :type: int .. py:attribute:: wins :type: int .. py:attribute:: ties :type: int .. py:attribute:: lost :type: int .. py:attribute:: points :type: int .. py:attribute:: direction :type: Literal['up', 'down'] | None .. py:attribute:: winsOvertime :type: int .. py:attribute:: winsPenalty :type: int .. py:attribute:: lostOvertime :type: int .. py:attribute:: lostPenalty :type: int .. py:attribute:: groupId :type: GroupId | None .. py:attribute:: groupName :type: str | None .. py:attribute:: divisionId :type: DivisionId | None .. py:attribute:: divisionName :type: str | None .. py:attribute:: conferenceId :type: ConferenceId | None .. py:attribute:: conferenceName :type: str | None .. py:attribute:: iconSmall :type: str .. py:attribute:: iconBig :type: str .. py:data:: LeagueTableId :type: TypeAlias :value: int Upstream ID for a (partial or complete) league table. .. py:class:: Season Bases: :py:obj:`TypedDict` Upstream model for the season of a league or tournament. .. py:attribute:: id :type: SeasonId .. py:attribute:: currentRoundId :type: int .. py:attribute:: displayKey :type: int .. py:attribute:: displayKey2 :type: int .. py:attribute:: table :type: NotRequired[int] .. py:attribute:: winnerId :type: kickerde_api_client.model.team.TeamId | Literal[0] .. py:attribute:: winnerLongName :type: NotRequired[str] .. py:attribute:: points :type: NotRequired[str] .. py:attribute:: goals :type: NotRequired[str] .. py:data:: SeasonId :type: TypeAlias :value: str Upstream ID for a season of a league or tournament. .. py:class:: TableCalculatorType Bases: :py:obj:`enum.IntEnum` Upstream ID to identify the type of table calculator to be used for a given league. .. py:attribute:: LEAGUE :value: 1 League-style table calculation .. py:attribute:: TOURNAMENT :value: 2 Tournament-style table calculation .. py:class:: LeagueId Bases: :py:obj:`enum.IntEnum` Upstream primary key for a league or tournament. .. py:attribute:: BUNDESLIGA :value: 1 Bundesliga .. py:attribute:: BUNDESLIGA_2 :value: 2 2. Bundesliga .. py:attribute:: DFB_LIGA_3 :value: 3 3. Liga .. py:attribute:: BUNDESLIGA_WOMEN :value: 4 Google Pixel Frauen-Bundesliga .. py:attribute:: BUNDESLIGA_PO :value: 12 Bundesliga-Relegation .. py:attribute:: BUNDESLIGA_2_PO :value: 23 2. Bundesliga-Relegation .. py:attribute:: RLN :value: 45 Regionalliga Nord .. py:attribute:: RLNO :value: 46 Regionalliga Nordost .. py:attribute:: RLW :value: 47 Regionalliga West .. py:attribute:: RLSW :value: 48 Regionalliga Südwest .. py:attribute:: RLBY :value: 49 Regionalliga Bayern .. py:attribute:: FIFA_WORLD_CUP :value: 101 Weltmeisterschaft .. py:attribute:: DFB_POKAL :value: 102 DFB-Pokal .. py:attribute:: UEFA_CL :value: 103 Champions League .. py:attribute:: UEFA_EL :value: 104 Europa League .. py:attribute:: UEFA_EURO_Q :value: 106 EM-Qualifikation .. py:attribute:: UEFA_EM :value: 107 Europameisterschaft .. py:attribute:: UEFA_EL_Q :value: 109 Europa-League-Qualifikation .. py:attribute:: FIFA_WORLD_CUP_Q_EUROPE :value: 110 WM-Qualifikation Europa .. py:attribute:: FIFA_WORLD_CUP_Q_ASIA :value: 111 WM-Qualifikation Asien .. py:attribute:: FIFA_WORLD_CUP_Q_AFRICA :value: 112 WM-Qualifikation Afrika .. py:attribute:: FIFA_WORLD_CUP_Q_OCEANIA :value: 113 WM-Qualifikation Ozeanien .. py:attribute:: ASIA_CUP :value: 114 Asien-Cup .. py:attribute:: FIFA_WORLD_CUP_Q_NORTHERN_AMERICA :value: 115 WM-Qualifikation Nord- und Mittelamerika .. py:attribute:: UEFA_EM_WOMEN :value: 117 Frauen-EM .. py:attribute:: FIFA_CONFEDERATIONS_CUP :value: 118 Confederations Cup .. py:attribute:: FIFA_WORLD_CUP_WOMEN :value: 119 Frauen-WM .. py:attribute:: UEFA_CL_WOMEN :value: 120 Women's Champions League .. py:attribute:: OLYMPICS_MEN :value: 121 Olympiaturnier Männer .. py:attribute:: OLYMPICS_WOMEN :value: 122 Olympiaturnier Frauen .. py:attribute:: FIFA_U_20_WORLD_CUP :value: 123 U-20-Weltmeisterschaft .. py:attribute:: UEFA_UNDER21 :value: 124 U-21-Europameisterschaft .. py:attribute:: HANDBALL_OLYMPICS_MEN :value: 126 Olympiaturnier Männer .. py:attribute:: HANDBALL_OLYMPICS_WOMEN :value: 127 Olympiaturnier Frauen .. py:attribute:: BASKETBALL_OLYMPICS_MEN :value: 129 Olympiaturnier Männer .. py:attribute:: CONCACAF_GOLD :value: 132 CONCACAF-Gold-Cup .. py:attribute:: FIFA_CLUB_WORLD_CUP :value: 133 Klub-Weltmeisterschaft .. py:attribute:: ASIA_CUP_Q :value: 134 Asien-Cup Qualifikation .. py:attribute:: CONMEBOL_LIBERTADORES :value: 141 Copa Libertadores .. py:attribute:: CONMEBOL_SUDAMERICANA :value: 142 Copa Sudamericana .. py:attribute:: UEFA_NL :value: 150 UEFA Nations League .. py:attribute:: UEFA_CONFERENCE_LEAGUE :value: 160 Conference League .. py:attribute:: UEFA_CONFERENCE_LEAGUE_Q :value: 161 Conference-League-Qualifikation .. py:attribute:: NBA_PO :value: 198 NBA Play-offs .. py:attribute:: NHL_PO :value: 199 Stanley Cup - Play-offs .. py:attribute:: FIFA_U_17_WORLD_CUP :value: 200 U-17-Weltmeisterschaft .. py:attribute:: CAF_AFCON :value: 201 Afrika-Cup .. py:attribute:: OFC_NATIONS_CUP :value: 203 Ozeanien-Meisterschaft .. py:attribute:: CONMEBOL_COPA_AMERICA :value: 205 Copa America .. py:attribute:: UEFA_UNDER17 :value: 206 U-17-Europameisterschaft .. py:attribute:: UEFA_UNDER19 :value: 207 U-19-Europameisterschaft .. py:attribute:: DFB_A_JUNIOREN :value: 409 DM-Endrunde A-Junioren .. py:attribute:: DFB_B_JUNIOREN :value: 419 DM-Endrunde B-Junioren .. py:attribute:: DFB_POKAL_JUNIOREN :value: 420 DFB-Junioren-Pokal .. py:attribute:: PREMIER_LEAGUE :value: 500 Premier League .. py:attribute:: ICE_HOCKEY_OLYMPICS_MEN :value: 601 Eishockey-Olympiaturnier Männer .. py:attribute:: ICE_HOCKEY_OLYMPICS_WOMEN :value: 602 Eishockey-Olympiaturnier Frauen .. py:attribute:: SERIE_A :value: 700 Serie A .. py:attribute:: LA_LIGA :value: 900 La Liga .. py:attribute:: FRIENDLIES :value: 999 Freundschaftsspiele .. py:attribute:: HANDBALL_WORLD_CHAMPIONSHIP :value: 1001 Weltmeisterschaft .. py:attribute:: LIGUE_1 :value: 1701 Ligue 1 .. py:attribute:: DBU_SUPERLIGA :value: 1704 3F Superliga .. py:attribute:: OFB_BUNDESLIGA :value: 1705 Admiral-Bundesliga .. py:attribute:: SFV_SUPER_LEAGUE :value: 1706 Credit Suisse Super League .. py:attribute:: TURKIYE_SUPER_LIG :value: 1707 Trendyol SüperLig .. py:attribute:: ELITESERIEN :value: 1708 Eliteserien .. py:attribute:: EKSTRAKLASA :value: 1710 PKO Ekstraklasa .. py:attribute:: RBFA_DIVISION_1A :value: 1711 Jupiler Pro League .. py:attribute:: LPF_LIGA_1 :value: 1713 SuperLiga .. py:attribute:: J1_LEAGUE :value: 1714 J-League .. py:attribute:: ALLSVENSKAN :value: 1715 Allsvenskan .. py:attribute:: PRIMEIRA_LIGA :value: 1716 Liga Portugal Betclic .. py:attribute:: HNL_1 :value: 1717 1. HNL .. py:attribute:: CZECH_LEAGUE_1 :value: 1718 Chance Liga .. py:attribute:: ALPHA_ETHNIKI :value: 1719 Stoiximan Super League .. py:attribute:: RFU_PREMIER_LEAGUE :value: 1720 Premier Liga .. py:attribute:: FSS_SUPER_LEAGUE :value: 1721 Mozzart Bet SuperLiga .. py:attribute:: PARVA_LIGA :value: 1722 Parva Liga .. py:attribute:: CAMPEONATO_BRASILEIRO_A :value: 1723 Campeonato Brasileiro A .. py:attribute:: SFZ_LIGA_1 :value: 1724 Niké Liga .. py:attribute:: PREMJER_LIHA :value: 1725 Premjer-Liha .. py:attribute:: AFA_LPF :value: 1726 Liga Profesional de Futbol .. py:attribute:: VEIKKAUSLIIGA :value: 1727 Veikkausliiga .. py:attribute:: SLOVENSKA_NOGOMETNA_LIGA :value: 1728 Prva Liga Telemach .. py:attribute:: FMF_SUPER_LIGA :value: 1729 Super Liga - Phase 1 .. py:attribute:: EROVNULI_LIGA :value: 1730 Erovnuli Liga .. py:attribute:: SCOTTISH_PREMIERSHIP :value: 1732 Scottish Premiership .. py:attribute:: NED :value: 1733 Eredivisie .. py:attribute:: CYP :value: 1734 Cyta Championship .. py:attribute:: VIRS :value: 1735 Virsliga .. py:attribute:: YKK :value: 1736 Ykkönen .. py:attribute:: ISR :value: 1737 Ligat Ha'al .. py:attribute:: SCOM :value: 1740 Scottish Premiership - Meisterrunde .. py:attribute:: SCOA :value: 1741 Scottish Premiership - Abstiegsrunde .. py:attribute:: ISL_D1 :value: 1742 Besta deild karla .. py:attribute:: NIR :value: 1744 Sports Direct Premiership .. py:attribute:: WAL :value: 1745 Cymru Premier .. py:attribute:: ALIG :value: 1746 A-Lyga .. py:attribute:: EST :value: 1747 A. LeCoq Premium Liiga .. py:attribute:: MAZ :value: 1748 Prva Liga .. py:attribute:: FR_D1 :value: 1749 Betri deildin .. py:attribute:: ALB :value: 1754 Kategoria Superiore .. py:attribute:: AND :value: 1756 Primera Divisio .. py:attribute:: MLT :value: 1757 BOV Premier League .. py:attribute:: ASE :value: 1758 Premyer Liqasi .. py:attribute:: BGRM :value: 1763 Parva Liga - Meisterrunde .. py:attribute:: BGRA :value: 1764 Parva Liga - Abstiegsrunde .. py:attribute:: ARM :value: 1769 Armenian Premier League .. py:attribute:: NSL :value: 1770 Isuzu UTE A-League Men .. py:attribute:: BIH :value: 1772 wwin liga .. py:attribute:: LUX :value: 1773 BGL Ligue .. py:attribute:: MLS :value: 1776 Major League Soccer .. py:attribute:: MLS_PO :value: 1777 MLS Play-offs .. py:attribute:: NFLPO :value: 1778 NFL-Play-offs .. py:attribute:: KAS :value: 1781 Premier League .. py:attribute:: SMR :value: 1782 Campionato Dilettanti .. py:attribute:: AUSFIN :value: 1785 Isuzu UTE A-League Men - Finalrunde .. py:attribute:: MOLPOK :value: 1786 Cupa Moldovei .. py:attribute:: CHA :value: 1800 Championship .. py:attribute:: L1 :value: 1801 League One .. py:attribute:: DEL :value: 1802 Deutsche Eishockey-Liga .. py:attribute:: NHL :value: 1803 National Hockey League .. py:attribute:: LIGUE2 :value: 1804 Ligue 2 .. py:attribute:: NFL :value: 1805 National Football League .. py:attribute:: NBA :value: 1806 National Basketball Association .. py:attribute:: LALIG2 :value: 1807 La Liga 2 .. py:attribute:: SERIEB :value: 1808 Serie B .. py:attribute:: NED2 :value: 1809 Keuken Kampioen Divisie .. py:attribute:: FA :value: 1810 FA Cup .. py:attribute:: BPOK :value: 1811 Coupe de Belgique .. py:attribute:: DKPOK :value: 1812 DBU Pokalen .. py:attribute:: FPOK :value: 1813 Coupe de France .. py:attribute:: APOK :value: 1814 ÖFB-UNIQA-Cup .. py:attribute:: COPA :value: 1815 Copa del Rey .. py:attribute:: COPPA :value: 1816 Coppa Italia .. py:attribute:: BEK :value: 1817 KNVB Beker .. py:attribute:: TRPOK :value: 1818 Türkiye Kupasi .. py:attribute:: DHBPOK :value: 1819 DHB-Pokal Männer .. py:attribute:: HBL :value: 1820 Bundesliga .. py:attribute:: HANDBALL_EM :value: 1821 Europameisterschaft .. py:attribute:: LCUP :value: 1822 League Cup .. py:attribute:: BEL2 :value: 1823 Challenger Pro League .. py:attribute:: A_D1 :value: 1824 2. Liga .. py:attribute:: DK2 :value: 1825 1. Division .. py:attribute:: CHAL :value: 1826 dieci Challenge League .. py:attribute:: ASSOCIATION_TEST_MATCHES :value: 1829 Fußball-Vereine Freundschaftsspiele .. py:attribute:: NATIONAL_TEAMS_TEST_MATCHES :value: 1830 Nationalteams Freundschaftsspiele .. py:attribute:: ICE_HOCKEY_TEST_MATCHES :value: 1832 Freundschaftsspiele .. py:attribute:: BASKETBALL_ASSOCIATION_TEST_MATCHES :value: 1835 Freundschaftsspiele Vereine .. py:attribute:: BASKETBALL_TEST_MATCHES :value: 1836 Freundschaftsspiele .. py:attribute:: HANDBALL_ASSOCIATION_TEST_MATCHES :value: 1837 Freundschaftsspiele Vereine .. py:attribute:: HANDBALL_TEST_MATCHES :value: 1838 Freundschaftsspiele .. py:attribute:: L2 :value: 1839 League Two .. py:attribute:: ADE :value: 1840 OBOS-ligaen .. py:attribute:: SWE2 :value: 1841 Superettan .. py:attribute:: SCO_FA :value: 1842 Scottish FA Cup .. py:attribute:: CHPOK :value: 1843 Schweizer Cup .. py:attribute:: SPOK :value: 1844 Svenska Cupen .. py:attribute:: PPOK :value: 1845 Taca de Portugal .. py:attribute:: GR2 :value: 1846 Super League 2 .. py:attribute:: HANDBALL_CL :value: 1849 Champions League Männer .. py:attribute:: FINPOK :value: 1852 Suomen Cup .. py:attribute:: FINABS :value: 1853 Veikkausliiga - Abstiegsrunde .. py:attribute:: FINMEI :value: 1854 Veikkausliiga - Meisterrunde .. py:attribute:: CSA :value: 1855 Championship - Aufstiegs-Play-offs .. py:attribute:: L1A :value: 1856 League One - Aufstiegs-Play-offs .. py:attribute:: L2A :value: 1857 League Two - Aufstiegs-Play-offs .. py:attribute:: ELH :value: 1858 European League .. py:attribute:: AQ :value: 1860 Aufstiegsspiele Serie A .. py:attribute:: NMCUP :value: 1863 Norgesmesterskapet .. py:attribute:: WMQSA :value: 1865 WM-Qualifikation Südamerika .. py:attribute:: HANDBALL_WMQ :value: 1867 WM-Qualifikation .. py:attribute:: TEST21 :value: 1870 U-21-Nationalteams Freundschaftsspiele .. py:attribute:: CLQ :value: 1872 Champions-League-Qualifikation .. py:attribute:: FRASC :value: 1875 Trophee des Champions .. py:attribute:: PSC :value: 1876 Supercup .. py:attribute:: ENGSC :value: 1877 Community Shield .. py:attribute:: DHB_SC :value: 1878 DHB-Supercup .. py:attribute:: EMQFR :value: 1879 EM-Qualifikation Frauen .. py:attribute:: WMQFR :value: 1880 WM-Qualifikation Frauen .. py:attribute:: TEST20 :value: 1881 U-20-Nationalteams Freundschaftsspiele .. py:attribute:: SPASC :value: 1882 Supercopa .. py:attribute:: ALLQ :value: 1885 Schweden Relegation .. py:attribute:: FINREL :value: 1886 Relegation .. py:attribute:: ELITEQ :value: 1888 Norwegen Relegation .. py:attribute:: TESTF :value: 1890 Frauen-Nationalteams Freundschaftsspiele .. py:attribute:: NLG :value: 1891 National League .. py:attribute:: NIR_LC :value: 1892 JBE League Cup .. py:attribute:: SMR_PO :value: 1896 Campionato Play-off .. py:attribute:: NLA :value: 1897 National League - Aufstiegs-Play-offs .. py:attribute:: BBL :value: 1898 easyCredit BBL .. py:attribute:: SCO_LC :value: 1902 League Cup .. py:attribute:: HUN :value: 1904 OTP Bank Liga .. py:attribute:: NIRM :value: 1908 Sports Direct Premiership - Meisterrunde .. py:attribute:: NIRA :value: 1909 Sports Direct Premiership - Abstiegsrunde .. py:attribute:: MEX :value: 1911 Liga BBVA MX .. py:attribute:: MEXPO :value: 1912 Liga BBVA MX - Play-offs .. py:attribute:: BEL2PO :value: 1914 Challenger Pro League - Play-offs .. py:attribute:: EIR :value: 1921 Airtricity League .. py:attribute:: DELPO :value: 1980 DEL Play-offs .. py:attribute:: SPCUP :value: 1990 Spengler-Cup .. py:attribute:: OLQ :value: 1991 Olympia-Qualifikation .. py:attribute:: A_WM :value: 1992 Weltmeisterschaft .. py:attribute:: CYPOK :value: 1993 Kypello Kyprou .. py:attribute:: IRLPOK :value: 1994 FAI Cup .. py:attribute:: UNGPOK :value: 1995 Magyar Kupa .. py:attribute:: RUMPOK :value: 1996 Cupa Romaniei .. py:attribute:: UKRPOK :value: 1997 Kubok Ukrainy .. py:attribute:: SLOPOK :value: 1998 Pokal Slovenije .. py:attribute:: SRBPOK :value: 1999 Kup Srbije .. py:attribute:: UEFASC :value: 2000 UEFA-Supercup .. py:attribute:: ISC :value: 2001 Supercoppa .. py:attribute:: EMQU21 :value: 2002 EM-Qualifikation U 21 .. py:attribute:: GRPOK :value: 2004 Kypello Elladas .. py:attribute:: PLPOK :value: 2005 Puchar Polski .. py:attribute:: SKPOK :value: 2006 Slovenský Pohár .. py:attribute:: EMQU19 :value: 2011 EM-Qualifikation U 19 .. py:attribute:: BLPO :value: 2013 Bundesliga Play-offs .. py:attribute:: RUSPOK :value: 2014 Kubok Rossii .. py:attribute:: CZPOH :value: 2017 MOL Cup .. py:attribute:: DFBPF :value: 2018 DFB-Pokal Frauen .. py:attribute:: CROPOK :value: 2019 Hrvatski Nogometni Kup .. py:attribute:: BULPOK :value: 2020 Kupa na Bulgaria .. py:attribute:: MAZPOK :value: 2021 Cup na Severna Makedonija .. py:attribute:: ISRPOK :value: 2022 State Cup .. py:attribute:: HANDBALL_BUNDESLIGA_RELEGATION :value: 2023 Bundesliga-Relegation .. py:attribute:: HANDBALL_EMQ :value: 2024 EM-Qualifikation .. py:attribute:: BLS :value: 2027 1. Liga .. py:attribute:: BASKETBALL_EM :value: 2028 Basketball-EM .. py:attribute:: EIRQ :value: 2030 Relegation 1. Liga .. py:attribute:: CROSC :value: 2031 Supercup .. py:attribute:: POLSC :value: 2033 Superpuchar Polski .. py:attribute:: BSC :value: 2034 Supercup .. py:attribute:: NLJCS :value: 2035 Johan Cruijff Schaal .. py:attribute:: SC :value: 2036 Super Cup .. py:attribute:: BASKETBALL_WM :value: 2037 Weltmeisterschaft Männer .. py:attribute:: BASKETBALL_EL :value: 2040 Euroleague .. py:attribute:: ECUP :value: 2041 Eurocup .. py:attribute:: BASKETBALL_EMQ :value: 2042 EM-Qualifikation .. py:attribute:: DCUP :value: 2045 Deutschland-Cup .. py:attribute:: HANDBALL_EMFR :value: 2046 Frauen-Europameisterschaft .. py:attribute:: DEL2 :value: 2047 DEL 2 .. py:attribute:: DEL2PO :value: 2052 DEL 2 Play-offs .. py:attribute:: DEL2PD :value: 2053 DEL 2 Play-downs .. py:attribute:: RUSSC :value: 2054 Supercup .. py:attribute:: ISLPOK :value: 2056 Borgunarbikar .. py:attribute:: BLSPOK :value: 2058 Kywok Belarusi .. py:attribute:: HANDBALL_SC :value: 2062 Supercup .. py:attribute:: EFL :value: 2063 Bristol Street Motors Trophy .. py:attribute:: HANDBALL_WMFR :value: 2064 Frauen-Weltmeisterschaft .. py:attribute:: NIRPOK :value: 2065 Irish Cup .. py:attribute:: ESTPOK :value: 2066 Eesti Karikas .. py:attribute:: GEOPOK :value: 2067 David Kipiani Cup .. py:attribute:: WMF :value: 2068 Frauen-Weltmeisterschaft .. py:attribute:: SUIBAR :value: 2070 Barrage Credit Suisse Super League .. py:attribute:: URU :value: 2071 Primera Division .. py:attribute:: UKRSC :value: 2072 Supercup .. py:attribute:: BULSC :value: 2073 Supercup .. py:attribute:: WCEH :value: 2074 World Cup of Hockey .. py:attribute:: BIHPOK :value: 2077 Kup Bosne i Herzegovine .. py:attribute:: CSL :value: 2078 Chinese Super League .. py:attribute:: SCOCS :value: 2079 Scottish Championship .. py:attribute:: FRPOK :value: 2081 Steypakappingin .. py:attribute:: SHL :value: 2082 Swedish Hockey League .. py:attribute:: ICE :value: 2083 ICE .. py:attribute:: FIN :value: 2084 Liiga .. py:attribute:: CH :value: 2085 National League .. py:attribute:: SAFF :value: 2087 Südasien-Meisterschaft .. py:attribute:: WAG :value: 2088 Westasien-Meisterschaft .. py:attribute:: AUTPO :value: 2089 ICE Play-offs .. py:attribute:: CHPO :value: 2090 National League Play-offs .. py:attribute:: SHLPO :value: 2091 SHL Play-offs .. py:attribute:: B_WM :value: 2092 WM Division I .. py:attribute:: CHPD :value: 2093 National League Play-downs .. py:attribute:: FINPO :value: 2094 Liiga Play-offs .. py:attribute:: WALPOK :value: 2095 Welsh Cup .. py:attribute:: ALBPOK :value: 2096 Kupa e Shqiperise .. py:attribute:: NEDREL :value: 2097 Relegation Eredivisie .. py:attribute:: ARMPOK :value: 2099 Armenischer Pokal .. py:attribute:: LITPOK :value: 3000 LFF Taure .. py:attribute:: LETPOK :value: 3001 Latvijas Kauss .. py:attribute:: MATPOK :value: 3002 FA Trophy .. py:attribute:: ANDPOK :value: 3003 Copa Constitucio .. py:attribute:: SMRPOK :value: 3004 Coppa Titano .. py:attribute:: ASEPOK :value: 3005 Aserbaidschanischer Pokal .. py:attribute:: KASPOK :value: 3006 Kubok Kazakstana .. py:attribute:: LUXPOK :value: 3007 Coupe de Luxembourg .. py:attribute:: TEST16 :value: 3016 U-16-Nationalteams Freundschaftsspiele .. py:attribute:: TEST17 :value: 3017 U-17-Nationalteams Freundschaftsspiele .. py:attribute:: TEST18 :value: 3018 U-18-Nationalteams Freundschaftsspiele .. py:attribute:: TEST19 :value: 3019 U-19-Nationalteams Freundschaftsspiele .. py:attribute:: EMQU17 :value: 3020 U-17-EM-Qualifikation .. py:attribute:: WMQPO :value: 4001 WM-Qualifikation Play-offs .. py:attribute:: MNT :value: 4002 Meridianbet 1. CFL .. py:attribute:: TRSC :value: 4003 Supercup .. py:attribute:: RUMSC :value: 4004 Supercupa Romaniei .. py:attribute:: CYSC :value: 4005 Supercup .. py:attribute:: RECOPA :value: 4006 Recopa Sudamericana .. py:attribute:: BBCCUP :value: 4007 BBL Champions Cup .. py:attribute:: BLFR :value: 4033 Frauen-Bundesliga .. py:attribute:: AFRCQ :value: 4035 Afrika-Cup-Qualifikation .. py:attribute:: TEST15 :value: 4038 U-15-Nationalteams Freundschaftsspiele .. py:attribute:: SOASI :value: 4044 Südostasien-Meisterschaft .. py:attribute:: GCUP :value: 4046 Golf-Cup .. py:attribute:: SVKMEI :value: 4049 Niké Liga - Meisterrunde .. py:attribute:: SVKABS :value: 4050 Niké Liga - Abstiegsrunde .. py:attribute:: ALGARVE_CUP :value: 4051 Algarve Cup .. py:attribute:: SRBM :value: 4053 Mozzart Bet SuperLiga - Meisterrunde .. py:attribute:: SRBA :value: 4054 Mozzart Bet SuperLiga - Abstiegsrunde .. py:attribute:: MNTPOK :value: 4055 Kup Crne Gore .. py:attribute:: BUNDESLIGA_WOMEN_PO :value: 4056 2. Frauen-Bundesliga Aufstiegsspiele .. py:attribute:: BQ :value: 4058 Play-Out Serie B .. py:attribute:: CHL :value: 4059 Campeonato Itau .. py:attribute:: BOL :value: 4060 Division de Futbol Profesional .. py:attribute:: PERU :value: 4061 Liga 1 .. py:attribute:: TURKIYE_1_LIG :value: 4072 TFF 1. Lig .. py:attribute:: LIEP :value: 4073 FL1 Aktiv-Cup .. py:attribute:: AUTP :value: 4075 ICE Hockey League Platzierungsrunde .. py:attribute:: OLYQ :value: 4077 Olympia-Qualifikationsturnier .. py:attribute:: OSTASI :value: 4078 Ostasien-Meisterschaft .. py:attribute:: CYPM :value: 4079 Cyta Championship - Meisterrunde .. py:attribute:: CYPA :value: 4081 Cyta Championship - Abstiegsrunde .. py:attribute:: TURKIYE_SUPER_LIG_Q :value: 4084 SüperLig-Qualifikation .. py:attribute:: ZAF :value: 4087 Premier Soccer League .. py:attribute:: WMF20 :value: 4090 U-20-Frauen-WM .. py:attribute:: DFL_SC :value: 4218 Supercup .. py:attribute:: AFCCLE :value: 4222 AFC Champions League Elite .. py:attribute:: CAFCL :value: 4223 CAF Champions League .. py:attribute:: BELM :value: 4225 Jupiler Pro League - Meisterrunde .. py:attribute:: P2 :value: 4240 Liga Portugal 2 .. py:attribute:: BASKETBALL_BUNDESLIGA_FRAUEN :value: 4243 Basketball-Bundesliga-Frauen .. py:attribute:: SHG :value: 4245 EHT Beijer Hockey Games .. py:attribute:: C1CUP :value: 4246 EHT Channel One Cup .. py:attribute:: KARJ :value: 4247 EHT Karjala Cup .. py:attribute:: CZHG :value: 4248 EHT Carlson Hockey Games .. py:attribute:: VIRSPO :value: 4249 Virsliga Play-Off .. py:attribute:: PERUPO :value: 4252 Peru - Finale .. py:attribute:: BBLPOK :value: 4254 BBL-Pokal .. py:attribute:: BLFRPO :value: 4258 Basketball-Bundesliga-Frauen Play-Offs .. py:attribute:: ISRA :value: 4260 Ligat Ha'al - Abstiegsrunde .. py:attribute:: ISRM :value: 4261 Ligat Ha'al - Meisterrunde .. py:attribute:: BELECL :value: 4262 Jupiler Pro League - Qualirunde Conference League .. py:attribute:: NEDECP :value: 4263 Eredivisie - Play-offs ECL .. py:attribute:: GR2AUF :value: 4264 Play-off Super League 2 .. py:attribute:: GR2AB :value: 4265 Play-out Super League 2 .. py:attribute:: USOC :value: 4529 U.S. Open Cup .. py:attribute:: RLWFR :value: 4530 Frauen-Regionalliga West .. py:attribute:: RLNFR :value: 4531 Frauen-Regionalliga Nord .. py:attribute:: RLNOFR :value: 4532 Frauen-Regionalliga Nordost .. py:attribute:: RLSFR :value: 4533 Frauen-Regionalliga Süd .. py:attribute:: RLSWFR :value: 4534 Frauen-Regionalliga Südwest .. py:attribute:: BELFR :value: 4535 Super League Vrouwen .. py:attribute:: DENFR :value: 4536 Kvindeligaen .. py:attribute:: FRFR :value: 4537 Premiere Ligue .. py:attribute:: FINFR :value: 4538 Kansallinen Liiga .. py:attribute:: ISLFR :value: 4539 Besta deild kvenna .. py:attribute:: ITAFR :value: 4540 Serie A femminile .. py:attribute:: NEDFR :value: 4541 Vrouwen Eredivisie .. py:attribute:: NORFR :value: 4542 Toppserien .. py:attribute:: AUTFR :value: 4543 Admiral Frauen Bundesliga .. py:attribute:: POLFR :value: 4544 Ekstraliga kobiet .. py:attribute:: RUSFR :value: 4545 Supreme Division .. py:attribute:: SWEFR :value: 4546 Damallsvenskan .. py:attribute:: CHFR :value: 4547 Women’s Super League .. py:attribute:: CZEFR :value: 4548 I. Liga Zen .. py:attribute:: NWSL :value: 4549 National Women's Soccer League .. py:attribute:: ENGFR :value: 4550 Women's Super League .. py:attribute:: WALMEI :value: 4552 Cymru Premier - Meisterrunde .. py:attribute:: WALABS :value: 4553 Cymru Premier - Abstiegsrunde .. py:attribute:: BELAB :value: 4554 Jupiler Pro League - Abstiegsrunde .. py:attribute:: CHFRF :value: 4556 Women’s Super League Finalrunde .. py:attribute:: WALPOE :value: 4557 Cymru Premier - Play-offs ECL .. py:attribute:: LALI2A :value: 4562 La Liga 2 - Aufstiegsrunde .. py:attribute:: TCUP :value: 5026 Telekom Cup .. py:attribute:: EMQPO :value: 5031 EM-Qualifikation-Play-offs .. py:attribute:: COPARG :value: 5034 Copa Argentina .. py:attribute:: COPBRA :value: 5035 Copa do Brasil .. py:attribute:: HBL2 :value: 5037 2. Handball-Bundesliga .. py:attribute:: RLREL :value: 5040 Regionalliga Aufstiegsspiele .. py:attribute:: URUMEI :value: 5041 Meisterschafts-Play-off .. py:attribute:: ARGREL :value: 5047 Liga Profesional de Futbol - Relegation .. py:attribute:: WMF17 :value: 6045 U-17-Frauen-WM .. py:attribute:: CONCC :value: 6065 CONCACAF Champions Cup .. py:attribute:: OFCCL :value: 6066 OFC Champions League .. py:attribute:: RUS2 :value: 6070 FNL .. py:attribute:: LPSH :value: 6071 Landespokal Schleswig-Holstein .. py:attribute:: LPHH :value: 6072 Landespokal Hamburg .. py:attribute:: LPHB :value: 6073 Landespokal Bremen .. py:attribute:: LPNS :value: 6074 Landespokal Niedersachsen .. py:attribute:: LPNR :value: 6075 Landespokal Niederrhein .. py:attribute:: LPMR :value: 6076 Landespokal Mittelrhein .. py:attribute:: LPWF :value: 6077 Landespokal Westfalen .. py:attribute:: LPRL :value: 6078 Landespokal Rheinland .. py:attribute:: LPSW :value: 6079 Landespokal Südwest .. py:attribute:: LPSL :value: 6080 Landespokal Saarland .. py:attribute:: LPHS :value: 6081 Landespokal Hessen .. py:attribute:: LPBA :value: 6082 Landespokal Baden .. py:attribute:: LPSB :value: 6083 Landespokal Südbaden .. py:attribute:: LPWUE :value: 6084 Landespokal Württemberg .. py:attribute:: LPBY :value: 6085 Landespokal Bayern .. py:attribute:: LPMV :value: 6086 Landespokal Mecklenburg-Vorpommern .. py:attribute:: LPSA :value: 6087 Landespokal Sachsen-Anhalt .. py:attribute:: LPBL :value: 6088 Landespokal Berlin .. py:attribute:: LPBB :value: 6089 Landespokal Brandenburg .. py:attribute:: LPSC :value: 6090 Landespokal Sachsen .. py:attribute:: LPTH :value: 6091 Landespokal Thüringen .. py:attribute:: REL3 :value: 6092 Aufstiegsspiele zur 3. Liga .. py:attribute:: RUSREL :value: 6095 Relegation Premier Liga .. py:attribute:: KHL :value: 6096 Kontinental Hockey League .. py:attribute:: POL2 :value: 6097 I liga .. py:attribute:: CZE2 :value: 6099 Chance Narodni Liga .. py:attribute:: PAR :value: 6101 Primera Division de Paraguay .. py:attribute:: ECU :value: 6102 LigaPro .. py:attribute:: VEN :value: 6104 Liga FUTVE .. py:attribute:: KOL :value: 6105 Liga BetPlay Dimayor .. py:attribute:: AUDIC :value: 6106 Audi Cup .. py:attribute:: ITA_CA :value: 6127 Serie C, Girone A .. py:attribute:: ITA_CB :value: 6128 Serie C, Girone B .. py:attribute:: VAE :value: 6129 Arabian Gulf League .. py:attribute:: QAT :value: 6130 Stars League .. py:attribute:: GPD :value: 6131 Gibraltar Premier Division .. py:attribute:: UEFAYL :value: 6132 UEFA Youth League .. py:attribute:: KOLA :value: 6138 Liga BetPlay Dimayor - Gruppe A .. py:attribute:: KOLB :value: 6139 Liga BetPlay Dimayor - Gruppe B .. py:attribute:: KOLFIN :value: 6140 Primera A - Finale .. py:attribute:: KHL_PO :value: 6144 KHL Play Offs .. py:attribute:: GIBPOK :value: 6146 Rock Cup .. py:attribute:: SCOREL :value: 6147 Relegation Scottish Premiership .. py:attribute:: ITACPO :value: 6148 Serie C, Play-offs .. py:attribute:: PORREL :value: 6149 Relegation Liga Portugal Betclic .. py:attribute:: VENFIN :value: 6150 Venezuela, Gruppe A .. py:attribute:: VENPO :value: 6151 Venezuela, Gruppe B .. py:attribute:: SRBREL :value: 6153 Relegation Mozzart Bet SuperLiga .. py:attribute:: SLOREL :value: 6154 Relegation Prva Liga Telemach .. py:attribute:: MNTREL :value: 6155 Relegation Meridianbet 1. CFL .. py:attribute:: ITA_CC :value: 6157 Serie C, Girone C .. py:attribute:: HOCKEY_CHL :value: 6158 Champions Hockey League .. py:attribute:: ECUFIN :value: 6185 Meisterschaftsfinale .. py:attribute:: EC_BB :value: 6204 FIBA Europe Cup .. py:attribute:: CONFED_PO :value: 6205 Play-off Confed-Cup .. py:attribute:: ENGFR2 :value: 6206 Women's Championship .. py:attribute:: ESTREL :value: 6209 Relegation .. py:attribute:: CAQ :value: 6212 Copa America Qualifikation .. py:attribute:: SBC :value: 6213 SheBelieves-Cup .. py:attribute:: ROUM :value: 6214 SuperLiga - Meisterrunde .. py:attribute:: ROUA :value: 6215 SuperLiga - Abstiegsrunde .. py:attribute:: NIRECL :value: 6216 Sports Direct Premiership - Play-offs ECL .. py:attribute:: ITACSC :value: 6217 Serie C, Supercoppa .. py:attribute:: KVX :value: 6221 ALBI MALL Superliga e Kosoves .. py:attribute:: BBCL :value: 6228 Basketball Champions League .. py:attribute:: NBAPRE :value: 6241 NBA Preseason .. py:attribute:: NHLPRE :value: 6242 NHL Preseason .. py:attribute:: NWSLF :value: 6243 NWSL Finals .. py:attribute:: TACA_DA_LIGA :value: 6247 Taca da Liga .. py:attribute:: DENM :value: 6250 3F Superliga - Meisterrunde .. py:attribute:: KOSPOK :value: 6257 Kosovar Cup .. py:attribute:: DENECL :value: 6261 3F Superliga - Qualirunde Conference League .. py:attribute:: DENAB :value: 6262 3F Superliga - Abstiegsrunde .. py:attribute:: BGRECLQ :value: 6264 Parva Liga - Qualirunde Conference League .. py:attribute:: URUINT :value: 6265 Zwischenrunde .. py:attribute:: ROUREL :value: 6266 Relegation SuperLiga .. py:attribute:: NFL_P :value: 6267 NFL-Preseason .. py:attribute:: ALIGR :value: 6282 A-Lyga Relegation .. py:attribute:: WMQ_BB :value: 6283 WM-Qualifikation .. py:attribute:: KOR :value: 6286 K League 1 .. py:attribute:: BELFRM :value: 6288 Super League Vrouwen - Meisterrunde .. py:attribute:: FRAREL :value: 6289 Relegation Ligue 1 .. py:attribute:: UKRREL :value: 6290 Relegation Premjer-Liha .. py:attribute:: BOLPO :value: 6291 Play-Offs .. py:attribute:: ZWEITE_BUNDESLIGA_FRAUEN :value: 6294 2. Frauen-Bundesliga .. py:attribute:: CZ_ELH :value: 7043 Extra Liga .. py:attribute:: CORFIN :value: 7058 Finalrunde .. py:attribute:: KORREL :value: 7059 Südkorea-Abstieg .. py:attribute:: FRA3 :value: 7060 Championnat National .. py:attribute:: AUSFR :value: 7061 Ninja A-League .. py:attribute:: ESPFR :value: 7062 Liga F .. py:attribute:: U20SA :value: 7063 U-20-Südamerikameisterschaft .. py:attribute:: INDIEN :value: 7064 Indian Super League .. py:attribute:: USL_CH :value: 7065 USL Championship .. py:attribute:: EGY :value: 7066 Egyptian Premier League .. py:attribute:: J2L :value: 7067 J2 League .. py:attribute:: SL :value: 7068 Super League .. py:attribute:: THAI :value: 7070 Thai-Liga .. py:attribute:: VIE :value: 7071 V.League .. py:attribute:: FINFRM :value: 7072 Kansallinen Liiga - Meisterrunde .. py:attribute:: GFL :value: 7076 German Football League .. py:attribute:: KOR2 :value: 7077 K League 2 .. py:attribute:: CHINA2 :value: 7078 China League One .. py:attribute:: BRA2 :value: 7079 Campeonato Brasileiro B .. py:attribute:: SAUDI :value: 7080 Saudi Professional League .. py:attribute:: IRAN :value: 7081 Persian Gulf Pro League .. py:attribute:: FINFRR :value: 7083 Kansallinen Liiga - Abstiegsrunde .. py:attribute:: INDPO :value: 7084 Indian Super League Play-offs .. py:attribute:: AUSFRF :value: 7085 Australian W-League Finale .. py:attribute:: DENFRF :value: 7086 Kvindeligaen - Meisterrunde .. py:attribute:: ELH_PO :value: 7087 Extraliga - Play-Offs .. py:attribute:: FACUPF :value: 7088 Women's FA Cup .. py:attribute:: A_MEI :value: 7089 Admiral-Bundesliga - Meistergruppe .. py:attribute:: A_QUA :value: 7090 Admiral-Bundesliga - Qualifikationsgruppe .. py:attribute:: U17EMF :value: 7092 U-17-Frauen-EM .. py:attribute:: U17EQF :value: 7093 U-17-Frauen-EM-Quali .. py:attribute:: U19EMF :value: 7094 U-19-Frauen-EM .. py:attribute:: CONNL :value: 7095 CONCACAF Nations League .. py:attribute:: KANADA :value: 7102 Canadian Premier League .. py:attribute:: CZEMEI :value: 7103 Chance Liga - Meisterrunde .. py:attribute:: CZEABS :value: 7104 Chance Liga - Abstiegsrunde .. py:attribute:: CZEFRF :value: 7105 I. Liga Zen - Meisterrunde .. py:attribute:: CZPO :value: 7106 Chance Liga - Mittelfeld-Play-offs .. py:attribute:: CCS :value: 7109 Canadian Championship .. py:attribute:: ELPO :value: 7112 Admiral-Bundesliga - Play-offs ECL .. py:attribute:: CZEREL :value: 7113 Tschechien Relegation 1/2 .. py:attribute:: SVKREL :value: 7115 Relegation Niké Liga .. py:attribute:: SCOL1 :value: 7116 Scottish League One .. py:attribute:: UZB :value: 7117 1. Liga .. py:attribute:: ALGERIA :value: 7118 Ligue 1 .. py:attribute:: JAP_C :value: 7119 Emperor's Cup .. py:attribute:: SCOL2 :value: 7120 Scottish League Two .. py:attribute:: SLV :value: 7121 Primera Division .. py:attribute:: CRI :value: 7122 Primera Division de Costa Rica .. py:attribute:: AUTREM :value: 7123 Regionalliga Mitte .. py:attribute:: AUTROS :value: 7124 Regionalliga Ost .. py:attribute:: ROU2 :value: 7128 Liga II .. py:attribute:: TUN :value: 7153 Ligue 1 .. py:attribute:: HND :value: 7155 Liga Betcris de Honduras .. py:attribute:: SGLOBE :value: 7156 Super Globe .. py:attribute:: GFL_PO :value: 7158 GFL-Play-offs .. py:attribute:: USL_PO :value: 7159 USL Championship Play-offs .. py:attribute:: CANFIN :value: 7160 Canadian Premier League - Finale .. py:attribute:: KL_REL :value: 7162 Relegation K League .. py:attribute:: CRIMEI :value: 7163 Primera Division de Costa Rica - Meisterschaftsfinale .. py:attribute:: J2PO :value: 7165 J2 Play-offs .. py:attribute:: ESLVF :value: 7167 El Salvador Meisterschaftsfinale .. py:attribute:: EH20WM :value: 7168 Junioren-WM .. py:attribute:: GIB_C :value: 7169 Gibraltar Championship .. py:attribute:: GIB_R :value: 7170 Gibraltar Challenge Group .. py:attribute:: UFL :value: 7172 UFL .. py:attribute:: JPNSC :value: 7173 Supercup .. py:attribute:: HANDBALL_OLYMPIA_Q :value: 7175 Olympia-Qualifikation .. py:attribute:: POGRSL :value: 7176 Play-off Super League 1 .. py:attribute:: POUSL1 :value: 7177 Play-out Super League 1 .. py:attribute:: ROU2AU :value: 7184 Liga II - Aufstiegsrunde .. py:attribute:: ITACOU :value: 7185 Serie C, Play-outs .. py:attribute:: POLAUF :value: 7193 I liga - Aufstiegs-Play-offs .. py:attribute:: NL3 :value: 7433 Betnation Divisie .. py:attribute:: VIETNAM_LEAGUE :value: 7781 V.League Meisterrunde .. py:attribute:: VIETNAM_LEAGUE_RELEGATION :value: 7782 V.League Abstiegsrunde .. py:attribute:: PL2 :value: 7784 Premier League 2 .. py:attribute:: MSC :value: 7786 Magenta Sport Cup .. py:attribute:: COPLIQ :value: 7788 Copa-Libertadores-Qualifikation .. py:attribute:: ROU2AB :value: 7791 Liga II - Abstiegsrunde .. py:attribute:: DEN2AU :value: 7792 1. Division - Aufstiegsrunde .. py:attribute:: DEN2AB :value: 7793 1. Division - Abstiegsrunde .. py:attribute:: ELF :value: 7795 European League of Football .. py:attribute:: SCOTTISH_CHAMPIONSHIP_RELEGATION :value: 7801 Relegation Scottish Championship .. py:attribute:: SCOTTISH_LEAGUE_ONE_RELEGATION :value: 7802 Relegation Scottish League One .. py:attribute:: ARGPOM :value: 7803 Liga Profesional de Futbol - Play-offs Meisterschaft .. py:attribute:: ROUECL :value: 7804 SuperLiga - Play-offs ECL .. py:attribute:: ESP3PO :value: 7805 Primera Federacion, Play-offs .. py:attribute:: GCQ :value: 7806 CONCACAF-Gold-Cup-Qualifikation .. py:attribute:: BGRECL_PO :value: 7808 Parva Liga - Play-off ECL .. py:attribute:: HNDFIN :value: 7811 Liga Betcris de Honduras - Finalrunde .. py:attribute:: HB3NAT :value: 7812 Drei-Nationen-Turnier .. py:attribute:: OLBBF :value: 7813 Olympiaturnier Frauen .. py:attribute:: ESP3A :value: 7814 Primera Federacion - Grupo A .. py:attribute:: ELF_PO :value: 7819 ELF-Play-offs .. py:attribute:: ARAB :value: 7821 FIFA Arab Cup .. py:attribute:: FINALISSIMA :value: 7947 Finalissima .. py:attribute:: ACC :value: 7950 Arnold Clark Cup .. py:attribute:: MAROK :value: 7973 Botola Pro1 .. py:attribute:: EURC :value: 7976 EHF Euro Cup .. py:attribute:: TUNM :value: 8037 Ligue 1 - Meisterrunde .. py:attribute:: TUNA :value: 8038 Ligue 1 - Abstiegsrunde .. py:attribute:: PRO_A :value: 8039 Pro A .. py:attribute:: U18_WM :value: 8040 U-18-WM .. py:attribute:: INDO :value: 8041 BRI Liga 1 .. py:attribute:: CA_F :value: 8042 Copa America (Frauen) .. py:attribute:: ESP3B :value: 8043 Primera Federacion - Grupo B .. py:attribute:: U20_FRIENDLIES_WOMEN :value: 8044 U-20-Frauen-Nationalteams Freundschaftsspiele .. py:attribute:: U19_FRIENDLIES_WOMEN :value: 8045 U-19-Frauen-Nationalteams Freundschaftsspiele .. py:attribute:: U17_FRIENDLIES_WOMEN :value: 8046 U-17-Frauen-Nationalteams Freundschaftsspiele .. py:attribute:: TEST_F :value: 8047 Fußball-Vereine Frauen Freundschaftsspiele .. py:attribute:: NORFRF :value: 8048 Toppserien Finalrunde .. py:attribute:: HANDBALL_ZWEITE_BUNDESLIGA_FRAUEN :value: 8050 2. Handball-Bundesliga Frauen .. py:attribute:: TESTFR :value: 8051 Freundschaftsspiele Frauen .. py:attribute:: EMQ19F :value: 8052 U-19-Frauen-EM-Quali .. py:attribute:: RUSFRM :value: 8053 Supreme Division - Meisterrunde .. py:attribute:: RUSFRP :value: 8054 Supreme Division - Platzierungsrunde .. py:attribute:: NORFRR :value: 8055 Toppserien Relegationsrunde .. py:attribute:: YKK_PO :value: 8056 Ykkönen Aufstieg .. py:attribute:: YKK_PO_2 :value: 8057 Ykkönen Abstieg .. py:attribute:: BJWNNO :value: 8058 B-Juniorinnen-Bundesliga Nord/Nordost .. py:attribute:: BJWWSW :value: 8059 B-Juniorinnen-Bundesliga West/Südwest .. py:attribute:: BJWS :value: 8060 B-Juniorinnen-Bundesliga Süd .. py:attribute:: DM_BJW :value: 8061 DM-Endrunde B-Juniorinnen .. py:attribute:: ISL_M :value: 8062 Besta deild karla-Meisterrunde .. py:attribute:: ISL_A :value: 8063 Besta deild karla-Abstiegsrunde .. py:attribute:: HANDBALL_WMF :value: 8064 Weltmeisterschaft Frauen .. py:attribute:: CLHBFR :value: 8065 Champions League Frauen .. py:attribute:: HBPOKF :value: 8066 DHB-Pokal Frauen .. py:attribute:: CL_WOMEN_Q :value: 8067 Women's Champions League Qualifikation .. py:attribute:: FINLAND_CL_PO :value: 8068 Veikkausliiga - Conference-League-Play-off .. py:attribute:: FINALISSIMA_WOMEN :value: 8069 Women's Finalissima .. py:attribute:: NFIN2 :value: 8070 Finalrunde OBOS-Ligaen .. py:attribute:: TROCAM :value: 8071 Trofeo de Campeones .. py:attribute:: HANDBALL_WMQ_FRAUEN :value: 8072 WM-Qualifikation Frauen .. py:attribute:: MDAP2 :value: 8073 Super Liga - Phase 2 .. py:attribute:: SIHG :value: 8074 EHT SWISS Ice Hockey Games .. py:attribute:: ITAFRM :value: 8077 Serie A femminile - Meisterrunde .. py:attribute:: ITAFRA :value: 8078 Serie A femminile - Abstiegsrunde .. py:attribute:: KSACUP :value: 8079 King's Cup .. py:attribute:: U19SSR :value: 8080 U-19-Sonderspielrunde JBL .. py:attribute:: U17SSR :value: 8081 U-17-Sonderspielrunde JBL .. py:attribute:: UFLPO :value: 8082 UFL-Play-offs .. py:attribute:: PRO_A_PO :value: 8083 Pro A Play-offs .. py:attribute:: UEFA_NL_WOMEN :value: 8084 UEFA Women's Nations League .. py:attribute:: U21WM :value: 8086 U-21-Weltmeisterschaft .. py:attribute:: ITAABE :value: 8089 Entscheidungsspiel Serie A .. py:attribute:: EMF :value: 8090 Basketball-EM Frauen .. py:attribute:: LEAGUES_CUP :value: 8092 Leagues Cup .. py:attribute:: ELHBFR :value: 8093 European League Frauen .. py:attribute:: CAFANC :value: 8094 Zentralasienmeisterschaft .. py:attribute:: AUTRWE :value: 8095 Regionalliga West .. py:attribute:: CC :value: 8096 Club Challenge .. py:attribute:: SWPL1 :value: 8097 Scottish Women’s Premier League .. py:attribute:: U20EM :value: 8098 U-20-Europameisterschaft .. py:attribute:: WNBA :value: 8099 WNBA .. py:attribute:: U19WM :value: 8100 U-19-Weltmeisterschaft .. py:attribute:: ARAB_CC :value: 8101 Arab Club Champions Cup .. py:attribute:: AFCCLQ :value: 8102 AFC Champions League Elite Quali .. py:attribute:: ISL_MR :value: 8103 Urvalsdeild Meisterrunde .. py:attribute:: ISL_AR :value: 8104 Urvalsdeild Abstiegsrunde .. py:attribute:: WNBAPO :value: 8105 WNBA Play-offs .. py:attribute:: EMFQ :value: 8106 EM-Qualifikation Frauen .. py:attribute:: AFL :value: 8107 African Football League .. py:attribute:: CAFCCC :value: 8108 CAF Confederation Cup .. py:attribute:: AFCCL2 :value: 8109 AFC Champions League Two .. py:attribute:: U17SA :value: 8110 U-17-Südamerikameisterschaft .. py:attribute:: U20AFR :value: 8111 U-20-Afrika-Cup .. py:attribute:: U17AFR :value: 8112 U-17-Afrika-Cup .. py:attribute:: U20ASI :value: 8113 U-20-Asienmeisterschaft .. py:attribute:: U17ASI :value: 8114 U-17-Asienmeisterschaft .. py:attribute:: U20NMA :value: 8115 CONCACAF U-20-Meisterschaft .. py:attribute:: U17NMA :value: 8116 CONCACAF U-17-Meisterschaft .. py:attribute:: DCUPFR :value: 8117 Eishockey-Deutschland-Cup Frauen .. py:attribute:: FEMQ :value: 8118 Basketball-EM-Qualifikation Frauen .. py:attribute:: PACIFIC_GAMES :value: 8119 Pacific Games .. py:attribute:: NBACUP :value: 8120 NBA Cup .. py:attribute:: COPPAF :value: 8130 Coppa Italia Femminile .. py:attribute:: COPAF :value: 8131 Copa de la Reina .. py:attribute:: OLYQF :value: 8132 Basketball Olympia-Qualifikationsturnier (Frauen) .. py:attribute:: OQHBFR :value: 8133 Olympia-Qualifikation (Frauen) .. py:attribute:: KSA_SC :value: 8134 Saudi Super Cup .. py:attribute:: SWPLM :value: 8135 SWPL - Meisterrunde .. py:attribute:: SWPLA :value: 8136 SWPL - Abstiegsrunde .. py:attribute:: GOLD_F :value: 8137 CONCACAF-Gold-Cup (Frauen) .. py:attribute:: OLYQAF :value: 8138 Olympia-Quali Asien Frauen .. py:attribute:: ATFPOK :value: 8139 ÖFB Frauen-Cup .. py:attribute:: ATFL2 :value: 8140 2. Frauen Bundesliga .. py:attribute:: BELFRP :value: 8141 Super League Vrouwen - Platzierungsrunde .. py:attribute:: SUIMEI :value: 8142 Credit Suisse Super League - Meisterrunde .. py:attribute:: SUIABS :value: 8143 Credit Suisse Super League - Abstiegsrunde .. py:attribute:: CHPOKF :value: 8144 Schweizer Cup .. py:attribute:: PL2FIN :value: 8145 Premier League 2 - Finalrunde .. py:attribute:: NIRFR :value: 8146 NIFL Women's Premiership .. py:attribute:: FRFRF :value: 8147 Premiere Ligue - Finalrunde .. py:attribute:: ALBPO :value: 8148 Kategoria Superiore - Play-offs Meisterschaft .. py:attribute:: ESP3F :value: 8149 Primera Federacion - Finale .. py:attribute:: INDOFI :value: 8150 BRI Liga 1 - Finalrunde .. py:attribute:: BELECP :value: 8151 Jupiler Pro League - Play-off ECL .. py:attribute:: VENP2 :value: 8152 Liga FUTVE - Phase 2 .. py:attribute:: DSCF :value: 8153 Google Pixel Supercup der Frauen .. py:attribute:: SGP :value: 8156 Singapore Premier League .. py:attribute:: SCF :value: 8157 DHB-Supercup Frauen .. py:attribute:: TUNPOA :value: 8158 Ligue 1 - Play-off Abstieg .. py:attribute:: USLSL :value: 8159 USL Super League .. py:attribute:: U19_D :value: 8160 U-19-DFB-Nachwuchsliga (Vorrunde) .. py:attribute:: U17_D :value: 8161 U-17-DFB-Nachwuchsliga (Vorrunde) .. py:attribute:: PORFR :value: 8162 Campeonato Nacional de Futebol Feminino .. py:attribute:: DFB_PJ :value: 8163 DFB-Juniorinnen-Pokal .. py:attribute:: INTKON :value: 8164 Interkontinental-Pokal .. py:attribute:: U23_FRIENDLIES_WOMEN :value: 8165 U-23-Frauen-Nationalteams Freundschaftsspiele .. py:attribute:: GOLDL :value: 8166 Golden League Posten Cup .. py:data:: TeamId :type: TypeAlias :value: int Upstream ID for a sports team. .. py:class:: Team Bases: :py:obj:`TypedDict` Upstream model for a sports team. .. py:attribute:: id :type: TeamId .. py:attribute:: defaultLeagueId :type: kickerde_api_client.model.league_id.LeagueId .. py:attribute:: shortName :type: str .. py:attribute:: longName :type: str .. py:attribute:: countryId :type: NotRequired[kickerde_api_client.model.core.CountryId] .. py:attribute:: stadium :type: NotRequired[kickerde_api_client.model.core.Stadium] .. py:class:: MyTeamSync Bases: :py:obj:`TypedDict` Upstream model for live or upcoming matches played by a given team. .. py:attribute:: id :type: team.TeamId .. py:attribute:: countryId :type: NotRequired[core.CountryId] .. py:attribute:: defaultLeagueId :type: league_id.LeagueId .. py:attribute:: shortName :type: str .. py:attribute:: longName :type: str .. py:attribute:: matches :type: collections.abc.Mapping[match.MatchId, match.Match] Matches played by this team, indexed by match ID. .. py:attribute:: objects :type: collections.abc.Mapping[Literal['documents', 'slideshows ', 'videos'], collections.abc.Mapping[core.ObjectId, core.MediaObject]] .. py:attribute:: table :type: league.LeagueTable .. py:attribute:: league :type: league.League .. py:attribute:: iconSmall :type: str .. py:attribute:: iconBig :type: str .. py:attribute:: changeMeinKicker :type: NotRequired[bool] .. py:attribute:: syncMeinKicker :type: NotRequired[bool]