Agg News Matches
This endpoint allows you to retrieve aggregated 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 15 minutes.
Recommended Calls: Limit calls to 1 every 15 minutes.
Use Cases
Get news from a specific match_idhttps://darts.sportdevs.com/news-agg-matches?match_id=eq.{match_id}
Query Parameters
- match_id integer
Default value:
eq.38076
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
Note: This is a Primary Key.
- match_id integer
The id of the match
Note: This is a Foreign Key to
matches-live.id
. - title text
The title of the news
- link text
The link of the news
- thumbnail_url text
The thumbnail url of the news
- description text
The description of the news
- published_date timestamp with time zone
The published date of the news
- source_url text
The source url of the news
- source text
The source of the news
[
{
"id": 1,
"match_id": 38076,
"title": "Grand Slam of Darts: Searle zavřel na 9 šipek, Smith končí už ve ... - TN.cz",
"link": "https://tn.nova.cz/sport/clanek/529287-grand-slam-of-darts-searle-zavrel-na-9-sipek-smith-konci-uz-ve-skupine",
"thumbnail_url": "https://nova-ott-images-tn.ssl.cdn.cra.cz/r1200x/15e00b76-fed2-421b-81b7-2d419a79b46e.jpg",
"description": "Šipkařský turnaj Grand Slam of Darts má ze sebou třetí den a polovina skupin už zná své postupující. Gerwyn Price už měl jasné první místo a to potvrdil jednoznačnou výhrou nad van Veenem. Spolu s Icemanem postupuje i Ryan Searle, který ukončil zápas proti Raffertymu perfektní hrou. Už ve skupině končí Michael Smith, který prohrál s Jamesem Wadem 1:5.",
"published_date": "2023-11-13T21:51:00+00:00",
"source_url": "https://tn.nova.cz",
"source": "TN.cz"
}
]