// GET KULLANIMI
$veri = file_get_contents("https://www.example.com/process/?url=https://www.youtube.com/watch?v='.$_GET['id'].'&type=json");
// POST KULLANIMI
$veri = file_get_contents("https://www.example.com/process/?url=https://www.youtube.com/watch?v='.$_POST['id'].'&type=json");