3v4l.org

run code in 300+ PHP versions simultaneously
<?php //Get Player UUID from name $name = 'john'; $uuid = "Error obtaining uuid"; $json = file_get_contents('https://api.mojang.com/users/profiles/minecraft/' . $name); $obj = json_decode($json); $uuid = $obj->id; print $uuid; ?>

preferences:
42.83 ms | 402 KiB | 5 Q