Rugby Live Data
Get all your live rugby needs sorted with the Rugby Live Data API. We cover all major leagues and are adding leagues all the time. Don't see a league you want covered? Shoot us a mail and we'll see what we can do.
Rugby Live Data endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Teams By Competition Season /teams/{comp_id}/{season_id} |
Lists teams for a given competition and season |
| GET |
Competitions /competitions |
Lists active competitions available to query |
| GET |
Fixtures /fixtures/{comp_id}/{season_id} |
Lists fixtures for entire season using competion_id and season_id combination |
| GET |
Standings /standings/{comp_id}/{season_id} |
Lists season standings for a given comp_id and season_id combination. |
| GET |
Fixtures By Team /fixtures-by-team/{team_id} |
Lists only upcoming/in play fixtures for a given team. **Note** it will not list any results, so when a match reaches result status it drops off. Use Fixtures and Results By Team… |
| GET |
Match /match/{match_id} |
Detailed match data given a valid match_id. |
| GET |
Fixtures By Date /fixtures-by-date/{date} |
Returns fixtures and results by date. When date is not present, defaults to today. |
| GET |
Fixtures By Team By Season /fixtures-by-team-by-season/{team_id}/{season_id} |
Fixtures and results for a given team within a given season, across all competitions they play in. |
| GET |
Fixtures and Results By Team /fixtures-results-by-team/{team_id} |
All fixtures and results for a given team |
Rugby Live Data pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 60 / minute |
|
| PRO | $20 / month | 60 / minute |
|
| ULTRA Recommended | $40 / month | 120 / minute |
|
| MEGA | $50 / month | 120 / minute |
|