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://basketball.sportdevs.com/news-agg-teams?team_id=eq.{team_id}
Query Parameters
- team_id integer
Default value:
eq.251977
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": 1289,
"team_id": 251977,
"title": "How to watch Milwaukee Bucks vs. Chicago Bulls: NBA live stream info, TV channel, start time, game odds - CBS Sports",
"link": "https://news.google.com/rss/articles/CBMijwFodHRwczovL3d3dy5jYnNzcG9ydHMuY29tL25iYS9uZXdzL2hvdy10by13YXRjaC1taWx3YXVrZWUtYnVja3MtdnMtY2hpY2Fnby1idWxscy1uYmEtbGl2ZS1zdHJlYW0taW5mby10di1jaGFubmVsLXN0YXJ0LXRpbWUtZ2FtZS1vZGRzLTI5MTgwMDEzL9IBkwFodHRwczovL3d3dy5jYnNzcG9ydHMuY29tL25iYS9uZXdzL2hvdy10by13YXRjaC1taWx3YXVrZWUtYnVja3MtdnMtY2hpY2Fnby1idWxscy1uYmEtbGl2ZS1zdHJlYW0taW5mby10di1jaGFubmVsLXN0YXJ0LXRpbWUtZ2FtZS1vZGRzLTI5MTgwMDEzL2FtcC8?oc=5",
"thumbnail_url": "https://lh3.googleusercontent.com/J6_coFbogxhRI9iM864NL_liGXvsQp2AupsKei7z0cNNfDvGUmWUy20nuUhkREQyrpY4bEeIBuc=s0-w300-rw",
"description": "Comprehensive up-to-date news coverage, aggregated from sources all over the world by Google News.",
"published_date": "2023-11-14T00:30:35+00:00",
"source_url": "https://www.cbssports.com",
"source": "CBS Sports"
},
{
"id": 1325,
"team_id": 251977,
"title": "Bucks 118, Bulls 109: Giannis and Andre Jackson Jr. key victory - Milwaukee Journal Sentinel",
"link": "https://www.jsonline.com/story/sports/nba/bucks/2023/11/13/damian-lillard-probable-to-play-milwaukee-bucks-chicago-bulls-nov-13-2023/71566283007/",
"thumbnail_url": "https://www.jsonline.com/gcdn/authoring/authoring-images/2023/11/14/PMJS/71576056007-bucks-13-5.jpg?crop=6687,3762,x0,y265&width=3200&height=1801&format=pjpg&auto=webp",
"description": "Giannis Antetokounmpo and rookie Andre Jackson Jr. led the Bucks past the Bulls, and Khris Middleton became team's fifth-leading scorer.",
"published_date": "2023-11-14T05:30:22+00:00",
"source_url": "https://www.jsonline.com",
"source": "Milwaukee Journal Sentinel"
}
]