Schedule and standings tracking
MLBエンドポイントを使えば、「Schedule and standings tracking」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Build baseball schedules, standings, roster, player, statistics, transaction, game-detail, box-score, and play-by-play workflows from public MLB data through one documented API surface.
Extract public MLB schedules, standings, teams, rosters, players, statistics, transactions, box scores, and play-by-play as structured JSON.
エンドポイントファミリー
6
ドキュメント化されたパラメータ
39
サンプル数
12
ライブカタログスナップショット
稼働エンドポイント
12
メソッド
GET
必須パラメータ
24
スキーマ参照
12
{
"platform": "MLB",
"endpoint": "mlb-schedule",
"method": "GET",
"path": "/mlb/schedule",
"auth": "apiKey"
}ユースケース
Extract public MLB schedules, standings, teams, rosters, players, statistics, transactions, box scores, and play-by-play as structured JSON.
MLBエンドポイントを使えば、「Schedule and standings tracking」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
MLBエンドポイントを使えば、「Team and player statistics」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
MLBエンドポイントを使えば、「Game and transaction monitoring」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
マネージド実行
以下の数値はすべて、稼働中のMLBエンドポイントカタログから取得しています(エンドポイント12件、ドキュメント化されたリクエストパラメータ39個、公開レスポンススキーマ12件)。DocsとPlaygroundが参照しているカタログと同じものです。
MLBのエンドポイントは12件、12つのリクエストファミリーに分類されています(Game、Game Boxscore、Game Play By Playほか9件)。
これらのMLBエンドポイントには39個のリクエストパラメータがドキュメント化されており、うち24個が必須です。統合コードを書く前に入力仕様をすべて確認できます。
12件のMLBエンドポイントのうち12件が実際のサンプルレスポンスを、12件がドキュメント化されたレスポンススキーマを備えています。最初のリクエストの前に実データの形に合わせて実装できます。
MLBのエンドポイントは成功時のスキーマに加えてエラーレスポンス(400、404、429、503)もドキュメント化しています。ブロック、レート制限、レコード欠損は空データではなく型付きのエラーとして返ります。
MLBのエンドポイントは12個のホスト型MCPツールとして提供されており、エージェントは同じパラメータと同じJSON契約のまま、追加の実装なしに同じルートを呼び出せます。
カバレッジマップ
これらのカードは稼働中のエンドポイントカタログから生成されるため、このページはDocsとPlaygroundが使うAPIサーフェスをそのまま反映します。
/mlb/game
/mlb/game-boxscore
/mlb/game-play-by-play
/mlb/league-stats
/mlb/player
/mlb/player-stats
エンドポイントカタログ
/mlb/scheduleReturns MLB games, teams, scores, status, probable pitchers, venue, and series information for one date or date range, optionally filtered to a team.
MCPツール mlb_schedule
/mlb/standingsReturns American League and National League standings grouped by division. The type enum accepts `regularSeason`, `wildCard`, and `springTraining`.
MCPツール mlb_standings
/mlb/teamsReturns the 30 MLB clubs for a season with league, division, venue, and abbreviation metadata.
MCPツール mlb_teams
/mlb/team-rosterReturns a team's players, jersey numbers, positions, and roster status. The roster_type enum accepts `active`, `40Man`, and `fullSeason`.
MCPツール mlb_team_roster
/mlb/team-statsReturns one team's season statistics. Group accepts `hitting`, `pitching`, and `fielding`.
MCPツール mlb_team_stats
/mlb/playerReturns an MLB player's identity, biographical information, position, handedness, active status, and current team.
MCPツール mlb_player
/mlb/player-statsReturns one player's MLB season statistics. The group enum accepts `hitting`, `pitching`, and `fielding`.
MCPツール mlb_player_stats
/mlb/gameReturns a compact MLB game feed with status, teams, score, innings, probable pitchers, decisions, and team box-score totals.
MCPツール mlb_game
/mlb/game-boxscoreReturns both teams' player batting, pitching, and fielding lines for a game.
MCPツール mlb_game_boxscore
/mlb/game-play-by-playReturns every at-bat and pitch/event record for an MLB game.
MCPツール mlb_game_play_by_play
/mlb/league-statsReturns ranked MLB season stat splits across both leagues. The group enum accepts `hitting`, `pitching`, and `fielding`.
MCPツール mlb_league_stats
/mlb/transactionsLists signings, trades, options, assignments, injured-list moves, and other MLB transactions for a date range.
MCPツール mlb_transactions
関連API
Media & Streaming
Research streaming catalogs, title availability, providers, offers, seasons, episodes, and release changes from JustWatch with normalized JSON.
Media & Streaming
Turn Apple Books ebook and audiobook pages into structured data — search, catalog detail, paginated customer reviews, similar titles, author bibliographies, series listings, and chart rankings as normalized JSON. Credential-free.
Media & Streaming
Search public Ticketmaster events and browse the full discovery hierarchy by category or city, with pagination plus event, attraction, and venue detail endpoints -- including fan reviews, related attractions, trending attractions, and enhanced venue branding -- for live-entertainment research.
MLBのスクレイピング方法
MLB's public site connects schedules and standings with team, player, game, and statistics surfaces. Crawlora normalizes those public baseball records behind focused endpoints with explicit season, date, team, player, and stat-group parameters.
Query a schedule date or range, choose a season's standings, list teams, or resolve a public player identifier.
Request team rosters, team stats, player stats, or league leaders using the documented hitting, pitching, and fielding groups.
Use a game identifier to retrieve the game record, box score, and play-by-play feed through separate structured routes.
Schedule recurring requests for upcoming games, standings movement, roster context, and transaction activity.
FAQ
The active MLB endpoints cover schedules, standings, teams, rosters, team and player statistics, league statistics, transactions, game detail, box scores, and play-by-play.
Yes. The schedule endpoint accepts a single date or start/end dates and an optional team identifier, making it suitable for daily and team-specific schedule workflows.
Yes. Pass a game identifier to the game, game-boxscore, or game-play-by-play endpoint depending on the level of detail you need.
No. Crawlora is not affiliated with MLB and provides normalized access to supported public MLB data surfaces. Use MLB-owned products and documentation when your use case requires an official licensed integration.