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://baseball.sportdevs.com/news-matches?match_id=eq.{match_id}
Query Parameters
- match_id integer
Default value:
eq.26100
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
- match_id integer
The id of the match
- date timestamp with time zone
The date of the match
- title text
The title of the news
- subtitles jsonb
The subtitles
[
{
"match_id": 26100,
"date": "2023-11-23T00:30:00+00:00",
"title": "Fluminense and São Paulo Battle it Out in Brasileiro Série A 2023",
"subtitles": [
{
"text": "As the home team, Fluminense will have the advantage of playing in front of their passionate supporters at Estádio do Maracanã. The team has been performing well in their recent matches, and they will be looking to capitalize on their home advantage to secure a crucial victory.",
"subtitle": "Fluminense's Home Advantage"
},
{
"text": "Fluminense and São Paulo have faced each other multiple times in the past, with both teams enjoying their fair share of victories. In their previous dual matches, Fluminense emerged victorious in 8 encounters, while São Paulo secured 6 wins. The remaining 6 matches ended in draws, highlighting the competitive nature of their clashes.",
"subtitle": "Head-to-Head Statistics"
},
{
"text": "São Paulo, on the other hand, will be determined to come out on top in this crucial encounter. With their strong squad and tactical prowess, they will be aiming to overcome the challenges posed by Fluminense and secure a valuable away win.",
"subtitle": "São Paulo's Determination to Win"
},
{
"text": "The highly anticipated match between Fluminense and São Paulo is set to take place at the iconic Estádio do Maracanã. With both teams vying for a top spot in the Brasileiro Série A 2023, fans can expect an intense battle on the field.",
"subtitle": "Intense Match Expected at Estádio do Maracanã"
}
]
}
]