Skip to content

Data Types: Gamepace

KCNilssen edited this page Dec 13, 2022 · 5 revisions

Usage that returns Gamepace objects

To be added

Gamepace Structure

Attributes are expandable and collapsable - Link to Gamepace dataclass

To be added

Example output from MLB stats api endpoint

Mlb stats api Query:

https://statsapi.mlb.com/api/v1/gamePace?season=2018

Equivelant with python-mlb-statsapi:

import mlbstatsapi

mlb = mlbstatsapi.Mlb()

mlb.get_gamepace(season = 2018)
Clone this wiki locally