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://volleyball.sportdevs.com/news-matches?match_id=eq.{match_id}
Query Parameters
- match_id integer
Default value:
eq.68754
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": 68754,
"match_id": 68754,
"league_id": 3162,
"league_name": "1st Bundesliga",
"league_hash_image": "cdc692b7b117d90cfdd1f1c472c5867bb76555390da4daed823f56516bd6426d",
"date": "2024-07-27T08:15:00+00:00",
"title": "Olympic Games 2024: Immers M / van de Velde S vs Ranghieri A / Carambula A Round 1 Showdown",
"name": "Olympic Games 2024: Immers M / van de Velde S vs Ranghieri A / Carambula A Round 1 Showdown",
"subtitles": [
{
"text": "Both teams are coming into this match with no previous dual-matches wins or draws. This clean slate presents an opportunity for both teams to set a winning record. The pressure is on for both Immers M / van de Velde S and Ranghieri A / Carambula A to prove their mettle and set a positive tone for their Olympic journey. The stakes are high, and the anticipation is palpable as fans wait to see which team will emerge victorious.",
"subtitle": "The Teams' Track Record"
},
{
"text": "Given the high stakes and the immense talent of both teams, fans can expect a thrilling match. Both Immers M / van de Velde S and Ranghieri A / Carambula A are known for their strategic gameplay and exceptional skills. The match is likely to be a closely contested one, with both teams giving their all to secure the first win of the tournament. Regardless of the outcome, this match promises to be a fantastic display of top-tier volleyball and a great start to the Olympic Games 2024.",
"subtitle": "What to Expect"
},
{
"text": "The Olympic Games 2024 is set to kick off with a thrilling volleyball match between Immers M / van de Velde S and Ranghieri A / Carambula A. The match, scheduled for Sat Jul 27 2024 08:15:00 GMT+0000 (Coordinated Universal Time), is expected to set the tone for the rest of the tournament. As part of the International class, this match promises to showcase the highest level of volleyball skills and strategies. Fans around the world are eagerly waiting to see which team will draw the first blood in this prestigious tournament.",
"subtitle": "Anticipation for the Opening Match"
},
{
"text": "The opening match of any tournament, especially one as prestigious as the Olympic Games, is always a significant event. It sets the tone for the rest of the tournament and gives the winning team an early boost of confidence. For Immers M / van de Velde S and Ranghieri A / Carambula A, this match is not just about scoring the first win of the tournament, but also about making a statement to their competitors. A win in this match would send a clear message to the other teams that they are a force to be reckoned with.",
"subtitle": "The Significance of the Opening Match"
}
]
}
]