https://bash.godx.pw/api/search/<keresendő szó>
$found = [ 0 => [link => "", title => "", time => "", sender => "", content => ""], 1 => [link => "", title => "", time => "", sender => "", content => ""] ];
<?php $response = file_get_contents("http://bash.godx.pw/api/loadmepls"); $json = json_decode($response); if (isset($json->error)) { print $json->error; } ?>
$found = [ 0 => [ username => "Example", nicks => ["nickname0", "nickname1", "nickname2"] ], 1 => [ username => "OtherUsernName", nicks => ["nickname3", "nickname4", "nickname5"] ] ];