Agg News Players
This endpoint allows you to retrieve aggregated news from players.
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 player_idhttps://baseball.sportdevs.com/news-agg-players?player_id=eq.{player_id}
Query Parameters
- player_id integer
Default value:
eq.617895
The id of the player
- 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.
- player_id integer
The id of the player
Note: This is a Foreign Key to
players.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": 65,
"player_id": 617895,
"title": "Frazier School District honor rolls announced | News | dailycourier ... - Front Page",
"link": "https://news.google.com/rss/articles/CBMigQFodHRwczovL3d3dy5kYWlseWNvdXJpZXIuY29tL25ld3MvZnJhemllci1zY2hvb2wtZGlzdHJpY3QtaG9ub3Itcm9sbHMtYW5ub3VuY2VkL2FydGljbGVfMmI5MDYzOWMtODRhMi0xMWVlLWJjZGMtZWZhYzRlMzAzNDQzLmh0bWzSAQA?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-16T17:04:00+00:00",
"source_url": "https://www.dailycourier.com",
"source": "Front Page"
}
]