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://handball.sportdevs.com/news-agg-matches?match_id=eq.{match_id}
Query Parameters
- match_id integer
Default value:
eq.4692
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
Note: This is a Foreign Key to
matches-live.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,
"match_id": 4692,
"title": "Die Aufgaben für die Sport-Union Neckarsulm werden nicht kleiner - stimme.de",
"link": "https://www.stimme.de/sport/sun-handballerinnen/die-aufgaben-fuer-die-sport-union-neckarsulm-werden-nicht-kleiner-art-4861963",
"thumbnail_url": "https://www.stimme.de/storage/image/6/4/3/4/3804346_die-aufgaben-fuer-die-sport-union-neckarsulm-werden-nicht-kleiner_twitter-card_1BkTm3_rZL66l.jpg",
"published_date": "2023-11-14T13:27:00+00:00",
"source_url": "https://www.stimme.de",
"source": "stimme.de"
},
{
"id": 13,
"match_id": 4692,
"title": "Handball im Fernsehen: HBL am Wochenende im Free-TV, letzter ... - handball-world.news",
"link": "https://www.handball-world.news/o.red.r/news-1-1-1-156278.html",
"thumbnail_url": "https://www.handball-world.news/images/fotos/size3/1502976220-hif1.jpg",
"description": "handball-world: Am Samstag und am Sonntag kann man Handball live in der ARD sehen. Am Samstag um 18 Uhr läuft das Heimspiel d...",
"published_date": "2023-11-14T09:47:00+00:00",
"source_url": "https://www.handball-world.news",
"source": "handball-world.news"
}
]