string(127) "http://api.openweathermap.org/data/2.5/weather?id=1496747&appid=8128cadafd60d603123b7af947f509ee&mode=json&lang=ru&units=metric"
array(12) {
["coord"]=>
array(2) {
["lon"]=>
float(82.93)
["lat"]=>
float(55.04)
}
["weather"]=>
array(1) {
[0]=>
array(4) {
["id"]=>
int(800)
["main"]=>
string(5) "Clear"
["description"]=>
string(8) "ясно"
["icon"]=>
string(3) "01d"
}
}
["base"]=>
string(8) "stations"
["main"]=>
array(5) {
["temp"]=>
int(15)
["pressure"]=>
int(1015)
["humidity"]=>
int(67)
["temp_min"]=>
int(15)
["temp_max"]=>
int(15)
}
["visibility"]=>
int(10000)
["wind"]=>
array(2) {
["speed"]=>
int(2)
["deg"]=>
int(230)
}
["clouds"]=>
array(1) {
["all"]=>
int(0)
}
["dt"]=>
int(1473822000)
["sys"]=>
array(6) {
["type"]=>
int(1)
["id"]=>
int(7288)
["message"]=>
float(0.0364)
["country"]=>
string(2) "RU"
["sunrise"]=>
int(1473811154)
["sunset"]=>
int(1473857223)
}
["id"]=>
int(1496747)
["name"]=>
string(11) "Novosibirsk"
["cod"]=>
int(200)
}

array(1) {
["current"]=>
array(15) {
["description"]=>
string(8) "ясно"
["icon"]=>
string(39) "http://openweathermap.org/img/w/01d.png"
["temp"]=>
int(15)
["pressure"]=>
int(1015)
["humidity"]=>
int(67)
["temp_min"]=>
int(15)
["temp_max"]=>
int(15)
["visibility"]=>
int(10000)
["wind_speed"]=>
int(2)
["wind_deg"]=>
int(230)
["wind_deg_text"]=>
string(23) "юго-западный"
["clouds"]=>
int(0)
["dt"]=>
int(1473822000)
["sunrise"]=>
string(5) "06:59"
["sunset"]=>
string(5) "19:47"
}
}