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://esports.sportdevs.com/news-matches?match_id=eq.{match_id}
Query Parameters
- match_id integer
Default value:
eq.209226
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": 209226,
"match_id": 209226,
"league_id": 2163,
"league_name": "LCK",
"league_hash_image": "b89f435174a47174678bb772b48a4970ac06121625bc2d3f54c2f4eae70434de",
"date": "2024-08-09T12:00:00+00:00",
"title": "Summer 2024 LCK Showdown: T1 Dominates Nongshim Red Force in LoL Class",
"name": "Summer 2024 LCK Showdown: T1 Dominates Nongshim Red Force in LoL Class",
"subtitles": [
{
"text": "As the Summer 2024 LCK season progresses, all eyes are on T1 and Nongshim Red Force. T1 will be looking to maintain their winning streak and further strengthen their position in the league. On the other hand, Nongshim Red Force will be aiming to secure their first win against T1 and improve their performance in the league. The upcoming matches promise to be exciting and full of surprises, as both teams strive to outdo each other and claim victory.",
"subtitle": "Looking Ahead: What's Next for T1 and Nongshim Red Force"
},
{
"text": "In the Summer 2024 season of the League of Legends Champions Korea (LCK), T1 has been demonstrating an impressive performance. The team has been on an unprecedented winning streak, securing eight victories in dual matches against Nongshim Red Force. This has not only solidified their position in the league but also set a new record in the history of LCK. The team's strategic gameplay and exceptional coordination have been key to their success, leaving their opponents struggling to keep up.",
"subtitle": "T1's Unprecedented Winning Streak"
},
{
"text": "On the other hand, Nongshim Red Force has been having a tough season. Despite their best efforts, the team has not been able to secure a single victory in the dual matches against T1. Their strategies and gameplay have been consistently outmatched by T1, leading to a series of defeats. The team is now under immense pressure to turn the tables and secure their first win against T1 in the upcoming matches.",
"subtitle": "Nongshim Red Force's Struggle"
},
{
"text": "The Summer 2024 LCK season has been a game-changer for both T1 and Nongshim Red Force. While T1 has been enjoying a winning streak, Nongshim Red Force has been struggling to keep up. The season has not only tested the skills and strategies of the teams but also their ability to handle pressure and adapt to the changing dynamics of the game. The performance of the teams in this season will have a significant impact on their rankings and future prospects in the league.",
"subtitle": "The Impact of the Summer 2024 LCK Season"
}
]
}
]