# News
# GET Pre-Match News
use SportmonksFootballApi;
SportmonksFootballApi::news()->preMatchNews();
# GET Pre-Match News by Season ID
use SportmonksFootballApi;
SportmonksFootballApi::news()->preMatchNewsBySeasonId($seasonId);
# GET Pre-Match News for Upcoming Fixtures
use SportmonksFootballApi;
SportmonksFootballApi::news()->preMatchNewsForUpcomingFixtures($seasonId);
← Bookmakers Rivals →