National Rugby League API

National Rugby League API

The National Rugby League API provides comprehensive data on the National Rugby League, including ladder standings, fixtures, and detailed match information from the current season back to 2002. Ideal for developers, sports analysts, and enthusiasts seeking historical and up-to-date NRL data.

About the API:  

The National Rugby League API is a powerful tool designed for developers, sports analysts, and rugby league enthusiasts who need comprehensive access to National Rugby League (NRL) data. This API offers a wide range of information, including ladder standings, fixtures, and detailed match details. Users can retrieve data not only from the current season but also spanning all the way back to the year 2002, providing a rich historical context for analysis and reporting.

With the National Rugby League API, users can easily integrate extensive NRL data into their applications, websites, and reports. The ladder endpoint allows users to track team standings throughout the season, offering insights into team performance and progression. The fixtures endpoint provides complete schedules of upcoming matches, making it easy to keep track of important dates and plan around key games. The match details endpoint delivers in-depth information about individual games, including scores, player statistics, and play-by-play updates.

Designed for ease of use, the National Rugby League API supports various programming languages and platforms, ensuring smooth integration into existing systems. Whether you are building a sports app, conducting detailed sports analytics, or simply keeping up with your favorite teams, the National Rugby League API is your go-to source for reliable and up-to-date rugby league information.

 

What this API receives and what your API provides (input/output)?

This API will return ladder data, fixtures and match details from this season and all the way back to 2002. 

 

What are the most common uses cases of this API?

 

  • Sports News Websites: Integrate the National Rugby League API to display up-to-date ladder standings, fixtures, and match details, providing users with real-time information on NRL games and team performances. This enhances user engagement by keeping rugby league fans informed and engaged with the latest updates.

  • Fantasy Sports Platforms: Use the API to provide participants with accurate and current data for their fantasy teams. The detailed match and player statistics can help users make informed decisions when drafting, trading, and managing their fantasy league teams.

  • Sports Analytics and Insights: Analysts and researchers can utilize the historical data from the API to conduct in-depth analyses of team performances, player statistics, and game outcomes. This can be used to identify trends, predict future performances, and develop advanced metrics and models.

  • Mobile Applications: Developers can create mobile apps that offer users access to NRL data on the go. Features could include live match updates, notifications for favorite teams, and comprehensive historical data for rugby league enthusiasts who want detailed information at their fingertips.

  • Broadcast Media and Commentary: TV networks, radio stations, and online commentators can integrate the API into their systems to provide live updates and detailed statistical analysis during broadcasts. This enhances the viewing and listening experience by offering accurate and timely information during matches.

 

Are there any limitations to your plans?

Besides the number of API calls, there is no other limitation.

API Documentation

Endpoints


This endpoint will deliver the current ladder stats based on the season you choose. 

You can use the current year, but the API supports all the way back to 2002.



                                                                            
GET https://zylalabs.com/api/4555/national+rugby+league+api/5604/ladder
                                                                            
                                                                        

Ladder - Endpoint Features
Object Description
season [Required] Season you want to check. Current year or all the way back to 2002.
Test Endpoint

API EXAMPLE RESPONSE

       
                                                                                                        
                                                                                                                                                                                                                            {"status":"success","data":[{"season":"2024","ladder":{"position":"1","team":"Melbourne","played":"14","wins":"11","losses":"3","draws":"-","bye":"2","for":"384","against":"281","ladder_points":"26"}},{"season":"2024","ladder":{"position":"2","team":"Penrith","played":"14","wins":"10","losses":"4","draws":"-","bye":"2","for":"336","against":"218","ladder_points":"24"}},{"season":"2024","ladder":{"position":"3","team":"Cronulla","played":"15","wins":"10","losses":"5","draws":"-","bye":"2","for":"368","against":"291","ladder_points":"24"}},{"season":"2024","ladder":{"position":"4","team":"Sydney","played":"15","wins":"9","losses":"6","draws":"-","bye":"1","for":"440","against":"279","ladder_points":"20"}},{"season":"2024","ladder":{"position":"5","team":"Canterbury","played":"15","wins":"8","losses":"7","draws":"-","bye":"2","for":"315","against":"251","ladder_points":"20"}},{"season":"2024","ladder":{"position":"6","team":"Dolphins","played":"14","wins":"8","losses":"6","draws":"-","bye":"2","for":"365","against":"305","ladder_points":"20"}},{"season":"2024","ladder":{"position":"7","team":"Manly","played":"15","wins":"7","losses":"7","draws":"1","bye":"2","for":"351","against":"323","ladder_points":"19"}},{"season":"2024","ladder":{"position":"8","team":"Brisbane","played":"14","wins":"7","losses":"7","draws":"-","bye":"2","for":"335","against":"298","ladder_points":"18"}},{"season":"2024","ladder":{"position":"9","team":"North Qld","played":"15","wins":"8","losses":"7","draws":"-","bye":"1","for":"381","against":"389","ladder_points":"18"}},{"season":"2024","ladder":{"position":"10","team":"St Geo Illa","played":"14","wins":"7","losses":"7","draws":"-","bye":"2","for":"296","against":"346","ladder_points":"18"}},{"season":"2024","ladder":{"position":"11","team":"Canberra","played":"14","wins":"7","losses":"7","draws":"-","bye":"2","for":"296","against":"375","ladder_points":"18"}},{"season":"2024","ladder":{"position":"12","team":"Newcastle","played":"14","wins":"6","losses":"8","draws":"-","bye":"2","for":"248","against":"303","ladder_points":"16"}},{"season":"2024","ladder":{"position":"13","team":"Souths","played":"14","wins":"5","losses":"9","draws":"-","bye":"3","for":"286","against":"398","ladder_points":"16"}},{"season":"2024","ladder":{"position":"14","team":"Warriors","played":"15","wins":"6","losses":"8","draws":"1","bye":"1","for":"312","against":"359","ladder_points":"15"}},{"season":"2024","ladder":{"position":"15","team":"Gold Coast","played":"14","wins":"4","losses":"10","draws":"-","bye":"3","for":"305","against":"376","ladder_points":"14"}},{"season":"2024","ladder":{"position":"16","team":"Wests Tigers","played":"14","wins":"4","losses":"10","draws":"-","bye":"2","for":"253","against":"358","ladder_points":"12"}},{"season":"2024","ladder":{"position":"17","team":"Parramatta","played":"14","wins":"4","losses":"10","draws":"-","bye":"2","for":"283","against":"404","ladder_points":"12"}}]}
                                                                                                                                                                                                                    
                                                                                                    

Ladder - CODE SNIPPETS


curl --location --request GET 'https://zylalabs.com/api/4555/national+rugby+league+api/5604/ladder?season=2024' --header 'Authorization: Bearer YOUR_API_KEY' 

    

This endpoint will deliver the fixture depending on the round you choose. Also supports the current season or all the way back to 2002.

You can check scores from previous rounds or have information about the future rounds to come. 



                                                                            
GET https://zylalabs.com/api/4555/national+rugby+league+api/5605/fixture
                                                                            
                                                                        

Fixture - Endpoint Features
Object Description
season [Required] Season you want to check. Current year or all the way back to 2002.
round [Required] Round you want to check.
Test Endpoint

API EXAMPLE RESPONSE

       
                                                                                                        
                                                                                                                                                                                                                            {"status":"success","data":{"season":"2024","round":"Round 16","fixtures":[{"match_id":"62120","date":"2024-06-21","time":"8:00pm","home_team":"Dolphins","home_score":"24","away_team":"Melbourne","away_points":"30","referee":"L. Kennedy","venue":"Suncorp","crowd":"25,167"},{"match_id":"62121","date":"2024-06-22","time":"3:00pm","home_team":"Gold Coast","home_score":"66","away_team":"Warriors","away_points":"6","referee":"A. Gee","venue":"Cbus Super","crowd":"22,702"},{"match_id":"62122","date":"2024-06-22","time":"5:30pm","home_team":"Sydney","home_score":"26","away_team":"Canterbury","away_points":"8","referee":"G. Atkins","venue":"Industree","crowd":"16,868"},{"match_id":"62123","date":"2024-06-22","time":"7:35pm","home_team":"South Sydney","home_score":"14","away_team":"Manly","away_points":"0","referee":"C. Butler","venue":"Accor","crowd":"10,076"},{"match_id":"62124","date":"2024-06-23","time":"4:05pm","home_team":"Wests Tigers","home_score":"48","away_team":"Canberra","away_points":"24","referee":"T. Smith","venue":"Campbelltown","crowd":"10,106"},{"bye":"Penrith, Newcastle, North Qld, Parramatta, Cronulla, Brisbane, St George Illawarra"}]}}
                                                                                                                                                                                                                    
                                                                                                    

Fixture - CODE SNIPPETS


curl --location --request GET 'https://zylalabs.com/api/4555/national+rugby+league+api/5605/fixture?season=2024&round=16' --header 'Authorization: Bearer YOUR_API_KEY' 

    

Based on the match ID from the "Fixture" endpoint, you'll be able to retrieve data from that match. 

Scores, who scored trys, what the squad was, and other relevant information is retrieved from this endpoint. 



                                                                            
GET https://zylalabs.com/api/4555/national+rugby+league+api/5606/match+details
                                                                            
                                                                        

Match Details - Endpoint Features
Object Description
match_id [Required] ID retrieved from the Fixture endpoint.
Test Endpoint

API EXAMPLE RESPONSE

       
                                                                                                        
                                                                                                                                                                                                                            {"status":"success","data":{"data":{"match_id":"62124","match_status":"Completed","date":"Sunday, 23rd June, 2024","kick_off":"4:05 PM (local time)","referee":"Todd Smith","venue":"Campbelltown (Campbelltown)","crowd":"10,106","home_team":"Wests Tigers","away_team":"CanberraRaiders","match_details":{"match_score":{"home_score":"48","home_score_halftime":"18","home_penalties":"2","away_score":"24","away_score_halftime":"2","away_penalties":"7"},"scoresheet":{"home_team":{"players":{"name":["Lachlan GALVIN","Jahream BULA","Adam DOUEIHI","Sione FAINU","Apisai KOROISAU","Luke LAULILII"]},"goals":{"successful":"8","attempts":"8","kicker":"Apisai KOROISAU"}},"away_team":{"players":["Nick COTRIC","Danny LEVI","Ethan STRANGE","Kaeo WEEKES"],"goals":{"successful":"4","attempts":"5","kicker":"Jordan RAPANA"}}},"lineups":{"home_team":{"players":{"0":{"name":"Jahream BULA","number":"1","position":"FB"},"1":{"name":"Solomona FAATAAPE","number":"2","position":"W"},"2":{"name":"Brent NADEN","number":"3","position":"C"},"3":{"name":"Adam DOUEIHI","number":"20","position":"C"},"4":{"name":"Luke LAULILII","number":"19","position":"W"},"6":{"name":"Lachlan GALVIN","number":"6","position":"FE"},"7":{"name":"Aidan SEZER","number":"7","position":"HB"},"9":{"name":"Stefano UTOIKAMANU","number":"8","position":"FR"},"10":{"name":"Apisai KOROISAU (c)","number":"9","position":"HK"},"11":{"name":"Fonua POLE","number":"10","position":"FR"},"12":{"name":"Reuben PORTER","number":"11","position":"2R"},"13":{"name":"Samuela FAINU","number":"12","position":"2R"},"14":{"name":"Justin MATAMUA","number":"13","position":"L"},"16":{"name":"Sione FAINU","number":"15","position":"B"},"17":{"name":"Alex SEYFARTH","number":"16","position":"B"},"18":{"name":"Kit LAULILII","number":"17","position":"B"},"19":{"name":"Heath MASON","number":"18","position":"B"},"21":{"name":"Benji MARSHALL","position":"HC"}}},"away_team":{"coach":"Ricky STUART","players":{"0":{"name":"Jordan RAPANA","number":"1","position":"FB"},"1":{"name":"Nick COTRIC","number":"2","position":"W"},"2":{"name":"Matthew TIMOKO","number":"3","position":"C"},"3":{"name":"Sebastian KRIS","number":"4","position":"C"},"4":{"name":"Xavier SAVAGE","number":"5","position":"W"},"6":{"name":"Ethan STRANGE","number":"6","position":"FE"},"7":{"name":"Kaeo WEEKES","number":"7","position":"HB"},"9":{"name":"Josh PAPALII","number":"8","position":"FR"},"10":{"name":"Zac WOOLFORD","number":"14","position":"HK"},"11":{"name":"Joseph TAPINE","number":"10","position":"FR"},"12":{"name":"Hudson YOUNG","number":"11","position":"2R"},"13":{"name":"Elliott WHITEHEAD (c)","number":"12","position":"2R"},"14":{"name":"Morgan SMITHIES","number":"13","position":"L"},"16":{"name":"Danny LEVI","number":"9","position":"B"},"17":{"name":"Ata MARIOTA","number":"15","position":"B"},"18":{"name":"Trey MOONEY","number":"16","position":"B"},"19":{"name":"Emre GULER","number":"17","position":"B"},"21":{"name":"Ricky STUART","position":"HC"}}}}}}}}
                                                                                                                                                                                                                    
                                                                                                    

Match Details - CODE SNIPPETS


curl --location --request GET 'https://zylalabs.com/api/4555/national+rugby+league+api/5606/match+details?match_id=62124' --header 'Authorization: Bearer YOUR_API_KEY' 

    

API Access Key & Authentication

After signing up, every developer is assigned a personal API access key, a unique combination of letters and digits provided to access to our API endpoint. To authenticate with the National Rugby League API REST API, simply include your bearer token in the Authorization header.

Headers

Header Description
Authorization [Required] Should be Bearer access_key. See "Your API Access Key" above when you are subscribed.

Simple Transparent Pricing

No long term commitments. One click upgrade/downgrade or cancellation. No questions asked.

πŸš€ Enterprise
Starts at $ 10,000/Year

  • Custom Volume
  • Dedicated account manager
  • Service-level agreement (SLA)

Customer favorite features

  • βœ”οΈŽ Only Pay for Successful Requests
  • βœ”οΈŽ Free 7-Day Trial
  • βœ”οΈŽ Multi-Language Support
  • βœ”οΈŽ One API Key, All APIs.
  • βœ”οΈŽ Intuitive Dashboard
  • βœ”οΈŽ Comprehensive Error Handling
  • βœ”οΈŽ Developer-Friendly Docs
  • βœ”οΈŽ Postman Integration
  • βœ”οΈŽ Secure HTTPS Connections
  • βœ”οΈŽ Reliable Uptime

The NRL Data API provides access to comprehensive data on the National Rugby League (NRL), including ladder standings, fixtures, and detailed match information.

To access fixture information for a specific round, you can use the Fixture endpoint. The response includes details such as match ID, date, time, home team, away team, scores, referee, venue, and crowd size.

The Ladder endpoint provides the current standings of teams in a season. It includes the team’s position, name, matches played, wins, losses, draws, byes, points for and against, and ladder points.

Detailed match information can be retrieved using the Match Details endpoint. The response includes match status, date, kick-off time, referee, venue, crowd size, team scores, and player statistics.

Yes, you can retrieve data for past seasons using the NRL Data API. The API provides historical data from the current season back to the year 2000. This includes fixtures, ladder standings, and detailed match information.

The data in the NRL Data API is updated in real-time during matches. Post-match data, including detailed statistics and scores, is typically updated shortly after the completion of each game. Ladder standings are updated after all relevant matches are completed.

The NRL Data API uses ISO 8601 format for dates and a standard 12-hour clock format for times, accompanied by AM/PM notation. For example, a fixture date and time might be represented as "2024-06-21" for the date and "8:00pm" for the time.

Zyla API Hub is, in other words, an API MarketPlace. An all-in-one solution for your developing needs. You will be accessing our extended list of APIs with only your user. Also, you won't need to worry about storing API keys, only one API key for all our products is needed.

Prices are listed in USD. We accept all major debit and credit cards. Our payment system uses the latest security technology and is powered by Stripe, one of the world’s most reliable payment companies. If you have any trouble with paying by card, just contact us at [email protected]

Sometimes depending on the bank's fraud protection settings, a bank will decline the validation charge we make when we attempt to be sure a card is valid. We recommend first contacting your bank to see if they are blocking our charges. If more help is needed, please contact [email protected] and our team will investigate further

Prices are based on a recurring monthly subscription depending on the plan selected β€” plus overage fees applied when a developer exceeds a plan’s quota limits. In this example, you'll see the base plan amount as well as a quota limit of API requests. Be sure to notice the overage fee because you will be charged for each additional request.

Zyla API Hub works on a recurring monthly subscription system. Your billing cycle will start the day you purchase one of the paid plans, and it will renew the same day of the next month. So be aware to cancel your subscription beforehand if you want to avoid future charges.

Just go to the pricing page of that API and select the plan that you want to upgrade to. You will only be charged the full amount of that plan, but you will be enjoying the features that the plan offers right away.

Yes, absolutely. If you want to cancel your plan, simply go to your account and cancel on the Billing page. Upgrades, downgrades, and cancellations are immediate.

You can contact us through our chat channel to receive immediate assistance. We are always online from 9 am to 6 pm (GMT+1). If you reach us after that time, we will be in contact when we are back. Also you can contact us via email to [email protected]

 Service Level
100%
 Response Time
1,112ms

Category:


Related APIs