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://floorball.sportdevs.com/news-matches?match_id=eq.{match_id}
Query Parameters
- match_id integer
Default value:
eq.31285
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": 31285,
"match_id": 31285,
"league_id": 3532,
"league_name": "Champions Cup",
"league_hash_image": "bb372b39c3ac79a80b82316bbec441e062750b6c73da0335ee739b316d0921f9",
"date": "2024-08-24T14:30:00+00:00",
"title": "Champions Cup 24/25 Round 27: Nokian KrP vs Storvreta IBK at Raholan Liikuntakeskus",
"name": "Champions Cup 24/25 Round 27: Nokian KrP vs Storvreta IBK at Raholan Liikuntakeskus",
"subtitles": [
{
"text": "Nokian KrP has been a formidable force in the Champions Cup 24/25. Their strategic gameplay and strong team dynamics have led them to numerous victories. The team's performance in the previous rounds has been commendable, and they are expected to bring the same level of intensity and skill to Round 27. The match against Storvreta IBK will be a test of their resilience and ability to maintain their winning streak.",
"subtitle": "Nokian KrP's Performance in the Champions Cup"
},
{
"text": "Storvreta IBK has also been a strong contender in the Champions Cup 24/25. The team has shown remarkable skill and determination in their matches, earning them a respectable position in the league. Their upcoming match against Nokian KrP is expected to be a thrilling encounter. The team's performance in this match will be crucial in determining their standing in the Champions Cup.",
"subtitle": "Storvreta IBK's Journey in the Champions Cup"
},
{
"text": "The Champions Cup 24/25 is heating up as we approach Round 27. The upcoming match between Nokian KrP and Storvreta IBK is set to take place at the Raholan Liikuntakeskus. This International class match is one of the most anticipated of the season, with both teams showing strong performances in previous rounds. The match is scheduled to start on Sat Aug 24 2024 14:30:00 GMT+0000 (Coordinated Universal Time). Fans are eagerly waiting to see which team will come out on top in this crucial round of the Champions Cup.",
"subtitle": "Champions Cup 24/25 Round 27 Overview"
},
{
"text": "The Raholan Liikuntakeskus is set to host this exciting match between Nokian KrP and Storvreta IBK. The arena is known for its electrifying atmosphere, which is sure to add to the intensity of the match. Both teams have a strong fan base, and the stands are expected to be filled with supporters cheering for their respective teams. The match is expected to be a close one, with both teams eager to secure a win in Round 27 of the Champions Cup 24/25. The outcome of this match will undoubtedly have a significant impact on the standings in the league.",
"subtitle": "Expectations for the Match at Raholan Liikuntakeskus"
}
]
}
]