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://darts.sportdevs.com/news-matches?match_id=eq.{match_id}
Query Parameters
- match_id integer
Default value:
eq.47555
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": 47555,
"match_id": 47555,
"league_id": 2875,
"league_name": "Premier League Darts",
"league_hash_image": "96cd11affc7dda52b6348b0d54d158a67cee178c7fae03e76b935147f33217c5",
"date": "2025-03-13T19:45:00+00:00",
"title": "Premier League Darts 2025: Round 27 Showdown Between Cross R. and Dobey C.",
"name": "Premier League Darts 2025: Round 27 Showdown Between Cross R. and Dobey C.",
"subtitles": [
{
"text": "As the Premier League Darts 2025 season reaches its critical juncture, Round 27 promises to deliver an electrifying encounter between two formidable competitors. The atmosphere is set to be charged as Cross R. takes on Dobey C. in what is expected to be a thrilling match. With both players vying for crucial points in the league standings, the stakes couldn't be higher. Fans are eagerly anticipating a display of skill, precision, and mental fortitude as these two athletes step onto the oche. The match is not just about individual glory; it’s a pivotal moment that could influence the overall dynamics of the league. As the countdown to the match begins, the excitement builds, and the anticipation of a high-stakes battle looms large.",
"subtitle": "A Clash of Titans in Round 27"
},
{
"text": "In the world of darts, strategy plays a crucial role, and as Cross R. faces Dobey C., tactical insights will be key to determining the outcome of this match. Both players are known for their unique styles and approaches to the game. Cross R. often relies on his ability to control the pace of the match, using calculated shots to build pressure on his opponent. On the other hand, Dobey C. is known for his aggressive scoring and ability to capitalize on any mistakes made by his rivals. Fans can expect a battle of wits as both players attempt to outmaneuver each other. The psychological aspect of the game will also come into play, with each player looking to gain the upper hand not just through skill, but through mental resilience. As the match unfolds, spectators will be keenly observing how each player adapts their tactics in response to the other’s performance.",
"subtitle": "Tactical Insights: What to Expect"
},
{
"text": "Leading up to this highly anticipated clash, both Cross R. and Dobey C. have shown remarkable form, each carving out their own path through the Premier League Darts 2025 season. Cross R. has demonstrated a consistent ability to perform under pressure, showcasing a blend of strategic play and explosive scoring. Meanwhile, Dobey C. has been on a remarkable run, displaying resilience and adaptability that has earned him a loyal following. The recent performances of both players have set the stage for a captivating showdown. Fans and analysts alike are keen to dissect their previous encounters, examining the strategies that have led to their successes and the lessons learned from past defeats. As they prepare for this pivotal match, the question on everyone’s mind is whether Cross R. can maintain his momentum or if Dobey C. will continue his ascent in the league.",
"subtitle": "The Road to Round 27: Form and Momentum"
},
{
"text": "Round 27 of the Premier League Darts 2025 season is not just another match; it holds significant implications for the league standings. With the competition heating up, every point is crucial as players jockey for position in the playoff race. A victory for Cross R. could solidify his place among the top contenders, while a win for Dobey C. could propel him into the upper echelons of the league. The ripple effects of this match will be felt throughout the standings, influencing not only the immediate rankings but also the psychological landscape of the remaining fixtures. As fans tune in, they will be acutely aware that this match could be a turning point in the season, making it a must-watch event for all darts enthusiasts. The excitement surrounding the potential outcomes adds an extra layer of intrigue to an already thrilling matchup.",
"subtitle": "The Impact of Round 27 on the League Standings"
}
]
}
]