UEFA CHAMPIONS LEAGUE 2018/2019

- Posted in Competitions by

UEFA Champions League 2018 is available

Php Request example

$response = UnirestRequest::get("https://api-football-v1.p.rapidapi.com/leagues/league/132",
   array(
      "X-RapidAPI-Key" => "XXXXXXXXXXXXXXXXXXXXXXXXX",
      "Accept" => "application/json"
   )
);