RugbyAPI2
Rugby live score service at RugbyApi has all the live scores, results, fixtures, statistics and league tables from the major rugby union leagues like England Aviva Premiership, Australia National Rugby League - NRL, Wales rugby league and France TOP 14. RugbyApi livescore also provides you with live scores, fixtures, live streaming and statistics of international rugby tournaments like rugby…
RugbyAPI2 endpoints
| Method | Endpoint | Description |
|---|---|---|
| TV | ||
| GET |
getMatchTVChannelVotes /api/tv/channel/{channId}/event/{id} |
Fetches viewer voting data from a specific TV channel that is broadcasting the match. |
| GET |
getMatchTVCountries /api/tv/country/all/event/{id} |
Lists the countries and the TV channels within them that are broadcasting a specific match. |
| GET |
getTVChannelSchedule /api/tv/channel/{id}/schedule |
Retrieves the broadcast schedule for a specific TV channel. |
| GET |
getCountryTVChannels /api/tv/country/{countryCode}/channels |
Retrieves available TV channels for a specific country. |
| Media | ||
| GET |
getCountryFlagImgAPI /api/country/{code}/flag |
Fetches the flag image from the image API by country code. |
| GET |
getCountryFlag /api/img/flag/{flag} |
Fetches the PNG flag image asset corresponding to a provided country code. The response is the raw image data. |
| Placeholders | ||
| GET |
getPlaceholderPlayerPng /api/placeholder/player.png |
Returns a static placeholder graphic for a player. The response is an SVG image. |
| GET |
getPlaceholderManagerPng /api/placeholder/manager.png |
Returns a static placeholder graphic for a manager. The response is an SVG image. |
| GET |
getTeamPlaceholderImage /api/placeholder/team.svg |
Returns a static placeholder graphic for a team. The response is an SVG image. |
| GET |
getPlaceholderTournamentPng /api/placeholder/tournament.png |
Returns a static placeholder graphic for a tournament. The response is an SVG image. |
| GET |
getPlaceholderPlayerSvg /api/placeholder/player.svg |
Returns a static placeholder graphic for a player. The response is an SVG image. |
| GET |
getPlaceholderTournamentSvg /api/placeholder/tournament.svg |
Returns a static placeholder graphic for a tournament. The response is an SVG image. |
| GET |
getPlaceholderManagerSvg /api/placeholder/manager.svg |
Returns a static placeholder graphic for a manager. The response is an SVG image. |
| Calendar | ||
| GET |
getCalendarDaysWithEvents /api/calendar/season/{seasonId}/{year}/days-with-events |
Retrieves days that have events for a specific season and year. |
| Categories | ||
| GET |
getMatchesByCategoryAndDate /api/rugby/category/{id}/events/{day}/{month}/{year} |
Retrieves all rugby matches for a specific category on a given date. |
| GET |
getCategoryImage /api/category/{categoryId}/image |
Retrieves the image/logo for a sport category. |
| Config | ||
| GET |
getAllCountries /api/countries/all |
Retrieves a list of all available countries. |
| Rankings | ||
| GET |
getTeamRankings /api/rankings/team/{teamId} |
Retrieves rankings for a specific team. |
| GET |
getRugbyUnionRankings /api/rugby/rankings/rugby-union |
Retrieves current World Rugby rankings for rugby union teams. |
| Search | ||
| GET |
searchUniqueTournaments /api/search/unique-tournaments |
Searches for unique tournaments. |
| GET |
searchByEntityType /api/search/{entityType} |
Searches for entities of a specific type. |
| GET |
getSearchSuggestions /api/search/suggestions/{entityType} |
Retrieves search suggestions for a specific entity type. |
| GET |
searchRugbyEntities /api/rugby/search/{term} |
Searches for rugby teams, players, and tournaments. |
| GET |
searchAllEntities /api/search/all |
Searches across all entity types (teams, players, tournaments). |
| Tournaments | ||
| GET |
getTournamentDarkLogo /api/rugby/tournament/{tournamentId}/image/dark |
Retrieves the tournament's dark theme logo image. |
| GET |
getTournamentHomeStandings /api/rugby/tournament/{tournamentId}/season/{seasonId}/standings/home |
Retrieves standings based on home games only. |
| GET |
getTeamEventsTotalStatistics /api/rugby/tournament/{tournamentId}/season/{seasonId}/team-events/total |
Retrieves aggregated team performance statistics for all games. |
| GET |
getRugbyScheduledTournamentsByDate /api/rugby/scheduled-tournaments/{day}/{month}/{year}/page/{page} |
Retrieves a paginated list of tournaments that have scheduled rugby matches for a specific date. |
| GET |
getTournamentDetails /api/rugby/tournament/{tournamentId} |
Retrieves comprehensive information about a rugby tournament. |
| GET |
getTeamEventsAwayStatistics /api/rugby/tournament/{tournamentId}/season/{seasonId}/team-events/away |
Retrieves aggregated team performance statistics for away games. |
| GET |
getTournamentLastMatches /api/rugby/tournament/{tournamentId}/season/{seasonId}/matches/last/{page} |
Retrieves recently played matches in the tournament. |
| GET |
getTeamEventsHomeStatistics /api/rugby/tournament/{tournamentId}/season/{seasonId}/team-events/home |
Retrieves aggregated team performance statistics for home games. |
| GET |
getTournamentMedia /api/rugby/tournament/{tournamentId}/media |
Retrieves media content for the tournament. |
| GET |
getTournamentsByCategory /api/rugby/tournament/all/category/{id} |
Retrieves all tournaments within a specific category. |
| GET |
getTournamentUpcomingMatches /api/rugby/tournament/{tournamentId}/season/{seasonId}/matches/next/{page} |
Retrieves scheduled upcoming matches in the tournament. |
| GET |
getTournamentMatchesByDate /api/rugby/tournament/{tournamentId}/schedules/{day}/{month}/{year} |
Retrieves all tournament matches scheduled for a specific date. |
| GET |
getTournamentTotalStandings /api/rugby/tournament/{tournamentId}/season/{seasonId}/standings/total |
Retrieves complete standings table for all teams in the tournament. |
| GET |
getTournamentSeasons /api/rugby/tournament/{tournamentId}/seasons |
Retrieves all available seasons for the tournament. |
| GET |
getTournamentAwayStandings /api/rugby/tournament/{tournamentId}/season/{seasonId}/standings/away |
Retrieves standings based on away games only. |
| Matches | ||
| GET |
getLiveRugbyMatches /api/rugby/matches/live |
Retrieves all currently live rugby matches. |
| GET |
getMatchStatistics /api/rugby/match/{id}/statistics |
Retrieves comprehensive statistical data for the match. |
| GET |
getHeadToHeadSummary /api/rugby/match/{id}/duel |
Retrieves a summary of head-to-head statistics between the teams. |
| GET |
getAllRugbyMatchesByDate /api/rugby/matches/{day}/{month}/{year} |
Deprecated — the flat per-date feed is being retired. Assemble the day per competition instead — list categories then call /api/{sport}/category/{id}/events/{day}/{month}/{year},… |
| GET |
getMatchHighlights /api/rugby/match/{id}/highlights |
Retrieves video highlights and key moments from the match. |
| GET |
getMatchVotes /api/rugby/match/{id}/votes |
Retrieves fan voting results for the match. |
| GET |
getMatchLineups /api/rugby/match/{id}/lineups |
Retrieves starting lineups and formations for both teams. |
| GET |
getMatchBettingOdds /api/rugby/match/{id}/odds |
Retrieves betting odds from various bookmakers for the match. |
| GET |
getMatchManagersCoaches /api/rugby/match/{id}/managers |
Retrieves information about the coaches/managers for both teams. |
| GET |
getMatchIncidents /api/rugby/match/{id}/incidents |
Retrieves all incidents and events that occurred during the match. |
| GET |
getRugbyMatchDetails /api/rugby/match/{id} |
Retrieves detailed information about a specific rugby match. |
RugbyAPI2 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 |
|