Ö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 );
?>
Konu: php json
$json = json_decode(file_get_contents("http://www.example.io/fetch/?format=JSON&video=https://www.youtube.com/watch?v=i62Zjga8JOM"));
print_r( $json );
?>