Skip to content

Function: standings_data

Todd Roberts edited this page Jun 8, 2023 · 3 revisions

Get a dict of standings data for a given league/division and season.

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 accepts all or a specific division abbreviation, e.g. nle, alw, etc.

Note: Return value will be a dict including division and wildcard standings, unless include_wildcard=False

Clone this wiki locally