Skip to content

Data Types: Game

KCNilssen edited this page Dec 13, 2022 · 16 revisions

Usage that returns Game objects

To be added

Game Structure

Attributes are expandable and collapsable - Link to Game dataclass

To be added

Example output from MLB stats api endpoint

Mlb stats api Query:

https://statsapi.mlb.com/api/v1.1/game/534196/feed/live

Equivelant with python-mlb-statsapi:

import mlbstatsapi

mlb = mlbstatsapi.Mlb()

mlb.get_game(game_id = 534196)
Clone this wiki locally