BaseballApi
Baseball live score service on BaseballAPi provides you with the live scores and results from the world most popular baseball league - MLB, live score from regular season , playoffs and MLB Allstar game. We also provide live score for Japan Professional league, Mexican league, German 1.Bundesliga, NCAA as well as international baseball tournament World Baseball Classic. You can also see at any…
BaseballApi endpoints
| Method | Endpoint | Description |
|---|---|---|
| TV | ||
| GET |
matchTvChannelVotes /api/tv/channel/{channId}/event/{id} |
Fetches viewer voting data from a specific TV channel that is broadcasting the match. |
| GET |
matchTvCountries /api/tv/country/all/event/{id} |
Lists the countries and the TV channels within them that are broadcasting a specific match. |
| Tournament | ||
| GET |
tournamentAwayStandings /api/baseball/tournament/{tournamentId}/season/{seasonId}/standings/away |
Retrieves the standings based on away games only for a specific tournament season. |
| GET |
tournamentsByCategory /api/baseball/tournament/all/category/{id} |
Retrieves all unique tournaments within a specific baseball category. |
| GET |
baseballTournamentCategories /api/baseball/tournament/categories |
Retrieves a list of all available baseball tournament categories, typically corresponding to countries or regions. |
| GET |
tournamentDarkLogo /api/baseball/tournament/{tournamentId}/image/dark |
Retrieves the dark theme logo image for a specific tournament. |
| GET |
tournamentCupTrees /api/baseball/tournament/{tournamentId}/season/{seasonId}/cuptrees |
Retrieves the knockout bracket (cup trees) for a specific tournament season. |
| GET |
tournamentUpcomingMatches /api/baseball/tournament/{tournamentId}/season/{seasonId}/matches/next/{page} |
Retrieves a paginated list of scheduled upcoming matches in a specific tournament season. |
| GET |
teamEventsAwayStatistics /api/baseball/tournament/{tournamentId}/season/{seasonId}/team-events/away |
Retrieves aggregated team performance statistics for away games in a tournament season. |
| GET |
tournamentHomeStandings /api/baseball/tournament/{tournamentId}/season/{seasonId}/standings/home |
Retrieves the standings based on home games only for a specific tournament season. |
| GET |
tournamentPlaceholderImage /api/placeholder/tournament.png |
Returns a static placeholder graphic for a tournament. The response is an SVG image. |
| GET |
teamEventsTotalStatistics /api/baseball/tournament/{tournamentId}/season/{seasonId}/team-events/total |
Retrieves aggregated team performance statistics for all games in a tournament season. |
| GET |
tournamentLogo /api/baseball/tournament/{tournamentId}/image |
Retrieves the logo image for a specific tournament. |
| GET |
tournamentDetails /api/baseball/tournament/{tournamentId} |
Retrieves comprehensive details for a specific baseball tournament. |
| GET |
tournamentTotalStandings /api/baseball/tournament/{tournamentId}/season/{seasonId}/standings/total |
Retrieves the complete standings table for all teams in a specific tournament season. |
| GET |
tournamentSeasons /api/baseball/tournament/{tournamentId}/seasons |
Retrieves a list of all available seasons for a specific tournament. |
| Other endpoints | ||
| GET |
Player Details /api/baseball/player/{id} |
Get the player details. |
| GET |
Team Details /api/baseball/team/{id} |
Get a team details. |
| GET |
Schedules /api/baseball/matches/{day}/{month}/{year} |
Get matches of a date. |
| GET |
Search /api/baseball/search/{term} |
Search players, teams and tournaments. |
| GET |
League Details /api/baseball/tournament/{tournamentId} |
Get league details. |
| GET |
League Logo Image /api/baseball/tournament/{tournamentId}/image |
Get league logo image. It returns png image. |
| GET |
Team Logo Image /api/baseball/team/{id}/image |
Get a team logo imaege. It returns png image. |
| GET |
Player Image /api/baseball/player/{id}/image |
Get the player image. |
| GET |
Live Matches /api/baseball/matches/live |
Get live matches. |
| GET |
Player Near Matches /api/baseball/player/{id}/matches/near |
Get the player near matches. |
| GET |
League Seasons /api/baseball/tournament/{tournamentId}/seasons |
Get league seasons. |
| GET |
Match /api/baseball/match/{id} |
Get match informations. |
| GET |
Team Players /api/baseball/team/{id}/players |
Get a team players. |
| GET |
Pre Match Form /api/baseball/match/{id}/form |
Get teams prematch form. |
| GET |
Team Tournaments /api/baseball/team/{id}/tournaments |
Get a list of team's tournaments. |
| GET |
League Next Matches /api/baseball/tournament/{tournamentId}/season/{seasonId}/matches/next/{page} |
Get league next matches. |
| GET |
Player Statistics Seasons /api/baseball/player/{id}/statistics/seasons |
Get the player statistics seasons. |
| GET |
Player Regular Season Statistics /api/baseball/player/{id}/tournament/{tournamentId}/season/{seasonId}/statistics/regularSeason |
Get the player's regular season statistics. |
| GET |
Match Statistics /api/baseball/match/{id}/statistics |
Get match statistics. |
| GET |
League Last Matches /api/baseball/tournament/{tournamentId}/season/{seasonId}/matches/last/{page} |
Get league last matches. |
| GET |
Team Near Matches /api/baseball/team/{id}/matches/near |
Get a team near matches. |
| GET |
Match Highlights /api/baseball/match/{id}/highlights |
Get match highlights. |
| GET |
League Cuptrees /api/baseball/tournament/{tournamentId}/season/{seasonId}/cuptrees |
Get league cuptrees. |
| GET |
Team Last Matches /api/baseball/team/{id}/matches/previous/{page} |
Get team last matches. |
| GET |
Team Next Matches /api/baseball/team/{id}/matches/next/{page} |
Get team next matches. |
| GET |
League Standings Total /api/baseball/tournament/{tournamentId}/season/{seasonId}/standings/total |
Get league total standings. |
| GET |
Match Lineups /api/baseball/match/{id}/lineups |
Get match lineups, their respective statistics and missing players. |
| GET |
Match Head To Head /api/baseball/match/{customId}/h2h |
Get previous head to head matches. |
| GET |
Team Standings Seasons /api/baseball/team/{id}/standings/seasons |
Get a list of all team standings seasons available. |
| GET |
League Media /api/baseball/tournament/{tournamentId}/media |
Get league media. |
| GET |
Team Media /api/baseball/team/{id}/media |
Get a team media. |
| GET |
Match Head To Head Resume /api/baseball/match/{id}/duel |
Get match head to head resume. |
| GET |
Odds /api/baseball/match/{id}/odds |
Get match odds. |
| GET |
Match Votes /api/baseball/match/{id}/votes |
Get match votes. |
BaseballApi pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 4 / second |
|
| PRO | $9.99 / month | 6 / second |
|
| ULTRA | $14.99 / month | 8 / second |
|
| MEGA Recommended | $24.99 / month | 10 / second |
|