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://floorball.sportdevs.com/news-agg-matches?match_id=eq.{match_id}
Query Parameters
- match_id integer
Default value:
eq.273
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": 273,
"title": "Speltips Kalmarsund – Växjö 15/11 – Märklig oddssättning - Gambling Cabin",
"link": "https://gamblingcabin.se/speltips/kalmarsund-vaxjo/",
"thumbnail_url": "https://gamblingcabin.se/wp-content/uploads/2021/06/Innebandy-SSL-speltips.jpg",
"description": "Inte samma lag utan storstjärnan Onsdagen bjuder på SSL-innebandy från Kalmar där FBC Kalmarsund tar emot Växjö Vipers. Vi synar spelbolagen och har hittat fint värde på bortalaget. En innebandyrek från en hockeyjournalist, tänker ni? Ja, faktum är att jag utövade innebandy på relativt hög nivå som ung och därför har jag skaffat mig ett...<p><a href='https://gamblingcabin.se/speltips/kalmarsund-vaxjo/' title='Continue reading: Kalmarsund – Växjö' class='more-link'>Läs mer</a></p>",
"published_date": "2023-11-14T17:06:47+00:00",
"source_url": "https://gamblingcabin.se",
"source": "Gambling Cabin"
}
]