News Matches
This endpoint allows you to retrieve the news from matches.
Multi-language: This feature allows the user to manually change the language of the API response by adding value to the
lang
attribute. Example:lang=en
.
Pagination: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.
Update Period: The endpoint is updated every 2 hours.
Recommended Calls: Limit calls to 1 every 2 hours.
Use Cases
Get news from a specific match_idhttps://rugby.sportdevs.com/news-matches?match_id=eq.{match_id}
Query Parameters
- match_id integer
Default value:
eq.61523
The id of the match
- offset string
Default value:
0
Limiting and Pagination
- limit string
Default value:
50
Limiting and Pagination
- lang string
Default value:
en
Multi-language
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema array
- id integer
The id of the news
- match_id integer
The id of the match
- league_id integer
The id of the league
- league_name text
The name of the league
- league_hash_image character varying
Possible values:
<= 64 characters
The hash image of the league
- date timestamp with time zone
The date of the match
- title text
The title of the news
- name text
The name of the news
- subtitles jsonb
The subtitles
[
{
"id": 61523,
"match_id": 61523,
"league_id": 2867,
"league_name": "NRL",
"league_hash_image": "45cb0ec570b3038be2e7790c9d924fef1dfcf6382767bba12155bf9fcac6d666",
"date": "2024-07-28T07:30:00+00:00",
"title": "NRL 2024 Round 21: Canberra Raiders vs South Sydney Rabbitohs at GIO Stadium Canberra",
"name": "NRL 2024 Round 21: Canberra Raiders vs South Sydney Rabbitohs at GIO Stadium Canberra",
"subtitles": [
{
"text": "As we approach the business end of the NRL 2024 season, every match becomes increasingly important. A win for the Canberra Raiders could significantly boost their chances of making it to the playoffs. For the South Sydney Rabbitohs, a victory would further solidify their position at the top of the league. With so much at stake, both teams will be giving it their all to secure a win. Fans can expect a high-intensity match filled with thrilling moments and exceptional rugby.",
"subtitle": "The Importance of the Match in the NRL 2024 Season"
},
{
"text": "Historically, the South Sydney Rabbitohs have had the upper hand in their encounters with the Canberra Raiders. Out of the last 18 dual matches, the Rabbitohs have emerged victorious 12 times, while the Raiders have managed to secure 6 wins. There have been no draws between these two teams. However, the Raiders will be hoping to narrow this gap with a win in their upcoming match. The Rabbitohs, on the other hand, will be looking to extend their lead and maintain their dominance.",
"subtitle": "Historical Head-to-Head: Raiders vs Rabbitohs"
},
{
"text": "The match will be officiated by referee Wyatt Raymond, a seasoned professional known for his strict adherence to the rules of the Rugby League. His experience and impartiality will be crucial in ensuring a fair and exciting match. Raymond's ability to manage the game and make critical decisions under pressure will undoubtedly have a significant impact on the outcome of this highly anticipated match.",
"subtitle": "The Role of the Referee: Wyatt Raymond"
},
{
"text": "The NRL 2024 season is heating up as we approach Round 21. The Canberra Raiders are set to host the South Sydney Rabbitohs at the iconic GIO Stadium Canberra. This match promises to be a thrilling encounter between two of the league's top teams. The Raiders, under the guidance of coach Ricky Stuart, will be looking to leverage their home ground advantage and secure a crucial win. On the other hand, the Rabbitohs, who have had a strong season so far, will be aiming to continue their winning streak.",
"subtitle": "A Clash of Titans at GIO Stadium Canberra"
}
]
}
]