Agg News Teams
This endpoint allows you to retrieve aggregated news from teams.
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 team_idhttps://rugby.sportdevs.com/news-agg-teams?team_id=eq.{team_id}
Query Parameters
- team_id integer
Default value:
eq.262834
The id of the team
- 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.
- team_id integer
The id of the team
Note: This is a Foreign Key to
teams.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": 1610,
"team_id": 262834,
"title": "Read the latest issue of Northumbria University News: Autumn 2023 ... - Northumbria University",
"link": "https://newsroom.northumbria.ac.uk/pressreleases/read-the-latest-issue-of-northumbria-university-news-autumn-2023-edition-3285200",
"thumbnail_url": "https://resources.mynewsdesk.com/image/upload/ar_16:9,c_fill,dpr_auto,f_auto,g_auto,q_auto:good,w_1782/ihdwbjwhbhkercwbvbnb",
"description": "The Autumn 2023 edition of Northumbria University’s newspaper is available to collect on campus or read online now.",
"published_date": "2023-11-15T10:30:00+00:00",
"source_url": "https://newsroom.northumbria.ac.uk",
"source": "Northumbria University"
}
]