The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:
{
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {},
"title": "AuthResponse - DefaultAuthResponse",
"type": "object"
}
{
"email": "john.doe@dfabernovel.com",
"password": "1234"
}
The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:
{
"additionalProperties": false,
"definitions": {
"DefaultDailyReport_369": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"max_humidity": {
"maximum": 100,
"minimum": 30,
"type": "number"
},
"max_temperature": {
"anyOf": [
{
"maximum": 70,
"minimum": 0,
"type": "number"
},
{
"type": "null"
}
]
},
"min_humidity": {
"maximum": 100,
"minimum": -15,
"type": "number"
},
"min_temperature": {
"anyOf": [
{
"maximum": 40,
"minimum": -15,
"type": "number"
},
{
"type": "null"
}
]
},
"pluviometry_cumul": {
"maximum": 200,
"minimum": 0,
"type": "number"
},
"snow": {
"maximum": 1,
"minimum": 0,
"type": "integer"
},
"time": {
"format": "date-time",
"type": "string"
},
"weather": {
"maximum": 20,
"minimum": 0,
"type": "integer"
},
"weather_reports": {
"items": {
"$ref": "#/definitions/DefaultWeatherReport_368",
"type": "object"
},
"type": "array"
},
"wind_direction": {
"type": "string"
},
"wind_gusts": {
"maximum": 60,
"minimum": 0,
"type": "number"
},
"wind_speed": {
"maximum": 30,
"minimum": 0,
"type": "number"
}
},
"required": [
"pluviometry_cumul",
"snow",
"time",
"weather",
"weather_reports"
],
"title": "DailyReport - DefaultDailyReport",
"type": "object"
},
"DefaultWarning_302": {
"additionalProperties": false,
"description": "Automatically generated",
"properties": {
"comment": {
"type": "string"
},
"icon": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"type": {
"type": "string"
}
},
"required": [
"comment",
"icon",
"type"
],
"title": "Warning - DefaultWarning",
"type": "object"
},
"DefaultWeatherReport_368": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"humidity": {
"maximum": 100,
"minimum": 30,
"type": "number"
},
"night": {
"maximum": 1,
"minimum": 0,
"type": "integer"
},
"pluviometry": {
"maximum": 204,
"minimum": 0,
"type": "number"
},
"pluviometry1h": {
"type": "number"
},
"pluviometry_cumul": {
"maximum": 200,
"minimum": 0,
"type": "number"
},
"recommended_spray": {
"maximum": 3,
"minimum": 0,
"type": "integer"
},
"risk_of_rain": {
"maximum": 100,
"minimum": 0,
"type": "number"
},
"snow": {
"maximum": 1,
"minimum": 0,
"type": "integer"
},
"temperature": {
"maximum": 100,
"minimum": -15,
"type": "number"
},
"time": {
"format": "date-time",
"type": "string"
},
"warnings": {
"items": {
"$ref": "#/definitions/DefaultWarning_302",
"type": "object"
},
"type": "array"
},
"weather": {
"maximum": 20,
"minimum": 0,
"type": "number"
},
"wind_direction": {
"type": "string"
},
"wind_gusts": {
"maximum": 100,
"minimum": 0,
"type": "number"
},
"wind_speed": {
"maximum": 30,
"minimum": 0,
"type": "number"
}
},
"required": [
"humidity",
"night",
"pluviometry",
"pluviometry1h",
"pluviometry_cumul",
"recommended_spray",
"risk_of_rain",
"snow",
"temperature",
"time",
"warnings",
"weather",
"wind_direction",
"wind_gusts",
"wind_speed"
],
"title": "WeatherReport - DefaultWeatherReport",
"type": "object"
}
},
"description": "Automatically generated (please edit me)",
"properties": {
"weather_forecast": {
"additionalProperties": false,
"properties": {
"city": {
"type": "string"
},
"city_code": {
"type": "string"
},
"daily_reports": {
"items": {
"$ref": "#/definitions/DefaultDailyReport_369",
"type": "object"
},
"type": "array"
},
"timezone": {
"type": "string"
}
},
"required": [
"city",
"city_code",
"daily_reports",
"timezone"
],
"type": "object"
}
},
"required": [
"weather_forecast"
],
"title": "WeatherForecast - DefaultWeatherForecast",
"type": "object"
}
{
"weather_forecasts": [
{
"city": "KYIV (КИЇВ)",
"city_code": "CY_UA_26150422",
"daily_reports": [
{
"max_humidity": 95.9,
"max_temperature": -1.12,
"min_humidity": 74.72,
"min_temperature": -3.88,
"pluviometry_cumul": 0.87,
"snow": 0,
"time": "2020-01-15T10:00:00+00:00",
"weather": 2,
"weather_reports": [
{
"cloud_cover": null,
"etp": 0.11,
"humidity": 78.22,
"night": 0,
"pluviometry": 0.18,
"pluviometry1h": 0.06,
"pluviometry_cumul": 0.18,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -2.44,
"time": "2020-01-15T10:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 27.17,
"wind_speed": 4.1
},
{
"cloud_cover": null,
"etp": 0.12,
"humidity": 74.99,
"night": 0,
"pluviometry": 0.14,
"pluviometry1h": 0.06,
"pluviometry_cumul": 0.14,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -1.82,
"time": "2020-01-15T11:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 29.3,
"wind_speed": 4.21
},
{
"cloud_cover": null,
"etp": 0.11,
"humidity": 74.72,
"night": 0,
"pluviometry": 0.1,
"pluviometry1h": 0.06,
"pluviometry_cumul": 0.1,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -1.12,
"time": "2020-01-15T12:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 28.68,
"wind_speed": 4.23
},
{
"cloud_cover": null,
"etp": 0.08,
"humidity": 77.26,
"night": 0,
"pluviometry": 0.06,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.06,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -2.05,
"time": "2020-01-15T13:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 28.19,
"wind_speed": 4.15
},
{
"cloud_cover": null,
"etp": 0.05,
"humidity": 82.44,
"night": 0,
"pluviometry": 0.06,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.06,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -2.28,
"time": "2020-01-15T14:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 27.91,
"wind_speed": 3.99
},
{
"cloud_cover": null,
"etp": 0.01,
"humidity": 87.31,
"night": 1,
"pluviometry": 0.06,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.06,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -2.65,
"time": "2020-01-15T15:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 28.07,
"wind_speed": 3.78
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 89.25,
"night": 1,
"pluviometry": 0.06,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.06,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -3.07,
"time": "2020-01-15T16:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 29.38,
"wind_speed": 3.58
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 90.07,
"night": 1,
"pluviometry": 0.07,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.07,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -3.47,
"time": "2020-01-15T17:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 29.26,
"wind_speed": 3.41
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 89.99,
"night": 1,
"pluviometry": 0.08,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.08,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -3.79,
"time": "2020-01-15T18:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 29.54,
"wind_speed": 3.31
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 90.16,
"night": 1,
"pluviometry": 0.09,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.09,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -3.96,
"time": "2020-01-15T19:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 29.23,
"wind_speed": 3.32
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 90.97,
"night": 1,
"pluviometry": 0.09,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.09,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.02,
"time": "2020-01-15T20:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 27.89,
"wind_speed": 3.41
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 91.6,
"night": 1,
"pluviometry": 0.09,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.09,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4,
"time": "2020-01-15T21:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 29.07,
"wind_speed": 3.56
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 92.27,
"night": 1,
"pluviometry": 0.09,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.09,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -3.94,
"time": "2020-01-15T22:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 28.83,
"wind_speed": 3.74
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 92.52,
"night": 1,
"pluviometry": 0.08,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.08,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -3.87,
"time": "2020-01-15T23:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 28.9,
"wind_speed": 3.91
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 92.55,
"night": 1,
"pluviometry": 0.07,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.07,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -3.85,
"time": "2020-01-16T00:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 29.55,
"wind_speed": 4.05
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 92.83,
"night": 1,
"pluviometry": 0.06,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.06,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -3.89,
"time": "2020-01-16T01:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 30.19,
"wind_speed": 4.13
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 92.75,
"night": 1,
"pluviometry": 0.06,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.06,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -3.99,
"time": "2020-01-16T02:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 29.91,
"wind_speed": 4.17
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 93.91,
"night": 1,
"pluviometry": 0.06,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.06,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.11,
"time": "2020-01-16T03:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 27.82,
"wind_speed": 4.17
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 94.11,
"night": 1,
"pluviometry": 0.06,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.06,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.24,
"time": "2020-01-16T04:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 29.87,
"wind_speed": 4.15
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 93.57,
"night": 1,
"pluviometry": 0.05,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.05,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.35,
"time": "2020-01-16T05:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 32.25,
"wind_speed": 4.13
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 92.97,
"night": 0,
"pluviometry": 0.04,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.04,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.42,
"time": "2020-01-16T06:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 34.97,
"wind_speed": 4.1
},
{
"cloud_cover": null,
"etp": 0.01,
"humidity": 90.76,
"night": 0,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.42,
"time": "2020-01-16T07:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 35.21,
"wind_speed": 4.1
},
{
"cloud_cover": null,
"etp": 0.02,
"humidity": 86.87,
"night": 0,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.32,
"time": "2020-01-16T08:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 42.68,
"wind_speed": 4.1
},
{
"cloud_cover": null,
"etp": 0.03,
"humidity": 84.61,
"night": 0,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.11,
"time": "2020-01-16T09:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 44.75,
"wind_speed": 4.12
}
],
"wind_gusts": 29.54,
"wind_speed": 3.7927999999999993
},
{
"max_humidity": 94.11,
"max_temperature": -2.53,
"min_humidity": 81.25,
"min_temperature": -4.42,
"pluviometry_cumul": 0.51,
"snow": 0,
"time": "2020-01-15T22:00:00+00:00",
"weather": 9,
"weather_reports": [],
"wind_gusts": 44.75,
"wind_speed": 4.153199999999999
},
{
"max_humidity": 97.18,
"max_temperature": null,
"min_humidity": 78.15,
"min_temperature": null,
"pluviometry_cumul": 0.81,
"snow": 1,
"time": "2020-01-16T22:00:00+00:00",
"weather": 14,
"weather_reports": [],
"wind_gusts": 28.22,
"wind_speed": 4.7947999999999995
},
{
"max_humidity": 93.66,
"max_temperature": null,
"min_humidity": 79.93,
"min_temperature": null,
"pluviometry_cumul": 0.78,
"snow": 1,
"time": "2020-01-17T22:00:00+00:00",
"weather": 14,
"weather_reports": [],
"wind_gusts": 19.86,
"wind_speed": 4.8580000000000005
},
{
"max_humidity": 89.29,
"max_temperature": null,
"min_humidity": 73.98,
"min_temperature": null,
"pluviometry_cumul": 1.38,
"snow": 1,
"time": "2020-01-18T22:00:00+00:00",
"weather": 14,
"weather_reports": [],
"wind_gusts": 19.82,
"wind_speed": 5.528000000000001
},
{
"max_humidity": 92.3,
"max_temperature": null,
"min_humidity": 69.96,
"min_temperature": null,
"pluviometry_cumul": 0,
"snow": 1,
"time": "2020-01-19T22:00:00+00:00",
"weather": 14,
"weather_reports": [],
"wind_gusts": 18.67
},
{
"max_humidity": 91.5,
"max_temperature": null,
"min_humidity": 68.46,
"min_temperature": null,
"pluviometry_cumul": 0,
"snow": 1,
"time": "2020-01-20T22:00:00+00:00",
"weather": 18,
"weather_reports": [],
"wind_gusts": 45.22
}
],
"timezone": "Europe/Kiev"
},
{
"city": "VOLOCHYS'K (ВОЛОЧИСЬК)",
"city_code": "CY_UA_313201266",
"daily_reports": [
{
"max_humidity": 91.55,
"max_temperature": -0.94,
"min_humidity": 70.19,
"min_temperature": -4.52,
"pluviometry_cumul": 1.02,
"snow": 0,
"time": "2020-01-15T10:00:00+00:00",
"weather": 2,
"weather_reports": [
{
"cloud_cover": null,
"etp": 0.12,
"humidity": 73.2,
"night": 0,
"pluviometry": 0.12,
"pluviometry1h": 0.04,
"pluviometry_cumul": 0.12,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -2.61,
"time": "2020-01-15T10:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 17.31,
"wind_speed": 6.88
},
{
"cloud_cover": null,
"etp": 0.13,
"humidity": 70.72,
"night": 0,
"pluviometry": 0.15,
"pluviometry1h": 0.04,
"pluviometry_cumul": 0.15,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -1.83,
"time": "2020-01-15T11:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 18.97,
"wind_speed": 7.27
},
{
"cloud_cover": null,
"etp": 0.13,
"humidity": 70.19,
"night": 0,
"pluviometry": 0.18,
"pluviometry1h": 0.04,
"pluviometry_cumul": 0.18,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -0.94,
"time": "2020-01-15T12:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "L'hygrométrie est faible",
"icon": "WARNING_HYGR",
"type": "HY70"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 20.21,
"wind_speed": 7.54
},
{
"cloud_cover": null,
"etp": 0.11,
"humidity": 72.23,
"night": 0,
"pluviometry": 0.21,
"pluviometry1h": 0.07,
"pluviometry_cumul": 0.21,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -3.2,
"time": "2020-01-15T13:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 19.63,
"wind_speed": 7.64
},
{
"cloud_cover": null,
"etp": 0.08,
"humidity": 77.29,
"night": 0,
"pluviometry": 0.21,
"pluviometry1h": 0.07,
"pluviometry_cumul": 0.21,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -3.41,
"time": "2020-01-15T14:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 18.49,
"wind_speed": 7.6
},
{
"cloud_cover": null,
"etp": 0.01,
"humidity": 81.58,
"night": 1,
"pluviometry": 0.21,
"pluviometry1h": 0.07,
"pluviometry_cumul": 0.21,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -3.75,
"time": "2020-01-15T15:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 19.08,
"wind_speed": 7.47
},
{
"cloud_cover": null,
"etp": 0.01,
"humidity": 83.97,
"night": 1,
"pluviometry": 0.21,
"pluviometry1h": 0.07,
"pluviometry_cumul": 0.21,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.13,
"time": "2020-01-15T16:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 20.95,
"wind_speed": 7.3
},
{
"cloud_cover": null,
"etp": 0.02,
"humidity": 85.99,
"night": 1,
"pluviometry": 0.18,
"pluviometry1h": 0.07,
"pluviometry_cumul": 0.18,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.5,
"time": "2020-01-15T17:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 23.2,
"wind_speed": 7.14
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 87.76,
"night": 1,
"pluviometry": 0.15,
"pluviometry1h": 0.07,
"pluviometry_cumul": 0.15,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.78,
"time": "2020-01-15T18:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 24.1,
"wind_speed": 7.03
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 88.98,
"night": 1,
"pluviometry": 0.12,
"pluviometry1h": 0.04,
"pluviometry_cumul": 0.12,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.9,
"time": "2020-01-15T19:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 26.27,
"wind_speed": 7.03
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 89.87,
"night": 1,
"pluviometry": 0.12,
"pluviometry1h": 0.04,
"pluviometry_cumul": 0.12,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.9,
"time": "2020-01-15T20:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 27.67,
"wind_speed": 7.09
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 90.82,
"night": 1,
"pluviometry": 0.12,
"pluviometry1h": 0.04,
"pluviometry_cumul": 0.12,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.81,
"time": "2020-01-15T21:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 27.52,
"wind_speed": 7.18
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 91.55,
"night": 1,
"pluviometry": 0.12,
"pluviometry1h": 0.04,
"pluviometry_cumul": 0.12,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.68,
"time": "2020-01-15T22:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 26.43,
"wind_speed": 7.27
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 92.23,
"night": 1,
"pluviometry": 0.09,
"pluviometry1h": 0.04,
"pluviometry_cumul": 0.09,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.54,
"time": "2020-01-15T23:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 25.53,
"wind_speed": 7.3
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 92.88,
"night": 1,
"pluviometry": 0.06,
"pluviometry1h": 0.04,
"pluviometry_cumul": 0.06,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.43,
"time": "2020-01-16T00:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 25.11,
"wind_speed": 7.24
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 93.5,
"night": 1,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.39,
"time": "2020-01-16T01:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 24.18,
"wind_speed": 7.07
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 93.82,
"night": 1,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.41,
"time": "2020-01-16T02:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 23.21,
"wind_speed": 6.83
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 94.38,
"night": 1,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.46,
"time": "2020-01-16T03:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 22.21,
"wind_speed": 6.57
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 94.94,
"night": 1,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.51,
"time": "2020-01-16T04:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "L'hygrométrie est très importante",
"icon": null,
"type": "HY95"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 22.38,
"wind_speed": 6.36
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 94.66,
"night": 1,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.56,
"time": "2020-01-16T05:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "L'hygrométrie est très importante",
"icon": null,
"type": "HY95"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 22.14,
"wind_speed": 6.24
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 94.3,
"night": 1,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.57,
"time": "2020-01-16T06:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 22.23,
"wind_speed": 6.28
},
{
"cloud_cover": null,
"etp": 0.01,
"humidity": 92.43,
"night": 0,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.53,
"time": "2020-01-16T07:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 21.73,
"wind_speed": 6.51
},
{
"cloud_cover": null,
"etp": 0.03,
"humidity": 88.55,
"night": 0,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.4,
"time": "2020-01-16T08:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 20.52,
"wind_speed": 6.88
},
{
"cloud_cover": null,
"etp": 0.05,
"humidity": 84.27,
"night": 0,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.18,
"time": "2020-01-16T09:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 19.55,
"wind_speed": 7.29
}
],
"wind_gusts": 27.67,
"wind_speed": 6.1216
},
{
"max_humidity": 94.94,
"max_temperature": -2.7,
"min_humidity": 75.83,
"min_temperature": -4.9,
"pluviometry_cumul": 0.3,
"snow": 0,
"time": "2020-01-15T22:00:00+00:00",
"weather": 3,
"weather_reports": [],
"wind_gusts": 26.43,
"wind_speed": 6.656399999999999
},
{
"max_humidity": 98.07,
"max_temperature": null,
"min_humidity": 88.84,
"min_temperature": null,
"pluviometry_cumul": 0.84,
"snow": 1,
"time": "2020-01-16T22:00:00+00:00",
"weather": 14,
"weather_reports": [],
"wind_gusts": 20.15,
"wind_speed": 4.021599999999999
},
{
"max_humidity": 93.21,
"max_temperature": null,
"min_humidity": 75.33,
"min_temperature": null,
"pluviometry_cumul": 0.9,
"snow": 1,
"time": "2020-01-17T22:00:00+00:00",
"weather": 14,
"weather_reports": [],
"wind_gusts": 34.94,
"wind_speed": 3.4159999999999995
},
{
"max_humidity": 90.32,
"max_temperature": null,
"min_humidity": 65.86,
"min_temperature": null,
"pluviometry_cumul": 1.17,
"snow": 1,
"time": "2020-01-18T22:00:00+00:00",
"weather": 14,
"weather_reports": [],
"wind_gusts": 25.21,
"wind_speed": 3.44
},
{
"max_humidity": 87.87,
"max_temperature": null,
"min_humidity": 69.66,
"min_temperature": null,
"pluviometry_cumul": 0,
"snow": 1,
"time": "2020-01-19T22:00:00+00:00",
"weather": 14,
"weather_reports": [],
"wind_gusts": 15.95
},
{
"max_humidity": 91.35,
"max_temperature": null,
"min_humidity": 63.6,
"min_temperature": null,
"pluviometry_cumul": 0,
"snow": 1,
"time": "2020-01-20T22:00:00+00:00",
"weather": 12,
"weather_reports": [],
"wind_gusts": 19.79
}
],
"timezone": "Europe/Kiev"
},
{
"city": "ZAPORIZHZHIA (ЗАПОРІЖЖЯ)",
"city_code": "CY_UA_27122612",
"daily_reports": [
{
"max_humidity": 95.69,
"max_temperature": -0.79,
"min_humidity": 79.25,
"min_temperature": -4.15,
"pluviometry_cumul": 0.42,
"snow": 0,
"time": "2020-01-15T10:00:00+00:00",
"weather": 3,
"weather_reports": [
{
"cloud_cover": null,
"etp": 0.1,
"humidity": 82.57,
"night": 0,
"pluviometry": 0.06,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.06,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -1.89,
"time": "2020-01-15T10:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 7.71,
"wind_speed": 4.27
},
{
"cloud_cover": null,
"etp": 0.11,
"humidity": 79.39,
"night": 0,
"pluviometry": 0.07,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.07,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -1.36,
"time": "2020-01-15T11:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 10.79,
"wind_speed": 4.65
},
{
"cloud_cover": null,
"etp": 0.11,
"humidity": 79.25,
"night": 0,
"pluviometry": 0.08,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.08,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -0.79,
"time": "2020-01-15T12:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 11.17,
"wind_speed": 4.9
},
{
"cloud_cover": null,
"etp": 0.07,
"humidity": 81.14,
"night": 0,
"pluviometry": 0.09,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.09,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -2.99,
"time": "2020-01-15T13:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 11.1,
"wind_speed": 4.96
},
{
"cloud_cover": null,
"etp": 0.04,
"humidity": 84.39,
"night": 0,
"pluviometry": 0.09,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.09,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -3.26,
"time": "2020-01-15T14:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 10.04,
"wind_speed": 4.9
},
{
"cloud_cover": null,
"etp": 0.01,
"humidity": 86.62,
"night": 1,
"pluviometry": 0.09,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.09,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -3.67,
"time": "2020-01-15T15:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 8.89,
"wind_speed": 4.76
},
{
"cloud_cover": null,
"etp": 0.02,
"humidity": 87.69,
"night": 1,
"pluviometry": 0.09,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.09,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.15,
"time": "2020-01-15T16:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 6.79,
"wind_speed": 4.63
},
{
"cloud_cover": null,
"etp": 0.01,
"humidity": 88.7,
"night": 1,
"pluviometry": 0.07,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.07,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.62,
"time": "2020-01-15T17:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 7.19,
"wind_speed": 4.58
},
{
"cloud_cover": null,
"etp": 0.02,
"humidity": 89.38,
"night": 1,
"pluviometry": 0.05,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.05,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -5,
"time": "2020-01-15T18:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 9.17,
"wind_speed": 4.66
},
{
"cloud_cover": null,
"etp": 0.01,
"humidity": 89.52,
"night": 1,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -5.26,
"time": "2020-01-15T19:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 9.93,
"wind_speed": 4.93
},
{
"cloud_cover": null,
"etp": 0.01,
"humidity": 89.86,
"night": 1,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -5.4,
"time": "2020-01-15T20:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 9.03,
"wind_speed": 5.34
},
{
"cloud_cover": null,
"etp": 0.01,
"humidity": 90.11,
"night": 1,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -5.45,
"time": "2020-01-15T21:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 7.66,
"wind_speed": 5.85
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 90.08,
"night": 1,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -5.45,
"time": "2020-01-15T22:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 8.08,
"wind_speed": 6.39
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 89.82,
"night": 1,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -5.43,
"time": "2020-01-15T23:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 9.84,
"wind_speed": 6.89
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 89.88,
"night": 1,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -5.41,
"time": "2020-01-16T00:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 9.92,
"wind_speed": 7.31
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 89.74,
"night": 1,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -5.43,
"time": "2020-01-16T01:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 9.45,
"wind_speed": 7.6
},
{
"cloud_cover": null,
"etp": 0.01,
"humidity": 89.94,
"night": 1,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -5.48,
"time": "2020-01-16T02:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 8.49,
"wind_speed": 7.78
},
{
"cloud_cover": null,
"etp": 0.01,
"humidity": 90.91,
"night": 1,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -5.53,
"time": "2020-01-16T03:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 8.57,
"wind_speed": 7.92
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 91.46,
"night": 1,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -5.57,
"time": "2020-01-16T04:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 8.46,
"wind_speed": 8.05
},
{
"cloud_cover": null,
"etp": 0.01,
"humidity": 91.37,
"night": 1,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -5.57,
"time": "2020-01-16T05:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 9.21,
"wind_speed": 8.22
},
{
"cloud_cover": null,
"etp": 0.01,
"humidity": 91.44,
"night": 0,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -5.53,
"time": "2020-01-16T06:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 10.84,
"wind_speed": 8.48
},
{
"cloud_cover": null,
"etp": 0.04,
"humidity": 88.22,
"night": 0,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -5.42,
"time": "2020-01-16T07:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 13.7,
"wind_speed": 8.86
},
{
"cloud_cover": null,
"etp": 0.06,
"humidity": 83.95,
"night": 0,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -5.22,
"time": "2020-01-16T08:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 17.23,
"wind_speed": 9.32
},
{
"cloud_cover": null,
"etp": 0.09,
"humidity": 82.01,
"night": 0,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.92,
"time": "2020-01-16T09:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 19.94,
"wind_speed": 9.79
}
],
"wind_gusts": 11.17,
"wind_speed": 4.1812
},
{
"max_humidity": 92.81,
"max_temperature": -3.2,
"min_humidity": 77.23,
"min_temperature": -5.57,
"pluviometry_cumul": 0.24,
"snow": 1,
"time": "2020-01-15T22:00:00+00:00",
"weather": 12,
"weather_reports": [],
"wind_gusts": 20.07,
"wind_speed": 8.914000000000001
},
{
"max_humidity": 93.33,
"max_temperature": null,
"min_humidity": 79.28,
"min_temperature": null,
"pluviometry_cumul": 0.42,
"snow": 1,
"time": "2020-01-16T22:00:00+00:00",
"weather": 13,
"weather_reports": [],
"wind_gusts": 29.36,
"wind_speed": 12.451200000000002
},
{
"max_humidity": 92.18,
"max_temperature": null,
"min_humidity": 73.05,
"min_temperature": null,
"pluviometry_cumul": 0.96,
"snow": 1,
"time": "2020-01-17T22:00:00+00:00",
"weather": 14,
"weather_reports": [],
"wind_gusts": 26.48,
"wind_speed": 10.781600000000003
},
{
"max_humidity": 84,
"max_temperature": null,
"min_humidity": 69.94,
"min_temperature": null,
"pluviometry_cumul": 0.81,
"snow": 1,
"time": "2020-01-18T22:00:00+00:00",
"weather": 14,
"weather_reports": [],
"wind_gusts": 22.81,
"wind_speed": 10.959333333333335
},
{
"max_humidity": 88.01,
"max_temperature": null,
"min_humidity": 65.05,
"min_temperature": null,
"pluviometry_cumul": 0,
"snow": 1,
"time": "2020-01-19T22:00:00+00:00",
"weather": 13,
"weather_reports": [],
"wind_gusts": 29.28
},
{
"max_humidity": 86.5,
"max_temperature": null,
"min_humidity": 69.63,
"min_temperature": null,
"pluviometry_cumul": 0,
"snow": 1,
"time": "2020-01-20T22:00:00+00:00",
"weather": 13,
"weather_reports": [],
"wind_gusts": 21.43
}
],
"timezone": "Europe/Kiev"
},
{
"city": "MALI DMYTROVYCHI (МАЛІ ДМИТРОВИЧІ)",
"city_code": "CY_UA_337526793",
"daily_reports": [
{
"max_humidity": 95.09,
"max_temperature": -0.96,
"min_humidity": 77.01,
"min_temperature": -3.93,
"pluviometry_cumul": 0.87,
"snow": 0,
"time": "2020-01-15T10:00:00+00:00",
"weather": 3,
"weather_reports": [
{
"cloud_cover": null,
"etp": 0.1,
"humidity": 80.16,
"night": 0,
"pluviometry": 0.18,
"pluviometry1h": 0.06,
"pluviometry_cumul": 0.18,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -2.38,
"time": "2020-01-15T10:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 28.49,
"wind_speed": 4.74
},
{
"cloud_cover": null,
"etp": 0.11,
"humidity": 77.4,
"night": 0,
"pluviometry": 0.14,
"pluviometry1h": 0.06,
"pluviometry_cumul": 0.14,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -1.71,
"time": "2020-01-15T11:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 29.13,
"wind_speed": 4.9
},
{
"cloud_cover": null,
"etp": 0.11,
"humidity": 77.01,
"night": 0,
"pluviometry": 0.1,
"pluviometry1h": 0.06,
"pluviometry_cumul": 0.1,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -0.96,
"time": "2020-01-15T12:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 29.23,
"wind_speed": 4.96
},
{
"cloud_cover": null,
"etp": 0.08,
"humidity": 80.06,
"night": 0,
"pluviometry": 0.06,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.06,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -2.23,
"time": "2020-01-15T13:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 27.9,
"wind_speed": 4.88
},
{
"cloud_cover": null,
"etp": 0.04,
"humidity": 85.32,
"night": 0,
"pluviometry": 0.06,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.06,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -2.47,
"time": "2020-01-15T14:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 27.36,
"wind_speed": 4.71
},
{
"cloud_cover": null,
"etp": 0.01,
"humidity": 89,
"night": 1,
"pluviometry": 0.06,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.06,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -2.84,
"time": "2020-01-15T15:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 29.56,
"wind_speed": 4.47
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 90.7,
"night": 1,
"pluviometry": 0.06,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.06,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -3.26,
"time": "2020-01-15T16:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 30.94,
"wind_speed": 4.23
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 91.02,
"night": 1,
"pluviometry": 0.07,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.07,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -3.66,
"time": "2020-01-15T17:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 29.59,
"wind_speed": 4.03
},
{
"cloud_cover": null,
"etp": 0.02,
"humidity": 91.08,
"night": 1,
"pluviometry": 0.08,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.08,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -3.97,
"time": "2020-01-15T18:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 29.59,
"wind_speed": 3.91
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 91.31,
"night": 1,
"pluviometry": 0.09,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.09,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.13,
"time": "2020-01-15T19:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 30.08,
"wind_speed": 3.9
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 92.08,
"night": 1,
"pluviometry": 0.09,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.09,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.17,
"time": "2020-01-15T20:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 30,
"wind_speed": 3.99
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 92.15,
"night": 1,
"pluviometry": 0.09,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.09,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.12,
"time": "2020-01-15T21:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 27.95,
"wind_speed": 4.15
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 92.81,
"night": 1,
"pluviometry": 0.09,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.09,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.04,
"time": "2020-01-15T22:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 29.86,
"wind_speed": 4.33
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 93.22,
"night": 1,
"pluviometry": 0.08,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.08,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -3.96,
"time": "2020-01-15T23:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 30.5,
"wind_speed": 4.52
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 93.36,
"night": 1,
"pluviometry": 0.07,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.07,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -3.91,
"time": "2020-01-16T00:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 30.57,
"wind_speed": 4.67
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 93.37,
"night": 1,
"pluviometry": 0.06,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.06,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -3.94,
"time": "2020-01-16T01:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 30.18,
"wind_speed": 4.76
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 93.59,
"night": 1,
"pluviometry": 0.06,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.06,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.03,
"time": "2020-01-16T02:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 30.18,
"wind_speed": 4.79
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 94.04,
"night": 1,
"pluviometry": 0.06,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.06,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.15,
"time": "2020-01-16T03:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 30.68,
"wind_speed": 4.79
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 94.88,
"night": 1,
"pluviometry": 0.06,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.06,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.28,
"time": "2020-01-16T04:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "L'hygrométrie est très importante",
"icon": null,
"type": "HY95"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 31.69,
"wind_speed": 4.77
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 94.85,
"night": 1,
"pluviometry": 0.05,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.05,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.4,
"time": "2020-01-16T05:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "L'hygrométrie est très importante",
"icon": null,
"type": "HY95"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 32.75,
"wind_speed": 4.74
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 94.23,
"night": 0,
"pluviometry": 0.04,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.04,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.47,
"time": "2020-01-16T06:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 35.97,
"wind_speed": 4.71
},
{
"cloud_cover": null,
"etp": 0.01,
"humidity": 92.42,
"night": 0,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.48,
"time": "2020-01-16T07:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 36.38,
"wind_speed": 4.71
},
{
"cloud_cover": null,
"etp": 0.03,
"humidity": 89.06,
"night": 0,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.4,
"time": "2020-01-16T08:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 41.29,
"wind_speed": 4.72
},
{
"cloud_cover": null,
"etp": 0.04,
"humidity": 85.49,
"night": 0,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.2,
"time": "2020-01-16T09:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 43.81,
"wind_speed": 4.73
}
],
"wind_gusts": 30.94,
"wind_speed": 4.4072
},
{
"max_humidity": 94.88,
"max_temperature": -2.67,
"min_humidity": 79.91,
"min_temperature": -4.48,
"pluviometry_cumul": 0.42,
"snow": 0,
"time": "2020-01-15T22:00:00+00:00",
"weather": 9,
"weather_reports": [],
"wind_gusts": 43.81,
"wind_speed": 4.7444
},
{
"max_humidity": 97.2,
"max_temperature": null,
"min_humidity": 78.62,
"min_temperature": null,
"pluviometry_cumul": 0.75,
"snow": 1,
"time": "2020-01-16T22:00:00+00:00",
"weather": 14,
"weather_reports": [],
"wind_gusts": 26.94,
"wind_speed": 5.496
},
{
"max_humidity": 95.02,
"max_temperature": null,
"min_humidity": 81.21,
"min_temperature": null,
"pluviometry_cumul": 0.78,
"snow": 1,
"time": "2020-01-17T22:00:00+00:00",
"weather": 14,
"weather_reports": [],
"wind_gusts": 19.38,
"wind_speed": 5.5456
},
{
"max_humidity": 89.88,
"max_temperature": null,
"min_humidity": 71.47,
"min_temperature": null,
"pluviometry_cumul": 1.41,
"snow": 1,
"time": "2020-01-18T22:00:00+00:00",
"weather": 14,
"weather_reports": [],
"wind_gusts": 20.31,
"wind_speed": 6.478
},
{
"max_humidity": 92.79,
"max_temperature": null,
"min_humidity": 69.64,
"min_temperature": null,
"pluviometry_cumul": 0,
"snow": 1,
"time": "2020-01-19T22:00:00+00:00",
"weather": 14,
"weather_reports": [],
"wind_gusts": 20.31
},
{
"max_humidity": 92.01,
"max_temperature": null,
"min_humidity": 69.01,
"min_temperature": null,
"pluviometry_cumul": 0,
"snow": 1,
"time": "2020-01-20T22:00:00+00:00",
"weather": 18,
"weather_reports": [],
"wind_gusts": 43.91
}
],
"timezone": "Europe/Kiev"
}
]
}
The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:
{
"additionalProperties": false,
"definitions": {
"DefaultDailyReport_369": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"max_humidity": {
"maximum": 100,
"minimum": 30,
"type": "number"
},
"max_temperature": {
"anyOf": [
{
"maximum": 70,
"minimum": 0,
"type": "number"
},
{
"type": "null"
}
]
},
"min_humidity": {
"maximum": 100,
"minimum": -15,
"type": "number"
},
"min_temperature": {
"anyOf": [
{
"maximum": 40,
"minimum": -15,
"type": "number"
},
{
"type": "null"
}
]
},
"pluviometry_cumul": {
"maximum": 200,
"minimum": 0,
"type": "number"
},
"snow": {
"maximum": 1,
"minimum": 0,
"type": "integer"
},
"time": {
"format": "date-time",
"type": "string"
},
"weather": {
"maximum": 20,
"minimum": 0,
"type": "integer"
},
"weather_reports": {
"items": {
"$ref": "#/definitions/DefaultWeatherReport_368",
"type": "object"
},
"type": "array"
},
"wind_direction": {
"type": "string"
},
"wind_gusts": {
"maximum": 60,
"minimum": 0,
"type": "number"
},
"wind_speed": {
"maximum": 30,
"minimum": 0,
"type": "number"
}
},
"required": [
"pluviometry_cumul",
"snow",
"time",
"weather",
"weather_reports"
],
"title": "DailyReport - DefaultDailyReport",
"type": "object"
},
"DefaultWarning_302": {
"additionalProperties": false,
"description": "Automatically generated",
"properties": {
"comment": {
"type": "string"
},
"icon": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"type": {
"type": "string"
}
},
"required": [
"comment",
"icon",
"type"
],
"title": "Warning - DefaultWarning",
"type": "object"
},
"DefaultWeatherReport_368": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"humidity": {
"maximum": 100,
"minimum": 30,
"type": "number"
},
"night": {
"maximum": 1,
"minimum": 0,
"type": "integer"
},
"pluviometry": {
"maximum": 204,
"minimum": 0,
"type": "number"
},
"pluviometry1h": {
"type": "number"
},
"pluviometry_cumul": {
"maximum": 200,
"minimum": 0,
"type": "number"
},
"recommended_spray": {
"maximum": 3,
"minimum": 0,
"type": "integer"
},
"risk_of_rain": {
"maximum": 100,
"minimum": 0,
"type": "number"
},
"snow": {
"maximum": 1,
"minimum": 0,
"type": "integer"
},
"temperature": {
"maximum": 100,
"minimum": -15,
"type": "number"
},
"time": {
"format": "date-time",
"type": "string"
},
"warnings": {
"items": {
"$ref": "#/definitions/DefaultWarning_302",
"type": "object"
},
"type": "array"
},
"weather": {
"maximum": 20,
"minimum": 0,
"type": "number"
},
"wind_direction": {
"type": "string"
},
"wind_gusts": {
"maximum": 100,
"minimum": 0,
"type": "number"
},
"wind_speed": {
"maximum": 30,
"minimum": 0,
"type": "number"
}
},
"required": [
"humidity",
"night",
"pluviometry",
"pluviometry1h",
"pluviometry_cumul",
"recommended_spray",
"risk_of_rain",
"snow",
"temperature",
"time",
"warnings",
"weather",
"wind_direction",
"wind_gusts",
"wind_speed"
],
"title": "WeatherReport - DefaultWeatherReport",
"type": "object"
}
},
"description": "Automatically generated (please edit me)",
"properties": {
"weather_forecast": {
"additionalProperties": false,
"properties": {
"city": {
"type": "string"
},
"city_code": {
"type": "string"
},
"daily_reports": {
"items": {
"$ref": "#/definitions/DefaultDailyReport_369",
"type": "object"
},
"type": "array"
},
"timezone": {
"type": "string"
}
},
"required": [
"city",
"city_code",
"daily_reports",
"timezone"
],
"type": "object"
}
},
"required": [
"weather_forecast"
],
"title": "WeatherForecast - DefaultWeatherForecast",
"type": "object"
}
{
"weather_forecasts": [
{
"city": "KYIV (КИЇВ)",
"city_code": "CY_UA_26150422",
"daily_reports": [
{
"max_humidity": 95.9,
"max_temperature": -1.12,
"min_humidity": 74.72,
"min_temperature": -3.88,
"pluviometry_cumul": 0.87,
"snow": 0,
"time": "2020-01-15T10:00:00+00:00",
"weather": 2,
"weather_reports": [
{
"cloud_cover": null,
"etp": 0.11,
"humidity": 78.22,
"night": 0,
"pluviometry": 0.18,
"pluviometry1h": 0.06,
"pluviometry_cumul": 0.18,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -2.44,
"time": "2020-01-15T10:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 27.17,
"wind_speed": 4.1
},
{
"cloud_cover": null,
"etp": 0.12,
"humidity": 74.99,
"night": 0,
"pluviometry": 0.14,
"pluviometry1h": 0.06,
"pluviometry_cumul": 0.14,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -1.82,
"time": "2020-01-15T11:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 29.3,
"wind_speed": 4.21
},
{
"cloud_cover": null,
"etp": 0.11,
"humidity": 74.72,
"night": 0,
"pluviometry": 0.1,
"pluviometry1h": 0.06,
"pluviometry_cumul": 0.1,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -1.12,
"time": "2020-01-15T12:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 28.68,
"wind_speed": 4.23
},
{
"cloud_cover": null,
"etp": 0.08,
"humidity": 77.26,
"night": 0,
"pluviometry": 0.06,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.06,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -2.05,
"time": "2020-01-15T13:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 28.19,
"wind_speed": 4.15
},
{
"cloud_cover": null,
"etp": 0.05,
"humidity": 82.44,
"night": 0,
"pluviometry": 0.06,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.06,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -2.28,
"time": "2020-01-15T14:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 27.91,
"wind_speed": 3.99
},
{
"cloud_cover": null,
"etp": 0.01,
"humidity": 87.31,
"night": 1,
"pluviometry": 0.06,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.06,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -2.65,
"time": "2020-01-15T15:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 28.07,
"wind_speed": 3.78
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 89.25,
"night": 1,
"pluviometry": 0.06,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.06,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -3.07,
"time": "2020-01-15T16:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 29.38,
"wind_speed": 3.58
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 90.07,
"night": 1,
"pluviometry": 0.07,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.07,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -3.47,
"time": "2020-01-15T17:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 29.26,
"wind_speed": 3.41
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 89.99,
"night": 1,
"pluviometry": 0.08,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.08,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -3.79,
"time": "2020-01-15T18:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 29.54,
"wind_speed": 3.31
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 90.16,
"night": 1,
"pluviometry": 0.09,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.09,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -3.96,
"time": "2020-01-15T19:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 29.23,
"wind_speed": 3.32
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 90.97,
"night": 1,
"pluviometry": 0.09,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.09,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.02,
"time": "2020-01-15T20:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 27.89,
"wind_speed": 3.41
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 91.6,
"night": 1,
"pluviometry": 0.09,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.09,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4,
"time": "2020-01-15T21:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 29.07,
"wind_speed": 3.56
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 92.27,
"night": 1,
"pluviometry": 0.09,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.09,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -3.94,
"time": "2020-01-15T22:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 28.83,
"wind_speed": 3.74
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 92.52,
"night": 1,
"pluviometry": 0.08,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.08,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -3.87,
"time": "2020-01-15T23:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 28.9,
"wind_speed": 3.91
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 92.55,
"night": 1,
"pluviometry": 0.07,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.07,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -3.85,
"time": "2020-01-16T00:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 29.55,
"wind_speed": 4.05
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 92.83,
"night": 1,
"pluviometry": 0.06,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.06,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -3.89,
"time": "2020-01-16T01:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 30.19,
"wind_speed": 4.13
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 92.75,
"night": 1,
"pluviometry": 0.06,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.06,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -3.99,
"time": "2020-01-16T02:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 29.91,
"wind_speed": 4.17
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 93.91,
"night": 1,
"pluviometry": 0.06,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.06,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.11,
"time": "2020-01-16T03:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 27.82,
"wind_speed": 4.17
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 94.11,
"night": 1,
"pluviometry": 0.06,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.06,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.24,
"time": "2020-01-16T04:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 29.87,
"wind_speed": 4.15
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 93.57,
"night": 1,
"pluviometry": 0.05,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.05,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.35,
"time": "2020-01-16T05:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 32.25,
"wind_speed": 4.13
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 92.97,
"night": 0,
"pluviometry": 0.04,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.04,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.42,
"time": "2020-01-16T06:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 34.97,
"wind_speed": 4.1
},
{
"cloud_cover": null,
"etp": 0.01,
"humidity": 90.76,
"night": 0,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.42,
"time": "2020-01-16T07:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 35.21,
"wind_speed": 4.1
},
{
"cloud_cover": null,
"etp": 0.02,
"humidity": 86.87,
"night": 0,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.32,
"time": "2020-01-16T08:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 42.68,
"wind_speed": 4.1
},
{
"cloud_cover": null,
"etp": 0.03,
"humidity": 84.61,
"night": 0,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.11,
"time": "2020-01-16T09:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 44.75,
"wind_speed": 4.12
}
],
"wind_gusts": 29.54,
"wind_speed": 3.7927999999999993
},
{
"max_humidity": 94.11,
"max_temperature": -2.53,
"min_humidity": 81.25,
"min_temperature": -4.42,
"pluviometry_cumul": 0.51,
"snow": 0,
"time": "2020-01-15T22:00:00+00:00",
"weather": 9,
"weather_reports": [],
"wind_gusts": 44.75,
"wind_speed": 4.153199999999999
},
{
"max_humidity": 97.18,
"max_temperature": null,
"min_humidity": 78.15,
"min_temperature": null,
"pluviometry_cumul": 0.81,
"snow": 1,
"time": "2020-01-16T22:00:00+00:00",
"weather": 14,
"weather_reports": [],
"wind_gusts": 28.22,
"wind_speed": 4.7947999999999995
},
{
"max_humidity": 93.66,
"max_temperature": null,
"min_humidity": 79.93,
"min_temperature": null,
"pluviometry_cumul": 0.78,
"snow": 1,
"time": "2020-01-17T22:00:00+00:00",
"weather": 14,
"weather_reports": [],
"wind_gusts": 19.86,
"wind_speed": 4.8580000000000005
},
{
"max_humidity": 89.29,
"max_temperature": null,
"min_humidity": 73.98,
"min_temperature": null,
"pluviometry_cumul": 1.38,
"snow": 1,
"time": "2020-01-18T22:00:00+00:00",
"weather": 14,
"weather_reports": [],
"wind_gusts": 19.82,
"wind_speed": 5.528000000000001
},
{
"max_humidity": 92.3,
"max_temperature": null,
"min_humidity": 69.96,
"min_temperature": null,
"pluviometry_cumul": 0,
"snow": 1,
"time": "2020-01-19T22:00:00+00:00",
"weather": 14,
"weather_reports": [],
"wind_gusts": 18.67
},
{
"max_humidity": 91.5,
"max_temperature": null,
"min_humidity": 68.46,
"min_temperature": null,
"pluviometry_cumul": 0,
"snow": 1,
"time": "2020-01-20T22:00:00+00:00",
"weather": 18,
"weather_reports": [],
"wind_gusts": 45.22
}
],
"timezone": "Europe/Kiev"
},
{
"city": "VOLOCHYS'K (ВОЛОЧИСЬК)",
"city_code": "CY_UA_313201266",
"daily_reports": [
{
"max_humidity": 91.55,
"max_temperature": -0.94,
"min_humidity": 70.19,
"min_temperature": -4.52,
"pluviometry_cumul": 1.02,
"snow": 0,
"time": "2020-01-15T10:00:00+00:00",
"weather": 2,
"weather_reports": [
{
"cloud_cover": null,
"etp": 0.12,
"humidity": 73.2,
"night": 0,
"pluviometry": 0.12,
"pluviometry1h": 0.04,
"pluviometry_cumul": 0.12,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -2.61,
"time": "2020-01-15T10:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 17.31,
"wind_speed": 6.88
},
{
"cloud_cover": null,
"etp": 0.13,
"humidity": 70.72,
"night": 0,
"pluviometry": 0.15,
"pluviometry1h": 0.04,
"pluviometry_cumul": 0.15,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -1.83,
"time": "2020-01-15T11:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 18.97,
"wind_speed": 7.27
},
{
"cloud_cover": null,
"etp": 0.13,
"humidity": 70.19,
"night": 0,
"pluviometry": 0.18,
"pluviometry1h": 0.04,
"pluviometry_cumul": 0.18,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -0.94,
"time": "2020-01-15T12:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "L'hygrométrie est faible",
"icon": "WARNING_HYGR",
"type": "HY70"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 20.21,
"wind_speed": 7.54
},
{
"cloud_cover": null,
"etp": 0.11,
"humidity": 72.23,
"night": 0,
"pluviometry": 0.21,
"pluviometry1h": 0.07,
"pluviometry_cumul": 0.21,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -3.2,
"time": "2020-01-15T13:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 19.63,
"wind_speed": 7.64
},
{
"cloud_cover": null,
"etp": 0.08,
"humidity": 77.29,
"night": 0,
"pluviometry": 0.21,
"pluviometry1h": 0.07,
"pluviometry_cumul": 0.21,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -3.41,
"time": "2020-01-15T14:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 18.49,
"wind_speed": 7.6
},
{
"cloud_cover": null,
"etp": 0.01,
"humidity": 81.58,
"night": 1,
"pluviometry": 0.21,
"pluviometry1h": 0.07,
"pluviometry_cumul": 0.21,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -3.75,
"time": "2020-01-15T15:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 19.08,
"wind_speed": 7.47
},
{
"cloud_cover": null,
"etp": 0.01,
"humidity": 83.97,
"night": 1,
"pluviometry": 0.21,
"pluviometry1h": 0.07,
"pluviometry_cumul": 0.21,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.13,
"time": "2020-01-15T16:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 20.95,
"wind_speed": 7.3
},
{
"cloud_cover": null,
"etp": 0.02,
"humidity": 85.99,
"night": 1,
"pluviometry": 0.18,
"pluviometry1h": 0.07,
"pluviometry_cumul": 0.18,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.5,
"time": "2020-01-15T17:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 23.2,
"wind_speed": 7.14
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 87.76,
"night": 1,
"pluviometry": 0.15,
"pluviometry1h": 0.07,
"pluviometry_cumul": 0.15,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.78,
"time": "2020-01-15T18:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 24.1,
"wind_speed": 7.03
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 88.98,
"night": 1,
"pluviometry": 0.12,
"pluviometry1h": 0.04,
"pluviometry_cumul": 0.12,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.9,
"time": "2020-01-15T19:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 26.27,
"wind_speed": 7.03
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 89.87,
"night": 1,
"pluviometry": 0.12,
"pluviometry1h": 0.04,
"pluviometry_cumul": 0.12,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.9,
"time": "2020-01-15T20:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 27.67,
"wind_speed": 7.09
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 90.82,
"night": 1,
"pluviometry": 0.12,
"pluviometry1h": 0.04,
"pluviometry_cumul": 0.12,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.81,
"time": "2020-01-15T21:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 27.52,
"wind_speed": 7.18
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 91.55,
"night": 1,
"pluviometry": 0.12,
"pluviometry1h": 0.04,
"pluviometry_cumul": 0.12,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.68,
"time": "2020-01-15T22:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 26.43,
"wind_speed": 7.27
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 92.23,
"night": 1,
"pluviometry": 0.09,
"pluviometry1h": 0.04,
"pluviometry_cumul": 0.09,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.54,
"time": "2020-01-15T23:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 25.53,
"wind_speed": 7.3
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 92.88,
"night": 1,
"pluviometry": 0.06,
"pluviometry1h": 0.04,
"pluviometry_cumul": 0.06,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.43,
"time": "2020-01-16T00:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 25.11,
"wind_speed": 7.24
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 93.5,
"night": 1,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.39,
"time": "2020-01-16T01:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 24.18,
"wind_speed": 7.07
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 93.82,
"night": 1,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.41,
"time": "2020-01-16T02:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 23.21,
"wind_speed": 6.83
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 94.38,
"night": 1,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.46,
"time": "2020-01-16T03:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 22.21,
"wind_speed": 6.57
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 94.94,
"night": 1,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.51,
"time": "2020-01-16T04:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "L'hygrométrie est très importante",
"icon": null,
"type": "HY95"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 22.38,
"wind_speed": 6.36
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 94.66,
"night": 1,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.56,
"time": "2020-01-16T05:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "L'hygrométrie est très importante",
"icon": null,
"type": "HY95"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 22.14,
"wind_speed": 6.24
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 94.3,
"night": 1,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.57,
"time": "2020-01-16T06:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 22.23,
"wind_speed": 6.28
},
{
"cloud_cover": null,
"etp": 0.01,
"humidity": 92.43,
"night": 0,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.53,
"time": "2020-01-16T07:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 21.73,
"wind_speed": 6.51
},
{
"cloud_cover": null,
"etp": 0.03,
"humidity": 88.55,
"night": 0,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.4,
"time": "2020-01-16T08:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 20.52,
"wind_speed": 6.88
},
{
"cloud_cover": null,
"etp": 0.05,
"humidity": 84.27,
"night": 0,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.18,
"time": "2020-01-16T09:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 19.55,
"wind_speed": 7.29
}
],
"wind_gusts": 27.67,
"wind_speed": 6.1216
},
{
"max_humidity": 94.94,
"max_temperature": -2.7,
"min_humidity": 75.83,
"min_temperature": -4.9,
"pluviometry_cumul": 0.3,
"snow": 0,
"time": "2020-01-15T22:00:00+00:00",
"weather": 3,
"weather_reports": [],
"wind_gusts": 26.43,
"wind_speed": 6.656399999999999
},
{
"max_humidity": 98.07,
"max_temperature": null,
"min_humidity": 88.84,
"min_temperature": null,
"pluviometry_cumul": 0.84,
"snow": 1,
"time": "2020-01-16T22:00:00+00:00",
"weather": 14,
"weather_reports": [],
"wind_gusts": 20.15,
"wind_speed": 4.021599999999999
},
{
"max_humidity": 93.21,
"max_temperature": null,
"min_humidity": 75.33,
"min_temperature": null,
"pluviometry_cumul": 0.9,
"snow": 1,
"time": "2020-01-17T22:00:00+00:00",
"weather": 14,
"weather_reports": [],
"wind_gusts": 34.94,
"wind_speed": 3.4159999999999995
},
{
"max_humidity": 90.32,
"max_temperature": null,
"min_humidity": 65.86,
"min_temperature": null,
"pluviometry_cumul": 1.17,
"snow": 1,
"time": "2020-01-18T22:00:00+00:00",
"weather": 14,
"weather_reports": [],
"wind_gusts": 25.21,
"wind_speed": 3.44
},
{
"max_humidity": 87.87,
"max_temperature": null,
"min_humidity": 69.66,
"min_temperature": null,
"pluviometry_cumul": 0,
"snow": 1,
"time": "2020-01-19T22:00:00+00:00",
"weather": 14,
"weather_reports": [],
"wind_gusts": 15.95
},
{
"max_humidity": 91.35,
"max_temperature": null,
"min_humidity": 63.6,
"min_temperature": null,
"pluviometry_cumul": 0,
"snow": 1,
"time": "2020-01-20T22:00:00+00:00",
"weather": 12,
"weather_reports": [],
"wind_gusts": 19.79
}
],
"timezone": "Europe/Kiev"
},
{
"city": "ZAPORIZHZHIA (ЗАПОРІЖЖЯ)",
"city_code": "CY_UA_27122612",
"daily_reports": [
{
"max_humidity": 95.69,
"max_temperature": -0.79,
"min_humidity": 79.25,
"min_temperature": -4.15,
"pluviometry_cumul": 0.42,
"snow": 0,
"time": "2020-01-15T10:00:00+00:00",
"weather": 3,
"weather_reports": [
{
"cloud_cover": null,
"etp": 0.1,
"humidity": 82.57,
"night": 0,
"pluviometry": 0.06,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.06,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -1.89,
"time": "2020-01-15T10:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 7.71,
"wind_speed": 4.27
},
{
"cloud_cover": null,
"etp": 0.11,
"humidity": 79.39,
"night": 0,
"pluviometry": 0.07,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.07,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -1.36,
"time": "2020-01-15T11:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 10.79,
"wind_speed": 4.65
},
{
"cloud_cover": null,
"etp": 0.11,
"humidity": 79.25,
"night": 0,
"pluviometry": 0.08,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.08,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -0.79,
"time": "2020-01-15T12:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 11.17,
"wind_speed": 4.9
},
{
"cloud_cover": null,
"etp": 0.07,
"humidity": 81.14,
"night": 0,
"pluviometry": 0.09,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.09,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -2.99,
"time": "2020-01-15T13:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 11.1,
"wind_speed": 4.96
},
{
"cloud_cover": null,
"etp": 0.04,
"humidity": 84.39,
"night": 0,
"pluviometry": 0.09,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.09,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -3.26,
"time": "2020-01-15T14:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 10.04,
"wind_speed": 4.9
},
{
"cloud_cover": null,
"etp": 0.01,
"humidity": 86.62,
"night": 1,
"pluviometry": 0.09,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.09,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -3.67,
"time": "2020-01-15T15:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 8.89,
"wind_speed": 4.76
},
{
"cloud_cover": null,
"etp": 0.02,
"humidity": 87.69,
"night": 1,
"pluviometry": 0.09,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.09,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.15,
"time": "2020-01-15T16:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 6.79,
"wind_speed": 4.63
},
{
"cloud_cover": null,
"etp": 0.01,
"humidity": 88.7,
"night": 1,
"pluviometry": 0.07,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.07,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.62,
"time": "2020-01-15T17:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 7.19,
"wind_speed": 4.58
},
{
"cloud_cover": null,
"etp": 0.02,
"humidity": 89.38,
"night": 1,
"pluviometry": 0.05,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.05,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -5,
"time": "2020-01-15T18:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 9.17,
"wind_speed": 4.66
},
{
"cloud_cover": null,
"etp": 0.01,
"humidity": 89.52,
"night": 1,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -5.26,
"time": "2020-01-15T19:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 9.93,
"wind_speed": 4.93
},
{
"cloud_cover": null,
"etp": 0.01,
"humidity": 89.86,
"night": 1,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -5.4,
"time": "2020-01-15T20:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 9.03,
"wind_speed": 5.34
},
{
"cloud_cover": null,
"etp": 0.01,
"humidity": 90.11,
"night": 1,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -5.45,
"time": "2020-01-15T21:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 7.66,
"wind_speed": 5.85
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 90.08,
"night": 1,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -5.45,
"time": "2020-01-15T22:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 8.08,
"wind_speed": 6.39
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 89.82,
"night": 1,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -5.43,
"time": "2020-01-15T23:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 9.84,
"wind_speed": 6.89
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 89.88,
"night": 1,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -5.41,
"time": "2020-01-16T00:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 9.92,
"wind_speed": 7.31
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 89.74,
"night": 1,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -5.43,
"time": "2020-01-16T01:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 9.45,
"wind_speed": 7.6
},
{
"cloud_cover": null,
"etp": 0.01,
"humidity": 89.94,
"night": 1,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -5.48,
"time": "2020-01-16T02:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 8.49,
"wind_speed": 7.78
},
{
"cloud_cover": null,
"etp": 0.01,
"humidity": 90.91,
"night": 1,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -5.53,
"time": "2020-01-16T03:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 8.57,
"wind_speed": 7.92
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 91.46,
"night": 1,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -5.57,
"time": "2020-01-16T04:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 8.46,
"wind_speed": 8.05
},
{
"cloud_cover": null,
"etp": 0.01,
"humidity": 91.37,
"night": 1,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -5.57,
"time": "2020-01-16T05:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 9.21,
"wind_speed": 8.22
},
{
"cloud_cover": null,
"etp": 0.01,
"humidity": 91.44,
"night": 0,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -5.53,
"time": "2020-01-16T06:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 10.84,
"wind_speed": 8.48
},
{
"cloud_cover": null,
"etp": 0.04,
"humidity": 88.22,
"night": 0,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -5.42,
"time": "2020-01-16T07:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 13.7,
"wind_speed": 8.86
},
{
"cloud_cover": null,
"etp": 0.06,
"humidity": 83.95,
"night": 0,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -5.22,
"time": "2020-01-16T08:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 17.23,
"wind_speed": 9.32
},
{
"cloud_cover": null,
"etp": 0.09,
"humidity": 82.01,
"night": 0,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.92,
"time": "2020-01-16T09:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 19.94,
"wind_speed": 9.79
}
],
"wind_gusts": 11.17,
"wind_speed": 4.1812
},
{
"max_humidity": 92.81,
"max_temperature": -3.2,
"min_humidity": 77.23,
"min_temperature": -5.57,
"pluviometry_cumul": 0.24,
"snow": 1,
"time": "2020-01-15T22:00:00+00:00",
"weather": 12,
"weather_reports": [],
"wind_gusts": 20.07,
"wind_speed": 8.914000000000001
},
{
"max_humidity": 93.33,
"max_temperature": null,
"min_humidity": 79.28,
"min_temperature": null,
"pluviometry_cumul": 0.42,
"snow": 1,
"time": "2020-01-16T22:00:00+00:00",
"weather": 13,
"weather_reports": [],
"wind_gusts": 29.36,
"wind_speed": 12.451200000000002
},
{
"max_humidity": 92.18,
"max_temperature": null,
"min_humidity": 73.05,
"min_temperature": null,
"pluviometry_cumul": 0.96,
"snow": 1,
"time": "2020-01-17T22:00:00+00:00",
"weather": 14,
"weather_reports": [],
"wind_gusts": 26.48,
"wind_speed": 10.781600000000003
},
{
"max_humidity": 84,
"max_temperature": null,
"min_humidity": 69.94,
"min_temperature": null,
"pluviometry_cumul": 0.81,
"snow": 1,
"time": "2020-01-18T22:00:00+00:00",
"weather": 14,
"weather_reports": [],
"wind_gusts": 22.81,
"wind_speed": 10.959333333333335
},
{
"max_humidity": 88.01,
"max_temperature": null,
"min_humidity": 65.05,
"min_temperature": null,
"pluviometry_cumul": 0,
"snow": 1,
"time": "2020-01-19T22:00:00+00:00",
"weather": 13,
"weather_reports": [],
"wind_gusts": 29.28
},
{
"max_humidity": 86.5,
"max_temperature": null,
"min_humidity": 69.63,
"min_temperature": null,
"pluviometry_cumul": 0,
"snow": 1,
"time": "2020-01-20T22:00:00+00:00",
"weather": 13,
"weather_reports": [],
"wind_gusts": 21.43
}
],
"timezone": "Europe/Kiev"
},
{
"city": "MALI DMYTROVYCHI (МАЛІ ДМИТРОВИЧІ)",
"city_code": "CY_UA_337526793",
"daily_reports": [
{
"max_humidity": 95.09,
"max_temperature": -0.96,
"min_humidity": 77.01,
"min_temperature": -3.93,
"pluviometry_cumul": 0.87,
"snow": 0,
"time": "2020-01-15T10:00:00+00:00",
"weather": 3,
"weather_reports": [
{
"cloud_cover": null,
"etp": 0.1,
"humidity": 80.16,
"night": 0,
"pluviometry": 0.18,
"pluviometry1h": 0.06,
"pluviometry_cumul": 0.18,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -2.38,
"time": "2020-01-15T10:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 28.49,
"wind_speed": 4.74
},
{
"cloud_cover": null,
"etp": 0.11,
"humidity": 77.4,
"night": 0,
"pluviometry": 0.14,
"pluviometry1h": 0.06,
"pluviometry_cumul": 0.14,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -1.71,
"time": "2020-01-15T11:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 29.13,
"wind_speed": 4.9
},
{
"cloud_cover": null,
"etp": 0.11,
"humidity": 77.01,
"night": 0,
"pluviometry": 0.1,
"pluviometry1h": 0.06,
"pluviometry_cumul": 0.1,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -0.96,
"time": "2020-01-15T12:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 29.23,
"wind_speed": 4.96
},
{
"cloud_cover": null,
"etp": 0.08,
"humidity": 80.06,
"night": 0,
"pluviometry": 0.06,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.06,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -2.23,
"time": "2020-01-15T13:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 27.9,
"wind_speed": 4.88
},
{
"cloud_cover": null,
"etp": 0.04,
"humidity": 85.32,
"night": 0,
"pluviometry": 0.06,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.06,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -2.47,
"time": "2020-01-15T14:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 27.36,
"wind_speed": 4.71
},
{
"cloud_cover": null,
"etp": 0.01,
"humidity": 89,
"night": 1,
"pluviometry": 0.06,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.06,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -2.84,
"time": "2020-01-15T15:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 29.56,
"wind_speed": 4.47
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 90.7,
"night": 1,
"pluviometry": 0.06,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.06,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -3.26,
"time": "2020-01-15T16:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 30.94,
"wind_speed": 4.23
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 91.02,
"night": 1,
"pluviometry": 0.07,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.07,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -3.66,
"time": "2020-01-15T17:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 29.59,
"wind_speed": 4.03
},
{
"cloud_cover": null,
"etp": 0.02,
"humidity": 91.08,
"night": 1,
"pluviometry": 0.08,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.08,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -3.97,
"time": "2020-01-15T18:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 29.59,
"wind_speed": 3.91
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 91.31,
"night": 1,
"pluviometry": 0.09,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.09,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.13,
"time": "2020-01-15T19:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 30.08,
"wind_speed": 3.9
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 92.08,
"night": 1,
"pluviometry": 0.09,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.09,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.17,
"time": "2020-01-15T20:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 30,
"wind_speed": 3.99
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 92.15,
"night": 1,
"pluviometry": 0.09,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.09,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.12,
"time": "2020-01-15T21:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 27.95,
"wind_speed": 4.15
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 92.81,
"night": 1,
"pluviometry": 0.09,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.09,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.04,
"time": "2020-01-15T22:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 29.86,
"wind_speed": 4.33
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 93.22,
"night": 1,
"pluviometry": 0.08,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.08,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -3.96,
"time": "2020-01-15T23:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 30.5,
"wind_speed": 4.52
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 93.36,
"night": 1,
"pluviometry": 0.07,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.07,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -3.91,
"time": "2020-01-16T00:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 30.57,
"wind_speed": 4.67
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 93.37,
"night": 1,
"pluviometry": 0.06,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.06,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -3.94,
"time": "2020-01-16T01:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 30.18,
"wind_speed": 4.76
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 93.59,
"night": 1,
"pluviometry": 0.06,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.06,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.03,
"time": "2020-01-16T02:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 30.18,
"wind_speed": 4.79
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 94.04,
"night": 1,
"pluviometry": 0.06,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.06,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.15,
"time": "2020-01-16T03:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 30.68,
"wind_speed": 4.79
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 94.88,
"night": 1,
"pluviometry": 0.06,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.06,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.28,
"time": "2020-01-16T04:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "L'hygrométrie est très importante",
"icon": null,
"type": "HY95"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 31.69,
"wind_speed": 4.77
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 94.85,
"night": 1,
"pluviometry": 0.05,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.05,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.4,
"time": "2020-01-16T05:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "L'hygrométrie est très importante",
"icon": null,
"type": "HY95"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 32.75,
"wind_speed": 4.74
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 94.23,
"night": 0,
"pluviometry": 0.04,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.04,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.47,
"time": "2020-01-16T06:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 35.97,
"wind_speed": 4.71
},
{
"cloud_cover": null,
"etp": 0.01,
"humidity": 92.42,
"night": 0,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.48,
"time": "2020-01-16T07:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 36.38,
"wind_speed": 4.71
},
{
"cloud_cover": null,
"etp": 0.03,
"humidity": 89.06,
"night": 0,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.4,
"time": "2020-01-16T08:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 41.29,
"wind_speed": 4.72
},
{
"cloud_cover": null,
"etp": 0.04,
"humidity": 85.49,
"night": 0,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.2,
"time": "2020-01-16T09:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 43.81,
"wind_speed": 4.73
}
],
"wind_gusts": 30.94,
"wind_speed": 4.4072
},
{
"max_humidity": 94.88,
"max_temperature": -2.67,
"min_humidity": 79.91,
"min_temperature": -4.48,
"pluviometry_cumul": 0.42,
"snow": 0,
"time": "2020-01-15T22:00:00+00:00",
"weather": 9,
"weather_reports": [],
"wind_gusts": 43.81,
"wind_speed": 4.7444
},
{
"max_humidity": 97.2,
"max_temperature": null,
"min_humidity": 78.62,
"min_temperature": null,
"pluviometry_cumul": 0.75,
"snow": 1,
"time": "2020-01-16T22:00:00+00:00",
"weather": 14,
"weather_reports": [],
"wind_gusts": 26.94,
"wind_speed": 5.496
},
{
"max_humidity": 95.02,
"max_temperature": null,
"min_humidity": 81.21,
"min_temperature": null,
"pluviometry_cumul": 0.78,
"snow": 1,
"time": "2020-01-17T22:00:00+00:00",
"weather": 14,
"weather_reports": [],
"wind_gusts": 19.38,
"wind_speed": 5.5456
},
{
"max_humidity": 89.88,
"max_temperature": null,
"min_humidity": 71.47,
"min_temperature": null,
"pluviometry_cumul": 1.41,
"snow": 1,
"time": "2020-01-18T22:00:00+00:00",
"weather": 14,
"weather_reports": [],
"wind_gusts": 20.31,
"wind_speed": 6.478
},
{
"max_humidity": 92.79,
"max_temperature": null,
"min_humidity": 69.64,
"min_temperature": null,
"pluviometry_cumul": 0,
"snow": 1,
"time": "2020-01-19T22:00:00+00:00",
"weather": 14,
"weather_reports": [],
"wind_gusts": 20.31
},
{
"max_humidity": 92.01,
"max_temperature": null,
"min_humidity": 69.01,
"min_temperature": null,
"pluviometry_cumul": 0,
"snow": 1,
"time": "2020-01-20T22:00:00+00:00",
"weather": 18,
"weather_reports": [],
"wind_gusts": 43.91
}
],
"timezone": "Europe/Kiev"
}
]
}
The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:
{
"additionalProperties": false,
"definitions": {
"DefaultDailyReport_369": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"max_humidity": {
"maximum": 100,
"minimum": 30,
"type": "number"
},
"max_temperature": {
"anyOf": [
{
"maximum": 70,
"minimum": 0,
"type": "number"
},
{
"type": "null"
}
]
},
"min_humidity": {
"maximum": 100,
"minimum": -15,
"type": "number"
},
"min_temperature": {
"anyOf": [
{
"maximum": 40,
"minimum": -15,
"type": "number"
},
{
"type": "null"
}
]
},
"pluviometry_cumul": {
"maximum": 200,
"minimum": 0,
"type": "number"
},
"snow": {
"maximum": 1,
"minimum": 0,
"type": "integer"
},
"time": {
"format": "date-time",
"type": "string"
},
"weather": {
"maximum": 20,
"minimum": 0,
"type": "integer"
},
"weather_reports": {
"items": {
"$ref": "#/definitions/DefaultWeatherReport_368",
"type": "object"
},
"type": "array"
},
"wind_direction": {
"type": "string"
},
"wind_gusts": {
"maximum": 60,
"minimum": 0,
"type": "number"
},
"wind_speed": {
"maximum": 30,
"minimum": 0,
"type": "number"
}
},
"required": [
"pluviometry_cumul",
"snow",
"time",
"weather",
"weather_reports"
],
"title": "DailyReport - DefaultDailyReport",
"type": "object"
},
"DefaultWarning_302": {
"additionalProperties": false,
"description": "Automatically generated",
"properties": {
"comment": {
"type": "string"
},
"icon": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"type": {
"type": "string"
}
},
"required": [
"comment",
"icon",
"type"
],
"title": "Warning - DefaultWarning",
"type": "object"
},
"DefaultWeatherReport_368": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"humidity": {
"maximum": 100,
"minimum": 30,
"type": "number"
},
"night": {
"maximum": 1,
"minimum": 0,
"type": "integer"
},
"pluviometry": {
"maximum": 204,
"minimum": 0,
"type": "number"
},
"pluviometry1h": {
"type": "number"
},
"pluviometry_cumul": {
"maximum": 200,
"minimum": 0,
"type": "number"
},
"recommended_spray": {
"maximum": 3,
"minimum": 0,
"type": "integer"
},
"risk_of_rain": {
"maximum": 100,
"minimum": 0,
"type": "number"
},
"snow": {
"maximum": 1,
"minimum": 0,
"type": "integer"
},
"temperature": {
"maximum": 100,
"minimum": -15,
"type": "number"
},
"time": {
"format": "date-time",
"type": "string"
},
"warnings": {
"items": {
"$ref": "#/definitions/DefaultWarning_302",
"type": "object"
},
"type": "array"
},
"weather": {
"maximum": 20,
"minimum": 0,
"type": "number"
},
"wind_direction": {
"type": "string"
},
"wind_gusts": {
"maximum": 100,
"minimum": 0,
"type": "number"
},
"wind_speed": {
"maximum": 30,
"minimum": 0,
"type": "number"
}
},
"required": [
"humidity",
"night",
"pluviometry",
"pluviometry1h",
"pluviometry_cumul",
"recommended_spray",
"risk_of_rain",
"snow",
"temperature",
"time",
"warnings",
"weather",
"wind_direction",
"wind_gusts",
"wind_speed"
],
"title": "WeatherReport - DefaultWeatherReport",
"type": "object"
}
},
"description": "Automatically generated (please edit me)",
"properties": {
"weather_forecast": {
"additionalProperties": false,
"properties": {
"city": {
"type": "string"
},
"city_code": {
"type": "string"
},
"daily_reports": {
"items": {
"$ref": "#/definitions/DefaultDailyReport_369",
"type": "object"
},
"type": "array"
},
"timezone": {
"type": "string"
}
},
"required": [
"city",
"city_code",
"daily_reports",
"timezone"
],
"type": "object"
}
},
"required": [
"weather_forecast"
],
"title": "WeatherForecast - DefaultWeatherForecast",
"type": "object"
}
{
"weather_forecasts": [
{
"city": "KYIV (КИЇВ)",
"city_code": "CY_UA_26150422",
"daily_reports": [
{
"max_humidity": 95.9,
"max_temperature": -1.12,
"min_humidity": 74.72,
"min_temperature": -3.88,
"pluviometry_cumul": 0.87,
"snow": 0,
"time": "2020-01-15T10:00:00+00:00",
"weather": 2,
"weather_reports": [
{
"cloud_cover": null,
"etp": 0.11,
"humidity": 78.22,
"night": 0,
"pluviometry": 0.18,
"pluviometry1h": 0.06,
"pluviometry_cumul": 0.18,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -2.44,
"time": "2020-01-15T10:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 27.17,
"wind_speed": 4.1
},
{
"cloud_cover": null,
"etp": 0.12,
"humidity": 74.99,
"night": 0,
"pluviometry": 0.14,
"pluviometry1h": 0.06,
"pluviometry_cumul": 0.14,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -1.82,
"time": "2020-01-15T11:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 29.3,
"wind_speed": 4.21
},
{
"cloud_cover": null,
"etp": 0.11,
"humidity": 74.72,
"night": 0,
"pluviometry": 0.1,
"pluviometry1h": 0.06,
"pluviometry_cumul": 0.1,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -1.12,
"time": "2020-01-15T12:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 28.68,
"wind_speed": 4.23
},
{
"cloud_cover": null,
"etp": 0.08,
"humidity": 77.26,
"night": 0,
"pluviometry": 0.06,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.06,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -2.05,
"time": "2020-01-15T13:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 28.19,
"wind_speed": 4.15
},
{
"cloud_cover": null,
"etp": 0.05,
"humidity": 82.44,
"night": 0,
"pluviometry": 0.06,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.06,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -2.28,
"time": "2020-01-15T14:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 27.91,
"wind_speed": 3.99
},
{
"cloud_cover": null,
"etp": 0.01,
"humidity": 87.31,
"night": 1,
"pluviometry": 0.06,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.06,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -2.65,
"time": "2020-01-15T15:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 28.07,
"wind_speed": 3.78
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 89.25,
"night": 1,
"pluviometry": 0.06,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.06,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -3.07,
"time": "2020-01-15T16:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 29.38,
"wind_speed": 3.58
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 90.07,
"night": 1,
"pluviometry": 0.07,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.07,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -3.47,
"time": "2020-01-15T17:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 29.26,
"wind_speed": 3.41
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 89.99,
"night": 1,
"pluviometry": 0.08,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.08,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -3.79,
"time": "2020-01-15T18:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 29.54,
"wind_speed": 3.31
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 90.16,
"night": 1,
"pluviometry": 0.09,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.09,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -3.96,
"time": "2020-01-15T19:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 29.23,
"wind_speed": 3.32
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 90.97,
"night": 1,
"pluviometry": 0.09,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.09,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.02,
"time": "2020-01-15T20:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 27.89,
"wind_speed": 3.41
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 91.6,
"night": 1,
"pluviometry": 0.09,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.09,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4,
"time": "2020-01-15T21:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 29.07,
"wind_speed": 3.56
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 92.27,
"night": 1,
"pluviometry": 0.09,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.09,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -3.94,
"time": "2020-01-15T22:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 28.83,
"wind_speed": 3.74
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 92.52,
"night": 1,
"pluviometry": 0.08,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.08,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -3.87,
"time": "2020-01-15T23:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 28.9,
"wind_speed": 3.91
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 92.55,
"night": 1,
"pluviometry": 0.07,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.07,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -3.85,
"time": "2020-01-16T00:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 29.55,
"wind_speed": 4.05
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 92.83,
"night": 1,
"pluviometry": 0.06,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.06,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -3.89,
"time": "2020-01-16T01:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 30.19,
"wind_speed": 4.13
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 92.75,
"night": 1,
"pluviometry": 0.06,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.06,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -3.99,
"time": "2020-01-16T02:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 29.91,
"wind_speed": 4.17
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 93.91,
"night": 1,
"pluviometry": 0.06,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.06,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.11,
"time": "2020-01-16T03:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 27.82,
"wind_speed": 4.17
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 94.11,
"night": 1,
"pluviometry": 0.06,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.06,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.24,
"time": "2020-01-16T04:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 29.87,
"wind_speed": 4.15
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 93.57,
"night": 1,
"pluviometry": 0.05,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.05,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.35,
"time": "2020-01-16T05:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 32.25,
"wind_speed": 4.13
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 92.97,
"night": 0,
"pluviometry": 0.04,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.04,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.42,
"time": "2020-01-16T06:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 34.97,
"wind_speed": 4.1
},
{
"cloud_cover": null,
"etp": 0.01,
"humidity": 90.76,
"night": 0,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.42,
"time": "2020-01-16T07:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 35.21,
"wind_speed": 4.1
},
{
"cloud_cover": null,
"etp": 0.02,
"humidity": 86.87,
"night": 0,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.32,
"time": "2020-01-16T08:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 42.68,
"wind_speed": 4.1
},
{
"cloud_cover": null,
"etp": 0.03,
"humidity": 84.61,
"night": 0,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.11,
"time": "2020-01-16T09:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 44.75,
"wind_speed": 4.12
}
],
"wind_gusts": 29.54,
"wind_speed": 3.7927999999999993
},
{
"max_humidity": 94.11,
"max_temperature": -2.53,
"min_humidity": 81.25,
"min_temperature": -4.42,
"pluviometry_cumul": 0.51,
"snow": 0,
"time": "2020-01-15T22:00:00+00:00",
"weather": 9,
"weather_reports": [],
"wind_gusts": 44.75,
"wind_speed": 4.153199999999999
},
{
"max_humidity": 97.18,
"max_temperature": null,
"min_humidity": 78.15,
"min_temperature": null,
"pluviometry_cumul": 0.81,
"snow": 1,
"time": "2020-01-16T22:00:00+00:00",
"weather": 14,
"weather_reports": [],
"wind_gusts": 28.22,
"wind_speed": 4.7947999999999995
},
{
"max_humidity": 93.66,
"max_temperature": null,
"min_humidity": 79.93,
"min_temperature": null,
"pluviometry_cumul": 0.78,
"snow": 1,
"time": "2020-01-17T22:00:00+00:00",
"weather": 14,
"weather_reports": [],
"wind_gusts": 19.86,
"wind_speed": 4.8580000000000005
},
{
"max_humidity": 89.29,
"max_temperature": null,
"min_humidity": 73.98,
"min_temperature": null,
"pluviometry_cumul": 1.38,
"snow": 1,
"time": "2020-01-18T22:00:00+00:00",
"weather": 14,
"weather_reports": [],
"wind_gusts": 19.82,
"wind_speed": 5.528000000000001
},
{
"max_humidity": 92.3,
"max_temperature": null,
"min_humidity": 69.96,
"min_temperature": null,
"pluviometry_cumul": 0,
"snow": 1,
"time": "2020-01-19T22:00:00+00:00",
"weather": 14,
"weather_reports": [],
"wind_gusts": 18.67
},
{
"max_humidity": 91.5,
"max_temperature": null,
"min_humidity": 68.46,
"min_temperature": null,
"pluviometry_cumul": 0,
"snow": 1,
"time": "2020-01-20T22:00:00+00:00",
"weather": 18,
"weather_reports": [],
"wind_gusts": 45.22
}
],
"timezone": "Europe/Kiev"
},
{
"city": "VOLOCHYS'K (ВОЛОЧИСЬК)",
"city_code": "CY_UA_313201266",
"daily_reports": [
{
"max_humidity": 91.55,
"max_temperature": -0.94,
"min_humidity": 70.19,
"min_temperature": -4.52,
"pluviometry_cumul": 1.02,
"snow": 0,
"time": "2020-01-15T10:00:00+00:00",
"weather": 2,
"weather_reports": [
{
"cloud_cover": null,
"etp": 0.12,
"humidity": 73.2,
"night": 0,
"pluviometry": 0.12,
"pluviometry1h": 0.04,
"pluviometry_cumul": 0.12,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -2.61,
"time": "2020-01-15T10:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 17.31,
"wind_speed": 6.88
},
{
"cloud_cover": null,
"etp": 0.13,
"humidity": 70.72,
"night": 0,
"pluviometry": 0.15,
"pluviometry1h": 0.04,
"pluviometry_cumul": 0.15,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -1.83,
"time": "2020-01-15T11:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 18.97,
"wind_speed": 7.27
},
{
"cloud_cover": null,
"etp": 0.13,
"humidity": 70.19,
"night": 0,
"pluviometry": 0.18,
"pluviometry1h": 0.04,
"pluviometry_cumul": 0.18,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -0.94,
"time": "2020-01-15T12:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "L'hygrométrie est faible",
"icon": "WARNING_HYGR",
"type": "HY70"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 20.21,
"wind_speed": 7.54
},
{
"cloud_cover": null,
"etp": 0.11,
"humidity": 72.23,
"night": 0,
"pluviometry": 0.21,
"pluviometry1h": 0.07,
"pluviometry_cumul": 0.21,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -3.2,
"time": "2020-01-15T13:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 19.63,
"wind_speed": 7.64
},
{
"cloud_cover": null,
"etp": 0.08,
"humidity": 77.29,
"night": 0,
"pluviometry": 0.21,
"pluviometry1h": 0.07,
"pluviometry_cumul": 0.21,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -3.41,
"time": "2020-01-15T14:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 18.49,
"wind_speed": 7.6
},
{
"cloud_cover": null,
"etp": 0.01,
"humidity": 81.58,
"night": 1,
"pluviometry": 0.21,
"pluviometry1h": 0.07,
"pluviometry_cumul": 0.21,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -3.75,
"time": "2020-01-15T15:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 19.08,
"wind_speed": 7.47
},
{
"cloud_cover": null,
"etp": 0.01,
"humidity": 83.97,
"night": 1,
"pluviometry": 0.21,
"pluviometry1h": 0.07,
"pluviometry_cumul": 0.21,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.13,
"time": "2020-01-15T16:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 20.95,
"wind_speed": 7.3
},
{
"cloud_cover": null,
"etp": 0.02,
"humidity": 85.99,
"night": 1,
"pluviometry": 0.18,
"pluviometry1h": 0.07,
"pluviometry_cumul": 0.18,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.5,
"time": "2020-01-15T17:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 23.2,
"wind_speed": 7.14
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 87.76,
"night": 1,
"pluviometry": 0.15,
"pluviometry1h": 0.07,
"pluviometry_cumul": 0.15,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.78,
"time": "2020-01-15T18:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 24.1,
"wind_speed": 7.03
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 88.98,
"night": 1,
"pluviometry": 0.12,
"pluviometry1h": 0.04,
"pluviometry_cumul": 0.12,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.9,
"time": "2020-01-15T19:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 26.27,
"wind_speed": 7.03
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 89.87,
"night": 1,
"pluviometry": 0.12,
"pluviometry1h": 0.04,
"pluviometry_cumul": 0.12,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.9,
"time": "2020-01-15T20:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 27.67,
"wind_speed": 7.09
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 90.82,
"night": 1,
"pluviometry": 0.12,
"pluviometry1h": 0.04,
"pluviometry_cumul": 0.12,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.81,
"time": "2020-01-15T21:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 27.52,
"wind_speed": 7.18
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 91.55,
"night": 1,
"pluviometry": 0.12,
"pluviometry1h": 0.04,
"pluviometry_cumul": 0.12,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.68,
"time": "2020-01-15T22:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 26.43,
"wind_speed": 7.27
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 92.23,
"night": 1,
"pluviometry": 0.09,
"pluviometry1h": 0.04,
"pluviometry_cumul": 0.09,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.54,
"time": "2020-01-15T23:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 25.53,
"wind_speed": 7.3
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 92.88,
"night": 1,
"pluviometry": 0.06,
"pluviometry1h": 0.04,
"pluviometry_cumul": 0.06,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.43,
"time": "2020-01-16T00:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 25.11,
"wind_speed": 7.24
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 93.5,
"night": 1,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.39,
"time": "2020-01-16T01:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 24.18,
"wind_speed": 7.07
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 93.82,
"night": 1,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.41,
"time": "2020-01-16T02:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 23.21,
"wind_speed": 6.83
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 94.38,
"night": 1,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.46,
"time": "2020-01-16T03:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 22.21,
"wind_speed": 6.57
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 94.94,
"night": 1,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.51,
"time": "2020-01-16T04:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "L'hygrométrie est très importante",
"icon": null,
"type": "HY95"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 22.38,
"wind_speed": 6.36
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 94.66,
"night": 1,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.56,
"time": "2020-01-16T05:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "L'hygrométrie est très importante",
"icon": null,
"type": "HY95"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 22.14,
"wind_speed": 6.24
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 94.3,
"night": 1,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.57,
"time": "2020-01-16T06:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 22.23,
"wind_speed": 6.28
},
{
"cloud_cover": null,
"etp": 0.01,
"humidity": 92.43,
"night": 0,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.53,
"time": "2020-01-16T07:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 21.73,
"wind_speed": 6.51
},
{
"cloud_cover": null,
"etp": 0.03,
"humidity": 88.55,
"night": 0,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.4,
"time": "2020-01-16T08:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 20.52,
"wind_speed": 6.88
},
{
"cloud_cover": null,
"etp": 0.05,
"humidity": 84.27,
"night": 0,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.18,
"time": "2020-01-16T09:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 19.55,
"wind_speed": 7.29
}
],
"wind_gusts": 27.67,
"wind_speed": 6.1216
},
{
"max_humidity": 94.94,
"max_temperature": -2.7,
"min_humidity": 75.83,
"min_temperature": -4.9,
"pluviometry_cumul": 0.3,
"snow": 0,
"time": "2020-01-15T22:00:00+00:00",
"weather": 3,
"weather_reports": [],
"wind_gusts": 26.43,
"wind_speed": 6.656399999999999
},
{
"max_humidity": 98.07,
"max_temperature": null,
"min_humidity": 88.84,
"min_temperature": null,
"pluviometry_cumul": 0.84,
"snow": 1,
"time": "2020-01-16T22:00:00+00:00",
"weather": 14,
"weather_reports": [],
"wind_gusts": 20.15,
"wind_speed": 4.021599999999999
},
{
"max_humidity": 93.21,
"max_temperature": null,
"min_humidity": 75.33,
"min_temperature": null,
"pluviometry_cumul": 0.9,
"snow": 1,
"time": "2020-01-17T22:00:00+00:00",
"weather": 14,
"weather_reports": [],
"wind_gusts": 34.94,
"wind_speed": 3.4159999999999995
},
{
"max_humidity": 90.32,
"max_temperature": null,
"min_humidity": 65.86,
"min_temperature": null,
"pluviometry_cumul": 1.17,
"snow": 1,
"time": "2020-01-18T22:00:00+00:00",
"weather": 14,
"weather_reports": [],
"wind_gusts": 25.21,
"wind_speed": 3.44
},
{
"max_humidity": 87.87,
"max_temperature": null,
"min_humidity": 69.66,
"min_temperature": null,
"pluviometry_cumul": 0,
"snow": 1,
"time": "2020-01-19T22:00:00+00:00",
"weather": 14,
"weather_reports": [],
"wind_gusts": 15.95
},
{
"max_humidity": 91.35,
"max_temperature": null,
"min_humidity": 63.6,
"min_temperature": null,
"pluviometry_cumul": 0,
"snow": 1,
"time": "2020-01-20T22:00:00+00:00",
"weather": 12,
"weather_reports": [],
"wind_gusts": 19.79
}
],
"timezone": "Europe/Kiev"
},
{
"city": "ZAPORIZHZHIA (ЗАПОРІЖЖЯ)",
"city_code": "CY_UA_27122612",
"daily_reports": [
{
"max_humidity": 95.69,
"max_temperature": -0.79,
"min_humidity": 79.25,
"min_temperature": -4.15,
"pluviometry_cumul": 0.42,
"snow": 0,
"time": "2020-01-15T10:00:00+00:00",
"weather": 3,
"weather_reports": [
{
"cloud_cover": null,
"etp": 0.1,
"humidity": 82.57,
"night": 0,
"pluviometry": 0.06,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.06,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -1.89,
"time": "2020-01-15T10:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 7.71,
"wind_speed": 4.27
},
{
"cloud_cover": null,
"etp": 0.11,
"humidity": 79.39,
"night": 0,
"pluviometry": 0.07,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.07,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -1.36,
"time": "2020-01-15T11:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 10.79,
"wind_speed": 4.65
},
{
"cloud_cover": null,
"etp": 0.11,
"humidity": 79.25,
"night": 0,
"pluviometry": 0.08,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.08,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -0.79,
"time": "2020-01-15T12:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 11.17,
"wind_speed": 4.9
},
{
"cloud_cover": null,
"etp": 0.07,
"humidity": 81.14,
"night": 0,
"pluviometry": 0.09,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.09,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -2.99,
"time": "2020-01-15T13:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 11.1,
"wind_speed": 4.96
},
{
"cloud_cover": null,
"etp": 0.04,
"humidity": 84.39,
"night": 0,
"pluviometry": 0.09,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.09,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -3.26,
"time": "2020-01-15T14:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 10.04,
"wind_speed": 4.9
},
{
"cloud_cover": null,
"etp": 0.01,
"humidity": 86.62,
"night": 1,
"pluviometry": 0.09,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.09,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -3.67,
"time": "2020-01-15T15:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 8.89,
"wind_speed": 4.76
},
{
"cloud_cover": null,
"etp": 0.02,
"humidity": 87.69,
"night": 1,
"pluviometry": 0.09,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.09,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.15,
"time": "2020-01-15T16:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 6.79,
"wind_speed": 4.63
},
{
"cloud_cover": null,
"etp": 0.01,
"humidity": 88.7,
"night": 1,
"pluviometry": 0.07,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.07,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.62,
"time": "2020-01-15T17:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 7.19,
"wind_speed": 4.58
},
{
"cloud_cover": null,
"etp": 0.02,
"humidity": 89.38,
"night": 1,
"pluviometry": 0.05,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.05,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -5,
"time": "2020-01-15T18:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 9.17,
"wind_speed": 4.66
},
{
"cloud_cover": null,
"etp": 0.01,
"humidity": 89.52,
"night": 1,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -5.26,
"time": "2020-01-15T19:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 9.93,
"wind_speed": 4.93
},
{
"cloud_cover": null,
"etp": 0.01,
"humidity": 89.86,
"night": 1,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -5.4,
"time": "2020-01-15T20:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 9.03,
"wind_speed": 5.34
},
{
"cloud_cover": null,
"etp": 0.01,
"humidity": 90.11,
"night": 1,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -5.45,
"time": "2020-01-15T21:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 7.66,
"wind_speed": 5.85
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 90.08,
"night": 1,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -5.45,
"time": "2020-01-15T22:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 8.08,
"wind_speed": 6.39
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 89.82,
"night": 1,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -5.43,
"time": "2020-01-15T23:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 9.84,
"wind_speed": 6.89
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 89.88,
"night": 1,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -5.41,
"time": "2020-01-16T00:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 9.92,
"wind_speed": 7.31
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 89.74,
"night": 1,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -5.43,
"time": "2020-01-16T01:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 9.45,
"wind_speed": 7.6
},
{
"cloud_cover": null,
"etp": 0.01,
"humidity": 89.94,
"night": 1,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -5.48,
"time": "2020-01-16T02:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 8.49,
"wind_speed": 7.78
},
{
"cloud_cover": null,
"etp": 0.01,
"humidity": 90.91,
"night": 1,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -5.53,
"time": "2020-01-16T03:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 8.57,
"wind_speed": 7.92
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 91.46,
"night": 1,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -5.57,
"time": "2020-01-16T04:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 8.46,
"wind_speed": 8.05
},
{
"cloud_cover": null,
"etp": 0.01,
"humidity": 91.37,
"night": 1,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -5.57,
"time": "2020-01-16T05:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 9.21,
"wind_speed": 8.22
},
{
"cloud_cover": null,
"etp": 0.01,
"humidity": 91.44,
"night": 0,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -5.53,
"time": "2020-01-16T06:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 10.84,
"wind_speed": 8.48
},
{
"cloud_cover": null,
"etp": 0.04,
"humidity": 88.22,
"night": 0,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -5.42,
"time": "2020-01-16T07:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 13.7,
"wind_speed": 8.86
},
{
"cloud_cover": null,
"etp": 0.06,
"humidity": 83.95,
"night": 0,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -5.22,
"time": "2020-01-16T08:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 17.23,
"wind_speed": 9.32
},
{
"cloud_cover": null,
"etp": 0.09,
"humidity": 82.01,
"night": 0,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.92,
"time": "2020-01-16T09:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 19.94,
"wind_speed": 9.79
}
],
"wind_gusts": 11.17,
"wind_speed": 4.1812
},
{
"max_humidity": 92.81,
"max_temperature": -3.2,
"min_humidity": 77.23,
"min_temperature": -5.57,
"pluviometry_cumul": 0.24,
"snow": 1,
"time": "2020-01-15T22:00:00+00:00",
"weather": 12,
"weather_reports": [],
"wind_gusts": 20.07,
"wind_speed": 8.914000000000001
},
{
"max_humidity": 93.33,
"max_temperature": null,
"min_humidity": 79.28,
"min_temperature": null,
"pluviometry_cumul": 0.42,
"snow": 1,
"time": "2020-01-16T22:00:00+00:00",
"weather": 13,
"weather_reports": [],
"wind_gusts": 29.36,
"wind_speed": 12.451200000000002
},
{
"max_humidity": 92.18,
"max_temperature": null,
"min_humidity": 73.05,
"min_temperature": null,
"pluviometry_cumul": 0.96,
"snow": 1,
"time": "2020-01-17T22:00:00+00:00",
"weather": 14,
"weather_reports": [],
"wind_gusts": 26.48,
"wind_speed": 10.781600000000003
},
{
"max_humidity": 84,
"max_temperature": null,
"min_humidity": 69.94,
"min_temperature": null,
"pluviometry_cumul": 0.81,
"snow": 1,
"time": "2020-01-18T22:00:00+00:00",
"weather": 14,
"weather_reports": [],
"wind_gusts": 22.81,
"wind_speed": 10.959333333333335
},
{
"max_humidity": 88.01,
"max_temperature": null,
"min_humidity": 65.05,
"min_temperature": null,
"pluviometry_cumul": 0,
"snow": 1,
"time": "2020-01-19T22:00:00+00:00",
"weather": 13,
"weather_reports": [],
"wind_gusts": 29.28
},
{
"max_humidity": 86.5,
"max_temperature": null,
"min_humidity": 69.63,
"min_temperature": null,
"pluviometry_cumul": 0,
"snow": 1,
"time": "2020-01-20T22:00:00+00:00",
"weather": 13,
"weather_reports": [],
"wind_gusts": 21.43
}
],
"timezone": "Europe/Kiev"
},
{
"city": "MALI DMYTROVYCHI (МАЛІ ДМИТРОВИЧІ)",
"city_code": "CY_UA_337526793",
"daily_reports": [
{
"max_humidity": 95.09,
"max_temperature": -0.96,
"min_humidity": 77.01,
"min_temperature": -3.93,
"pluviometry_cumul": 0.87,
"snow": 0,
"time": "2020-01-15T10:00:00+00:00",
"weather": 3,
"weather_reports": [
{
"cloud_cover": null,
"etp": 0.1,
"humidity": 80.16,
"night": 0,
"pluviometry": 0.18,
"pluviometry1h": 0.06,
"pluviometry_cumul": 0.18,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -2.38,
"time": "2020-01-15T10:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 28.49,
"wind_speed": 4.74
},
{
"cloud_cover": null,
"etp": 0.11,
"humidity": 77.4,
"night": 0,
"pluviometry": 0.14,
"pluviometry1h": 0.06,
"pluviometry_cumul": 0.14,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -1.71,
"time": "2020-01-15T11:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 29.13,
"wind_speed": 4.9
},
{
"cloud_cover": null,
"etp": 0.11,
"humidity": 77.01,
"night": 0,
"pluviometry": 0.1,
"pluviometry1h": 0.06,
"pluviometry_cumul": 0.1,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -0.96,
"time": "2020-01-15T12:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 29.23,
"wind_speed": 4.96
},
{
"cloud_cover": null,
"etp": 0.08,
"humidity": 80.06,
"night": 0,
"pluviometry": 0.06,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.06,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -2.23,
"time": "2020-01-15T13:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 27.9,
"wind_speed": 4.88
},
{
"cloud_cover": null,
"etp": 0.04,
"humidity": 85.32,
"night": 0,
"pluviometry": 0.06,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.06,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -2.47,
"time": "2020-01-15T14:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 27.36,
"wind_speed": 4.71
},
{
"cloud_cover": null,
"etp": 0.01,
"humidity": 89,
"night": 1,
"pluviometry": 0.06,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.06,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -2.84,
"time": "2020-01-15T15:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 29.56,
"wind_speed": 4.47
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 90.7,
"night": 1,
"pluviometry": 0.06,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.06,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -3.26,
"time": "2020-01-15T16:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 30.94,
"wind_speed": 4.23
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 91.02,
"night": 1,
"pluviometry": 0.07,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.07,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -3.66,
"time": "2020-01-15T17:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 29.59,
"wind_speed": 4.03
},
{
"cloud_cover": null,
"etp": 0.02,
"humidity": 91.08,
"night": 1,
"pluviometry": 0.08,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.08,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -3.97,
"time": "2020-01-15T18:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 29.59,
"wind_speed": 3.91
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 91.31,
"night": 1,
"pluviometry": 0.09,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.09,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.13,
"time": "2020-01-15T19:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 30.08,
"wind_speed": 3.9
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 92.08,
"night": 1,
"pluviometry": 0.09,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.09,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.17,
"time": "2020-01-15T20:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 30,
"wind_speed": 3.99
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 92.15,
"night": 1,
"pluviometry": 0.09,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.09,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.12,
"time": "2020-01-15T21:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 27.95,
"wind_speed": 4.15
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 92.81,
"night": 1,
"pluviometry": 0.09,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.09,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.04,
"time": "2020-01-15T22:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 29.86,
"wind_speed": 4.33
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 93.22,
"night": 1,
"pluviometry": 0.08,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.08,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -3.96,
"time": "2020-01-15T23:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 30.5,
"wind_speed": 4.52
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 93.36,
"night": 1,
"pluviometry": 0.07,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.07,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -3.91,
"time": "2020-01-16T00:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 30.57,
"wind_speed": 4.67
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 93.37,
"night": 1,
"pluviometry": 0.06,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.06,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -3.94,
"time": "2020-01-16T01:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 30.18,
"wind_speed": 4.76
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 93.59,
"night": 1,
"pluviometry": 0.06,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.06,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.03,
"time": "2020-01-16T02:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 30.18,
"wind_speed": 4.79
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 94.04,
"night": 1,
"pluviometry": 0.06,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.06,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.15,
"time": "2020-01-16T03:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 30.68,
"wind_speed": 4.79
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 94.88,
"night": 1,
"pluviometry": 0.06,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.06,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.28,
"time": "2020-01-16T04:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "L'hygrométrie est très importante",
"icon": null,
"type": "HY95"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 31.69,
"wind_speed": 4.77
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 94.85,
"night": 1,
"pluviometry": 0.05,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.05,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.4,
"time": "2020-01-16T05:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "L'hygrométrie est très importante",
"icon": null,
"type": "HY95"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 32.75,
"wind_speed": 4.74
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 94.23,
"night": 0,
"pluviometry": 0.04,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.04,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.47,
"time": "2020-01-16T06:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 35.97,
"wind_speed": 4.71
},
{
"cloud_cover": null,
"etp": 0.01,
"humidity": 92.42,
"night": 0,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.48,
"time": "2020-01-16T07:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 36.38,
"wind_speed": 4.71
},
{
"cloud_cover": null,
"etp": 0.03,
"humidity": 89.06,
"night": 0,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.4,
"time": "2020-01-16T08:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 41.29,
"wind_speed": 4.72
},
{
"cloud_cover": null,
"etp": 0.04,
"humidity": 85.49,
"night": 0,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.2,
"time": "2020-01-16T09:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 43.81,
"wind_speed": 4.73
}
],
"wind_gusts": 30.94,
"wind_speed": 4.4072
},
{
"max_humidity": 94.88,
"max_temperature": -2.67,
"min_humidity": 79.91,
"min_temperature": -4.48,
"pluviometry_cumul": 0.42,
"snow": 0,
"time": "2020-01-15T22:00:00+00:00",
"weather": 9,
"weather_reports": [],
"wind_gusts": 43.81,
"wind_speed": 4.7444
},
{
"max_humidity": 97.2,
"max_temperature": null,
"min_humidity": 78.62,
"min_temperature": null,
"pluviometry_cumul": 0.75,
"snow": 1,
"time": "2020-01-16T22:00:00+00:00",
"weather": 14,
"weather_reports": [],
"wind_gusts": 26.94,
"wind_speed": 5.496
},
{
"max_humidity": 95.02,
"max_temperature": null,
"min_humidity": 81.21,
"min_temperature": null,
"pluviometry_cumul": 0.78,
"snow": 1,
"time": "2020-01-17T22:00:00+00:00",
"weather": 14,
"weather_reports": [],
"wind_gusts": 19.38,
"wind_speed": 5.5456
},
{
"max_humidity": 89.88,
"max_temperature": null,
"min_humidity": 71.47,
"min_temperature": null,
"pluviometry_cumul": 1.41,
"snow": 1,
"time": "2020-01-18T22:00:00+00:00",
"weather": 14,
"weather_reports": [],
"wind_gusts": 20.31,
"wind_speed": 6.478
},
{
"max_humidity": 92.79,
"max_temperature": null,
"min_humidity": 69.64,
"min_temperature": null,
"pluviometry_cumul": 0,
"snow": 1,
"time": "2020-01-19T22:00:00+00:00",
"weather": 14,
"weather_reports": [],
"wind_gusts": 20.31
},
{
"max_humidity": 92.01,
"max_temperature": null,
"min_humidity": 69.01,
"min_temperature": null,
"pluviometry_cumul": 0,
"snow": 1,
"time": "2020-01-20T22:00:00+00:00",
"weather": 18,
"weather_reports": [],
"wind_gusts": 43.91
}
],
"timezone": "Europe/Kiev"
}
]
}
The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:
{
"additionalProperties": false,
"definitions": {
"DefaultDailyReport_369": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"max_humidity": {
"maximum": 100,
"minimum": 30,
"type": "number"
},
"max_temperature": {
"anyOf": [
{
"maximum": 70,
"minimum": 0,
"type": "number"
},
{
"type": "null"
}
]
},
"min_humidity": {
"maximum": 100,
"minimum": -15,
"type": "number"
},
"min_temperature": {
"anyOf": [
{
"maximum": 40,
"minimum": -15,
"type": "number"
},
{
"type": "null"
}
]
},
"pluviometry_cumul": {
"maximum": 200,
"minimum": 0,
"type": "number"
},
"snow": {
"maximum": 1,
"minimum": 0,
"type": "integer"
},
"time": {
"format": "date-time",
"type": "string"
},
"weather": {
"maximum": 20,
"minimum": 0,
"type": "integer"
},
"weather_reports": {
"items": {
"$ref": "#/definitions/DefaultWeatherReport_368",
"type": "object"
},
"type": "array"
},
"wind_direction": {
"type": "string"
},
"wind_gusts": {
"maximum": 60,
"minimum": 0,
"type": "number"
},
"wind_speed": {
"maximum": 30,
"minimum": 0,
"type": "number"
}
},
"required": [
"pluviometry_cumul",
"snow",
"time",
"weather",
"weather_reports"
],
"title": "DailyReport - DefaultDailyReport",
"type": "object"
},
"DefaultWarning_302": {
"additionalProperties": false,
"description": "Automatically generated",
"properties": {
"comment": {
"type": "string"
},
"icon": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"type": {
"type": "string"
}
},
"required": [
"comment",
"icon",
"type"
],
"title": "Warning - DefaultWarning",
"type": "object"
},
"DefaultWeatherReport_368": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"humidity": {
"maximum": 100,
"minimum": 30,
"type": "number"
},
"night": {
"maximum": 1,
"minimum": 0,
"type": "integer"
},
"pluviometry": {
"maximum": 204,
"minimum": 0,
"type": "number"
},
"pluviometry1h": {
"type": "number"
},
"pluviometry_cumul": {
"maximum": 200,
"minimum": 0,
"type": "number"
},
"recommended_spray": {
"maximum": 3,
"minimum": 0,
"type": "integer"
},
"risk_of_rain": {
"maximum": 100,
"minimum": 0,
"type": "number"
},
"snow": {
"maximum": 1,
"minimum": 0,
"type": "integer"
},
"temperature": {
"maximum": 100,
"minimum": -15,
"type": "number"
},
"time": {
"format": "date-time",
"type": "string"
},
"warnings": {
"items": {
"$ref": "#/definitions/DefaultWarning_302",
"type": "object"
},
"type": "array"
},
"weather": {
"maximum": 20,
"minimum": 0,
"type": "number"
},
"wind_direction": {
"type": "string"
},
"wind_gusts": {
"maximum": 100,
"minimum": 0,
"type": "number"
},
"wind_speed": {
"maximum": 30,
"minimum": 0,
"type": "number"
}
},
"required": [
"humidity",
"night",
"pluviometry",
"pluviometry1h",
"pluviometry_cumul",
"recommended_spray",
"risk_of_rain",
"snow",
"temperature",
"time",
"warnings",
"weather",
"wind_direction",
"wind_gusts",
"wind_speed"
],
"title": "WeatherReport - DefaultWeatherReport",
"type": "object"
}
},
"description": "Automatically generated (please edit me)",
"properties": {
"weather_forecast": {
"additionalProperties": false,
"properties": {
"city": {
"type": "string"
},
"city_code": {
"type": "string"
},
"daily_reports": {
"items": {
"$ref": "#/definitions/DefaultDailyReport_369",
"type": "object"
},
"type": "array"
},
"timezone": {
"type": "string"
}
},
"required": [
"city",
"city_code",
"daily_reports",
"timezone"
],
"type": "object"
}
},
"required": [
"weather_forecast"
],
"title": "WeatherForecast - DefaultWeatherForecast",
"type": "object"
}
{
"weather_forecasts": [
{
"city": "KYIV (КИЇВ)",
"city_code": "CY_UA_26150422",
"daily_reports": [
{
"max_humidity": 95.9,
"max_temperature": -1.12,
"min_humidity": 74.72,
"min_temperature": -3.88,
"pluviometry_cumul": 0.87,
"snow": 0,
"time": "2020-01-15T10:00:00+00:00",
"weather": 2,
"weather_reports": [
{
"cloud_cover": null,
"etp": 0.11,
"humidity": 78.22,
"night": 0,
"pluviometry": 0.18,
"pluviometry1h": 0.06,
"pluviometry_cumul": 0.18,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -2.44,
"time": "2020-01-15T10:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 27.17,
"wind_speed": 4.1
},
{
"cloud_cover": null,
"etp": 0.12,
"humidity": 74.99,
"night": 0,
"pluviometry": 0.14,
"pluviometry1h": 0.06,
"pluviometry_cumul": 0.14,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -1.82,
"time": "2020-01-15T11:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 29.3,
"wind_speed": 4.21
},
{
"cloud_cover": null,
"etp": 0.11,
"humidity": 74.72,
"night": 0,
"pluviometry": 0.1,
"pluviometry1h": 0.06,
"pluviometry_cumul": 0.1,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -1.12,
"time": "2020-01-15T12:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 28.68,
"wind_speed": 4.23
},
{
"cloud_cover": null,
"etp": 0.08,
"humidity": 77.26,
"night": 0,
"pluviometry": 0.06,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.06,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -2.05,
"time": "2020-01-15T13:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 28.19,
"wind_speed": 4.15
},
{
"cloud_cover": null,
"etp": 0.05,
"humidity": 82.44,
"night": 0,
"pluviometry": 0.06,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.06,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -2.28,
"time": "2020-01-15T14:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 27.91,
"wind_speed": 3.99
},
{
"cloud_cover": null,
"etp": 0.01,
"humidity": 87.31,
"night": 1,
"pluviometry": 0.06,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.06,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -2.65,
"time": "2020-01-15T15:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 28.07,
"wind_speed": 3.78
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 89.25,
"night": 1,
"pluviometry": 0.06,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.06,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -3.07,
"time": "2020-01-15T16:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 29.38,
"wind_speed": 3.58
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 90.07,
"night": 1,
"pluviometry": 0.07,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.07,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -3.47,
"time": "2020-01-15T17:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 29.26,
"wind_speed": 3.41
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 89.99,
"night": 1,
"pluviometry": 0.08,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.08,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -3.79,
"time": "2020-01-15T18:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 29.54,
"wind_speed": 3.31
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 90.16,
"night": 1,
"pluviometry": 0.09,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.09,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -3.96,
"time": "2020-01-15T19:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 29.23,
"wind_speed": 3.32
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 90.97,
"night": 1,
"pluviometry": 0.09,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.09,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.02,
"time": "2020-01-15T20:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 27.89,
"wind_speed": 3.41
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 91.6,
"night": 1,
"pluviometry": 0.09,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.09,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4,
"time": "2020-01-15T21:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 29.07,
"wind_speed": 3.56
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 92.27,
"night": 1,
"pluviometry": 0.09,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.09,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -3.94,
"time": "2020-01-15T22:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 28.83,
"wind_speed": 3.74
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 92.52,
"night": 1,
"pluviometry": 0.08,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.08,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -3.87,
"time": "2020-01-15T23:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 28.9,
"wind_speed": 3.91
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 92.55,
"night": 1,
"pluviometry": 0.07,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.07,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -3.85,
"time": "2020-01-16T00:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 29.55,
"wind_speed": 4.05
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 92.83,
"night": 1,
"pluviometry": 0.06,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.06,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -3.89,
"time": "2020-01-16T01:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 30.19,
"wind_speed": 4.13
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 92.75,
"night": 1,
"pluviometry": 0.06,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.06,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -3.99,
"time": "2020-01-16T02:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 29.91,
"wind_speed": 4.17
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 93.91,
"night": 1,
"pluviometry": 0.06,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.06,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.11,
"time": "2020-01-16T03:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 27.82,
"wind_speed": 4.17
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 94.11,
"night": 1,
"pluviometry": 0.06,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.06,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.24,
"time": "2020-01-16T04:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 29.87,
"wind_speed": 4.15
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 93.57,
"night": 1,
"pluviometry": 0.05,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.05,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.35,
"time": "2020-01-16T05:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 32.25,
"wind_speed": 4.13
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 92.97,
"night": 0,
"pluviometry": 0.04,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.04,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.42,
"time": "2020-01-16T06:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 34.97,
"wind_speed": 4.1
},
{
"cloud_cover": null,
"etp": 0.01,
"humidity": 90.76,
"night": 0,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.42,
"time": "2020-01-16T07:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 35.21,
"wind_speed": 4.1
},
{
"cloud_cover": null,
"etp": 0.02,
"humidity": 86.87,
"night": 0,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.32,
"time": "2020-01-16T08:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 42.68,
"wind_speed": 4.1
},
{
"cloud_cover": null,
"etp": 0.03,
"humidity": 84.61,
"night": 0,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.11,
"time": "2020-01-16T09:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 44.75,
"wind_speed": 4.12
}
],
"wind_gusts": 29.54,
"wind_speed": 3.7927999999999993
},
{
"max_humidity": 94.11,
"max_temperature": -2.53,
"min_humidity": 81.25,
"min_temperature": -4.42,
"pluviometry_cumul": 0.51,
"snow": 0,
"time": "2020-01-15T22:00:00+00:00",
"weather": 9,
"weather_reports": [],
"wind_gusts": 44.75,
"wind_speed": 4.153199999999999
},
{
"max_humidity": 97.18,
"max_temperature": null,
"min_humidity": 78.15,
"min_temperature": null,
"pluviometry_cumul": 0.81,
"snow": 1,
"time": "2020-01-16T22:00:00+00:00",
"weather": 14,
"weather_reports": [],
"wind_gusts": 28.22,
"wind_speed": 4.7947999999999995
},
{
"max_humidity": 93.66,
"max_temperature": null,
"min_humidity": 79.93,
"min_temperature": null,
"pluviometry_cumul": 0.78,
"snow": 1,
"time": "2020-01-17T22:00:00+00:00",
"weather": 14,
"weather_reports": [],
"wind_gusts": 19.86,
"wind_speed": 4.8580000000000005
},
{
"max_humidity": 89.29,
"max_temperature": null,
"min_humidity": 73.98,
"min_temperature": null,
"pluviometry_cumul": 1.38,
"snow": 1,
"time": "2020-01-18T22:00:00+00:00",
"weather": 14,
"weather_reports": [],
"wind_gusts": 19.82,
"wind_speed": 5.528000000000001
},
{
"max_humidity": 92.3,
"max_temperature": null,
"min_humidity": 69.96,
"min_temperature": null,
"pluviometry_cumul": 0,
"snow": 1,
"time": "2020-01-19T22:00:00+00:00",
"weather": 14,
"weather_reports": [],
"wind_gusts": 18.67
},
{
"max_humidity": 91.5,
"max_temperature": null,
"min_humidity": 68.46,
"min_temperature": null,
"pluviometry_cumul": 0,
"snow": 1,
"time": "2020-01-20T22:00:00+00:00",
"weather": 18,
"weather_reports": [],
"wind_gusts": 45.22
}
],
"timezone": "Europe/Kiev"
},
{
"city": "VOLOCHYS'K (ВОЛОЧИСЬК)",
"city_code": "CY_UA_313201266",
"daily_reports": [
{
"max_humidity": 91.55,
"max_temperature": -0.94,
"min_humidity": 70.19,
"min_temperature": -4.52,
"pluviometry_cumul": 1.02,
"snow": 0,
"time": "2020-01-15T10:00:00+00:00",
"weather": 2,
"weather_reports": [
{
"cloud_cover": null,
"etp": 0.12,
"humidity": 73.2,
"night": 0,
"pluviometry": 0.12,
"pluviometry1h": 0.04,
"pluviometry_cumul": 0.12,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -2.61,
"time": "2020-01-15T10:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 17.31,
"wind_speed": 6.88
},
{
"cloud_cover": null,
"etp": 0.13,
"humidity": 70.72,
"night": 0,
"pluviometry": 0.15,
"pluviometry1h": 0.04,
"pluviometry_cumul": 0.15,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -1.83,
"time": "2020-01-15T11:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 18.97,
"wind_speed": 7.27
},
{
"cloud_cover": null,
"etp": 0.13,
"humidity": 70.19,
"night": 0,
"pluviometry": 0.18,
"pluviometry1h": 0.04,
"pluviometry_cumul": 0.18,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -0.94,
"time": "2020-01-15T12:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "L'hygrométrie est faible",
"icon": "WARNING_HYGR",
"type": "HY70"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 20.21,
"wind_speed": 7.54
},
{
"cloud_cover": null,
"etp": 0.11,
"humidity": 72.23,
"night": 0,
"pluviometry": 0.21,
"pluviometry1h": 0.07,
"pluviometry_cumul": 0.21,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -3.2,
"time": "2020-01-15T13:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 19.63,
"wind_speed": 7.64
},
{
"cloud_cover": null,
"etp": 0.08,
"humidity": 77.29,
"night": 0,
"pluviometry": 0.21,
"pluviometry1h": 0.07,
"pluviometry_cumul": 0.21,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -3.41,
"time": "2020-01-15T14:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 18.49,
"wind_speed": 7.6
},
{
"cloud_cover": null,
"etp": 0.01,
"humidity": 81.58,
"night": 1,
"pluviometry": 0.21,
"pluviometry1h": 0.07,
"pluviometry_cumul": 0.21,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -3.75,
"time": "2020-01-15T15:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 19.08,
"wind_speed": 7.47
},
{
"cloud_cover": null,
"etp": 0.01,
"humidity": 83.97,
"night": 1,
"pluviometry": 0.21,
"pluviometry1h": 0.07,
"pluviometry_cumul": 0.21,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.13,
"time": "2020-01-15T16:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 20.95,
"wind_speed": 7.3
},
{
"cloud_cover": null,
"etp": 0.02,
"humidity": 85.99,
"night": 1,
"pluviometry": 0.18,
"pluviometry1h": 0.07,
"pluviometry_cumul": 0.18,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.5,
"time": "2020-01-15T17:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 23.2,
"wind_speed": 7.14
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 87.76,
"night": 1,
"pluviometry": 0.15,
"pluviometry1h": 0.07,
"pluviometry_cumul": 0.15,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.78,
"time": "2020-01-15T18:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 24.1,
"wind_speed": 7.03
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 88.98,
"night": 1,
"pluviometry": 0.12,
"pluviometry1h": 0.04,
"pluviometry_cumul": 0.12,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.9,
"time": "2020-01-15T19:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 26.27,
"wind_speed": 7.03
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 89.87,
"night": 1,
"pluviometry": 0.12,
"pluviometry1h": 0.04,
"pluviometry_cumul": 0.12,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.9,
"time": "2020-01-15T20:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 27.67,
"wind_speed": 7.09
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 90.82,
"night": 1,
"pluviometry": 0.12,
"pluviometry1h": 0.04,
"pluviometry_cumul": 0.12,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.81,
"time": "2020-01-15T21:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 27.52,
"wind_speed": 7.18
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 91.55,
"night": 1,
"pluviometry": 0.12,
"pluviometry1h": 0.04,
"pluviometry_cumul": 0.12,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.68,
"time": "2020-01-15T22:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 26.43,
"wind_speed": 7.27
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 92.23,
"night": 1,
"pluviometry": 0.09,
"pluviometry1h": 0.04,
"pluviometry_cumul": 0.09,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.54,
"time": "2020-01-15T23:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 25.53,
"wind_speed": 7.3
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 92.88,
"night": 1,
"pluviometry": 0.06,
"pluviometry1h": 0.04,
"pluviometry_cumul": 0.06,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.43,
"time": "2020-01-16T00:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 25.11,
"wind_speed": 7.24
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 93.5,
"night": 1,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.39,
"time": "2020-01-16T01:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 24.18,
"wind_speed": 7.07
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 93.82,
"night": 1,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.41,
"time": "2020-01-16T02:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 23.21,
"wind_speed": 6.83
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 94.38,
"night": 1,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.46,
"time": "2020-01-16T03:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 22.21,
"wind_speed": 6.57
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 94.94,
"night": 1,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.51,
"time": "2020-01-16T04:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "L'hygrométrie est très importante",
"icon": null,
"type": "HY95"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 22.38,
"wind_speed": 6.36
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 94.66,
"night": 1,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.56,
"time": "2020-01-16T05:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "L'hygrométrie est très importante",
"icon": null,
"type": "HY95"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 22.14,
"wind_speed": 6.24
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 94.3,
"night": 1,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.57,
"time": "2020-01-16T06:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 22.23,
"wind_speed": 6.28
},
{
"cloud_cover": null,
"etp": 0.01,
"humidity": 92.43,
"night": 0,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.53,
"time": "2020-01-16T07:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 21.73,
"wind_speed": 6.51
},
{
"cloud_cover": null,
"etp": 0.03,
"humidity": 88.55,
"night": 0,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.4,
"time": "2020-01-16T08:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 20.52,
"wind_speed": 6.88
},
{
"cloud_cover": null,
"etp": 0.05,
"humidity": 84.27,
"night": 0,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.18,
"time": "2020-01-16T09:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 19.55,
"wind_speed": 7.29
}
],
"wind_gusts": 27.67,
"wind_speed": 6.1216
},
{
"max_humidity": 94.94,
"max_temperature": -2.7,
"min_humidity": 75.83,
"min_temperature": -4.9,
"pluviometry_cumul": 0.3,
"snow": 0,
"time": "2020-01-15T22:00:00+00:00",
"weather": 3,
"weather_reports": [],
"wind_gusts": 26.43,
"wind_speed": 6.656399999999999
},
{
"max_humidity": 98.07,
"max_temperature": null,
"min_humidity": 88.84,
"min_temperature": null,
"pluviometry_cumul": 0.84,
"snow": 1,
"time": "2020-01-16T22:00:00+00:00",
"weather": 14,
"weather_reports": [],
"wind_gusts": 20.15,
"wind_speed": 4.021599999999999
},
{
"max_humidity": 93.21,
"max_temperature": null,
"min_humidity": 75.33,
"min_temperature": null,
"pluviometry_cumul": 0.9,
"snow": 1,
"time": "2020-01-17T22:00:00+00:00",
"weather": 14,
"weather_reports": [],
"wind_gusts": 34.94,
"wind_speed": 3.4159999999999995
},
{
"max_humidity": 90.32,
"max_temperature": null,
"min_humidity": 65.86,
"min_temperature": null,
"pluviometry_cumul": 1.17,
"snow": 1,
"time": "2020-01-18T22:00:00+00:00",
"weather": 14,
"weather_reports": [],
"wind_gusts": 25.21,
"wind_speed": 3.44
},
{
"max_humidity": 87.87,
"max_temperature": null,
"min_humidity": 69.66,
"min_temperature": null,
"pluviometry_cumul": 0,
"snow": 1,
"time": "2020-01-19T22:00:00+00:00",
"weather": 14,
"weather_reports": [],
"wind_gusts": 15.95
},
{
"max_humidity": 91.35,
"max_temperature": null,
"min_humidity": 63.6,
"min_temperature": null,
"pluviometry_cumul": 0,
"snow": 1,
"time": "2020-01-20T22:00:00+00:00",
"weather": 12,
"weather_reports": [],
"wind_gusts": 19.79
}
],
"timezone": "Europe/Kiev"
},
{
"city": "ZAPORIZHZHIA (ЗАПОРІЖЖЯ)",
"city_code": "CY_UA_27122612",
"daily_reports": [
{
"max_humidity": 95.69,
"max_temperature": -0.79,
"min_humidity": 79.25,
"min_temperature": -4.15,
"pluviometry_cumul": 0.42,
"snow": 0,
"time": "2020-01-15T10:00:00+00:00",
"weather": 3,
"weather_reports": [
{
"cloud_cover": null,
"etp": 0.1,
"humidity": 82.57,
"night": 0,
"pluviometry": 0.06,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.06,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -1.89,
"time": "2020-01-15T10:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 7.71,
"wind_speed": 4.27
},
{
"cloud_cover": null,
"etp": 0.11,
"humidity": 79.39,
"night": 0,
"pluviometry": 0.07,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.07,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -1.36,
"time": "2020-01-15T11:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 10.79,
"wind_speed": 4.65
},
{
"cloud_cover": null,
"etp": 0.11,
"humidity": 79.25,
"night": 0,
"pluviometry": 0.08,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.08,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -0.79,
"time": "2020-01-15T12:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 11.17,
"wind_speed": 4.9
},
{
"cloud_cover": null,
"etp": 0.07,
"humidity": 81.14,
"night": 0,
"pluviometry": 0.09,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.09,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -2.99,
"time": "2020-01-15T13:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 11.1,
"wind_speed": 4.96
},
{
"cloud_cover": null,
"etp": 0.04,
"humidity": 84.39,
"night": 0,
"pluviometry": 0.09,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.09,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -3.26,
"time": "2020-01-15T14:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 10.04,
"wind_speed": 4.9
},
{
"cloud_cover": null,
"etp": 0.01,
"humidity": 86.62,
"night": 1,
"pluviometry": 0.09,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.09,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -3.67,
"time": "2020-01-15T15:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 8.89,
"wind_speed": 4.76
},
{
"cloud_cover": null,
"etp": 0.02,
"humidity": 87.69,
"night": 1,
"pluviometry": 0.09,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.09,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.15,
"time": "2020-01-15T16:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 6.79,
"wind_speed": 4.63
},
{
"cloud_cover": null,
"etp": 0.01,
"humidity": 88.7,
"night": 1,
"pluviometry": 0.07,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.07,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.62,
"time": "2020-01-15T17:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 7.19,
"wind_speed": 4.58
},
{
"cloud_cover": null,
"etp": 0.02,
"humidity": 89.38,
"night": 1,
"pluviometry": 0.05,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.05,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -5,
"time": "2020-01-15T18:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 9.17,
"wind_speed": 4.66
},
{
"cloud_cover": null,
"etp": 0.01,
"humidity": 89.52,
"night": 1,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -5.26,
"time": "2020-01-15T19:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 9.93,
"wind_speed": 4.93
},
{
"cloud_cover": null,
"etp": 0.01,
"humidity": 89.86,
"night": 1,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -5.4,
"time": "2020-01-15T20:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 9.03,
"wind_speed": 5.34
},
{
"cloud_cover": null,
"etp": 0.01,
"humidity": 90.11,
"night": 1,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -5.45,
"time": "2020-01-15T21:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 7.66,
"wind_speed": 5.85
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 90.08,
"night": 1,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -5.45,
"time": "2020-01-15T22:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 8.08,
"wind_speed": 6.39
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 89.82,
"night": 1,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -5.43,
"time": "2020-01-15T23:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 9.84,
"wind_speed": 6.89
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 89.88,
"night": 1,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -5.41,
"time": "2020-01-16T00:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 9.92,
"wind_speed": 7.31
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 89.74,
"night": 1,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -5.43,
"time": "2020-01-16T01:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 9.45,
"wind_speed": 7.6
},
{
"cloud_cover": null,
"etp": 0.01,
"humidity": 89.94,
"night": 1,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -5.48,
"time": "2020-01-16T02:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 8.49,
"wind_speed": 7.78
},
{
"cloud_cover": null,
"etp": 0.01,
"humidity": 90.91,
"night": 1,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -5.53,
"time": "2020-01-16T03:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 8.57,
"wind_speed": 7.92
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 91.46,
"night": 1,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -5.57,
"time": "2020-01-16T04:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 8.46,
"wind_speed": 8.05
},
{
"cloud_cover": null,
"etp": 0.01,
"humidity": 91.37,
"night": 1,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -5.57,
"time": "2020-01-16T05:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 9.21,
"wind_speed": 8.22
},
{
"cloud_cover": null,
"etp": 0.01,
"humidity": 91.44,
"night": 0,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -5.53,
"time": "2020-01-16T06:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 10.84,
"wind_speed": 8.48
},
{
"cloud_cover": null,
"etp": 0.04,
"humidity": 88.22,
"night": 0,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -5.42,
"time": "2020-01-16T07:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 13.7,
"wind_speed": 8.86
},
{
"cloud_cover": null,
"etp": 0.06,
"humidity": 83.95,
"night": 0,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -5.22,
"time": "2020-01-16T08:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 17.23,
"wind_speed": 9.32
},
{
"cloud_cover": null,
"etp": 0.09,
"humidity": 82.01,
"night": 0,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.92,
"time": "2020-01-16T09:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 19.94,
"wind_speed": 9.79
}
],
"wind_gusts": 11.17,
"wind_speed": 4.1812
},
{
"max_humidity": 92.81,
"max_temperature": -3.2,
"min_humidity": 77.23,
"min_temperature": -5.57,
"pluviometry_cumul": 0.24,
"snow": 1,
"time": "2020-01-15T22:00:00+00:00",
"weather": 12,
"weather_reports": [],
"wind_gusts": 20.07,
"wind_speed": 8.914000000000001
},
{
"max_humidity": 93.33,
"max_temperature": null,
"min_humidity": 79.28,
"min_temperature": null,
"pluviometry_cumul": 0.42,
"snow": 1,
"time": "2020-01-16T22:00:00+00:00",
"weather": 13,
"weather_reports": [],
"wind_gusts": 29.36,
"wind_speed": 12.451200000000002
},
{
"max_humidity": 92.18,
"max_temperature": null,
"min_humidity": 73.05,
"min_temperature": null,
"pluviometry_cumul": 0.96,
"snow": 1,
"time": "2020-01-17T22:00:00+00:00",
"weather": 14,
"weather_reports": [],
"wind_gusts": 26.48,
"wind_speed": 10.781600000000003
},
{
"max_humidity": 84,
"max_temperature": null,
"min_humidity": 69.94,
"min_temperature": null,
"pluviometry_cumul": 0.81,
"snow": 1,
"time": "2020-01-18T22:00:00+00:00",
"weather": 14,
"weather_reports": [],
"wind_gusts": 22.81,
"wind_speed": 10.959333333333335
},
{
"max_humidity": 88.01,
"max_temperature": null,
"min_humidity": 65.05,
"min_temperature": null,
"pluviometry_cumul": 0,
"snow": 1,
"time": "2020-01-19T22:00:00+00:00",
"weather": 13,
"weather_reports": [],
"wind_gusts": 29.28
},
{
"max_humidity": 86.5,
"max_temperature": null,
"min_humidity": 69.63,
"min_temperature": null,
"pluviometry_cumul": 0,
"snow": 1,
"time": "2020-01-20T22:00:00+00:00",
"weather": 13,
"weather_reports": [],
"wind_gusts": 21.43
}
],
"timezone": "Europe/Kiev"
},
{
"city": "MALI DMYTROVYCHI (МАЛІ ДМИТРОВИЧІ)",
"city_code": "CY_UA_337526793",
"daily_reports": [
{
"max_humidity": 95.09,
"max_temperature": -0.96,
"min_humidity": 77.01,
"min_temperature": -3.93,
"pluviometry_cumul": 0.87,
"snow": 0,
"time": "2020-01-15T10:00:00+00:00",
"weather": 3,
"weather_reports": [
{
"cloud_cover": null,
"etp": 0.1,
"humidity": 80.16,
"night": 0,
"pluviometry": 0.18,
"pluviometry1h": 0.06,
"pluviometry_cumul": 0.18,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -2.38,
"time": "2020-01-15T10:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 28.49,
"wind_speed": 4.74
},
{
"cloud_cover": null,
"etp": 0.11,
"humidity": 77.4,
"night": 0,
"pluviometry": 0.14,
"pluviometry1h": 0.06,
"pluviometry_cumul": 0.14,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -1.71,
"time": "2020-01-15T11:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 29.13,
"wind_speed": 4.9
},
{
"cloud_cover": null,
"etp": 0.11,
"humidity": 77.01,
"night": 0,
"pluviometry": 0.1,
"pluviometry1h": 0.06,
"pluviometry_cumul": 0.1,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -0.96,
"time": "2020-01-15T12:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 29.23,
"wind_speed": 4.96
},
{
"cloud_cover": null,
"etp": 0.08,
"humidity": 80.06,
"night": 0,
"pluviometry": 0.06,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.06,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -2.23,
"time": "2020-01-15T13:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 27.9,
"wind_speed": 4.88
},
{
"cloud_cover": null,
"etp": 0.04,
"humidity": 85.32,
"night": 0,
"pluviometry": 0.06,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.06,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -2.47,
"time": "2020-01-15T14:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 27.36,
"wind_speed": 4.71
},
{
"cloud_cover": null,
"etp": 0.01,
"humidity": 89,
"night": 1,
"pluviometry": 0.06,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.06,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -2.84,
"time": "2020-01-15T15:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 29.56,
"wind_speed": 4.47
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 90.7,
"night": 1,
"pluviometry": 0.06,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.06,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -3.26,
"time": "2020-01-15T16:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 30.94,
"wind_speed": 4.23
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 91.02,
"night": 1,
"pluviometry": 0.07,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.07,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -3.66,
"time": "2020-01-15T17:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 29.59,
"wind_speed": 4.03
},
{
"cloud_cover": null,
"etp": 0.02,
"humidity": 91.08,
"night": 1,
"pluviometry": 0.08,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.08,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -3.97,
"time": "2020-01-15T18:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 29.59,
"wind_speed": 3.91
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 91.31,
"night": 1,
"pluviometry": 0.09,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.09,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.13,
"time": "2020-01-15T19:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 30.08,
"wind_speed": 3.9
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 92.08,
"night": 1,
"pluviometry": 0.09,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.09,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.17,
"time": "2020-01-15T20:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 30,
"wind_speed": 3.99
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 92.15,
"night": 1,
"pluviometry": 0.09,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.09,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.12,
"time": "2020-01-15T21:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 27.95,
"wind_speed": 4.15
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 92.81,
"night": 1,
"pluviometry": 0.09,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.09,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.04,
"time": "2020-01-15T22:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 29.86,
"wind_speed": 4.33
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 93.22,
"night": 1,
"pluviometry": 0.08,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.08,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -3.96,
"time": "2020-01-15T23:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 30.5,
"wind_speed": 4.52
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 93.36,
"night": 1,
"pluviometry": 0.07,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.07,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -3.91,
"time": "2020-01-16T00:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 30.57,
"wind_speed": 4.67
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 93.37,
"night": 1,
"pluviometry": 0.06,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.06,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -3.94,
"time": "2020-01-16T01:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 30.18,
"wind_speed": 4.76
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 93.59,
"night": 1,
"pluviometry": 0.06,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.06,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.03,
"time": "2020-01-16T02:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 30.18,
"wind_speed": 4.79
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 94.04,
"night": 1,
"pluviometry": 0.06,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.06,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.15,
"time": "2020-01-16T03:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 30.68,
"wind_speed": 4.79
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 94.88,
"night": 1,
"pluviometry": 0.06,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.06,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.28,
"time": "2020-01-16T04:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "L'hygrométrie est très importante",
"icon": null,
"type": "HY95"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 31.69,
"wind_speed": 4.77
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 94.85,
"night": 1,
"pluviometry": 0.05,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.05,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.4,
"time": "2020-01-16T05:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "L'hygrométrie est très importante",
"icon": null,
"type": "HY95"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 32.75,
"wind_speed": 4.74
},
{
"cloud_cover": null,
"etp": 0,
"humidity": 94.23,
"night": 0,
"pluviometry": 0.04,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.04,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.47,
"time": "2020-01-16T06:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 35.97,
"wind_speed": 4.71
},
{
"cloud_cover": null,
"etp": 0.01,
"humidity": 92.42,
"night": 0,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.48,
"time": "2020-01-16T07:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 36.38,
"wind_speed": 4.71
},
{
"cloud_cover": null,
"etp": 0.03,
"humidity": 89.06,
"night": 0,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.4,
"time": "2020-01-16T08:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 41.29,
"wind_speed": 4.72
},
{
"cloud_cover": null,
"etp": 0.04,
"humidity": 85.49,
"night": 0,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": null,
"snow": null,
"temperature": -4.2,
"time": "2020-01-16T09:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": null,
"wind_direction": null,
"wind_gusts": 43.81,
"wind_speed": 4.73
}
],
"wind_gusts": 30.94,
"wind_speed": 4.4072
},
{
"max_humidity": 94.88,
"max_temperature": -2.67,
"min_humidity": 79.91,
"min_temperature": -4.48,
"pluviometry_cumul": 0.42,
"snow": 0,
"time": "2020-01-15T22:00:00+00:00",
"weather": 9,
"weather_reports": [],
"wind_gusts": 43.81,
"wind_speed": 4.7444
},
{
"max_humidity": 97.2,
"max_temperature": null,
"min_humidity": 78.62,
"min_temperature": null,
"pluviometry_cumul": 0.75,
"snow": 1,
"time": "2020-01-16T22:00:00+00:00",
"weather": 14,
"weather_reports": [],
"wind_gusts": 26.94,
"wind_speed": 5.496
},
{
"max_humidity": 95.02,
"max_temperature": null,
"min_humidity": 81.21,
"min_temperature": null,
"pluviometry_cumul": 0.78,
"snow": 1,
"time": "2020-01-17T22:00:00+00:00",
"weather": 14,
"weather_reports": [],
"wind_gusts": 19.38,
"wind_speed": 5.5456
},
{
"max_humidity": 89.88,
"max_temperature": null,
"min_humidity": 71.47,
"min_temperature": null,
"pluviometry_cumul": 1.41,
"snow": 1,
"time": "2020-01-18T22:00:00+00:00",
"weather": 14,
"weather_reports": [],
"wind_gusts": 20.31,
"wind_speed": 6.478
},
{
"max_humidity": 92.79,
"max_temperature": null,
"min_humidity": 69.64,
"min_temperature": null,
"pluviometry_cumul": 0,
"snow": 1,
"time": "2020-01-19T22:00:00+00:00",
"weather": 14,
"weather_reports": [],
"wind_gusts": 20.31
},
{
"max_humidity": 92.01,
"max_temperature": null,
"min_humidity": 69.01,
"min_temperature": null,
"pluviometry_cumul": 0,
"snow": 1,
"time": "2020-01-20T22:00:00+00:00",
"weather": 18,
"weather_reports": [],
"wind_gusts": 43.91
}
],
"timezone": "Europe/Kiev"
}
]
}
The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:
{
"definitions": {
"default_representation_71": {
"additionalProperties": false,
"description": "Automatically generated",
"properties": {
"comment": {
"type": "string"
},
"icon": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"type": {
"enum": [
"OK",
"BEE",
"GUST",
"RAIN",
"HY50",
"HY70",
"HY95",
"WI19",
"TE25",
"TZ10",
"RISK",
"TE00",
"TE05",
"TE12",
"TE13",
"R1H3",
"RAI2",
"OPTI",
"TE10"
],
"type": "string"
}
},
"required": [
"comment",
"icon",
"type"
],
"title": "WarningResult - default_representation",
"type": "object"
},
"default_representation_72": {
"additionalProperties": false,
"description": "Automatically generated",
"properties": {
"rain_code": {
"maximum": 3,
"minimum": 0,
"type": "integer"
},
"time": {
"type": "string"
}
},
"required": [
"rain_code",
"time"
],
"title": "RainRadarResult - default_representation",
"type": "object"
}
},
"description": "Automatically generated",
"items": {
"additionalProperties": false,
"properties": {
"city": {
"maxLength": 30,
"minLength": 2,
"pattern": "^[A-Z](\\p{L}|-)+$",
"type": "string"
},
"city_code": {
"maxLength": 15,
"minLength": 10,
"pattern": "^[A-Z0-9\\-_]*$",
"type": "string"
},
"country_code": {
"type": "string"
},
"humidity": {
"maximum": 100,
"minimum": 30,
"type": "number"
},
"latitude": {
"maximum": 90,
"minimum": -90,
"type": "number"
},
"longitude": {
"maximum": 180,
"minimum": -180,
"type": "number"
},
"night": {
"maximum": 1,
"minimum": 0,
"type": "integer"
},
"pluviometry": {
"maximum": 200,
"minimum": 0,
"type": "number"
},
"pluviometry1h": {
"maximum": 200,
"minimum": 0,
"type": "number"
},
"pluviometry_cumul": {
"maximum": 200,
"minimum": 0,
"type": "number"
},
"rain_radar": {
"items": {
"$ref": "#/definitions/default_representation_72",
"type": "object"
},
"type": "array"
},
"recommended_spray": {
"maximum": 3,
"minimum": 1,
"type": "integer"
},
"risk_of_rain": {
"maximum": 100,
"minimum": 0,
"type": "number"
},
"snow": {
"maximum": 1,
"minimum": 0,
"type": "integer"
},
"temperature": {
"maximum": 40,
"minimum": -15,
"type": "number"
},
"time": {
"format": "date-time",
"type": "string"
},
"timezone": {
"maxLength": 30,
"minLength": 1,
"type": "string"
},
"warnings": {
"items": {
"$ref": "#/definitions/default_representation_71",
"type": "object"
},
"type": "array"
},
"weather": {
"maximum": 20,
"minimum": 1,
"type": "number"
},
"wind_direction": {
"maxLength": 3,
"minLength": 1,
"type": "string"
},
"wind_gusts": {
"maximum": 60,
"minimum": 0,
"type": "number"
},
"wind_speed": {
"maximum": 30,
"minimum": 0,
"type": "number"
},
"windowsTZ": {
"type": "string"
}
},
"required": [
"city",
"city_code",
"country_code",
"humidity",
"latitude",
"longitude",
"night",
"pluviometry",
"pluviometry1h",
"pluviometry_cumul",
"rain_radar",
"recommended_spray",
"risk_of_rain",
"snow",
"temperature",
"time",
"timezone",
"warnings",
"weather",
"wind_direction",
"wind_gusts",
"wind_speed",
"windowsTZ"
],
"type": "object"
},
"title": "CurrentWeather - default_representation",
"type": "array"
}
{
"city": "TROYES",
"city_code": "CY_FR_10387",
"cloud_cover": null,
"country_code": "FR",
"etp": null,
"humidity": 72.52564,
"latitude": 48.298,
"longitude": 4.08056,
"night": 0,
"pluviometry": 0,
"pluviometry1h": 0,
"pluviometry_cumul": 0,
"prev_pluviometry_cumul": null,
"rain_radar": [
{
"rain_code": 0,
"time": "2020-01-06T14:00:00Z"
},
{
"rain_code": 0,
"time": "2020-01-06T14:30:00Z"
},
{
"rain_code": 0,
"time": "2020-01-06T15:00:00Z"
},
{
"rain_code": 0,
"time": "2020-01-06T15:30:00Z"
},
{
"rain_code": 0,
"time": "2020-01-06T16:00:00Z"
},
{
"rain_code": 0,
"time": "2020-01-06T16:30:00Z"
}
],
"recommended_spray": 2,
"risk_of_rain": null,
"snow": 0,
"temperature": 7.299564,
"time": "2020-01-06T14:28:35Z",
"timezone": "Europe/Paris",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 1,
"wind_direction": "ssWest",
"wind_gusts": 24.5628,
"wind_speed": 12.3598404,
"windowsTZ": "Romance Standard Time"
}
The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:
{
"definitions": {
"default_representation_71": {
"additionalProperties": false,
"description": "Automatically generated",
"properties": {
"comment": {
"type": "string"
},
"icon": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"type": {
"enum": [
"OK",
"BEE",
"GUST",
"RAIN",
"HY50",
"HY70",
"HY95",
"WI19",
"TE25",
"TZ10",
"RISK",
"TE00",
"TE05",
"TE12",
"TE13",
"R1H3",
"RAI2",
"OPTI",
"TE10"
],
"type": "string"
}
},
"required": [
"comment",
"icon",
"type"
],
"title": "WarningResult - default_representation",
"type": "object"
},
"default_representation_72": {
"additionalProperties": false,
"description": "Automatically generated",
"properties": {
"rain_code": {
"maximum": 3,
"minimum": 0,
"type": "integer"
},
"time": {
"type": "string"
}
},
"required": [
"rain_code",
"time"
],
"title": "RainRadarResult - default_representation",
"type": "object"
}
},
"description": "Automatically generated",
"items": {
"additionalProperties": false,
"properties": {
"city": {
"maxLength": 30,
"minLength": 2,
"pattern": "^[A-Z](\\p{L}|-)+$",
"type": "string"
},
"city_code": {
"maxLength": 15,
"minLength": 10,
"pattern": "^[A-Z0-9\\-_]*$",
"type": "string"
},
"country_code": {
"type": "string"
},
"humidity": {
"maximum": 100,
"minimum": 30,
"type": "number"
},
"latitude": {
"maximum": 90,
"minimum": -90,
"type": "number"
},
"longitude": {
"maximum": 180,
"minimum": -180,
"type": "number"
},
"night": {
"maximum": 1,
"minimum": 0,
"type": "integer"
},
"pluviometry": {
"maximum": 200,
"minimum": 0,
"type": "number"
},
"pluviometry1h": {
"maximum": 200,
"minimum": 0,
"type": "number"
},
"pluviometry_cumul": {
"maximum": 200,
"minimum": 0,
"type": "number"
},
"rain_radar": {
"items": {
"$ref": "#/definitions/default_representation_72",
"type": "object"
},
"type": "array"
},
"recommended_spray": {
"maximum": 3,
"minimum": 1,
"type": "integer"
},
"risk_of_rain": {
"maximum": 100,
"minimum": 0,
"type": "number"
},
"snow": {
"maximum": 1,
"minimum": 0,
"type": "integer"
},
"temperature": {
"maximum": 40,
"minimum": -15,
"type": "number"
},
"time": {
"format": "date-time",
"type": "string"
},
"timezone": {
"maxLength": 30,
"minLength": 1,
"type": "string"
},
"warnings": {
"items": {
"$ref": "#/definitions/default_representation_71",
"type": "object"
},
"type": "array"
},
"weather": {
"maximum": 20,
"minimum": 1,
"type": "number"
},
"wind_direction": {
"maxLength": 3,
"minLength": 1,
"type": "string"
},
"wind_gusts": {
"maximum": 60,
"minimum": 0,
"type": "number"
},
"wind_speed": {
"maximum": 30,
"minimum": 0,
"type": "number"
},
"windowsTZ": {
"type": "string"
}
},
"required": [
"city",
"city_code",
"country_code",
"humidity",
"latitude",
"longitude",
"night",
"pluviometry",
"pluviometry1h",
"pluviometry_cumul",
"rain_radar",
"recommended_spray",
"risk_of_rain",
"snow",
"temperature",
"time",
"timezone",
"warnings",
"weather",
"wind_direction",
"wind_gusts",
"wind_speed",
"windowsTZ"
],
"type": "object"
},
"title": "CurrentWeather - default_representation",
"type": "array"
}
[
{
"city": "TROYES",
"city_code": "CY_FR_10387",
"cloud_cover": null,
"country_code": "FR",
"etp": null,
"humidity": 72.52564,
"latitude": 48.298,
"longitude": 4.08056,
"night": 0,
"pluviometry": 0,
"pluviometry1h": 0,
"pluviometry_cumul": 0,
"prev_pluviometry_cumul": null,
"rain_radar": [
{
"rain_code": 0,
"time": "2020-01-06T14:00:00Z"
},
{
"rain_code": 0,
"time": "2020-01-06T14:30:00Z"
},
{
"rain_code": 0,
"time": "2020-01-06T15:00:00Z"
},
{
"rain_code": 0,
"time": "2020-01-06T15:30:00Z"
},
{
"rain_code": 0,
"time": "2020-01-06T16:00:00Z"
},
{
"rain_code": 0,
"time": "2020-01-06T16:30:00Z"
}
],
"recommended_spray": 2,
"risk_of_rain": null,
"snow": 0,
"temperature": 7.299564,
"time": "2020-01-06T14:28:35Z",
"timezone": "Europe/Paris",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 1,
"wind_direction": "ssWest",
"wind_gusts": 24.5628,
"wind_speed": 12.3598404,
"windowsTZ": "Romance Standard Time"
}
]
The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:
{
"definitions": {
"DefaultUnitOffice_2114": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"city": {
"type": "string"
},
"id": {
"pattern": "[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}",
"type": "string"
},
"label": {
"type": "string"
},
"street_address": {
"type": "string"
},
"zipcode": {
"pattern": "^(([0-8][0-9])|(9[0-5])|(2[ab]))[0-9]{3}$",
"type": "string"
}
},
"required": [
"city",
"id",
"label",
"street_address",
"zipcode"
],
"title": "UnitOffice - DefaultUnitOffice",
"type": "object"
}
},
"description": "Automatically generated (please edit me)",
"items": {
"additionalProperties": false,
"properties": {
"id": {
"pattern": "[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}",
"type": "string"
},
"label": {
"type": "string"
},
"nature": {
"enum": [
"unit_office",
"shared"
],
"type": "string"
},
"phone_number": {
"pattern": "^((\\+)33|0)[1-9](\\d{2}){4}$",
"type": "string"
},
"unit_office": {
"$ref": "#/definitions/DefaultUnitOffice_2114",
"type": "object"
}
},
"required": [
"id",
"label",
"nature",
"phone_number",
"unit_office"
],
"type": "object"
},
"title": "Contact - Contact",
"type": "array"
}
[
{
"id": "cb558576-4e87-487b-8bbb-8e962cd00df9",
"label": "service",
"nature": "shared",
"phone_number": "0033783196",
"unit_office": null
},
{
"id": "bbcafa65-57c7-4672-9878-3bca6b16ffc9",
"label": "service",
"nature": "shared",
"phone_number": "0093099739",
"unit_office": null
},
{
"id": "ff4249e3-862d-4941-aff8-88a06050604d",
"label": "service",
"nature": "shared",
"phone_number": "0068400800",
"unit_office": null
},
{
"id": "10f93771-d83a-481f-88cf-be0195948059",
"label": "service",
"nature": "shared",
"phone_number": "0020678540",
"unit_office": null
},
{
"id": "61572795-882f-47c9-8649-917d35980465",
"label": "service",
"nature": "shared",
"phone_number": "0615719886",
"unit_office": null
},
{
"id": "78f3886e-6933-4d8e-abad-53150bbb15ea",
"label": "service",
"nature": "unit_office",
"phone_number": "0111548836",
"unit_office": {
"city": "Paris",
"id": "350878e5-09cb-4f65-8990-d9a5b434c138",
"label": "tour 1",
"street_address": "1 Avenue Anatole",
"zipcode": "75007"
}
},
{
"id": "72440524-bf76-4a20-9469-97192151aad3",
"label": "service",
"nature": "unit_office",
"phone_number": "0964119389",
"unit_office": {
"city": "Paris",
"id": "350878e5-09cb-4f65-8990-d9a5b434c138",
"label": "tour 1",
"street_address": "1 Avenue Anatole",
"zipcode": "75007"
}
},
{
"id": "d30f4eea-fc3e-44a4-9c69-736d0599f3a7",
"label": "service",
"nature": "unit_office",
"phone_number": "0733878223",
"unit_office": {
"city": "Paris",
"id": "350878e5-09cb-4f65-8990-d9a5b434c138",
"label": "tour 1",
"street_address": "1 Avenue Anatole",
"zipcode": "75007"
}
},
{
"id": "50cff80e-8c61-4159-8f9d-b4fc383d7540",
"label": "service",
"nature": "unit_office",
"phone_number": "0027623818",
"unit_office": {
"city": "Paris",
"id": "350878e5-09cb-4f65-8990-d9a5b434c138",
"label": "tour 1",
"street_address": "1 Avenue Anatole",
"zipcode": "75007"
}
},
{
"id": "78889716-51f0-494a-8ad6-ebd06dee1358",
"label": "service",
"nature": "unit_office",
"phone_number": "0244298656",
"unit_office": {
"city": "Paris",
"id": "350878e5-09cb-4f65-8990-d9a5b434c138",
"label": "tour 1",
"street_address": "1 Avenue Anatole",
"zipcode": "75007"
}
}
]
The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:
{
"additionalProperties": false,
"description": "Automatically generated",
"properties": {
"cities": {
"items": {
"additionalProperties": false,
"properties": {
"city_code": {
"maxLength": 11,
"minLength": 7,
"pattern": "^[A-Z0-9\\-_]*$",
"type": "string"
},
"country": {
"maxLength": 25,
"minLength": 5,
"pattern": "^[A-Z](\\p{L}|-)+$",
"type": "string"
},
"distance": {
"maximum": 5000,
"minimum": 0,
"type": "number"
},
"name": {
"type": "string"
},
"zip_code": {
"maxLength": 12,
"minLength": 3,
"pattern": "^[A-Z0-9]*$",
"type": "string"
}
},
"required": [
"city_code",
"country",
"distance",
"name",
"zip_code"
],
"type": "object"
},
"type": "array"
}
},
"required": [
"cities"
],
"title": "City - DefaultCity",
"type": "object"
}
{
"city": "TROYES",
"city_code": "CY_FR_10387",
"cloud_cover": 23.67,
"country_code": "FR",
"etp": 0.02,
"humidity": 79.5,
"latitude": 48.298,
"longitude": 4.08056,
"night": 1,
"pluviometry": 0,
"pluviometry1h": 0,
"pluviometry_cumul": 0,
"prev_pluviometry_cumul": null,
"rain_radar": [
{
"rain_code": 0,
"time": "2019-12-19T16:00:00Z"
},
{
"rain_code": 0,
"time": "2019-12-19T16:30:00Z"
},
{
"rain_code": 0,
"time": "2019-12-19T17:00:00Z"
},
{
"rain_code": 0,
"time": "2019-12-19T17:30:00Z"
},
{
"rain_code": 0,
"time": "2019-12-19T18:00:00Z"
},
{
"rain_code": 0,
"time": "2019-12-19T18:30:00Z"
}
],
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 8.52,
"time": "2019-12-19T16:23:55Z",
"timezone": "Europe/Paris",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 2,
"wind_direction": "SSE",
"wind_gusts": 31.72,
"wind_speed": 17.61,
"windowsTZ": "Romance Standard Time"
}
The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:
{
"additionalProperties": false,
"description": "Automatically generated",
"properties": {
"cities": {
"items": {
"additionalProperties": false,
"properties": {
"city_code": {
"maxLength": 11,
"minLength": 7,
"pattern": "^[A-Z0-9\\-_]*$",
"type": "string"
},
"country": {
"maxLength": 25,
"minLength": 5,
"pattern": "^[A-Z](\\p{L}|-)+$",
"type": "string"
},
"distance": {
"maximum": 5000,
"minimum": 0,
"type": "number"
},
"name": {
"type": "string"
},
"zip_code": {
"maxLength": 12,
"minLength": 3,
"pattern": "^[A-Z0-9]*$",
"type": "string"
}
},
"required": [
"city_code",
"country",
"distance",
"name",
"zip_code"
],
"type": "object"
},
"type": "array"
}
},
"required": [
"cities"
],
"title": "City - DefaultCity",
"type": "object"
}
{
"city": "TROYES",
"city_code": "CY_FR_10387",
"cloud_cover": 23.67,
"country_code": "FR",
"etp": 0.02,
"humidity": 79.5,
"latitude": 48.298,
"longitude": 4.08056,
"night": 1,
"pluviometry": 0,
"pluviometry1h": 0,
"pluviometry_cumul": 0,
"prev_pluviometry_cumul": null,
"rain_radar": [
{
"rain_code": 0,
"time": "2019-12-19T16:00:00Z"
},
{
"rain_code": 0,
"time": "2019-12-19T16:30:00Z"
},
{
"rain_code": 0,
"time": "2019-12-19T17:00:00Z"
},
{
"rain_code": 0,
"time": "2019-12-19T17:30:00Z"
},
{
"rain_code": 0,
"time": "2019-12-19T18:00:00Z"
},
{
"rain_code": 0,
"time": "2019-12-19T18:30:00Z"
}
],
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 8.52,
"time": "2019-12-19T16:23:55Z",
"timezone": "Europe/Paris",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 2,
"wind_direction": "SSE",
"wind_gusts": 31.72,
"wind_speed": 17.61,
"windowsTZ": "Romance Standard Time"
}