"TEST SERVERS", "text" => "OTCLIENTV8 Accs:\nacc1/acc\nacc2/acc\nacc3/acc"); $news[] = array("title" => "First title", "text" => "This is example of lua g_http api. Those news are from http://otclient.ovh/news.php \nRequest was for language '".$lang."', however, there's only english version of this, don't have time to create more versions"); $news[] = array("title" => "Random joke", "text" => $jokes[array_rand($jokes)]); $news[] = array("title" => "Image test", "image" => base64_encode(file_get_contents("image.png"))); echo json_encode($news); ?>