GET Post-Match News by Season ID
This endpoint returns all post-match news articles from your requested season ID. Our Post-Match News is available instantly after a match has finished.
https://api.sportmonks.com/v3/football/news/post-match/seasons/{ID} {
"id": 2869,
"fixture_id": 18841657,
"league_id": 8,
"title": "Aston Villa beat Crystal Palace at Villa Park",
"type": "postmatch"
},
{
"id": 2870,
"fixture_id": 18841656,
"league_id": 8,
"title": "Chelsea draw away to Bournemouth",
"type": "postmatch"
},
{
"id": 2871,
"fixture_id": 18841658,
"league_id": 8,
"title": "Trossard got the decider when Arsenal sink Everton",
"type": "postmatch"
},
{
"id": 2872,
"fixture_id": 18841651,
"league_id": 8,
"title": "Edouard's two goals behind Crystal Palace's win against Wolverhampton",
"type": "postmatch"
},Field
Description
Type
Name
Required?
Description
Static Filters
Available on Entity
Description
Example
Dynamic Filters
Available on Entity
Description
Examples
Filters
Pagination
Parameters
Parameter
Required
Description
Example
Include depth
Include options
Related Entities:
Postman
Code Example
Last updated
Was this helpful?