Agg News Leagues
This endpoint allows you to retrieve aggregated news from leagues.
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 the news from a specific league_idhttps://tennis.sportdevs.com/news-agg-leagues?league_id=eq.{league_id}
Query Parameters
- league_id integer
Default value:
eq.13085
The id of the league
- 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.
- league_id integer
The id of the league
Note: This is a Foreign Key to
leagues.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": 12,
"league_id": 13085,
"title": "F1 Race Forces Most Las Vegas Headlining Shows to Cancel - Casino.Org News",
"link": "https://www.casino.org/news/f1-race-forces-most-las-vegas-headlining-shows-to-cancel/",
"thumbnail_url": "https://www.casino.org/news/wp-content/uploads/2023/11/chat-bpt.jpg",
"description": "It’s lights out for most of the Las Vegas’ regularly scheduled entertainment during F1’s inaugural Grand Prix, running Nov. 16-18 along the Las Vegas",
"published_date": "2023-11-13T02:09:12+00:00",
"source_url": "https://www.casino.org",
"source": "Casino.Org News"
},
{
"id": 46,
"league_id": 13085,
"title": "Crónica de Estancias del Valle, ganadería de wagyu en Uruguay - contextoganadero.com",
"link": "https://www.contextoganadero.com/cronica/cronica-de-estancias-del-valle-ganaderia-de-wagyu-en-uruguay",
"thumbnail_url": "https://a.storyblok.com/f/160385/890x605/a25b3500ee/cronica-ganaderia-uruguay-pionera-produccion-carne-wagyu.jpg/m/filters:quality(70)/",
"description": "Mario Aishemberg G. relató para CONtexto ganadero el origen y la historia de Carne Wagyu de Uruguay, una empresa familiar fundada por socios uruguayos y australianos, que promueve y desarrolla el reconocido ganado japonés en el país sudamericano y en otros como Colombia, Costa Rica, Guatemala y Brasil.",
"published_date": "2023-11-14T13:26:56+00:00",
"source_url": "https://www.contextoganadero.com",
"source": "contextoganadero.com"
}
]