Skip to content

Function: standings_data

toddrob edited this page Mar 17, 2020 · 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: Return value will be a dict including division and wildcard standings, unless include_wildcard=False

Clone this wiki locally