Agg News Matches
This endpoint allows you to retrieve aggregated news from matches.
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 match_idhttps://badminton.sportdevs.com/news-agg-matches?match_id=eq.{match_id}
Query Parameters
- match_id integer
Default value:
eq.93820
The id of the match
- 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.
- match_id integer
The id of the match
- 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,
"match_id": 93820,
"title": "Analysis of EEG features and study of automatic classification in first ... - BMC Psychiatry",
"link": "https://bmcpsychiatry.biomedcentral.com/articles/10.1186/s12888-023-05349-9",
"thumbnail_url": "https://media.springernature.com/w200/springer-static/cover/journal/12888.jpg",
"description": "Background Major depressive disorder (MDD) has a high incidence and an unknown mechanism. There are no objective and sensitive indicators for clinical diagnosis. Objective This study explored specific electrophysiological indicators and their role in the clinical diagnosis of MDD using machine learning. Methods Forty first-episode and drug-naïve patients with MDD and forty healthy controls (HCs) were recruited. EEG data were collected from all subjects in the resting state with eyes closed for 10 min. The severity of MDD was assessed by the Hamilton Depression Rating Scale (HAMD-17). Machine learning analysis was used to identify the patients with MDD. Results Compared to the HC group, the relative power of the low delta and theta bands was significantly higher in the right occipital region, and the relative power of the alpha band in the entire posterior occipital region was significantly lower in the MDD group. In the MDD group, the alpha band scalp functional connectivity was overall lower, while the scalp functional connectivity in the gamma band was significantly higher than that in the HC group. In the feature set of the relative power of the ROI in each band, the highest accuracy of 88.2% was achieved using the KNN classifier while using PCA feature selection. In the explanatory model using SHAP values, the top-ranking influence feature is the relative power of the alpha band in the left parietal region. Conclusions Our findings reveal that the abnormal EEG neural oscillations may reflect an imbalance of excitation, inhibition and hyperactivity in the cerebral cortex in first-episode and drug-naïve patients with MDD. The relative power of the alpha band in the left parietal region is expected to be an objective electrophysiological indicator of MDD.",
"published_date": "2023-11-13T17:56:26+00:00",
"source_url": "https://bmcpsychiatry.biomedcentral.com",
"source": "BMC Psychiatry"
},
{
"id": 8,
"match_id": 93820,
"title": "Profiles of Birch allergen component sensitization | JAA - Dove Medical Press",
"link": "https://www.dovepress.com/profiles-of-birch-allergen-component-sensitization-and-its-association-peer-reviewed-fulltext-article-JAA",
"thumbnail_url": "https://www.dovepress.com/assets/img/addon/og_logo.png",
"description": "Investigating major allergen components associated with birch pollen allergy in northern China and elucidate clinical relevance to pollen food allergy syndrome.",
"published_date": "2023-11-13T12:13:39+00:00",
"source_url": "https://www.dovepress.com",
"source": "Dove Medical Press"
},
{
"id": 121,
"match_id": 93820,
"title": "Chronic Inflammatory & Immune Microenvironment and HCC | JIR - Dove Medical Press",
"link": "https://www.dovepress.com/chronic-inflammatory-and-immune-microenvironment-promote-hepatocellula-peer-reviewed-fulltext-article-JIR",
"thumbnail_url": "https://www.dovepress.com/assets/img/addon/og_logo.png",
"description": "In this review we discuss role of hepatic chronic inflammatory & immunosuppressive microenvironment in HCC development, explore potential therapeutic targets.",
"published_date": "2023-11-15T07:08:31+00:00",
"source_url": "https://www.dovepress.com",
"source": "Dove Medical Press"
},
{
"id": 134,
"match_id": 93820,
"title": "Humoral and cellular immunity against different SARS-CoV-2 ... - Nature.com",
"link": "https://www.nature.com/articles/s41598-023-47130-8",
"thumbnail_url": "https://media.springernature.com/m685/springer-static/image/art%3A10.1038%2Fs41598-023-47130-8/MediaObjects/41598_2023_47130_Fig1_HTML.png",
"published_date": "2023-11-15T10:03:42+00:00",
"source_url": "https://www.nature.com",
"source": "Nature.com"
}
]