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://aussie-rules.sportdevs.com/news-matches?match_id=eq.{match_id}
Query Parameters
- match_id integer
Default value:
eq.5095
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": 5095,
"match_id": 5095,
"league_id": 3506,
"league_name": "AFL",
"league_hash_image": "719f6d97918185e32a06e2edcda10c4d2f1e39442a5763540155f543bc794a03",
"date": "2024-08-02T08:00:00+00:00",
"title": "AFL 2024: Western Bulldogs vs Melbourne Demons Showdown at Marvel Stadium",
"name": "AFL 2024: Western Bulldogs vs Melbourne Demons Showdown at Marvel Stadium",
"subtitles": [
{
"text": "The AFL 2024 season is heating up as the Western Bulldogs prepare to face off against the Melbourne Demons at Marvel Stadium. This highly anticipated match is set to take place on Friday, August 2nd, 2024 at 08:00:00 GMT+0000 (Coordinated Universal Time). The Bulldogs, under the guidance of coach Luke Beveridge, are eager to secure their first win against the Demons this season, having lost the previous two encounters. The Demons, led by coach Simon Goodwin, are equally determined to maintain their winning streak and further solidify their position in the league.",
"subtitle": "Anticipation Builds for the AFL 2024 Clash"
},
{
"text": "The Melbourne Demons, on the other hand, are coming into this match with a lot of confidence. Having won the last two encounters against the Bulldogs, they will be looking to continue their winning streak. Coach Simon Goodwin has been instrumental in the team's success, with his tactical acumen and ability to motivate his players. The Demons have shown great teamwork and skill in their previous matches, and they will be looking to replicate this performance at Marvel Stadium.",
"subtitle": "The Demons' Winning Streak"
},
{
"text": "The Western Bulldogs will be looking to leverage their home ground advantage at Marvel Stadium. The team has been working hard in training, focusing on their strategies and game plan. Coach Luke Beveridge has been emphasizing the importance of maintaining possession and controlling the pace of the game. The Bulldogs are known for their tenacity and resilience, and they will need to bring their A-game to overcome the formidable Demons.",
"subtitle": "The Home Ground Advantage"
},
{
"text": "This match is crucial for both teams. For the Western Bulldogs, a win would not only boost their morale but also improve their standing in the AFL 2024 season. For the Melbourne Demons, a victory would further cement their dominance in the league. With both teams having everything to play for, this match promises to be an exciting and fiercely contested encounter. Fans from all over Australia and beyond are eagerly awaiting this clash, which is set to be one of the highlights of the AFL 2024 season.",
"subtitle": "The Importance of this Clash"
}
]
}
]