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://futsal.sportdevs.com/news-matches?match_id=eq.{match_id}
Query Parameters
- match_id integer
Default value:
eq.61746
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": 61746,
"match_id": 61746,
"league_id": 3522,
"league_name": "LNF",
"league_hash_image": "9deaa9e7c21f06ea20c5c111df4037666eba49ad66e3ec9168e3fc17a4ff4526",
"date": "2024-08-03T23:00:00+00:00",
"title": "Liga Nacional 2024: Corinthians Paulista vs Praia Clube at Sport Club Corinthians Paulista",
"name": "Liga Nacional 2024: Corinthians Paulista vs Praia Clube at Sport Club Corinthians Paulista",
"subtitles": [
{
"text": "Corinthians Paulista has been a dominant force in the LNF, especially when playing at home. The team has won 8 of the dual matches against Praia Clube, showcasing their strength and tactical superiority. The team's performance at the Sport Club Corinthians Paulista has been particularly impressive, with the home advantage playing a significant role in their success. The team will be looking to extend their winning streak in the upcoming match.",
"subtitle": "Corinthians Paulista's Dominance"
},
{
"text": "Despite being the underdogs, Praia Clube has shown determination and grit in their previous encounters with Corinthians Paulista. The team has managed to secure 4 wins in the dual matches, proving their ability to upset the odds. Praia Clube's performance has been commendable, especially considering the challenging circumstances of playing away from home. The team will be aiming to leverage their past experience and put up a strong performance in the upcoming match.",
"subtitle": "Praia Clube's Determination"
},
{
"text": "In the history of dual matches between Corinthians Paulista and Praia Clube, there have been 2 draws. These instances highlight the closely contested nature of the matches between the two teams. Draws often reflect the tactical battle on the pitch, where neither team is able to gain a decisive advantage. As the teams prepare for their upcoming match, the possibility of a draw adds an extra layer of intrigue to the encounter.",
"subtitle": "The Role of Draws"
},
{
"text": "The Liga Nacional de Futsal (LNF) 2024 season is set to witness an exciting clash between Corinthians Paulista and Praia Clube. The match will take place at the Sport Club Corinthians Paulista, a venue known for its electrifying atmosphere and passionate fans. The two teams have a rich history in the LNF, with Corinthians Paulista having the upper hand in their previous encounters. However, Praia Clube has shown resilience and is expected to put up a tough fight.",
"subtitle": "A Clash of Titans in the LNF"
}
]
}
]