Skip to content

Data Types: Season

KCNilssen edited this page Dec 13, 2022 · 4 revisions

Usage that returns Season objects

To be added

Season Structure

Attributes are expandable and collapsable - Link to Season dataclass

To be added

Example output from MLB stats api endpoint

Mlb stats api Query:

https://statsapi.mlb.com/api/v1/seasons?sportId=1

Equivelant with python-mlb-statsapi:

import mlbstatsapi

mlb = mlbstatsapi.Mlb()

mlb.get_seasons()

Clone this wiki locally