[ "load" => "ping.php", "vars" => [ ] ], "items" => [ "load" => "items.php" ], "createplayer" => [ "load" => "createplayer.php", "vars" => [ "team" => "/[1-6]/" ] ], "playerexists" => [ "load" => "playerexists.php", "vars" => [ "id (optional)" => "/[0-9]+/" ] ], "getprofile" => [ "load" => "getprofile.php", "vars" => [ "id (optional)" => "/[0-9]+/" ] ], "code" => [ "load" => "submitcode.php", "vars" => [ "code" => "string", "latitude (optional)" => "/[0-9]{0,3}\.[0-9]{2,10}/", "longitude (optional)" => "/[0-9]{0,3}\.[0-9]{2,10}/", "accuracy (optional)" => "number" ] ] ];