Skip to content
SportsDataAPI Real-time sports data

Rugby Odds API

Six Nations, World Cup, Super Rugby, Premiership, Top 14, NRL. Live scores and standings.

Union & League · 30+ countries

What You Get With Rugby API

Core data points available through the Rugby API.

live scores

Real-time live scores data for rugby competitions worldwide.

halves

Real-time halves data for rugby competitions worldwide.

events

Real-time events data for rugby competitions worldwide.

Rugby API Endpoints

8 endpoints covering every aspect of rugby data.

GET /games Games by date, league, team
GET /games/statistics Tries, conversions, penalties
GET /standings Pool & league standings

Rugby API Coverage

Comprehensive rugby data across leagues and competitions worldwide.

142
Leagues
27
Countries
1000+
Data Points
Real-time
Updates
142 leagues across 27 countries
League ScheduleHistorical dataStandingsOdds
Argentina
Top 12 -
Australia
NRC -
Shute Shield -
Super W Women -
Australia-Oceania
Oceania Cup -
Oceania Sevens Championships -
Austria
Premiership -
Canada
CRC -
Czech-Republic
1. Liga -
CSRU Cup -
Extraliga - -
England
Championship Cup -
Greene King IPA Championship -
Premier 15s Women -
Premiership Rugby -
Premiership Rugby Cup -
Varsity Match - -
Europe
Anglo-Welsh Cup -
British and Irish Cup -
Celtic Cup -
Challenge Cup -
Continental Shield -
Europe Super Cup -
European Rugby Champions Cup -
Rugby Europe Championship -
Rugby Europe Conference -
Rugby Europe Trophy -
Sevens Europe Series - England -
Sevens Europe Series - France -
Sevens Europe Series - Poland -
Sevens Europe Series - Portugal -
Sevens Europe Series - Russia -
Sevens Europe Series Women - France -
Sevens Europe Series Women - Portugal -
Sevens Europe Series Women - Russia -
Sevens Europe Series Women - Ukraine -
Six Nations
Six Nations Summer Series U20 -
Six Nations U20
Six Nations Women -
France
Elite 1 Women - -
Nationale -
Pro D2 -
Supersevens - -
Supersevens 2 - -
Supersevens 3 - -
Top 14
Georgia
Didi 10 -

Rugby API Use Cases

See how developers use rugby data in production.

Betting Apps

Build rugby betting features with real-time odds from 30+ bookmakers worldwide.

Analytics

Power rugby prediction models with years of historical match and player data.

Media

Display live rugby scores, stats, and odds on your website or app in real-time.

Rugby API Code Example

Integrate rugby data in minutes with a simple REST call.

curl -X GET "https://v3.rugby.sportsdataapi.com/games" \
  -H "x-apisports-key: YOUR_API_KEY"
import requests

url = "https://v3.rugby.sportsdataapi.com/games"
headers = {"x-apisports-key": "YOUR_API_KEY"}

response = requests.get(url, headers=headers)
data = response.json()
print(data)
Sample Response
{
  "get": "games",
  "results": 1,
  "response": [{
    "id": 2810,
    "date": "2024-02-10T14:15:00+00:00",
    "status": { "long": "Match Finished", "short": "FT" },
    "league": { "id": 44, "name": "Six Nations" },
    "teams": {
      "home": { "id": 10, "name": "England" },
      "away": { "id": 11, "name": "Ireland" }
    },
    "scores": {
      "home": 20,
      "away": 28
    }
  }]
}

Start free. Scale when ready.

Get 100 free rugby API requests per day. No credit card required.

Upgrade to PRO for full real-time data, live odds, and unlimited historical access.

Rugby API FAQ

Common questions about the Rugby API.

What rugby competitions does the API cover?

Both Rugby Union and Rugby League including Six Nations, Rugby World Cup, Super Rugby, Premiership, Top 14, NRL, and 30+ additional domestic and international competitions.

Does the API include match statistics?

Yes. Detailed match statistics including tries, conversions, penalties, scrums, lineouts, tackle counts, and possession percentages for supported competitions.

Can I get historical rugby data?

Yes. Full match history, tournament archives, and team performance data going back multiple seasons are available on PRO plans and above.

Is there a free plan for rugby data?

Yes. The free plan includes 100 requests per day with access to fixtures, standings, and basic match data for major rugby competitions.

Already have an account?