{
    "ok": true,
    "base": "/mlb/api/",
    "endpoints": {
        "health": "/mlb/api/health.json",
        "performance": "/mlb/api/perf.json",
        "scoreboard": "/mlb/api/scoreboard.json?date=YYYY-MM-DD&team={team_id|slug}",
        "venues": "/mlb/api/venues.json",
        "trends": "/mlb/api/trends.json?role={batter|pitcher}&player={mlb_id}&window=35",
        "schedule": "/mlb/api/schedule.json",
        "standings": "/mlb/api/standings.json",
        "stats": "/mlb/api/stats.json",
        "history": "/mlb/api/history.json",
        "history_engine": "/mlb/api/history-engine.json",
        "legends": "/mlb/api/legends.json",
        "league": "/mlb/api/league.json",
        "team": "/mlb/api/team/{team_slug}.json",
        "live_game": "/mlb/api/game/{gamePk}/live",
        "discord_feed": "/mlb/feed/discord",
        "site_atlas": "/mlb/site-map",
        "sitemap": "/mlb/sitemap.xml"
    }
}