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://rugby.sportdevs.com/news-agg-matches?match_id=eq.{match_id}
Query Parameters
- match_id integer
Default value:
eq.503
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": 503,
"title": "'Je vais recevoir des messages des Ultras', formé à Montauban, le ... - France Bleu",
"link": "https://www.francebleu.fr/sports/rugby/je-vais-recevoir-des-messages-des-ultras-forme-a-montauban-le-biarrot-simon-augry-titulaire-a-sapiac-5640848",
"thumbnail_url": "https://www.francebleu.fr/s3/cruiser-production/2023/11/d2bca4a5-0a54-4ce1-9b64-b6f03fc32d11/1200x680_sc_066-dppi-50022004-002.jpg",
"description": "Remplaçant l'an dernier, Simon Augry sera titulaire ce jeudi 16 novembre avec le Biarritz Olympique pour affronter l'US Montauban à Sapiac. Un match particulier pour le troisième ligne qui a été formé à Sapiac et a joué sous les couleurs montalbanaises.",
"published_date": "2023-11-16T02:00:05+00:00",
"source_url": "https://www.francebleu.fr",
"source": "France Bleu"
},
{
"id": 4,
"match_id": 503,
"title": "OVALIE – Biarritz, Dax et Mont-de-Marsan, en attendant Bayonne-Pau - PresseLib",
"link": "https://presselib.com/article/ovalie-biarritz-dax-et-mont-de-marsan-en-attendant-bayonne-pau",
"thumbnail_url": "https://presselib.com/media/64e24d4cb7319d002f78a2db/article-head/1699987856270-RUGBY BOPB 0.jpg",
"description": "Au programme : ce jeudi, Montauban-Biarritz ; vendredi, Béziers-Dax et Mont-de-Marsan-Provence ; samedi, place au derby Bayonne-Pau.",
"published_date": "2023-11-14T18:50:56+00:00",
"source_url": "https://presselib.com",
"source": "PresseLib"
},
{
"id": 6,
"match_id": 503,
"title": "Pro D2 : un match sous le signe du souvenir entre l’USM Sapiac et Biarritz - L'Opinion Indépendante",
"link": "https://lopinion.com/articles/actualite/20181_pro-d2-match-souvenir-montauban-sapiac-biarritz",
"thumbnail_url": "https://lopinion.com/storage/articles/zoNV8xBfr3HEe12CCdrdYcR0Lf7lEg5rvoVI2LBW.jpg",
"description": "Avant la rencontre de Pro D2 face à Biarritz, ce jeudi 16 novembre, l’US Montauban rendra hommage à ses joueurs décédés pendant la première guerre mondiale.",
"published_date": "2023-11-16T08:30:00+00:00",
"source_url": "https://lopinion.com",
"source": "L'Opinion Indépendante"
},
{
"id": 7,
"match_id": 503,
"title": "EN DIRECT - PRO D2 : Suivez le match entre l'US Montauban et le ... - France Bleu",
"link": "https://www.francebleu.fr/sports/rugby/en-direct-pro-d2-suivez-le-match-entre-l-us-montauban-et-le-biarritz-olympique-sur-france-bleu-pays-basque-2805775",
"thumbnail_url": "https://www.francebleu.fr/s3/cruiser-production/2023/11/c085da73-cb9e-4904-a8e4-5adae7c1a67e/1200x680_sc_visuel-rugby-j11-montauban-biarritz-16-9.jpg",
"description": "Le Biarritz Olympique se déplace à Montauban pour le compte de la 11e journée de Pro D2. Le coup d'envoi est à 21 heures à suivre en direct sur France Bleu Pays Basque.",
"published_date": "2023-11-16T17:00:06+00:00",
"source_url": "https://www.francebleu.fr",
"source": "France Bleu"
}
]