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://bandy.sportdevs.com/news-matches?match_id=eq.{match_id}
Query Parameters
- match_id integer
Default value:
eq.18566
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": 18566,
"match_id": 18566,
"league_id": 3540,
"league_name": "World Championship Gr A",
"league_hash_image": "10a48e3b2ae95a294574592e719a9d9f2f52cbaa776e6811e6c779efbcbe40dd",
"date": "2025-03-25T19:30:00+00:00",
"title": "Norway Faces Off Against Finland in World Championship Showdown",
"name": "Norway Faces Off Against Finland in World Championship Showdown",
"subtitles": [
{
"text": "As the World Championship, Division A 2025 unfolds, the anticipation builds for the highly awaited clash between Norway and Finland. This matchup is not just another game; it is a continuation of a historic rivalry that has seen Finland dominate the series with ten victories and no draws. The intensity of this rivalry is palpable, as both teams have a rich history in international bandy, and each encounter is steeped in tradition and national pride. Fans from both nations are expected to fill the stands, creating an electrifying atmosphere that will undoubtedly elevate the stakes of this crucial round two encounter. The historical context adds an extra layer of excitement, as Norway seeks to break the cycle of defeat and claim their first victory against their northern neighbors in this prestigious tournament.",
"subtitle": "A Historic Rivalry Rekindled"
},
{
"text": "In the lead-up to this pivotal match, both teams are expected to employ distinct tactical approaches that reflect their respective strengths and weaknesses. Norway, known for their aggressive offensive play, will likely focus on creating scoring opportunities through fast-paced transitions and strategic positioning. Their ability to maintain possession and control the tempo of the game will be crucial in challenging Finland's defensive setup. On the other hand, Finland has built a reputation for their disciplined defensive structure and counter-attacking prowess. They will aim to absorb Norway's pressure and exploit any gaps left in the Norwegian defense. The tactical battle between the two coaching staffs will be fascinating to observe, as adjustments made during the game could very well determine the outcome of this high-stakes encounter.",
"subtitle": "Tactical Approaches: What to Expect"
},
{
"text": "Playing on home turf can often provide a significant advantage in international competitions, and Norway will be looking to leverage this factor to their benefit. The support of local fans can be a powerful motivator, instilling confidence in the players and creating an intimidating atmosphere for the visitors. Historically, home teams have performed better in crucial matches, and Norway will be hoping to harness this energy to turn the tide against Finland. However, the pressure of expectations can also weigh heavily on the home side, and managing this pressure will be key for Norway. The ability to stay composed and focused amidst the fervor of the home crowd could be the difference between victory and defeat in this critical matchup.",
"subtitle": "The Importance of Home Advantage"
},
{
"text": "The outcome of this match will have significant implications for the World Championship, Division A standings. With both teams vying for a strong position in the tournament, a win for Norway could reignite their campaign and boost their confidence moving forward. Conversely, a victory for Finland would solidify their dominance in the series and enhance their chances of advancing further in the tournament. The stakes are high, and the pressure is on both teams to perform at their best. As the tournament progresses, every match counts, and the results of this encounter could shape the trajectory of both nations in their quest for glory. Fans and analysts alike will be closely watching this match, as it promises to be a thrilling chapter in the ongoing saga of international bandy.",
"subtitle": "Looking Ahead: Implications for the Tournament"
}
]
}
]