GET Pre-Match News by Season ID
This endpoint returns all pre-match news articles from your requested season ID. Our Pre-Match News is available at a minimum of 48 hours before the start of a match.
https://api.sportmonks.com/v3/football/news/pre-match/seasons/{ID}{
"data": [
{
"id": 1376,
"fixture_id": 18535041,
"league_id": 8,
"title": "Crystal Palace vs. Arsenal FC",
"type": "prematch"
},
{
"id": 1378,
"fixture_id": 18535048,
"league_id": 8,
"title": "The Premier League clash, Everton FC vs. Chelsea FC.",
"type": "prematch"
},
{
"id": 1379,
"fixture_id": 18535046,
"league_id": 8,
"title": "The match preview, Newcastle United vs. Nottingham Forest.",
"type": "prematch"
},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?