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://tennis.sportdevs.com/news-agg-matches?match_id=eq.{match_id}
Query Parameters
- match_id integer
Default value:
eq.827692
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": 827692,
"title": "Entrée en scène d'Alexis Galarneau et Benoît Paire - L'Express - L'Express de Drummondville",
"link": "https://www.journalexpress.ca/2023/11/13/entree-en-scene-alexis-galarneau-benoit-paire-challenger-tennis-drummondville/",
"thumbnail_url": "https://www.journalexpress.ca/wp-content/uploads/sites/6/2022/11/Challenger-tennis-divers-14-novembre-2022-3-scaled.jpg",
"description": "TENNIS. Pas moins de neuf Canadiens tentaient d’obtenir leur place dans le tableau principal du huitième Challenger Banque Nationale de Drummondville, dimanche. Le moins que l’on puisse dire, c’est que…",
"published_date": "2023-11-13T14:47:48+00:00",
"source_url": "https://www.journalexpress.ca",
"source": "L'Express de Drummondville"
},
{
"id": 7,
"match_id": 827692,
"title": "Challenger Danderyd, Kobe, Montevideo, Champaign e ... - LiveTennis.it",
"link": "https://www.livetennis.it/post/400905/challenger-danderyd-kobe-montevideo-champaign-e-drummondville-i-risultati-con-il-dettaglio-del-day-1-live/",
"thumbnail_url": "https://static.livetennis.it/photo/MoroniFilippo_1.jpg",
"description": "CHALLENGER Danderyd (Svezia) – TD Qualificazione – 1° Turno Md, cemento (al coperto) Court 2 – Ora italiana: 10:00 (ora locale: 10:00 am) 1.",
"published_date": "2023-11-13T07:11:09+00:00",
"source_url": "https://www.livetennis.it",
"source": "LiveTennis.it"
},
{
"id": 14,
"match_id": 827692,
"title": "Resultados ATP Challenger Drummondville 2023 - Canal Tenis",
"link": "https://canaltenis.com/resultados-atp-challenger-drummondville-2023/",
"thumbnail_url": "https://canaltenis.com/wp-content/uploads/2023/11/Paire.jpg",
"description": "Seguimos los resultados del ATP Challenger 75 de Drummondville, a jugarse entre el 13 y 19 de noviembre en la ciudad canadiense",
"published_date": "2023-11-13T14:37:43+00:00",
"source_url": "https://canaltenis.com",
"source": "Canal Tenis"
},
{
"id": 532,
"match_id": 827692,
"title": "H2H, prediction of Aziz Dougaz vs Charles Broom in Drummondville Challenger with odds, preview, pick | 15th... - Tennis Tonic",
"link": "https://tennistonic.com/tennis-news/641528/h2h-prediction-of-aziz-dougaz-vs-charles-broom-in-drummondville-challenger-with-odds-preview-pick-15th-november-2023/",
"thumbnail_url": "https://tennistonic.com/wp-content/uploads/2023/11/Prediction-and-head-to-head-Aziz-Dougaz-vs.-Charles-Broom-xhOLIBzZvP.jpg",
"description": "PREVIEW. Drummondville Challenger. Dougaz and Broom will play each other in the 2nd round of the Drummondville Challenger. See the prediction, H2H stats, odds, and preview of their upcoming match on Wednesday the 15th of November",
"published_date": "2023-11-15T06:13:13+00:00",
"source_url": "https://tennistonic.com",
"source": "Tennis Tonic"
}
]