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://cricket.sportdevs.com/news-agg-players?player_id=eq.{player_id}
Query Parameters
- player_id integer
Default value:
eq.254345
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": 190,
"player_id": 254345,
"title": "Indian farmers get higher prices for Basmati on fears over lower Haryana crop - BusinessLine",
"link": "https://www.thehindubusinessline.com/economy/agri-business/indian-farmers-get-higher-prices-for-basmati-on-fears-over-lower-haryana-crop/article67544688.ece",
"thumbnail_url": "https://bl-i.thgim.com/public/todays-paper/tp-agri-biz-and-commodity/yszpv6/article66844450.ece/alternates/LANDSCAPE_1200/Kenya-begins-cu%2BG02B7GDQH.4.jpg.jpg",
"description": "Basmati paddy prices up on lower crop in Haryana, robust export demand. Farmers of traditional Basmati CSR 30 getting Rs 6,300-6,600/quintal; Pusa Basmati 1121 Rs 4,300-4,500; Pusa Basmati 1509 Rs 3,200-3,600. India's Basmati rice exports up 14% to $2.59B, 2.31mt in first half of FY. Haryana's Basmati production estimated to have declined to 3.7mt from 3.8mt. Punjab farmers harvesting higher crop, Pusa Basmati 1509 selling at Rs 3,300-3,400/quintal; Pusa Basmati 1718 at Rs 3,800/quintal. Farmers in UP, Punjab selling produce to meet expenses.",
"published_date": "2023-11-17T15:18:15+00:00",
"source_url": "https://www.thehindubusinessline.com",
"source": "BusinessLine"
}
]