-
-
Notifications
You must be signed in to change notification settings - Fork 101
Function: standings_data
Note: To retrieve a formatted text version, see Function: standings.
statsapi.standings_data(leagueId="103,104", division="all", include_wildcard=True, season=None, standingsTypes=None, date=None)
Note: Using both leagueId and divisionId is fine, as long as the division belongs to the specified league
Note: Format for date =
MM/DD/YYYY
, e.g.04/24/2019
Note: The
division
parameter acceptsall
or a specific division abbreviation or id (string or integer), e.g.nle
,alw
, 200, 204, etc.
Note: Return value will be a dict including division and wildcard standings, regardless of include_wildcard value (parameter still included to avoid breaking anyone's code, even though it does not do anything)
Note: This information is provided for reference only, without warranty or guarantee, and is not official documentation provided by MLB. This package and its author are not affiliated with MLB or any MLB team. This API wrapper interfaces with MLB's Stats API. Use of MLB data is subject to the notice posted at http://gdx.mlb.com/components/copyright.txt.