GET Post-Match News
This endpoint returns all the available post-match news articles within your subscription. Our Post-Match News is available immediately after the fixture has finished.
https://api.sportmonks.com/v3/football/news/post-match{
"data": [
{
"id": 2796,
"fixture_id": 18841626,
"league_id": 8,
"title": "Aston Villa took command from the start against Everton",
"type": "postmatch"
},
{
"id": 2848,
"fixture_id": 18841665,
"league_id": 8,
"title": "Liverpool keep on winning and now have four straight wins",
"type": "postmatch"
},
{
"id": 2864,
"fixture_id": 18841664,
"league_id": 8,
"title": "In-form Manchester City win again in game against West Ham",
"type": "postmatch"
},
{
"id": 2865,
"fixture_id": 18841661,
"league_id": 8,
"title": "Wilson scores as Newcastle sink Brentford",
"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?