GET Pre-Match News
This endpoint returns all the available pre-match news articles within your subscription. 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
"data": [
{
"id": 1,
"fixture_id": 16943127,
"league_id": 8,
"title": "Preview: Arsenal vs Everton",
"type": "prematch"
},
{
"id": 2,
"fixture_id": 16943132,
"league_id": 8,
"title": "Preview: Liverpool vs Newcastle United",
"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?