Skip to content

Data Types: Stats

KCNilssen edited this page Dec 13, 2022 · 6 revisions

Usage that returns Stat objects

To be added

Stat Structure

Attributes are expandable and collapsable - Link to Stat dataclass

To be added

Example output from MLB stats api endpoint

Mlb stats api Query:

http://statsapi.mlb.com/api/v1/

Equivelant with python-mlb-statsapi:

import mlbstatsapi

mlb = mlbstatsapi.Mlb()

mlb.get_()

Clone this wiki locally