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://handball.sportdevs.com/news-matches?match_id=eq.{match_id}
Query Parameters
- match_id integer
Default value:
eq.8588
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": 8588,
"match_id": 8588,
"league_id": 2090,
"league_name": "Champions League",
"league_hash_image": "1cb2b17bb84832138996f692bf5c1baa916f980a5f4721c44e68deebe0d8ade7",
"date": "2024-03-06T17:45:00+00:00",
"title": "EHF Champions League 23/24 Round 14: THW Kiel vs RK Zagreb at Wunderino-Arena",
"name": "EHF Champions League 23/24 Round 14: THW Kiel vs RK Zagreb at Wunderino-Arena",
"subtitles": [
{
"text": "The EHF Champions League 23/24 is heating up as we approach the 14th round. The Wunderino-Arena is set to host a thrilling encounter between THW Kiel and RK Zagreb. Both teams have shown exceptional performances throughout the season, with Kiel leading the head-to-head record with 7 wins compared to Zagreb's 2. However, the two teams have also shared the spoils twice, indicating the potential for a closely contested match.",
"subtitle": "The Clash of Titans: THW Kiel and RK Zagreb"
},
{
"text": "The match also presents an intriguing battle of wits between the two coaches. THW Kiel's Filip Jicha has been instrumental in their success this season, employing tactics that have seen them dominate most of their matches. On the other hand, Andrija Nikolić of RK Zagreb has shown his tactical acumen in their previous encounters, and will be looking to turn the tables this time around.",
"subtitle": "Coaching Strategies: Filip Jicha vs Andrija Nikolić"
},
{
"text": "The weather at the Wunderino-Arena is expected to be overcast with a temperature of 278.27K, feeling like 276.68K. The humidity is at 72% with a dew point of 273.47K. The wind speed is 4.32 m/s, gusting up to 7.23 m/s from the east-northeast. These conditions could potentially impact the game, particularly the wind speed and direction which could affect the trajectory of the ball during long passes and shots.",
"subtitle": "Weather Conditions and Impact on the Game"
},
{
"text": "This match is crucial for both teams in the International Champions League standings. A win for THW Kiel would further solidify their position at the top, while a victory for RK Zagreb could help them close the gap. With the stakes so high, fans can expect a fiercely competitive match filled with high-intensity handball action.",
"subtitle": "The Stakes in the International Champions League"
}
]
}
]