Skip to content

Data Types: Standings

KCNilssen edited this page Dec 13, 2022 · 3 revisions

Usage that returns Standings objects

To be added

Standings Structure

Attributes are expandable and collapsable - Link to Standings dataclass

To be added

Example output from MLB stats api endpoint

Mlb stats api Query:

https://statsapi.mlb.com/api/v1/standings?leagueId=103&season=2018

Equivelant with python-mlb-statsapi:

import mlbstatsapi

mlb = mlbstatsapi.Mlb()

mlb.get_standings(league_id = 103, season = 2018)

Clone this wiki locally