Skip to content

Data Types: Schedule

KCNilssen edited this page Dec 13, 2022 · 4 revisions

Usage that returns Schedule objects

To be added

Schedule Structure

Attributes are expandable and collapsable - Link to Schedule dataclass

To be added

Example output from MLB stats api endpoint

Mlb stats api Query:

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

Equivelant with python-mlb-statsapi:

import mlbstatsapi

mlb = mlbstatsapi.Mlb()

mlb.get_schedule()
Clone this wiki locally