NRL Data API

The NRL Data 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 NRL Data 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 NRL Data 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 NRL Data 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 NRL Data 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 NRL Data 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.

Documentación de la API

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/4535/nrl+data+api/5576/ladder
                                                                            
                                                                        

Ladder - Características del Endpoint

Objeto Descripción
season [Requerido] Season you want to check. Current year or all the way back to 2002.
Probar Endpoint

RESPUESTA DE EJEMPLO DE LA API

       
                                                                                                        
                                                                                                                                                                                                                            {"status":"success","data":[{"season":"2024","ladder":{"position":"1","team":"Melbourne","played":"24","wins":"19","losses":"5","draws":"-","bye":"3","for":"692","against":"449","ladder_points":"44"}},{"season":"2024","ladder":{"position":"2","team":"Penrith","played":"24","wins":"17","losses":"7","draws":"-","bye":"3","for":"580","against":"394","ladder_points":"40"}},{"season":"2024","ladder":{"position":"3","team":"Sydney","played":"24","wins":"16","losses":"8","draws":"-","bye":"3","for":"738","against":"463","ladder_points":"38"}},{"season":"2024","ladder":{"position":"4","team":"Cronulla","played":"24","wins":"16","losses":"8","draws":"-","bye":"3","for":"653","against":"431","ladder_points":"38"}},{"season":"2024","ladder":{"position":"5","team":"North Qld","played":"24","wins":"15","losses":"9","draws":"-","bye":"3","for":"657","against":"568","ladder_points":"36"}},{"season":"2024","ladder":{"position":"6","team":"Canterbury","played":"24","wins":"14","losses":"10","draws":"-","bye":"3","for":"529","against":"433","ladder_points":"34"}},{"season":"2024","ladder":{"position":"7","team":"Manly","played":"24","wins":"13","losses":"10","draws":"1","bye":"3","for":"634","against":"521","ladder_points":"33"}},{"season":"2024","ladder":{"position":"8","team":"Newcastle","played":"24","wins":"12","losses":"12","draws":"-","bye":"3","for":"470","against":"510","ladder_points":"30"}},{"season":"2024","ladder":{"position":"9","team":"Canberra","played":"24","wins":"12","losses":"12","draws":"-","bye":"3","for":"474","against":"601","ladder_points":"30"}},{"season":"2024","ladder":{"position":"10","team":"Dolphins","played":"24","wins":"11","losses":"13","draws":"-","bye":"3","for":"577","against":"578","ladder_points":"28"}},{"season":"2024","ladder":{"position":"11","team":"St Geo Illa","played":"24","wins":"11","losses":"13","draws":"-","bye":"3","for":"508","against":"634","ladder_points":"28"}},{"season":"2024","ladder":{"position":"12","team":"Brisbane","played":"24","wins":"10","losses":"14","draws":"-","bye":"3","for":"537","against":"607","ladder_points":"26"}},{"season":"2024","ladder":{"position":"13","team":"Warriors","played":"24","wins":"9","losses":"14","draws":"1","bye":"3","for":"512","against":"574","ladder_points":"25"}},{"season":"2024","ladder":{"position":"14","team":"Gold Coast","played":"24","wins":"8","losses":"16","draws":"-","bye":"3","for":"488","against":"656","ladder_points":"22"}},{"season":"2024","ladder":{"position":"15","team":"Parramatta","played":"24","wins":"7","losses":"17","draws":"-","bye":"3","for":"561","against":"716","ladder_points":"20"}},{"season":"2024","ladder":{"position":"16","team":"Souths","played":"24","wins":"7","losses":"17","draws":"-","bye":"3","for":"494","against":"682","ladder_points":"20"}},{"season":"2024","ladder":{"position":"17","team":"Wests Tigers","played":"24","wins":"6","losses":"18","draws":"-","bye":"3","for":"463","against":"750","ladder_points":"18"}}]}
                                                                                                                                                                                                                    
                                                                                                    

Ladder - CÓDIGOS DE EJEMPLO


curl --location --request GET 'https://zylalabs.com/api/4535/nrl+data+api/5576/ladder?season=2023' --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/4535/nrl+data+api/5577/fixture
                                                                            
                                                                        

Fixture - Características del Endpoint

Objeto Descripción
season [Requerido] Season you want to check. Current year or all the way back to 2002.
round [Requerido] Round you want to check.
Probar Endpoint

RESPUESTA DE EJEMPLO DE LA API

       
                                                                                                        
                                                                                                                                                                                                                            {"status":"success","data":{"season":"2024","round":"Round 1","fixtures":[{"match_id":"62004","date":"2024-03-02","time":"6:30pm","home_team":"Manly","home_score":"36","away_team":"South Sydney","away_points":"24","referee":"A. Klein","venue":"Allegiant","crowd":"40,746"},{"match_id":"62005","date":"2024-03-02","time":"8:30pm","home_team":"Sydney","home_score":"20","away_team":"Brisbane","away_points":"10","referee":"A. Gee","venue":"Allegiant","crowd":"40,746"},{"match_id":"62006","date":"2024-03-07","time":"8:00pm","home_team":"Newcastle","home_score":"12","away_team":"Canberra","away_points":"28","referee":"T. Smith","venue":"McD. Jones","crowd":"22,378"},{"match_id":"62007","date":"2024-03-08","time":"8:00pm","home_team":"Warriors","home_score":"12","away_team":"Cronulla","away_points":"16","referee":"P. Gough","venue":"Go Media","crowd":"24,076"},{"match_id":"62008","date":"2024-03-08","time":"8:05pm","home_team":"Melbourne","home_score":"8","away_team":"Penrith","away_points":"0","referee":"G. Sutton","venue":"AAMI","crowd":"20,169"},{"match_id":"62009","date":"2024-03-09","time":"5:30pm","home_team":"Parramatta","home_score":"26","away_team":"Canterbury","away_points":"8","referee":"G. Atkins","venue":"CommBank","crowd":"29,171"},{"match_id":"62010","date":"2024-03-09","time":"6:35pm","home_team":"Gold Coast","home_score":"4","away_team":"St George Illawarra","away_points":"28","referee":"Z. Przeklasa-Adamski","venue":"Cbus Super","crowd":"14,537"},{"match_id":"62011","date":"2024-03-10","time":"3:05pm","home_team":"Dolphins","home_score":"18","away_team":"North Qld","away_points":"43","referee":"C. Butler","venue":"Suncorp","crowd":"32,477"},{"bye":"Wests Tigers"}]}}
                                                                                                                                                                                                                    
                                                                                                    

Fixture - CÓDIGOS DE EJEMPLO


curl --location --request GET 'https://zylalabs.com/api/4535/nrl+data+api/5577/fixture?season=2024&round=2' --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/4535/nrl+data+api/5578/match+details
                                                                            
                                                                        

Match Details - Características del Endpoint

Objeto Descripción
match_id [Requerido] ID retrieved from the Fixture endpoint.
Probar Endpoint

RESPUESTA DE EJEMPLO DE LA API

       
                                                                                                        
                                                                                                                                                                                                                            {"status":"success","data":{"data":{"match_id":"62124","match_status":"Completed","date":"Sunday, 23rd June, 2024","kick_off":"4:05pm (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 - CÓDIGOS DE EJEMPLO


curl --location --request GET 'https://zylalabs.com/api/4535/nrl+data+api/5578/match+details?match_id=113790' --header 'Authorization: Bearer YOUR_API_KEY' 


    

Get all available players.



                                                                            
GET https://zylalabs.com/api/4535/nrl+data+api/17262/all+players
                                                                            
                                                                        

All Players - Características del Endpoint

Objeto Descripción
letter Opcional Get the players by letter (from D to Z).
limit Opcional Indicates a number of results
page Opcional Indicates pagination
Probar Endpoint

RESPUESTA DE EJEMPLO DE LA API

       
                                                                                                        
                                                                                                                                                                                                                            {"status":"success","data":{"players":[{"name":"DA COSTA, Alrix","stats":[]},{"name":"DA GAMA, Chris","stats":[{"player_id":2,"competition":"Test Match","team":"Ghana","years":null,"comp_wins":null,"appearances":null,"tries":2,"goals":null,"goal_kicking_percentage":null,"field_goals":null,"points":null,"wins":null,"losses":1,"draws":1,"win_percentage":null,"stat_type":"test_match"}]},{"name":"DA SILVA, Ana","stats":[{"player_id":3,"competition":"Club Career","team":"Club Career","years":null,"comp_wins":null,"appearances":null,"tries":5,"goals":5,"goal_kicking_percentage":null,"field_goals":null,"points":null,"wins":20,"losses":2,"draws":3,"win_percentage":null,"stat_type":"competition"},{"player_id":3,"competition":"Club Career","team":"Club Career","years":null,"comp_wins":null,"appearances":null,"tries":4,"goals":5,"goal_kicking_percentage":null,"field_goals":null,"points":null,"wins":20,"losses":2,"draws":2,"win_percentage":null,"stat_type":"competition"},{"player_id":3,"competition":"Club Career","team":"Club Career","years":null,"comp_wins":null,"appearances":null,"tries":1,"goals":null,"goal_kicking_percentage":null,"field_goals":null,"points":null,"wins":null,"losses":null,"draws":1,"win_percentage":null,"stat_type":"competition"},{"player_id":3,"competition":"Women's Challenge Cup","team":null,"years":null,"comp_wins":null,"appearances":5,"tries":5,"goals":null,"goal_kicking_percentage":null,"field_goals":null,"points":20,"wins":2,"losses":3,"draws":null,"win_percentage":"40.00","stat_type":"competition"},{"player_id":3,"competition":"Club Career","team":"Club Career","years":null,"comp_wins":null,"appearances":23,"tries":null,"goals":null,"goal_kicking_percentage":null,"field_goals":null,"points":null,"wins":5,"losses":18,"draws":null,"win_percentage":"21.74","stat_type":"competition"}]},{"name":"DA SILVA, Tallyn","stats":[]},{"name":"DACALLOS, Patrick","stats":[]},{"name":"DACEY, Max","stats":[]},{"name":"DACK, Mark","stats":[{"player_id":7,"competition":"Super League","team":"Gateshead","years":null,"comp_wins":null,"appearances":null,"tries":2,"goals":null,"goal_kicking_percentage":null,"field_goals":null,"points":null,"wins":null,"losses":1,"draws":1,"win_percentage":null,"stat_type":"competition"},{"player_id":7,"competition":"Super League","team":"Gateshead","years":null,"comp_wins":null,"appearances":null,"tries":2,"goals":null,"goal_kicking_percentage":null,"field_goals":null,"points":null,"wins":null,"losses":1,"draws":1,"win_percentage":null,"stat_type":"competition"},{"player_id":7,"competition":"UK Second Division","team":null,"years":null,"comp_wins":null,"appearances":1,"tries":null,"goals":null,"goal_kicking_percentage":null,"field_goals":null,"points":null,"wins":null,"losses":1,"draws":null,"win_percentage":"0.00","stat_type":"competition"},{"player_id":7,"competition":"Challenge Cup","team":null,"years":null,"comp_wins":null,"appearances":1,"tries":null,"goals":null,"goal_kicking_percentage":null,"field_goals":null,"points":null,"wins":1,"losses":null,"draws":null,"win_percentage":"100.00","stat_type":"competition"}]},{"name":"DACRE, Nigel","stats":[]},{"name":"DACRE, Stuart","stats":[]},{"name":"D'ADAM, Bruno","stats":[{"player_id":10,"competition":"City Cup","team":null,"years":null,"comp_wins":null,"appearances":1,"tries":1,"goals":null,"goal_kicking_percentage":null,"field_goals":null,"points":3,"wins":null,"losses":1,"draws":null,"win_percentage":"0.00","stat_type":"competition"}]},{"name":"DADDS, Jessica","stats":[]},{"name":"DADSWELL, H","stats":[{"player_id":12,"competition":"NRL Premiership","team":"St George","years":null,"comp_wins":null,"appearances":null,"tries":6,"goals":1,"goal_kicking_percentage":null,"field_goals":null,"points":null,"wins":3,"losses":null,"draws":6,"win_percentage":null,"stat_type":"competition"},{"player_id":12,"competition":"NRL Premiership","team":"St George","years":null,"comp_wins":null,"appearances":null,"tries":6,"goals":1,"goal_kicking_percentage":null,"field_goals":null,"points":null,"wins":3,"losses":null,"draws":6,"win_percentage":null,"stat_type":"competition"},{"player_id":12,"competition":"NSWRFL Premiership (NRL)","team":null,"years":null,"comp_wins":null,"appearances":6,"tries":1,"goals":null,"goal_kicking_percentage":null,"field_goals":null,"points":3,"wins":null,"losses":6,"draws":null,"win_percentage":"0.00","stat_type":"competition"},{"player_id":12,"competition":"City Cup","team":null,"years":null,"comp_wins":null,"appearances":9,"tries":4,"goals":null,"goal_kicking_percentage":null,"field_goals":null,"points":12,"wins":1,"losses":8,"draws":null,"win_percentage":"11.11","stat_type":"competition"}]},{"name":"DADSWELL, N","stats":[]},{"name":"DADY, Adam","stats":[{"player_id":14,"competition":"Super League","team":"Medway","years":null,"comp_wins":null,"appearances":null,"tries":1,"goals":null,"goal_kicking_percentage":null,"field_goals":null,"points":null,"wins":null,"losses":null,"draws":1,"win_percentage":null,"stat_type":"competition"},{"player_id":14,"competition":"Super League","team":"Medway","years":null,"comp_wins":null,"appearances":null,"tries":null,"goals":null,"goal_kicking_percentage":null,"field_goals":null,"points":null,"wins":null,"losses":null,"draws":1,"win_percentage":null,"stat_type":"competition"},{"player_id":14,"competition":"Challenge Cup","team":null,"years":null,"comp_wins":null,"appearances":1,"tries":null,"goals":null,"goal_kicking_percentage":null,"field_goals":null,"points":null,"wins":null,"losses":1,"draws":null,"win_percentage":"0.00","stat_type":"competition"}]},{"name":"DAFFIS, Marcel","stats":[]},{"name":"DAGG, John","stats":[{"player_id":16,"competition":"Midweek Cup","team":null,"years":null,"comp_wins":null,"appearances":1,"tries":null,"goals":null,"goal_kicking_percentage":null,"field_goals":null,"points":null,"wins":null,"losses":1,"draws":null,"win_percentage":"0.00","stat_type":"competition"},{"player_id":16,"competition":"Club Career","team":"Club Career","years":"1970","comp_wins":null,"appearances":null,"tries":1,"goals":null,"goal_kicking_percentage":null,"field_goals":null,"points":null,"wins":null,"losses":null,"draws":1,"win_percentage":null,"stat_type":"competition"},{"player_id":16,"competition":"International","team":"Auckland","years":"1970, 1978","comp_wins":null,"appearances":null,"tries":3,"goals":1,"goal_kicking_percentage":null,"field_goals":null,"points":null,"wins":3,"losses":1,"draws":2,"win_percentage":null,"stat_type":"competition"},{"player_id":16,"competition":"Tour Matches","team":null,"years":null,"comp_wins":null,"appearances":null,"tries":1,"goals":null,"goal_kicking_percentage":null,"field_goals":null,"points":null,"wins":null,"losses":null,"draws":1,"win_percentage":null,"stat_type":"competition"},{"player_id":16,"competition":"Tour Matches","team":null,"years":null,"comp_wins":null,"appearances":null,"tries":2,"goals":1,"goal_kicking_percentage":null,"field_goals":null,"points":null,"wins":3,"losses":1,"draws":1,"win_percentage":null,"stat_type":"competition"}]},{"name":"DAGG, Thomas","stats":[{"player_id":17,"competition":"Super League","team":"Newtown","years":"1918","comp_wins":null,"appearances":null,"tries":2,"goals":null,"goal_kicking_percentage":null,"field_goals":null,"points":null,"wins":null,"losses":1,"draws":1,"win_percentage":null,"stat_type":"competition"},{"player_id":17,"competition":"Club Career","team":"Club Career","years":null,"comp_wins":null,"appearances":null,"tries":38,"goals":2,"goal_kicking_percentage":null,"field_goals":null,"points":null,"wins":6,"losses":6,"draws":29,"win_percentage":"3.00","stat_type":"competition"},{"player_id":17,"competition":"Club Career","team":"Club Career","years":null,"comp_wins":null,"appearances":null,"tries":11,"goals":null,"goal_kicking_percentage":null,"field_goals":null,"points":null,"wins":null,"losses":1,"draws":9,"win_percentage":"1.00","stat_type":"competition"},{"player_id":17,"competition":"Super League","team":"Newtown","years":null,"comp_wins":null,"appearances":null,"tries":2,"goals":null,"goal_kicking_percentage":null,"field_goals":null,"points":null,"wins":null,"losses":1,"draws":1,"win_percentage":null,"stat_type":"competition"},{"player_id":17,"competition":"Club Career","team":"Club Career","years":null,"comp_wins":null,"appearances":null,"tries":14,"goals":null,"goal_kicking_percentage":null,"field_goals":null,"points":null,"wins":null,"losses":1,"draws":11,"win_percentage":"2.00","stat_type":"competition"},{"player_id":17,"competition":"Club Career","team":"Club Career","years":null,"comp_wins":null,"appearances":null,"tries":13,"goals":2,"goal_kicking_percentage":null,"field_goals":null,"points":null,"wins":6,"losses":4,"draws":9,"win_percentage":null,"stat_type":"competition"},{"player_id":17,"competition":"City Cup","team":null,"years":null,"comp_wins":null,"appearances":2,"tries":1,"goals":null,"goal_kicking_percentage":null,"field_goals":null,"points":3,"wins":null,"losses":2,"draws":null,"win_percentage":"0.00","stat_type":"competition"},{"player_id":17,"competition":"NSWRFL Premiership (NRL)","team":null,"years":null,"comp_wins":null,"appearances":40,"tries":2,"goals":null,"goal_kicking_percentage":null,"field_goals":null,"points":6,"wins":7,"losses":30,"draws":3,"win_percentage":"17.50","stat_type":"competition"}]},{"name":"DAGGER, Georgie","stats":[{"player_id":18,"competition":"Women's Challenge Cup","team":null,"years":null,"comp_wins":null,"appearances":15,"tries":9,"goals":null,"goal_kicking_percentage":null,"field_goals":null,"points":36,"wins":12,"losses":3,"draws":null,"win_percentage":"80.00","stat_type":"competition"},{"player_id":18,"competition":"Club Career","team":"Club Career","years":null,"comp_wins":null,"appearances":35,"tries":6,"goals":null,"goal_kicking_percentage":null,"field_goals":null,"points":24,"wins":29,"losses":6,"draws":null,"win_percentage":"82.86","stat_type":"competition"},{"player_id":18,"competition":"Women's Internationals","team":null,"y...
                                                                                                                                                                                                                    
                                                                                                    

All Players - CÓDIGOS DE EJEMPLO


curl --location --request GET 'https://zylalabs.com/api/4535/nrl+data+api/17262/all+players?letter=D&limit=2' --header 'Authorization: Bearer YOUR_API_KEY' 


    

Get a player's statistics using their ID.



                                                                            
GET https://zylalabs.com/api/4535/nrl+data+api/17263/player+statistics
                                                                            
                                                                        

Player Statistics - Características del Endpoint

Objeto Descripción
player_id [Requerido] Indicates player id
Probar Endpoint

RESPUESTA DE EJEMPLO DE LA API

       
                                                                                                        
                                                                                                                                                                                                                            {"status":"success","data":{"player":{"name":"DA GAMA, Chris"},"statistics":{"competitions":[],"test_matches":[{"player_id":2,"competition":"Test Match","team":"Ghana","years":null,"comp_wins":null,"appearances":null,"tries":2,"goals":null,"goal_kicking_percentage":null,"field_goals":null,"points":null,"wins":null,"losses":1,"draws":1,"win_percentage":null,"stat_type":"test_match"}],"club_career_by_year":[],"english_career_by_team":[],"international_by_team":[],"all_team_stats":[{"player_id":2,"competition":"Test Match","team":"Ghana","years":null,"comp_wins":null,"appearances":null,"tries":2,"goals":null,"goal_kicking_percentage":null,"field_goals":null,"points":null,"wins":null,"losses":1,"draws":1,"win_percentage":null,"stat_type":"test_match"}]},"summary":{"total_competitions":0,"total_test_matches":1,"total_club_career_years":0,"total_english_career_teams":0,"total_international_teams":0,"total_team_stats":1}}}
                                                                                                                                                                                                                    
                                                                                                    

Player Statistics - CÓDIGOS DE EJEMPLO


curl --location --request GET 'https://zylalabs.com/api/4535/nrl+data+api/17263/player+statistics?player_id=2' --header 'Authorization: Bearer YOUR_API_KEY' 


    

Clave de Acceso a la API y Autenticación

Después de registrarte, a cada desarrollador se le asigna una clave de acceso a la API personal, una combinación única de letras y dígitos proporcionada para acceder a nuestro endpoint de la API. Para autenticarte con el NRL Data API simplemente incluye tu token de portador en el encabezado de Autorización.
Encabezados
Encabezado Descripción
Autorización [Requerido] Debería ser Bearer access_key. Consulta "Tu Clave de Acceso a la API" arriba cuando estés suscrito.

Precios Simples y Transparentes

Sin compromiso a largo plazo. Mejora, reduce o cancela en cualquier momento. La Prueba Gratuita incluye hasta 50 solicitudes.

🚀 PLAN CORPORATIVO A MEDIDA

Comienza en
$ 10.000/Año


  • Volumen Personalizado
  • Límite de solicitudes personalizado
  • Soporte al Cliente Especializado
  • Monitoreo de API en Tiempo Real

Funciones favoritas de los clientes

  • ✔︎ Paga Solo por Solicitudes Exitosas
  • ✔︎ Prueba Gratuita de 7 Días
  • ✔︎ Soporte Multilenguaje
  • ✔︎ Una Clave API, Todas las APIs.
  • ✔︎ Panel de Control Intuitivo
  • ✔︎ Manejo de Errores Integral
  • ✔︎ Documentación Amigable para Desarrolladores
  • ✔︎ Integración con Postman
  • ✔︎ Conexiones HTTPS Seguras
  • ✔︎ Tiempo de Actividad Fiable

NRL Data API FAQs

The NRL Data API provides access to comprehensive data on the National Rugby League (NRL), including ladder standings, fixtures, and detailed match information. You can retrieve season standings, upcoming and past match schedules, individual match details such as scores, player statistics, and more, covering data from the current season back to 2000.

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.

The Ladder endpoint returns team standings, including wins, losses, and points. The Fixture endpoint provides match schedules with details like date, time, and scores. The Match Details endpoint delivers comprehensive match data, including player statistics, scores, and lineups.

Key fields include "season," "team," "position," "wins," "losses" in the Ladder; "match_id," "date," "home_team," "away_team," and "crowd" in the Fixture; and "match_status," "kick_off," "home_score," and "away_score" in Match Details.

The Ladder and Fixture endpoints accept parameters like "season" and "round" to filter results. The Match Details endpoint requires "match_id" to retrieve specific match information.

Each endpoint's response is structured with a "status" field followed by a "data" object. For example, the Ladder response includes an array of team standings, while the Fixture response lists matches for a specified round.

The Ladder endpoint provides team standings, the Fixture endpoint offers match schedules and scores, and the Match Details endpoint includes in-depth statistics, player performance, and match outcomes.

Users can parse the JSON response to extract relevant information. For example, sports analysts can analyze team performance trends from the Ladder data, while developers can display upcoming matches using the Fixture data.

Common use cases include integrating live match updates into sports apps, conducting performance analysis for teams and players, and providing real-time statistics for broadcasters during games.

Data accuracy is maintained through real-time updates during matches and post-match data verification. The API sources data from official NRL statistics, ensuring reliability for users.

General FAQs

Zyla API Hub es como una gran tienda de APIs, donde puedes encontrar miles de ellas en un solo lugar. También ofrecemos soporte dedicado y monitoreo en tiempo real de todas las APIs. Una vez que te registres, puedes elegir qué APIs quieres usar. Solo recuerda que cada API necesita su propia suscripción. Pero si te suscribes a varias, usarás la misma clave para todas, lo que hace todo más fácil para ti.

Los precios se muestran en USD (dólar estadounidense), EUR (euro), CAD (dólar canadiense), AUD (dólar australiano) y GBP (libra esterlina). Aceptamos todas las principales tarjetas de débito y crédito. Nuestro sistema de pago utiliza la última tecnología de seguridad y está respaldado por Stripe, una de las compañías de pago más confiables del mundo. Si tienes algún problema para pagar con tarjeta, contáctanos en [email protected]


Además, si ya tienes una suscripción activa en cualquiera de estas monedas (USD, EUR, CAD, AUD, GBP), esa moneda se mantendrá para suscripciones posteriores. Puedes cambiar la moneda en cualquier momento siempre que no tengas suscripciones activas.

La moneda local que aparece en la página de precios se basa en el país de tu dirección IP y se proporciona solo como referencia. Los precios reales están en USD (dólar estadounidense). Cuando realices un pago, el cargo aparecerá en tu estado de cuenta en USD, incluso si ves el monto equivalente en tu moneda local en nuestro sitio web. Esto significa que no puedes pagar directamente en tu moneda local.

Ocasionalmente, un banco puede rechazar el cargo debido a sus configuraciones de protección contra fraude. Te sugerimos comunicarte con tu banco primero para verificar si están bloqueando nuestros cargos. También puedes acceder al Portal de Facturación y cambiar la tarjeta asociada para realizar el pago. Si esto no funciona y necesitas más ayuda, por favor contacta a nuestro equipo en [email protected]

Los precios se determinan mediante una suscripción recurrente mensual o anual, dependiendo del plan elegido.

Las llamadas a la API se descuentan de tu plan en base a solicitudes exitosas. Cada plan incluye una cantidad específica de llamadas que puedes realizar por mes. Solo las llamadas exitosas, indicadas por una respuesta con estado 200, se contarán en tu total. Esto asegura que las solicitudes fallidas o incompletas no afecten tu cuota mensual.

Zyla API Hub funciona con un sistema de suscripción mensual recurrente. Tu ciclo de facturación comenzará el día en que compres uno de los planes de pago, y se renovará el mismo día del mes siguiente. Así que recuerda cancelar tu suscripción antes si quieres evitar futuros cargos.

Para actualizar tu plan de suscripción actual, simplemente ve a la página de precios de la API y selecciona el plan al que deseas actualizarte. La actualización será instantánea, permitiéndote disfrutar inmediatamente de las funciones del nuevo plan. Ten en cuenta que las llamadas restantes de tu plan anterior no se transferirán al nuevo plan, por lo que debes considerar esto al actualizar. Se te cobrará el monto total del nuevo plan.

Para verificar cuántas llamadas a la API te quedan en el mes actual, revisa el campo 'X-Zyla-API-Calls-Monthly-Remaining' en el encabezado de la respuesta. Por ejemplo, si tu plan permite 1,000 solicitudes por mes y has usado 100, este campo mostrará 900 llamadas restantes.

Para ver el número máximo de solicitudes a la API que permite tu plan, revisa el encabezado de la respuesta 'X-Zyla-RateLimit-Limit'. Por ejemplo, si tu plan incluye 1,000 solicitudes por mes, este encabezado mostrará 1,000.

El encabezado 'X-Zyla-RateLimit-Reset' muestra el número de segundos hasta que tu límite se restablezca. Esto te indica cuándo tu conteo de solicitudes se reiniciará. Por ejemplo, si muestra 3,600, significa que faltan 3,600 segundos para que el límite se restablezca.

Sí, puedes cancelar tu plan en cualquier momento desde tu cuenta, seleccionando la opción de cancelación en la página de Facturación. Ten en cuenta que las actualizaciones, degradaciones y cancelaciones tienen efecto inmediato. Además, al cancelar ya no tendrás acceso al servicio, incluso si te quedaban llamadas en tu cuota.

Puedes contactarnos a través de nuestro canal de chat para recibir asistencia inmediata. Siempre estamos en línea de 8 a. m. a 5 p. m. (EST). Si nos contactas fuera de ese horario, te responderemos lo antes posible. Además, puedes escribirnos por correo electrónico a [email protected]

Para darte la oportunidad de probar nuestras APIs sin compromiso, ofrecemos una prueba gratuita de 7 días que te permite realizar hasta 50 llamadas a la API sin costo. Esta prueba solo se puede usar una vez, por lo que recomendamos aplicarla a la API que más te interese. Aunque la mayoría de nuestras APIs ofrecen prueba gratuita, algunas pueden no hacerlo. La prueba finaliza después de 7 días o cuando realices 50 solicitudes, lo que ocurra primero. Si alcanzas el límite de 50 solicitudes durante la prueba, deberás "Iniciar tu Plan de Pago" para continuar haciendo solicitudes. Puedes encontrar el botón "Iniciar tu Plan de Pago" en tu perfil bajo Suscripción -> Elige la API a la que estás suscrito -> Pestaña de Precios. Alternativamente, si no cancelas tu suscripción antes del día 7, tu prueba gratuita finalizará y tu plan se cobrará automáticamente, otorgándote acceso a todas las llamadas a la API especificadas en tu plan. Ten esto en cuenta para evitar cargos no deseados.

Después de 7 días, se te cobrará el monto total del plan al que estabas suscrito durante la prueba. Por lo tanto, es importante cancelar antes de que finalice el periodo de prueba. No se aceptan solicitudes de reembolso por olvidar cancelar a tiempo.

Cuando te suscribes a una prueba gratuita de una API, puedes realizar hasta 50 llamadas. Si deseas realizar más llamadas después de este límite, la API te pedirá que "Inicies tu Plan de Pago". Puedes encontrar el botón "Iniciar tu Plan de Pago" en tu perfil bajo Suscripción -> Elige la API a la que estás suscrito -> Pestaña de Precios.

Las Órdenes de Pago se procesan entre el día 20 y el 30 de cada mes. Si envías tu solicitud antes del día 20, tu pago será procesado dentro de ese período.

 Nivel de Servicio
99%
 Tiempo de Respuesta
5.375ms

Categoría:


APIs Relacionadas


También te puede interesar