New league for the 2018/2019 season: Italy Série A.
Php Request example
$response = UnirestRequest::get("https://api-football-v1.p.rapidapi.com/leagues/league/94",
array(
"X-RapidAPI-Key" => "XXXXXXXXXXXXXXXXXXXXXXXXX",
"Accept" => "application/json"
)
);