# Team of the Week (TOTW) (beta)

# GET All Available TOTWs

use SportmonksFootballApi;

SportmonksFootballApi::teamOfTheWeek()->all();

# GET TOTW per Round

use SportmonksFootballApi;

SportmonksFootballApi::teamOfTheWeek()->byRoundId($roundId);

# GET Latest TOTW

use SportmonksFootballApi;

SportmonksFootballApi::teamOfTheWeek()->latestByLeagueId($leagueId);