Php file_get_contents veya curl kullana bilirsiniz.

Örnek :



$json = json_decode(file_get_contents("http://www.example.io/fetch/?format=JSON&video=https://www.youtube.com/watch?v=i62Zjga8JOM"));

print_r( $json );


?>