if ($data = @json_decode(file_get_contents("http://weather.rshu.ru/api/api.php?preset=three_days_ru"))) { ?>
foreach ($data->threedays as $day) { ?>
} ?>
→
} else { ?> Data is not available } ?>