Skip to content

Data Types: Venue

KCNilssen edited this page Dec 13, 2022 · 4 revisions

Usage that returns Venue objects

To be added

Venue Structure

Attributes are expandable and collapsable - Link to Venue dataclass

To be added

Example output from MLB stats api endpoint

Mlb stats api Query:

https://statsapi.mlb.com/api/v1/venues?venueIds=15

Equivelant with python-mlb-statsapi:

import mlbstatsapi

mlb = mlbstatsapi.Mlb()

mlb.get_venue(venue_id = 15)
Clone this wiki locally