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://hockey.sportdevs.com/news-agg-players?player_id=eq.{player_id}
Query Parameters
- player_id integer
Default value:
eq.34471
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": 1,
"player_id": 34471,
"title": "New Jersey Devils: Nikita Zadorov Trade Makes Perfect Sense - Pucks and Pitchforks",
"link": "https://pucksandpitchforks.com/2023/11/12/new-jersey-devils-nikita-zadorov-trade-makes-perfect-sense/",
"thumbnail_url": "https://images2.minutemediacdn.com/image/fetch/w_2000,h_2000,c_fit/https%3A%2F%2Fpucksandpitchforks.com%2Fwp-content%2Fuploads%2Fimagn-images%2F2017%2F07%2F19372983-scaled.jpeg",
"description": "In this writer's most recent article, we went over the created stat Sasq Score and how it's really hurting the New Jersey Devils on the ice. The ...",
"published_date": "2023-11-13T03:47:00+00:00",
"source_url": "https://pucksandpitchforks.com",
"source": "Pucks and Pitchforks"
},
{
"id": 34,
"player_id": 34471,
"title": "Mary Irene (Clark) O'Neil | | delphosherald.com - Delphos Herald",
"link": "https://www.delphosherald.com/mary-irene-clark-o-neil/article_4abc4bf4-8241-11ee-a11d-f3633de4d8fd.html",
"thumbnail_url": "https://bloximages.chicago2.vip.townnews.com/delphosherald.com/content/tncms/assets/v3/editorial/4/f5/4f57a92e-8241-11ee-810b-3b216bbea207/65524e2998ede.image.jpg?crop=739%2C388%2C0%2C418&resize=739%2C388&order=crop%2Cresize",
"description": "April 15, 1931-Nov. 11, 2023",
"published_date": "2023-11-13T16:25:00+00:00",
"source_url": "https://www.delphosherald.com",
"source": "Delphos Herald"
}
]