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://waterpolo.sportdevs.com/news-agg-matches?match_id=eq.{match_id}
Query Parameters
- match_id integer
Default value:
eq.3940
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": 3940,
"title": "Az Eb-részvételért lép pályára Szófiában a magyar válogatott ... - Sportal.hu",
"link": "https://sportal.blikk.hu/labdarugas/az-eb-reszvetelert-lep-palyara-szofiaban-a-magyar-valogatott--csutortoki-sportmusor/2023111520193336087",
"thumbnail_url": "https://sportal365images.com/process/smp-images-production/sportal.blikk.hu/13112023/cede56e5-50a6-43c9-9150-6dc6cb3574b6.jpg?operations=autocrop(1280:720)",
"description": "Az utolsó előtti kör jön az Eb-selejtezőkben, a magyar válogatottnak elég egy pontot szereznie Bulgáriában, hogy biztos résztvevője legyen a németországi tornának.",
"published_date": "2023-11-16T05:00:00+00:00",
"source_url": "https://sportal.blikk.hu",
"source": "Sportal.hu"
},
{
"id": 7,
"match_id": 3940,
"title": "Csütörtöki sportműsor: Bulgária–Magyarország Eb-selejtező - NSO - Nemzeti Sport",
"link": "http://www.nemzetisport.hu/minden_mas_foci/csutortoki-sportmusor-bulgaria-magyarorszag-eb-selejtezo-2989049",
"thumbnail_url": "https://www.nemzetisport.hu/static/style/nso/i/nso_logo_facebook_placeholder_1200X630.png",
"description": "Az OTP Bank-Pick Szeged az Eurofarm Peliszterrel játszik a férfi kézilabda Bajnokok Ligájában.",
"published_date": "2023-11-16T02:31:22+00:00",
"source_url": "http://www.nemzetisport.hu",
"source": "Nemzeti Sport"
},
{
"id": 8,
"match_id": 3940,
"title": "LEN Euro Cup: Primorje EB u čevrtak igra protiv Šapca na Kantridi - sportcom.hr",
"link": "https://www.sportcom.hr/regionalni-sport/primorje-08/vaterpolo/len-euro-cup-primorje-eb-u-cevrtak-igra-protiv-sapca-na-kantridi",
"thumbnail_url": "https://www.sportcom.hr/media/k2/items/cache/6bf3bbc07e6fb550e468b4608f801ccf_L.jpg?t=20231115_172207",
"description": "Vaterpolisti Primorja EB u četvrtak, 16. studenog, nastavljaju natjecanje u Skupini C LEN Euro Cupa, u 4. kolu na Bazenima Kantride od 20 sati igraju protiv momčadi Šapca. U 1. kolu Šabac je pobijedio Primorje EB rezultatom 10:8. U drugoj utakmici igraju Waspo 98 Hannover - BVSC Zuglo Poredak: Šabac...",
"published_date": "2023-11-15T17:21:44+00:00",
"source_url": "https://www.sportcom.hr",
"source": "sportcom.hr"
},
{
"id": 11,
"match_id": 3940,
"title": "Férfi vízilabda: Ek: a Vasas továbbjutásra, a Honvéd revansra készül - Nemzeti Sport",
"link": "http://www.nemzetisport.hu/vizilabda/ferfi-vizilabda-ek-a-vasas-tovabbjutasra-a-honved-revansra-keszul-2989059",
"thumbnail_url": "https://www.nemzetisport.hu/data/cikk/2/98/90/59/cikk_2989059/370169604_1788343058268570_7586340250505126970_n_fb.jpg",
"description": "A Honvéd a Vasas otthonában térne vissza a győztes útra, míg a címvédő angyalföldiek elsősorban a védekezésükön javítanának.",
"published_date": "2023-11-16T07:38:43+00:00",
"source_url": "http://www.nemzetisport.hu",
"source": "Nemzeti Sport"
}
]