
MLB Stats
Access up-to-date baseball news and statistics for players and teams across the MLB.
- Name For Model
- Major_League_Baseball_Statistics_Plugin
- Try on ChatGPT
- Open ChatGPT and Search the plugin name
- Update Date
- 25 days ago
- Contact
- [email protected]
- Description For Model
- Plugin for retrieving up to date baseball statistics for teams and players across the MLB. This plugin should be used for retrieving any baseball-related information that is current beyond ChatGPT's cutoff date of September 2021.
Plugin Functions/Features (Plugin API Document)
Operation Id | HTTP Method | Description | |
---|---|---|---|
1 | getStandings | GET | The operation will retrieve the ranking of every team within their respective division across Major League Baseball (MLB). |
2 | getNews | GET | Retrieves up to date news articles for teams from mlb.com |
3 | getBattingStatsIndividual | GET | Retrieves batting statistics for an individual player for a given season |
4 | getBattingStats | GET | Retrieves a batting statistic for all players from Fangraphs for the season being inputted |
5 | getPitchingStatsFangraphs | GET | Retrieves a specific pitching statistic for all starting pitchers from Fangraphs for the season being inputted. |
6 | getReliefPitchingStats | GET | Retrieves a specific pitching statistic for all relief pitchers from Fangraphs for the season being inputted. |
7 | getPitchingStatsIndividual | GET | Retrieves the pitching stats for an individual player for a given season |
8 | getTeamBatting | GET | Retrieves the batting statistics from Baseball Reference for each player on the team for the provided season. This function should be used when you want to retrieve each individual player's batting statistics for a team. |
9 | getTeamBattingCombined | GET | Retrieves the combined batting statistics for all teams across the MLB from Fangraphs for the specified season. This function should be used whenever a prompt is asking for combined statistics. |
10 | getTeamFielding | GET | Retrieves the fielding statistics from Baseball Reference for each player on the team for the provided season |
11 | getTeamPitching | GET | Retrieves the pitching statistics from Baseball Reference for each player on the team for the provided season |
12 | getTeamPitchingCombined | GET | Retrieves the combined pitching statistics for all teams across the MLB from Fangraphs for the specified season. This function should be used whenever a prompt is asking for combined pitching statistics for a team. |
13 | getPlayerIdLookup | GET | Retrieves a player ID value to be used with other data retrieval functions. |
14 | getStatcastBatter | GET | Retrieves pitch-level statistics for a batter for a given date. |
15 | getStatcastFielding | GET | Retrieves fielding statstics of a position over a season time frame. |
16 | getStatcastPitcher | GET | Retrieves pitch-level statistics from Statcast for a pitcher for a specified date. |
17 | getStatcastSprintSpeed | GET | Retrieves the sprint speed of the top 250 players across the MLB. |
18 | getStatcastPitchArsenal | GET | Retrieves a pitcher's pitch distribution percentages out of 100 |
19 | getTopProspects | GET | Retrieves the top prospects for a specific team or across all of the MLB for the current season. |
20 | getScheduleandRecord | GET | Gets a month of game stats for a team, including win/loss, runs scored per game. Can also be used to get the upcoming schedule. For detailed batting/pitching info, use 'getTeamGameLogs' operation. |
21 | getTeamGameLogs | GET | Gets a month of detailed batting or pitching game stats for a team. |
22 | getPlayerGameLogs | GET | Retrieves a month of game logs for an individual player |
23 | getPlayerSplitStats | GET | Retrieves a player's split stats for a given season |