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.177874
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": 177874,
"match_id": 177874,
"league_id": 2873,
"league_name": "MLB",
"league_hash_image": "fd2a8baf7dbd0fc469142a961a385bcb1bb91dc1ab7cb7561e730068203d150c",
"date": "2024-08-28T01:40:00+00:00",
"title": "MLB 2024 Round 1: Arizona Diamondbacks vs New York Mets at Chase Field",
"name": "MLB 2024 Round 1: Arizona Diamondbacks vs New York Mets at Chase Field",
"subtitles": [
{
"text": "On the other hand, the New York Mets have been in sublime form in the dual matches. With a staggering 20 wins, they have shown their dominance and are one of the favorites this season. The Mets will be looking to continue their winning streak and start the season with a victory. Despite playing away from home, the Mets have shown in the past that they can handle pressure and perform exceptionally well.",
"subtitle": "New York Mets' Dominant Run"
},
{
"text": "The Arizona Diamondbacks will be looking to use their home advantage to kick start their season on a high note. Chase Field, known for its electric atmosphere, will surely provide the home team with the much-needed boost. The Diamondbacks have had a decent run in the dual matches with 4 wins. They will be hoping to improve their record and start the season with a win.",
"subtitle": "Arizona Diamondbacks' Home Advantage"
},
{
"text": "The MLB 2024 season is set to kick off with a thrilling match between the Arizona Diamondbacks and the New York Mets. The first round of the season will take place at the iconic Chase Field, home to the Diamondbacks. The match is scheduled to start on Wed Aug 28 2024 01:40:00 GMT+0000 (Coordinated Universal Time). Fans are eagerly waiting for the season to start and witness the exciting clash between these two teams.",
"subtitle": "Season Opener at Chase Field"
},
{
"text": "The MLB 2024 season promises to be an exciting one with teams from all over the USA participating. The league has always provided thrilling matches and this season is expected to be no different. The opening match between the Arizona Diamondbacks and the New York Mets is just a glimpse of what's to come. With no draws in the dual matches, it's clear that both teams will be going for the win, making it a must-watch for all baseball fans.",
"subtitle": "MLB 2024: A Season to Look Forward To"
}
]
}
]