Skip to content

Data Types: Sports

KCNilssen edited this page Dec 13, 2022 · 4 revisions

Usage that returns Sport objects

To be added

Sport Structure

Attributes are expandable and collapsable - Link to Sport dataclass

To be added

Example output from MLB stats api endpoint

Mlb stats api Query:

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

Equivelant with python-mlb-statsapi:

import mlbstatsapi

mlb = mlbstatsapi.Mlb()

mlb.get_sports()

Clone this wiki locally