The input JSON schema validates the input JSON instance (JSON Schema Draft 4).
{
"accounts": [
{
"balances": [
{
"amount": -1642306.56,
"currency": "CZK"
}
],
"settlement_company_code": "0122",
"settlement_company_label": "SOUFFLET AGRO a.s.",
"type": "supplies"
},
{
"balances": [
{
"amount": 0,
"currency": "CZK"
}
],
"settlement_company_code": "0122",
"settlement_company_label": "SOUFFLET AGRO a.s.",
"type": "collections"
},
{
"balances": [
{
"amount": 0,
"currency": "CZK"
}
],
"settlement_company_code": "0122",
"settlement_company_label": "SOUFFLET AGRO a.s.",
"type": "payments"
},
{
"balances": [
{
"amount": 0,
"currency": "CZK"
}
],
"settlement_company_code": "0122",
"settlement_company_label": "SOUFFLET AGRO a.s.",
"type": null
}
]
}
{}
The input JSON schema validates the input JSON instance (JSON Schema Draft 4).
{
"additionalProperties": false,
"definitions": {
"DefaultDelegation_538": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"email": {
"format": "email",
"type": "string"
},
"id": {
"type": "string"
},
"provider": {
"enum": [
"AGR",
"AGR-INT"
],
"type": "string"
}
},
"required": [
"email",
"id",
"provider"
],
"title": "Delegation - DefaultDelegation",
"type": "object"
}
},
"description": "Automatically generated (please edit me)",
"properties": {
"delegated_farms": {
"items": {
"additionalProperties": false,
"properties": {
"corporate_name": {
"type": "string"
},
"delegations": {
"items": {
"$ref": "#/definitions/DefaultDelegation_538",
"type": "object"
},
"type": "array"
},
"id": {
"pattern": "\\d*",
"type": "string"
}
},
"required": [
"corporate_name",
"delegations",
"id"
],
"type": "object"
},
"type": "array"
}
},
"required": [
"delegated_farms"
],
"title": "DelegatedFarm - DefaultDelegatedFarm",
"type": "object"
}
{
"delegated_farms": [
{
"corporate_name": "Školní statek a krajské středisko ekologické výchovy Cheb",
"delegations": [
{
"email": "stephane.utest+27@gmail.com",
"id": "542F8A5B-CF56-46FF-8482-B325392E379F",
"provider": "AGR-INT"
}
],
"id": "159703"
},
{
"corporate_name": "Zemědělské družstvo Čechtice, okres Benešov",
"delegations": [
{
"email": "julien.lourdens+1008@applidium.com",
"id": "62686741-5DBA-4F53-B4FF-9645CDFB098D",
"provider": "AGR-INT"
},
{
"email": "jnoska@soufflet-group.com",
"id": "C1460B90-4C1E-45AD-9DB3-B0B6D7F99FE4",
"provider": "AGR-INT"
}
],
"id": "159704"
},
{
"corporate_name": "Zemědělské obchodní družstvo Onomyšl",
"delegations": [
{
"email": "xtab17@gmail.com",
"id": "1F181D57-1DAC-4F6A-9F08-147CEB3DB07A",
"provider": "AGR-INT"
}
],
"id": "159707"
},
{
"corporate_name": "EARL VAN BELLEGHEM",
"delegations": [
{
"email": "mfevrier+20@soufflet.com",
"id": "69794103-3133-4147-836B-9C8B51A8D376",
"provider": "AGR"
},
{
"email": "xtab17@gmail.com",
"id": "1F181D57-1DAC-4F6A-9F08-147CEB3DB07A",
"provider": "AGR"
}
],
"id": "98002091"
},
{
"corporate_name": "EARL DU PARC",
"delegations": [
{
"email": "mfevrier+20@soufflet.com",
"id": "69794103-3133-4147-836B-9C8B51A8D376",
"provider": "AGR"
}
],
"id": "98044148"
},
{
"corporate_name": "EARL ROBERT BONNEMAIN",
"delegations": [
{
"email": "xtab17@gmail.com",
"id": "1F181D57-1DAC-4F6A-9F08-147CEB3DB07A",
"provider": "AGR"
}
],
"id": "98050156"
},
{
"corporate_name": "EARL THIEBAUT",
"delegations": [
{
"email": "xtab17@gmail.com",
"id": "1F181D57-1DAC-4F6A-9F08-147CEB3DB07A",
"provider": "AGR"
}
],
"id": "98066500"
}
]
}
The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:
{
"additionalProperties": false,
"definitions": {
"DefaultDelegation_538": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"email": {
"format": "email",
"type": "string"
},
"id": {
"type": "string"
},
"provider": {
"enum": [
"AGR",
"AGR-INT"
],
"type": "string"
}
},
"required": [
"email",
"id",
"provider"
],
"title": "Delegation - DefaultDelegation",
"type": "object"
}
},
"description": "Automatically generated (please edit me)",
"properties": {
"delegated_farms": {
"additionalProperties": false,
"properties": {
"corporate_name": {
"type": "string"
},
"delegations": {
"items": {
"$ref": "#/definitions/DefaultDelegation_538",
"type": "object"
},
"type": "array"
},
"id": {
"pattern": "\\d*",
"type": "string"
}
},
"required": [
"corporate_name",
"delegations",
"id"
],
"type": "object"
}
},
"required": [
"delegated_farms"
],
"title": "DelegatedFarm - DefaultDelegatedFarm",
"type": "object"
}
{
"delegated_farms": [
{
"corporate_name": "Školní statek a krajské středisko ekologické výchovy Cheb",
"delegations": [
{
"email": "stephane.utest+27@gmail.com",
"id": "542F8A5B-CF56-46FF-8482-B325392E379F",
"provider": "AGR-INT"
}
],
"id": "159703"
},
{
"corporate_name": "Zemědělské družstvo Čechtice, okres Benešov",
"delegations": [
{
"email": "julien.lourdens+1008@applidium.com",
"id": "62686741-5DBA-4F53-B4FF-9645CDFB098D",
"provider": "AGR-INT"
},
{
"email": "jnoska@soufflet-group.com",
"id": "C1460B90-4C1E-45AD-9DB3-B0B6D7F99FE4",
"provider": "AGR-INT"
}
],
"id": "159704"
},
{
"corporate_name": "Zemědělské obchodní družstvo Onomyšl",
"delegations": [
{
"email": "xtab17@gmail.com",
"id": "1F181D57-1DAC-4F6A-9F08-147CEB3DB07A",
"provider": "AGR-INT"
}
],
"id": "159707"
},
{
"corporate_name": "EARL VAN BELLEGHEM",
"delegations": [
{
"email": "mfevrier+20@soufflet.com",
"id": "69794103-3133-4147-836B-9C8B51A8D376",
"provider": "AGR"
},
{
"email": "xtab17@gmail.com",
"id": "1F181D57-1DAC-4F6A-9F08-147CEB3DB07A",
"provider": "AGR"
}
],
"id": "98002091"
},
{
"corporate_name": "EARL DU PARC",
"delegations": [
{
"email": "mfevrier+20@soufflet.com",
"id": "69794103-3133-4147-836B-9C8B51A8D376",
"provider": "AGR"
}
],
"id": "98044148"
},
{
"corporate_name": "EARL ROBERT BONNEMAIN",
"delegations": [
{
"email": "xtab17@gmail.com",
"id": "1F181D57-1DAC-4F6A-9F08-147CEB3DB07A",
"provider": "AGR"
}
],
"id": "98050156"
},
{
"corporate_name": "EARL THIEBAUT",
"delegations": [
{
"email": "xtab17@gmail.com",
"id": "1F181D57-1DAC-4F6A-9F08-147CEB3DB07A",
"provider": "AGR"
}
],
"id": "98066500"
}
]
}
The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:
{
"additionalProperties": false,
"definitions": {
"DefaultDelegation_538": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"email": {
"format": "email",
"type": "string"
},
"id": {
"type": "string"
},
"provider": {
"enum": [
"AGR",
"AGR-INT"
],
"type": "string"
}
},
"required": [
"email",
"id",
"provider"
],
"title": "Delegation - DefaultDelegation",
"type": "object"
}
},
"description": "Automatically generated (please edit me)",
"properties": {
"delegated_farms": {
"additionalProperties": false,
"properties": {
"corporate_name": {
"type": "string"
},
"delegations": {
"items": {
"$ref": "#/definitions/DefaultDelegation_538",
"type": "object"
},
"type": "array"
},
"id": {
"pattern": "\\d*",
"type": "string"
}
},
"required": [
"corporate_name",
"delegations",
"id"
],
"type": "object"
}
},
"required": [
"delegated_farms"
],
"title": "DelegatedFarm - DefaultDelegatedFarm",
"type": "object"
}
{
"delegated_farms": [
{
"corporate_name": "Školní statek a krajské středisko ekologické výchovy Cheb",
"delegations": [
{
"email": "stephane.utest+27@gmail.com",
"id": "542F8A5B-CF56-46FF-8482-B325392E379F",
"provider": "AGR-INT"
}
],
"id": "159703"
},
{
"corporate_name": "Zemědělské družstvo Čechtice, okres Benešov",
"delegations": [
{
"email": "julien.lourdens+1008@applidium.com",
"id": "62686741-5DBA-4F53-B4FF-9645CDFB098D",
"provider": "AGR-INT"
},
{
"email": "jnoska@soufflet-group.com",
"id": "C1460B90-4C1E-45AD-9DB3-B0B6D7F99FE4",
"provider": "AGR-INT"
}
],
"id": "159704"
},
{
"corporate_name": "Zemědělské obchodní družstvo Onomyšl",
"delegations": [
{
"email": "xtab17@gmail.com",
"id": "1F181D57-1DAC-4F6A-9F08-147CEB3DB07A",
"provider": "AGR-INT"
}
],
"id": "159707"
},
{
"corporate_name": "EARL VAN BELLEGHEM",
"delegations": [
{
"email": "mfevrier+20@soufflet.com",
"id": "69794103-3133-4147-836B-9C8B51A8D376",
"provider": "AGR"
},
{
"email": "xtab17@gmail.com",
"id": "1F181D57-1DAC-4F6A-9F08-147CEB3DB07A",
"provider": "AGR"
}
],
"id": "98002091"
},
{
"corporate_name": "EARL DU PARC",
"delegations": [
{
"email": "mfevrier+20@soufflet.com",
"id": "69794103-3133-4147-836B-9C8B51A8D376",
"provider": "AGR"
}
],
"id": "98044148"
},
{
"corporate_name": "EARL ROBERT BONNEMAIN",
"delegations": [
{
"email": "xtab17@gmail.com",
"id": "1F181D57-1DAC-4F6A-9F08-147CEB3DB07A",
"provider": "AGR"
}
],
"id": "98050156"
},
{
"corporate_name": "EARL THIEBAUT",
"delegations": [
{
"email": "xtab17@gmail.com",
"id": "1F181D57-1DAC-4F6A-9F08-147CEB3DB07A",
"provider": "AGR"
}
],
"id": "98066500"
}
]
}
The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:
{
"additionalProperties": false,
"definitions": {
"DefaultDelegation_538": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"email": {
"format": "email",
"type": "string"
},
"id": {
"type": "string"
},
"provider": {
"enum": [
"AGR",
"AGR-INT"
],
"type": "string"
}
},
"required": [
"email",
"id",
"provider"
],
"title": "Delegation - DefaultDelegation",
"type": "object"
}
},
"description": "Automatically generated (please edit me)",
"properties": {
"delegated_farms": {
"additionalProperties": false,
"properties": {
"corporate_name": {
"type": "string"
},
"delegations": {
"items": {
"$ref": "#/definitions/DefaultDelegation_538",
"type": "object"
},
"type": "array"
},
"id": {
"pattern": "\\d*",
"type": "string"
}
},
"required": [
"corporate_name",
"delegations",
"id"
],
"type": "object"
}
},
"required": [
"delegated_farms"
],
"title": "DelegatedFarm - DefaultDelegatedFarm",
"type": "object"
}
{
"delegated_farms": [
{
"corporate_name": "Školní statek a krajské středisko ekologické výchovy Cheb",
"delegations": [
{
"email": "stephane.utest+27@gmail.com",
"id": "542F8A5B-CF56-46FF-8482-B325392E379F",
"provider": "AGR-INT"
}
],
"id": "159703"
},
{
"corporate_name": "Zemědělské družstvo Čechtice, okres Benešov",
"delegations": [
{
"email": "julien.lourdens+1008@applidium.com",
"id": "62686741-5DBA-4F53-B4FF-9645CDFB098D",
"provider": "AGR-INT"
},
{
"email": "jnoska@soufflet-group.com",
"id": "C1460B90-4C1E-45AD-9DB3-B0B6D7F99FE4",
"provider": "AGR-INT"
}
],
"id": "159704"
},
{
"corporate_name": "Zemědělské obchodní družstvo Onomyšl",
"delegations": [
{
"email": "xtab17@gmail.com",
"id": "1F181D57-1DAC-4F6A-9F08-147CEB3DB07A",
"provider": "AGR-INT"
}
],
"id": "159707"
},
{
"corporate_name": "EARL VAN BELLEGHEM",
"delegations": [
{
"email": "mfevrier+20@soufflet.com",
"id": "69794103-3133-4147-836B-9C8B51A8D376",
"provider": "AGR"
},
{
"email": "xtab17@gmail.com",
"id": "1F181D57-1DAC-4F6A-9F08-147CEB3DB07A",
"provider": "AGR"
}
],
"id": "98002091"
},
{
"corporate_name": "EARL DU PARC",
"delegations": [
{
"email": "mfevrier+20@soufflet.com",
"id": "69794103-3133-4147-836B-9C8B51A8D376",
"provider": "AGR"
}
],
"id": "98044148"
},
{
"corporate_name": "EARL ROBERT BONNEMAIN",
"delegations": [
{
"email": "xtab17@gmail.com",
"id": "1F181D57-1DAC-4F6A-9F08-147CEB3DB07A",
"provider": "AGR"
}
],
"id": "98050156"
},
{
"corporate_name": "EARL THIEBAUT",
"delegations": [
{
"email": "xtab17@gmail.com",
"id": "1F181D57-1DAC-4F6A-9F08-147CEB3DB07A",
"provider": "AGR"
}
],
"id": "98066500"
}
]
}
The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:
{
"additionalProperties": false,
"definitions": {
"DefaultDelegation_538": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"email": {
"format": "email",
"type": "string"
},
"id": {
"pattern": "\\d*",
"type": "string"
},
"provider": {
"enum": [
"AGR",
"AGR-INT"
],
"type": "string"
}
},
"required": [
"email",
"id",
"provider"
],
"title": "Delegation - DefaultDelegation",
"type": "object"
}
},
"description": "Automatically generated (please edit me)",
"properties": {
"delegated_farms": {
"additionalProperties": false,
"properties": {
"corporate_name": {
"type": "string"
},
"delegations": {
"items": {
"$ref": "#/definitions/DefaultDelegation_538",
"type": "object"
},
"type": "array"
},
"id": {
"pattern": "\\d*",
"type": "string"
}
},
"required": [
"corporate_name",
"delegations",
"id"
],
"type": "object"
}
},
"required": [
"delegated_farms"
],
"title": "DelegatedFarm - DefaultDelegatedFarm",
"type": "object"
}
{
"delegated_farms": [
{
"corporate_name": "Školní statek a krajské středisko ekologické výchovy Cheb",
"delegations": [
{
"email": "stephane.utest+27@gmail.com",
"id": "542F8A5B-CF56-46FF-8482-B325392E379F",
"provider": "AGR-INT"
}
],
"id": "159703"
},
{
"corporate_name": "Zemědělské družstvo Čechtice, okres Benešov",
"delegations": [
{
"email": "julien.lourdens+1008@applidium.com",
"id": "62686741-5DBA-4F53-B4FF-9645CDFB098D",
"provider": "AGR-INT"
},
{
"email": "jnoska@soufflet-group.com",
"id": "C1460B90-4C1E-45AD-9DB3-B0B6D7F99FE4",
"provider": "AGR-INT"
}
],
"id": "159704"
},
{
"corporate_name": "Zemědělské obchodní družstvo Onomyšl",
"delegations": [
{
"email": "xtab17@gmail.com",
"id": "1F181D57-1DAC-4F6A-9F08-147CEB3DB07A",
"provider": "AGR-INT"
}
],
"id": "159707"
},
{
"corporate_name": "EARL VAN BELLEGHEM",
"delegations": [
{
"email": "mfevrier+20@soufflet.com",
"id": "69794103-3133-4147-836B-9C8B51A8D376",
"provider": "AGR"
},
{
"email": "xtab17@gmail.com",
"id": "1F181D57-1DAC-4F6A-9F08-147CEB3DB07A",
"provider": "AGR"
}
],
"id": "98002091"
},
{
"corporate_name": "EARL DU PARC",
"delegations": [
{
"email": "mfevrier+20@soufflet.com",
"id": "69794103-3133-4147-836B-9C8B51A8D376",
"provider": "AGR"
}
],
"id": "98044148"
},
{
"corporate_name": "EARL ROBERT BONNEMAIN",
"delegations": [
{
"email": "xtab17@gmail.com",
"id": "1F181D57-1DAC-4F6A-9F08-147CEB3DB07A",
"provider": "AGR"
}
],
"id": "98050156"
},
{
"corporate_name": "EARL THIEBAUT",
"delegations": [
{
"email": "xtab17@gmail.com",
"id": "1F181D57-1DAC-4F6A-9F08-147CEB3DB07A",
"provider": "AGR"
}
],
"id": "98066500"
}
]
}
The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:
{
"additionalProperties": false,
"definitions": {
"DefaultDelegation_538": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"email": {
"format": "email",
"type": "string"
},
"id": {
"pattern": "\\d*",
"type": "string"
},
"provider": {
"enum": [
"AGR",
"AGR-INT"
],
"type": "string"
}
},
"required": [
"email",
"id",
"provider"
],
"title": "Delegation - DefaultDelegation",
"type": "object"
}
},
"description": "Automatically generated (please edit me)",
"properties": {
"delegated_farms": {
"additionalProperties": false,
"properties": {
"corporate_name": {
"type": "string"
},
"delegations": {
"items": {
"$ref": "#/definitions/DefaultDelegation_538",
"type": "object"
},
"type": "array"
},
"id": {
"pattern": "\\d*",
"type": "string"
}
},
"required": [
"corporate_name",
"delegations",
"id"
],
"type": "object"
}
},
"required": [
"delegated_farms"
],
"title": "DelegatedFarm - DefaultDelegatedFarm",
"type": "object"
}
{
"delegated_farms": [
{
"corporate_name": "Školní statek a krajské středisko ekologické výchovy Cheb",
"delegations": [
{
"email": "stephane.utest+27@gmail.com",
"id": "542F8A5B-CF56-46FF-8482-B325392E379F",
"provider": "AGR-INT"
}
],
"id": "159703"
},
{
"corporate_name": "Zemědělské družstvo Čechtice, okres Benešov",
"delegations": [
{
"email": "julien.lourdens+1008@applidium.com",
"id": "62686741-5DBA-4F53-B4FF-9645CDFB098D",
"provider": "AGR-INT"
},
{
"email": "jnoska@soufflet-group.com",
"id": "C1460B90-4C1E-45AD-9DB3-B0B6D7F99FE4",
"provider": "AGR-INT"
}
],
"id": "159704"
},
{
"corporate_name": "Zemědělské obchodní družstvo Onomyšl",
"delegations": [
{
"email": "xtab17@gmail.com",
"id": "1F181D57-1DAC-4F6A-9F08-147CEB3DB07A",
"provider": "AGR-INT"
}
],
"id": "159707"
},
{
"corporate_name": "EARL VAN BELLEGHEM",
"delegations": [
{
"email": "mfevrier+20@soufflet.com",
"id": "69794103-3133-4147-836B-9C8B51A8D376",
"provider": "AGR"
},
{
"email": "xtab17@gmail.com",
"id": "1F181D57-1DAC-4F6A-9F08-147CEB3DB07A",
"provider": "AGR"
}
],
"id": "98002091"
},
{
"corporate_name": "EARL DU PARC",
"delegations": [
{
"email": "mfevrier+20@soufflet.com",
"id": "69794103-3133-4147-836B-9C8B51A8D376",
"provider": "AGR"
}
],
"id": "98044148"
},
{
"corporate_name": "EARL ROBERT BONNEMAIN",
"delegations": [
{
"email": "xtab17@gmail.com",
"id": "1F181D57-1DAC-4F6A-9F08-147CEB3DB07A",
"provider": "AGR"
}
],
"id": "98050156"
},
{
"corporate_name": "EARL THIEBAUT",
"delegations": [
{
"email": "xtab17@gmail.com",
"id": "1F181D57-1DAC-4F6A-9F08-147CEB3DB07A",
"provider": "AGR"
}
],
"id": "98066500"
}
]
}
The input JSON schema validates the input JSON instance (JSON Schema Draft 4).
{
"additionalProperties": false,
"definitions": {
"DefaultDelegation_538": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"email": {
"format": "email",
"type": "string"
},
"id": {
"pattern": "\\d*",
"type": "string"
},
"provider": {
"enum": [
"AGR",
"AGR-INT"
],
"type": "string"
}
},
"required": [
"email",
"id",
"provider"
],
"title": "Delegation - DefaultDelegation",
"type": "object"
}
},
"description": "Automatically generated (please edit me)",
"properties": {
"delegated_farms": {
"additionalProperties": false,
"properties": {
"corporate_name": {
"type": "string"
},
"delegations": {
"items": {
"$ref": "#/definitions/DefaultDelegation_538",
"type": "object"
},
"type": "array"
},
"id": {
"pattern": "\\d*",
"type": "string"
}
},
"required": [
"corporate_name",
"delegations",
"id"
],
"type": "object"
}
},
"required": [
"delegated_farms"
],
"title": "DelegatedFarm - DefaultDelegatedFarm",
"type": "object"
}
{
"delegated_farms": {
"corporate_name": "ullamco culpa in proident",
"delegations": [
{
"email": "z6VlIVFi@dMdQRiHrHTqdgeBsRybvmiwEYatuWT.kj",
"id": "247310",
"provider": "AGR-INT"
},
{
"email": "1hz@EtjdaTPs.uh",
"id": "90",
"provider": "AGR"
}
],
"id": ""
}
}
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": "datetime",
"type": "string"
},
"weather": {
"maximum": 20,
"minimum": 0,
"type": "integer"
},
"weather_reports": {
"items": {
"$ref": "#/definitions/DefaultWeatherReport_368",
"type": "object"
},
"type": "array"
},
"wind_direction": {
"enum": [
"N",
"NNE",
"NE",
"ENE",
"E",
"ESE",
"SE",
"SSE",
"S",
"SSO",
"SO",
"OSO",
"O",
"ONO",
"NO",
"NNO"
],
"type": "string"
},
"wind_gusts": {
"maximum": 60,
"minimum": 0,
"type": "number"
},
"wind_speed": {
"maximum": 30,
"minimum": 5,
"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": {
"enum": [
"OK",
"BEE",
"GUST",
"RAIN",
"HY50",
"HY70",
"HY95",
"WI19",
"TE25",
"TZ10",
"RISK",
"TE00",
"TE05",
"TE12",
"TE13",
"R1H3",
"RAI2",
"OPTI"
],
"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": 2,
"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": "datetime",
"type": "string"
},
"warnings": {
"items": {
"$ref": "#/definitions/DefaultWarning_302",
"type": "object"
},
"type": "array"
},
"weather": {
"maximum": 20,
"minimum": 0,
"type": "integer"
},
"wind_direction": {
"enum": [
"N",
"NNE",
"NE",
"ENE",
"E",
"ESE",
"SE",
"SSE",
"S",
"SSO",
"SO",
"OSO",
"O",
"ONO",
"NO",
"NNO"
],
"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_forecasts": {
"items": {
"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"
},
"type": "array"
}
},
"required": [
"weather_forecasts"
],
"title": "WeatherForecast - DefaultWeatherForecast",
"type": "object"
}
{
"weather_forecasts": [
{
"city": "КИЇВ",
"city_code": "CY_UA_26150422",
"daily_reports": [
{
"max_humidity": 90.78,
"max_temperature": 5.99,
"min_humidity": 55.94,
"min_temperature": 2.05,
"pluviometry_cumul": 1.26,
"snow": 0,
"time": "2019-03-12T14:00:00+00:00",
"weather": 14,
"weather_reports": [
{
"humidity": 59.63,
"night": 0,
"pluviometry": 0.06,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.06,
"recommended_spray": 2,
"risk_of_rain": 25,
"snow": 0,
"temperature": 5.41,
"time": "2019-03-12T14: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": 5,
"wind_direction": "wnWest",
"wind_gusts": 29.56,
"wind_speed": 14.19
},
{
"humidity": 64.28,
"night": 0,
"pluviometry": 0.06,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.06,
"recommended_spray": 2,
"risk_of_rain": 25,
"snow": 0,
"temperature": 4.68,
"time": "2019-03-12T15: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": 5,
"wind_direction": "wnWest",
"wind_gusts": 30.98,
"wind_speed": 13.17
},
{
"humidity": 69.85,
"night": 1,
"pluviometry": 0.06,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.06,
"recommended_spray": 2,
"risk_of_rain": 25,
"snow": 0,
"temperature": 3.78,
"time": "2019-03-12T16: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": 3,
"wind_direction": "wnWest",
"wind_gusts": 33.21,
"wind_speed": 12.37
},
{
"humidity": 75.53,
"night": 1,
"pluviometry": 0.04,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.04,
"recommended_spray": 2,
"risk_of_rain": 25,
"snow": 0,
"temperature": 2.82,
"time": "2019-03-12T17:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 3,
"wind_direction": "wnWest",
"wind_gusts": 35.61,
"wind_speed": 11.82
},
{
"humidity": 80.5,
"night": 1,
"pluviometry": 0.02,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.02,
"recommended_spray": 2,
"risk_of_rain": 25,
"snow": 0,
"temperature": 1.94,
"time": "2019-03-12T18:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 3,
"wind_direction": "wnWest",
"wind_gusts": 37.37,
"wind_speed": 11.49
},
{
"humidity": 84.11,
"night": 1,
"pluviometry": 0,
"pluviometry1h": 0,
"pluviometry_cumul": 0,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 1.24,
"time": "2019-03-12T19:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 2,
"wind_direction": "wnWest",
"wind_gusts": 37.88,
"wind_speed": 11.33
},
{
"humidity": 86.52,
"night": 1,
"pluviometry": 0.01,
"pluviometry1h": 0,
"pluviometry_cumul": 0.01,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 0.71,
"time": "2019-03-12T20:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 2,
"wind_direction": "wnWest",
"wind_gusts": 37.39,
"wind_speed": 11.32
},
{
"humidity": 88.06,
"night": 1,
"pluviometry": 0.02,
"pluviometry1h": 0,
"pluviometry_cumul": 0.02,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 0.29,
"time": "2019-03-12T21:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 2,
"wind_direction": "wnWest",
"wind_gusts": 36.36,
"wind_speed": 11.43
},
{
"humidity": 89.05,
"night": 1,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"recommended_spray": 2,
"risk_of_rain": 25,
"snow": 0,
"temperature": -0.06,
"time": "2019-03-12T22:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 2,
"wind_direction": "wnWest",
"wind_gusts": 35.28,
"wind_speed": 11.63
},
{
"humidity": 89.75,
"night": 1,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"recommended_spray": 2,
"risk_of_rain": 25,
"snow": 0,
"temperature": -0.35,
"time": "2019-03-12T23:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 2,
"wind_direction": "wnWest",
"wind_gusts": 34.68,
"wind_speed": 11.8
},
{
"humidity": 90.39,
"night": 1,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"recommended_spray": 2,
"risk_of_rain": 25,
"snow": 0,
"temperature": -0.58,
"time": "2019-03-13T00:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 2,
"wind_direction": "wnWest",
"wind_gusts": 35.09,
"wind_speed": 11.79
},
{
"humidity": 91.12,
"night": 1,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"recommended_spray": 2,
"risk_of_rain": 25,
"snow": 0,
"temperature": -0.75,
"time": "2019-03-13T01:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 2,
"wind_direction": "nWest",
"wind_gusts": 36.71,
"wind_speed": 11.51
},
{
"humidity": 91.7,
"night": 1,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"recommended_spray": 2,
"risk_of_rain": 25,
"snow": 0,
"temperature": -0.85,
"time": "2019-03-13T02:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 2,
"wind_direction": "nWest",
"wind_gusts": 38.32,
"wind_speed": 10.97
},
{
"humidity": 91.82,
"night": 1,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"recommended_spray": 2,
"risk_of_rain": 25,
"snow": 0,
"temperature": -0.82,
"time": "2019-03-13T03:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 2,
"wind_direction": "nWest",
"wind_gusts": 38.33,
"wind_speed": 10.22
},
{
"humidity": 91.14,
"night": 1,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"recommended_spray": 2,
"risk_of_rain": 25,
"snow": 0,
"temperature": -0.65,
"time": "2019-03-13T04:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 2,
"wind_direction": "nWest",
"wind_gusts": 35.64,
"wind_speed": 9.32
},
{
"humidity": 89.22,
"night": 1,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"recommended_spray": 2,
"risk_of_rain": 25,
"snow": 0,
"temperature": -0.27,
"time": "2019-03-13T05:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 2,
"wind_direction": "nWest",
"wind_gusts": 30.9,
"wind_speed": 8.42
},
{
"humidity": 85.62,
"night": 1,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"recommended_spray": 2,
"risk_of_rain": 25,
"snow": 0,
"temperature": 0.4,
"time": "2019-03-13T06:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 2,
"wind_direction": "nWest",
"wind_gusts": 25.26,
"wind_speed": 7.69
},
{
"humidity": 80.14,
"night": 0,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"recommended_spray": 2,
"risk_of_rain": 25,
"snow": 0,
"temperature": 1.36,
"time": "2019-03-13T07:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 2,
"wind_direction": "nnWest",
"wind_gusts": 19.76,
"wind_speed": 7.26
},
{
"humidity": 73.55,
"night": 0,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"recommended_spray": 2,
"risk_of_rain": 25,
"snow": 0,
"temperature": 2.49,
"time": "2019-03-13T08:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 2,
"wind_direction": "nWest",
"wind_gusts": 15.13,
"wind_speed": 7.16
},
{
"humidity": 66.86,
"night": 0,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"recommended_spray": 2,
"risk_of_rain": 25,
"snow": 0,
"temperature": 3.58,
"time": "2019-03-13T09:00:00+00:00",
"warnings": [
{
"comment": "L'hygrométrie est faible",
"icon": "WARNING_HYGR",
"type": "HY70"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 2,
"wind_direction": "nWest",
"wind_gusts": 12.02,
"wind_speed": 7.39
},
{
"humidity": 61.02,
"night": 0,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"recommended_spray": 2,
"risk_of_rain": 25,
"snow": 0,
"temperature": 4.5,
"time": "2019-03-13T10:00:00+00:00",
"warnings": [
{
"comment": "L'hygrométrie est faible",
"icon": "WARNING_HYGR",
"type": "HY70"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 3,
"wind_direction": "nWest",
"wind_gusts": 10.91,
"wind_speed": 7.91
},
{
"humidity": 56.62,
"night": 0,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"recommended_spray": 2,
"risk_of_rain": 25,
"snow": 0,
"temperature": 5.16,
"time": "2019-03-13T11:00:00+00:00",
"warnings": [
{
"comment": "L'hygrométrie est faible",
"icon": "WARNING_HYGR",
"type": "HY70"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 3,
"wind_direction": "nWest",
"wind_gusts": 11.52,
"wind_speed": 8.54
},
{
"humidity": 54.18,
"night": 0,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"recommended_spray": 2,
"risk_of_rain": 25,
"snow": 0,
"temperature": 5.52,
"time": "2019-03-13T12:00:00+00:00",
"warnings": [
{
"comment": "L'hygrométrie est faible",
"icon": "WARNING_HYGR",
"type": "HY70"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 3,
"wind_direction": "wnWest",
"wind_gusts": 13.38,
"wind_speed": 9.06
},
{
"humidity": 54.04,
"night": 0,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"recommended_spray": 2,
"risk_of_rain": 25,
"snow": 0,
"temperature": 5.57,
"time": "2019-03-13T13:00:00+00:00",
"warnings": [
{
"comment": "L'hygrométrie est faible",
"icon": "WARNING_HYGR",
"type": "HY70"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 4,
"wind_direction": "west",
"wind_gusts": 16.01,
"wind_speed": 9.3
}
],
"wind_direction": "wnWest",
"wind_gusts": 39.68,
"wind_speed": 13.641599999999999
},
{
"max_humidity": 91.82,
"max_temperature": 5.57,
"min_humidity": 54.04,
"min_temperature": -0.85,
"pluviometry_cumul": 0.18,
"snow": 0,
"time": "2019-03-12T22:00:00+00:00",
"weather": 12,
"weather_reports": [
{
"humidity": 89.05,
"night": 1,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"recommended_spray": 2,
"risk_of_rain": 25,
"snow": 0,
"temperature": -0.06,
"time": "2019-03-12T22:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 2,
"wind_direction": "wnWest",
"wind_gusts": 35.28,
"wind_speed": 11.63
},
{
"humidity": 91.12,
"night": 1,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"recommended_spray": 2,
"risk_of_rain": 25,
"snow": 0,
"temperature": -0.75,
"time": "2019-03-13T01:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 2,
"wind_direction": "nWest",
"wind_gusts": 36.71,
"wind_speed": 11.51
},
{
"humidity": 91.14,
"night": 1,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"recommended_spray": 2,
"risk_of_rain": 25,
"snow": 0,
"temperature": -0.65,
"time": "2019-03-13T04:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 2,
"wind_direction": "nWest",
"wind_gusts": 35.64,
"wind_speed": 9.32
},
{
"humidity": 80.14,
"night": 0,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"recommended_spray": 2,
"risk_of_rain": 25,
"snow": 0,
"temperature": 1.36,
"time": "2019-03-13T07:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 2,
"wind_direction": "nnWest",
"wind_gusts": 19.76,
"wind_speed": 7.26
},
{
"humidity": 61.02,
"night": 0,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"recommended_spray": 2,
"risk_of_rain": 25,
"snow": 0,
"temperature": 4.5,
"time": "2019-03-13T10:00:00+00:00",
"warnings": [
{
"comment": "L'hygrométrie est faible",
"icon": "WARNING_HYGR",
"type": "HY70"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 3,
"wind_direction": "nWest",
"wind_gusts": 10.91,
"wind_speed": 7.91
},
{
"humidity": 54.04,
"night": 0,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"recommended_spray": 2,
"risk_of_rain": 25,
"snow": 0,
"temperature": 5.57,
"time": "2019-03-13T13:00:00+00:00",
"warnings": [
{
"comment": "L'hygrométrie est faible",
"icon": "WARNING_HYGR",
"type": "HY70"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 4,
"wind_direction": "west",
"wind_gusts": 16.01,
"wind_speed": 9.3
},
{
"humidity": 63.26,
"night": 0,
"pluviometry": 0,
"pluviometry1h": 0,
"pluviometry_cumul": 0,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 3.92,
"time": "2019-03-13T16: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": 4,
"wind_direction": "ssEast",
"wind_gusts": 22.14,
"wind_speed": 9.18
},
{
"humidity": 74.03,
"night": 1,
"pluviometry": 0,
"pluviometry1h": 0,
"pluviometry_cumul": 0,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 1.63,
"time": "2019-03-13T19:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 3,
"wind_direction": "east",
"wind_gusts": 27.49,
"wind_speed": 9.39
}
],
"wind_direction": "nWest",
"wind_gusts": 38.33,
"wind_speed": 9.356800000000002
},
{
"max_humidity": 84.04,
"max_temperature": 6.37,
"min_humidity": 56.26,
"min_temperature": 0.23,
"pluviometry_cumul": 0.69,
"snow": 0,
"time": "2019-03-13T22:00:00+00:00",
"weather": 14,
"weather_reports": [
{
"humidity": 78.43,
"night": 1,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"recommended_spray": 2,
"risk_of_rain": 25,
"snow": 0,
"temperature": 0.79,
"time": "2019-03-13T22:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 4,
"wind_direction": "sEast",
"wind_gusts": 33.16,
"wind_speed": 9.32
},
{
"humidity": 82.32,
"night": 1,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"recommended_spray": 2,
"risk_of_rain": 25,
"snow": 0,
"temperature": 0.29,
"time": "2019-03-14T01:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 4,
"wind_direction": "ssEast",
"wind_gusts": 29.89,
"wind_speed": 8.6
},
{
"humidity": 83.93,
"night": 1,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"recommended_spray": 2,
"risk_of_rain": 25,
"snow": 0,
"temperature": 0.45,
"time": "2019-03-14T04:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 4,
"wind_direction": "ssEast",
"wind_gusts": 27.47,
"wind_speed": 9.29
},
{
"humidity": 75.59,
"night": 0,
"pluviometry": 0.06,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.06,
"recommended_spray": 2,
"risk_of_rain": 25,
"snow": 0,
"temperature": 2.27,
"time": "2019-03-14T07:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 5,
"wind_direction": "ssEast",
"wind_gusts": 30.66,
"wind_speed": 10.95
},
{
"humidity": 60.54,
"night": 0,
"pluviometry": 0.09,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.09,
"recommended_spray": 2,
"risk_of_rain": 25,
"snow": 0,
"temperature": 5.32,
"time": "2019-03-14T10: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": 4,
"wind_direction": "ssEast",
"wind_gusts": 37.65,
"wind_speed": 13.22
},
{
"humidity": 56.98,
"night": 0,
"pluviometry": 0.33,
"pluviometry1h": 0.11,
"pluviometry_cumul": 0.33,
"recommended_spray": 2,
"risk_of_rain": 50,
"snow": 0,
"temperature": 6.19,
"time": "2019-03-14T13: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": 9,
"wind_direction": "south",
"wind_gusts": 29.97,
"wind_speed": 14.06
},
{
"humidity": 66.29,
"night": 0,
"pluviometry": 0.09,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.09,
"recommended_spray": 2,
"risk_of_rain": 25,
"snow": 0,
"temperature": 3.99,
"time": "2019-03-14T16: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": 4,
"wind_direction": "south",
"wind_gusts": 27.19,
"wind_speed": 14.28
},
{
"humidity": 74.12,
"night": 1,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"recommended_spray": 2,
"risk_of_rain": 25,
"snow": 0,
"temperature": 2.11,
"time": "2019-03-14T19:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 4,
"wind_direction": "ssWest",
"wind_gusts": 29.4,
"wind_speed": 14.93
}
],
"wind_direction": "ssEast",
"wind_gusts": 37.65,
"wind_speed": 12.036800000000001
},
{
"max_humidity": 75.92,
"max_temperature": 6.48,
"min_humidity": 51.72,
"min_temperature": 1.21,
"pluviometry_cumul": 0.48,
"snow": 0,
"time": "2019-03-14T22:00:00+00:00",
"weather": 14,
"weather_reports": [
{
"humidity": 74.34,
"night": 1,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"recommended_spray": 2,
"risk_of_rain": 25,
"snow": 0,
"temperature": 1.62,
"time": "2019-03-14T22:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 4,
"wind_direction": "ssWest",
"wind_gusts": 16.79,
"wind_speed": 13.13
},
{
"humidity": 74.24,
"night": 1,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"recommended_spray": 2,
"risk_of_rain": 25,
"snow": 0,
"temperature": 1.42,
"time": "2019-03-15T01:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 4,
"wind_direction": "ssWest",
"wind_gusts": 8.26,
"wind_speed": 12.46
},
{
"humidity": 75.92,
"night": 1,
"pluviometry": 0.06,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.06,
"recommended_spray": 2,
"risk_of_rain": 25,
"snow": 0,
"temperature": 1.23,
"time": "2019-03-15T04:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 4,
"wind_direction": "south",
"wind_gusts": 9.8,
"wind_speed": 13.2
},
{
"humidity": 71.67,
"night": 0,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"recommended_spray": 2,
"risk_of_rain": 25,
"snow": 0,
"temperature": 2.61,
"time": "2019-03-15T07:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 4,
"wind_direction": "sEast",
"wind_gusts": 11.76,
"wind_speed": 15.27
},
{
"humidity": 58.7,
"night": 0,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"recommended_spray": 2,
"risk_of_rain": 25,
"snow": 0,
"temperature": 5.33,
"time": "2019-03-15T10:00:00+00:00",
"warnings": [
{
"comment": "L'hygrométrie est faible",
"icon": "WARNING_HYGR",
"type": "HY70"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 2,
"wind_direction": "ssEast",
"wind_gusts": 8.45,
"wind_speed": 17.78
},
{
"humidity": 51.72,
"night": 0,
"pluviometry": 0.06,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.06,
"recommended_spray": 3,
"risk_of_rain": 25,
"snow": 0,
"temperature": 6.48,
"time": "2019-03-15T13:00:00+00:00",
"warnings": [],
"weather": 2,
"wind_direction": "sEast",
"wind_gusts": 8.82,
"wind_speed": 18.88
},
{
"humidity": 56.03,
"night": 0,
"pluviometry": 0.06,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.06,
"recommended_spray": 2,
"risk_of_rain": 25,
"snow": 0,
"temperature": 5.18,
"time": "2019-03-15T16:00:00+00:00",
"warnings": [
{
"comment": "L'hygrométrie est faible",
"icon": "WARNING_HYGR",
"type": "HY70"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 3,
"wind_direction": "ssEast",
"wind_gusts": 6.44,
"wind_speed": 16.97
},
{
"humidity": 65.2,
"night": 1,
"pluviometry": 0.09,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.09,
"recommended_spray": 2,
"risk_of_rain": 50,
"snow": 0,
"temperature": 3.04,
"time": "2019-03-15T19:00:00+00:00",
"warnings": [
{
"comment": "L'hygrométrie est faible",
"icon": "WARNING_HYGR",
"type": "HY70"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 2,
"wind_direction": "ssEast",
"wind_gusts": 3.89,
"wind_speed": 14.32
}
],
"wind_direction": "ssEast",
"wind_gusts": 16.79,
"wind_speed": 15.185599999999997
},
{
"max_humidity": 90.19,
"max_temperature": 5.47,
"min_humidity": 68.81,
"min_temperature": 0.49,
"pluviometry_cumul": 1.95,
"snow": 0,
"time": "2019-03-15T22:00:00+00:00",
"weather": 13,
"weather_reports": [
{
"humidity": 71.89,
"night": 1,
"pluviometry": 0.06,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.06,
"recommended_spray": 2,
"risk_of_rain": 25,
"snow": 0,
"temperature": 1.68,
"time": "2019-03-15T22:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 4,
"wind_direction": "south",
"wind_gusts": 7.38,
"wind_speed": 13.54
}
],
"wind_direction": "south",
"wind_gusts": 27.57,
"wind_speed": 6.083200000000001
},
{
"max_humidity": 90.27,
"max_temperature": 6.06,
"min_humidity": 66.72,
"min_temperature": 0.47,
"pluviometry_cumul": 1.59,
"snow": 0,
"time": "2019-03-16T22:00:00+00:00",
"weather": 13,
"weather_reports": [],
"wind_direction": "west",
"wind_speed": 3.7755999999999994
},
{
"max_humidity": 92.69,
"max_temperature": 7,
"min_humidity": 70.36,
"min_temperature": 0.7,
"pluviometry_cumul": 1.56,
"snow": 0,
"time": "2019-03-17T22:00:00+00:00",
"weather": 13,
"weather_reports": [],
"wind_direction": "nWest",
"wind_speed": 3.7268
}
],
"timezone": "Europe/Kiev"
},
{
"city": "РАКОШИНО",
"city_code": "CY_UA_1252379446",
"daily_reports": [
{
"max_humidity": 83.41,
"max_temperature": 6.48,
"min_humidity": 56.69,
"min_temperature": -0.21,
"pluviometry_cumul": 0.33,
"snow": 0,
"time": "2019-03-12T14:00:00+00:00",
"weather": 12,
"weather_reports": [
{
"humidity": 57.22,
"night": 0,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"recommended_spray": 2,
"risk_of_rain": 25,
"snow": 0,
"temperature": 6.36,
"time": "2019-03-12T14: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": 2,
"wind_direction": "wsWest",
"wind_gusts": 21.1,
"wind_speed": 9.55
},
{
"humidity": 59.42,
"night": 0,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"recommended_spray": 2,
"risk_of_rain": 25,
"snow": 0,
"temperature": 5.86,
"time": "2019-03-12T15: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": 2,
"wind_direction": "sWest",
"wind_gusts": 18.89,
"wind_speed": 7.84
},
{
"humidity": 63.84,
"night": 0,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 4.91,
"time": "2019-03-12T16:00:00+00:00",
"warnings": [
{
"comment": "L'hygrométrie est faible",
"icon": "WARNING_HYGR",
"type": "HY70"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 2,
"wind_direction": "south",
"wind_gusts": 17.68,
"wind_speed": 6.57
},
{
"humidity": 69.32,
"night": 1,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 3.73,
"time": "2019-03-12T17:00:00+00:00",
"warnings": [
{
"comment": "L'hygrométrie est faible",
"icon": "WARNING_HYGR",
"type": "HY70"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 2,
"wind_direction": "esEast",
"wind_gusts": 17.48,
"wind_speed": 5.77
},
{
"humidity": 74.29,
"night": 1,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 2.62,
"time": "2019-03-12T18:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 2,
"wind_direction": "east",
"wind_gusts": 18.01,
"wind_speed": 5.41
},
{
"humidity": 77.55,
"night": 1,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 1.81,
"time": "2019-03-12T19:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 2,
"wind_direction": "enEast",
"wind_gusts": 19.03,
"wind_speed": 5.45
},
{
"humidity": 79.34,
"night": 1,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 1.26,
"time": "2019-03-12T20:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 2,
"wind_direction": "enEast",
"wind_gusts": 20.38,
"wind_speed": 5.78
},
{
"humidity": 80.26,
"night": 1,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 0.83,
"time": "2019-03-12T21:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 2,
"wind_direction": "east",
"wind_gusts": 21.95,
"wind_speed": 6.3
},
{
"humidity": 80.84,
"night": 1,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"recommended_spray": 2,
"risk_of_rain": 25,
"snow": 0,
"temperature": 0.44,
"time": "2019-03-12T22:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 2,
"wind_direction": "east",
"wind_gusts": 23.65,
"wind_speed": 6.89
},
{
"humidity": 81.26,
"night": 1,
"pluviometry": 0.04,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.04,
"recommended_spray": 2,
"risk_of_rain": 25,
"snow": 0,
"temperature": 0.06,
"time": "2019-03-12T23:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 2,
"wind_direction": "east",
"wind_gusts": 25.46,
"wind_speed": 7.52
},
{
"humidity": 81.6,
"night": 1,
"pluviometry": 0.05,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.05,
"recommended_spray": 2,
"risk_of_rain": 25,
"snow": 0,
"temperature": -0.31,
"time": "2019-03-13T00:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 2,
"wind_direction": "east",
"wind_gusts": 27.43,
"wind_speed": 8.14
},
{
"humidity": 81.91,
"night": 1,
"pluviometry": 0.06,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.06,
"recommended_spray": 2,
"risk_of_rain": 25,
"snow": 0,
"temperature": -0.64,
"time": "2019-03-13T01:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 3,
"wind_direction": "esEast",
"wind_gusts": 29.59,
"wind_speed": 8.71
},
{
"humidity": 82,
"night": 1,
"pluviometry": 0.06,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.06,
"recommended_spray": 2,
"risk_of_rain": 25,
"snow": 0,
"temperature": -0.89,
"time": "2019-03-13T02:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 3,
"wind_direction": "esEast",
"wind_gusts": 32.08,
"wind_speed": 9.23
},
{
"humidity": 81.62,
"night": 1,
"pluviometry": 0.06,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.06,
"recommended_spray": 2,
"risk_of_rain": 25,
"snow": 0,
"temperature": -0.97,
"time": "2019-03-13T03:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 3,
"wind_direction": "esEast",
"wind_gusts": 35.09,
"wind_speed": 9.71
},
{
"humidity": 80.55,
"night": 1,
"pluviometry": 0.06,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.06,
"recommended_spray": 2,
"risk_of_rain": 25,
"snow": 0,
"temperature": -0.81,
"time": "2019-03-13T04:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 4,
"wind_direction": "esEast",
"wind_gusts": 38.43,
"wind_speed": 10.14
},
{
"humidity": 78.61,
"night": 1,
"pluviometry": 0.06,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.06,
"recommended_spray": 2,
"risk_of_rain": 25,
"snow": 0,
"temperature": -0.31,
"time": "2019-03-13T05:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 4,
"wind_direction": "esEast",
"wind_gusts": 40.52,
"wind_speed": 10.44
},
{
"humidity": 75.61,
"night": 1,
"pluviometry": 0.06,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.06,
"recommended_spray": 2,
"risk_of_rain": 25,
"snow": 0,
"temperature": 0.62,
"time": "2019-03-13T06:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 4,
"wind_direction": "esEast",
"wind_gusts": 39.46,
"wind_speed": 10.53
},
{
"humidity": 71.55,
"night": 0,
"pluviometry": 0.06,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.06,
"recommended_spray": 2,
"risk_of_rain": 25,
"snow": 0,
"temperature": 2.02,
"time": "2019-03-13T07:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 4,
"wind_direction": "sEast",
"wind_gusts": 34.21,
"wind_speed": 10.39
},
{
"humidity": 66.99,
"night": 0,
"pluviometry": 0.06,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.06,
"recommended_spray": 2,
"risk_of_rain": 25,
"snow": 0,
"temperature": 3.67,
"time": "2019-03-13T08: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": 4,
"wind_direction": "ssEast",
"wind_gusts": 27.39,
"wind_speed": 10.21
},
{
"humidity": 62.68,
"night": 0,
"pluviometry": 0.06,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.06,
"recommended_spray": 2,
"risk_of_rain": 25,
"snow": 0,
"temperature": 5.3,
"time": "2019-03-13T09: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": 4,
"wind_direction": "south",
"wind_gusts": 22.48,
"wind_speed": 10.24
},
{
"humidity": 59.26,
"night": 0,
"pluviometry": 0.06,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.06,
"recommended_spray": 2,
"risk_of_rain": 25,
"snow": 0,
"temperature": 6.67,
"time": "2019-03-13T10: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": 3,
"wind_direction": "south",
"wind_gusts": 22.01,
"wind_speed": 10.61
},
{
"humidity": 56.99,
"night": 0,
"pluviometry": 0.11,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.11,
"recommended_spray": 2,
"risk_of_rain": 25,
"snow": 0,
"temperature": 7.67,
"time": "2019-03-13T11: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": 3,
"wind_direction": "ssWest",
"wind_gusts": 24.55,
"wind_speed": 11.04
},
{
"humidity": 56.05,
"night": 0,
"pluviometry": 0.16,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.16,
"recommended_spray": 2,
"risk_of_rain": 25,
"snow": 0,
"temperature": 8.24,
"time": "2019-03-13T12: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": 3,
"wind_direction": "ssWest",
"wind_gusts": 27.68,
"wind_speed": 11.09
},
{
"humidity": 56.57,
"night": 0,
"pluviometry": 0.21,
"pluviometry1h": 0.07,
"pluviometry_cumul": 0.21,
"recommended_spray": 2,
"risk_of_rain": 50,
"snow": 0,
"temperature": 8.34,
"time": "2019-03-13T13: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": 9,
"wind_direction": "south",
"wind_gusts": 29.35,
"wind_speed": 10.51
}
],
"wind_direction": "esEast",
"wind_gusts": 43.24,
"wind_speed": 8.756
},
{
"max_humidity": 82,
"max_temperature": 8.34,
"min_humidity": 56.05,
"min_temperature": -0.97,
"pluviometry_cumul": 3.06,
"snow": 0,
"time": "2019-03-12T22:00:00+00:00",
"weather": 14,
"weather_reports": [
{
"humidity": 80.84,
"night": 1,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"recommended_spray": 2,
"risk_of_rain": 25,
"snow": 0,
"temperature": 0.44,
"time": "2019-03-12T22:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 2,
"wind_direction": "east",
"wind_gusts": 23.65,
"wind_speed": 6.89
},
{
"humidity": 81.91,
"night": 1,
"pluviometry": 0.06,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.06,
"recommended_spray": 2,
"risk_of_rain": 25,
"snow": 0,
"temperature": -0.64,
"time": "2019-03-13T01:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 3,
"wind_direction": "esEast",
"wind_gusts": 29.59,
"wind_speed": 8.71
},
{
"humidity": 80.55,
"night": 1,
"pluviometry": 0.06,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.06,
"recommended_spray": 2,
"risk_of_rain": 25,
"snow": 0,
"temperature": -0.81,
"time": "2019-03-13T04:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 4,
"wind_direction": "esEast",
"wind_gusts": 38.43,
"wind_speed": 10.14
},
{
"humidity": 71.55,
"night": 0,
"pluviometry": 0.06,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.06,
"recommended_spray": 2,
"risk_of_rain": 25,
"snow": 0,
"temperature": 2.02,
"time": "2019-03-13T07:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 4,
"wind_direction": "sEast",
"wind_gusts": 34.21,
"wind_speed": 10.39
},
{
"humidity": 59.26,
"night": 0,
"pluviometry": 0.06,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.06,
"recommended_spray": 2,
"risk_of_rain": 25,
"snow": 0,
"temperature": 6.67,
"time": "2019-03-13T10: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": 3,
"wind_direction": "south",
"wind_gusts": 22.01,
"wind_speed": 10.61
},
{
"humidity": 56.57,
"night": 0,
"pluviometry": 0.21,
"pluviometry1h": 0.07,
"pluviometry_cumul": 0.21,
"recommended_spray": 2,
"risk_of_rain": 50,
"snow": 0,
"temperature": 8.34,
"time": "2019-03-13T13: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": 9,
"wind_direction": "south",
"wind_gusts": 29.35,
"wind_speed": 10.51
},
{
"humidity": 64.36,
"night": 0,
"pluviometry": 0.54,
"pluviometry1h": 0.18,
"pluviometry_cumul": 0.54,
"recommended_spray": 2,
"risk_of_rain": 50,
"snow": 0,
"temperature": 6.54,
"time": "2019-03-13T16: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": 9,
"wind_direction": "sEast",
"wind_gusts": 20.57,
"wind_speed": 8.14
},
{
"humidity": 73.95,
"night": 1,
"pluviometry": 0.63,
"pluviometry1h": 0.21,
"pluviometry_cumul": 0.63,
"recommended_spray": 2,
"risk_of_rain": 50,
"snow": 0,
"temperature": 4.13,
"time": "2019-03-13T19:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 15,
"wind_direction": "east",
"wind_gusts": 9.58,
"wind_speed": 7.73
}
],
"wind_direction": "esEast",
"wind_gusts": 40.52,
"wind_speed": 9.097199999999999
},
{
"max_humidity": 87.78,
"max_temperature": 8.11,
"min_humidity": 55.51,
"min_temperature": 1.86,
"pluviometry_cumul": 1.95,
"snow": 0,
"time": "2019-03-13T22:00:00+00:00",
"weather": 13,
"weather_reports": [
{
"humidity": 80.05,
"night": 1,
"pluviometry": 0.84,
"pluviometry1h": 0.28,
"pluviometry_cumul": 0.84,
"recommended_spray": 2,
"risk_of_rain": 50,
"snow": 0,
"temperature": 2.98,
"time": "2019-03-13T22:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 15,
"wind_direction": "enEast",
"wind_gusts": 10.62,
"wind_speed": 7.19
},
{
"humidity": 83.81,
"night": 1,
"pluviometry": 0.66,
"pluviometry1h": 0.22,
"pluviometry_cumul": 0.66,
"recommended_spray": 2,
"risk_of_rain": 50,
"snow": 0,
"temperature": 2.18,
"time": "2019-03-14T01:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 14,
"wind_direction": "east",
"wind_gusts": 14.09,
"wind_speed": 7.32
},
{
"humidity": 83.29,
"night": 1,
"pluviometry": 0.24,
"pluviometry1h": 0.08,
"pluviometry_cumul": 0.24,
"recommended_spray": 2,
"risk_of_rain": 50,
"snow": 0,
"temperature": 1.86,
"time": "2019-03-14T04:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 9,
"wind_direction": "esEast",
"wind_gusts": 31.67,
"wind_speed": 8.22
},
{
"humidity": 74.07,
"night": 0,
"pluviometry": 0.09,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.09,
"recommended_spray": 2,
"risk_of_rain": 25,
"snow": 0,
"temperature": 3.56,
"time": "2019-03-14T07:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 4,
"wind_direction": "ssEast",
"wind_gusts": 32.03,
"wind_speed": 7.61
},
{
"humidity": 59,
"night": 0,
"pluviometry": 0.15,
"pluviometry1h": 0.05,
"pluviometry_cumul": 0.15,
"recommended_spray": 2,
"risk_of_rain": 50,
"snow": 0,
"temperature": 7.07,
"time": "2019-03-14T10:00:00+00:00",
"warnings": [
{
"comment": "L'hygrométrie est faible",
"icon": "WARNING_HYGR",
"type": "HY70"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 4,
"wind_direction": "ssWest",
"wind_gusts": 17.97,
"wind_speed": 6.71
},
{
"humidity": 56.95,
"night": 0,
"pluviometry": 0.27,
"pluviometry1h": 0.09,
"pluviometry_cumul": 0.27,
"recommended_spray": 2,
"risk_of_rain": 50,
"snow": 0,
"temperature": 8.03,
"time": "2019-03-14T13:00:00+00:00",
"warnings": [
{
"comment": "L'hygrométrie est faible",
"icon": "WARNING_HYGR",
"type": "HY70"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 9,
"wind_direction": "ssWest",
"wind_gusts": 14.64,
"wind_speed": 6.58
},
{
"humidity": 69.35,
"night": 0,
"pluviometry": 0.06,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.06,
"recommended_spray": 2,
"risk_of_rain": 25,
"snow": 0,
"temperature": 5.91,
"time": "2019-03-14T16:00:00+00:00",
"warnings": [
{
"comment": "L'hygrométrie est faible",
"icon": "WARNING_HYGR",
"type": "HY70"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 4,
"wind_direction": "ssEast",
"wind_gusts": 18.2,
"wind_speed": 7.08
},
{
"humidity": 82.54,
"night": 1,
"pluviometry": 0.33,
"pluviometry1h": 0.11,
"pluviometry_cumul": 0.33,
"recommended_spray": 2,
"risk_of_rain": 50,
"snow": 0,
"temperature": 3.3,
"time": "2019-03-14T19:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 8,
"wind_direction": "sEast",
"wind_gusts": 15.43,
"wind_speed": 7.71
}
],
"wind_direction": "ssEast",
"wind_gusts": 35.21,
"wind_speed": 7.300000000000001
},
{
"max_humidity": 93.38,
"max_temperature": 7.51,
"min_humidity": 65.01,
"min_temperature": 1.65,
"pluviometry_cumul": 7.71,
"snow": 0,
"time": "2019-03-14T22:00:00+00:00",
"weather": 18,
"weather_reports": [
{
"humidity": 87.78,
"night": 1,
"pluviometry": 0.3,
"pluviometry1h": 0.1,
"pluviometry_cumul": 0.3,
"recommended_spray": 2,
"risk_of_rain": 50,
"snow": 0,
"temperature": 2.3,
"time": "2019-03-14T22:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 8,
"wind_direction": "ssEast",
"wind_gusts": 6.34,
"wind_speed": 7.42
},
{
"humidity": 89.03,
"night": 1,
"pluviometry": 0.51,
"pluviometry1h": 0.17,
"pluviometry_cumul": 0.51,
"recommended_spray": 2,
"risk_of_rain": 75,
"snow": 0,
"temperature": 1.85,
"time": "2019-03-15T01:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 7,
"wind_direction": "sEast",
"wind_gusts": 10.6,
"wind_speed": 8.91
},
{
"humidity": 90.6,
"night": 1,
"pluviometry": 0.36,
"pluviometry1h": 0.12,
"pluviometry_cumul": 0.36,
"recommended_spray": 2,
"risk_of_rain": 75,
"snow": 0,
"temperature": 1.73,
"time": "2019-03-15T04:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 9,
"wind_direction": "ssEast",
"wind_gusts": 20.7,
"wind_speed": 11.04
},
{
"humidity": 83.03,
"night": 0,
"pluviometry": 0.27,
"pluviometry1h": 0.09,
"pluviometry_cumul": 0.27,
"recommended_spray": 2,
"risk_of_rain": 50,
"snow": 0,
"temperature": 3.38,
"time": "2019-03-15T07:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 9,
"wind_direction": "ssEast",
"wind_gusts": 29.37,
"wind_speed": 15.48
},
{
"humidity": 69.09,
"night": 0,
"pluviometry": 0.27,
"pluviometry1h": 0.09,
"pluviometry_cumul": 0.27,
"recommended_spray": 3,
"risk_of_rain": 50,
"snow": 0,
"temperature": 6.37,
"time": "2019-03-15T10:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
}
],
"weather": 9,
"wind_direction": "ssWest",
"wind_gusts": 30.74,
"wind_speed": 20.15
},
{
"humidity": 65.93,
"night": 0,
"pluviometry": 2.01,
"pluviometry1h": 0.67,
"pluviometry_cumul": 2.01,
"recommended_spray": 2,
"risk_of_rain": 75,
"snow": 0,
"temperature": 7.51,
"time": "2019-03-15T13: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": 14,
"wind_direction": "ssWest",
"wind_gusts": 31.52,
"wind_speed": 18.17
},
{
"humidity": 78.16,
"night": 0,
"pluviometry": 2.25,
"pluviometry1h": 0.75,
"pluviometry_cumul": 2.25,
"recommended_spray": 2,
"risk_of_rain": 100,
"snow": 0,
"temperature": 5.85,
"time": "2019-03-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": 13,
"wind_direction": "ssEast",
"wind_gusts": 18.95,
"wind_speed": 9.98
},
{
"humidity": 92.25,
"night": 1,
"pluviometry": 1.11,
"pluviometry1h": 0.37,
"pluviometry_cumul": 1.11,
"recommended_spray": 2,
"risk_of_rain": 100,
"snow": 0,
"temperature": 3.69,
"time": "2019-03-15T19:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 12,
"wind_direction": "esEast",
"wind_gusts": 16.43,
"wind_speed": 4.8
}
],
"wind_direction": "ssEast",
"wind_gusts": 32.31,
"wind_speed": 11.562000000000001
},
{
"max_humidity": 93.66,
"max_temperature": 6.75,
"min_humidity": 71.38,
"min_temperature": 1.68,
"pluviometry_cumul": 4.8,
"snow": 0,
"time": "2019-03-15T22:00:00+00:00",
"weather": 13,
"weather_reports": [
{
"humidity": 93.38,
"night": 1,
"pluviometry": 1.02,
"pluviometry1h": 0.34,
"pluviometry_cumul": 1.02,
"recommended_spray": 2,
"risk_of_rain": 100,
"snow": 0,
"temperature": 2.78,
"time": "2019-03-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": 12,
"wind_direction": "esEast",
"wind_gusts": 25.7,
"wind_speed": 4.36
}
],
"wind_direction": "nWest",
"wind_gusts": 28.38,
"wind_speed": 4.112400000000001
},
{
"max_humidity": 90.17,
"max_temperature": 7.71,
"min_humidity": 72.81,
"min_temperature": 1.07,
"pluviometry_cumul": 2.91,
"snow": 0,
"time": "2019-03-16T22:00:00+00:00",
"weather": 13,
"weather_reports": [],
"wind_direction": "nWest",
"wind_speed": 3.0508000000000006
},
{
"max_humidity": 90.21,
"max_temperature": 7.67,
"min_humidity": 68.06,
"min_temperature": 1.11,
"pluviometry_cumul": 1.05,
"snow": 0,
"time": "2019-03-17T22:00:00+00:00",
"weather": 12,
"weather_reports": [],
"wind_direction": "north",
"wind_speed": 4.590400000000001
}
],
"timezone": "Europe/Kiev"
},
{
"city": "LYON",
"city_code": "CY_FR_69123",
"daily_reports": [
{
"max_humidity": 79.06,
"max_temperature": 9.34,
"min_humidity": 58.27,
"min_temperature": 2.43,
"pluviometry_cumul": 2.39,
"snow": 0,
"time": "2019-03-12T14:00:00+00:00",
"weather": 19,
"weather_reports": [
{
"humidity": 59.04,
"night": 0,
"pluviometry": 0.68,
"pluviometry1h": 0.3,
"pluviometry_cumul": 0.68,
"recommended_spray": 2,
"risk_of_rain": 100,
"snow": 0,
"temperature": 9.1,
"time": "2019-03-12T14: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": 8,
"wind_direction": "wnWest",
"wind_gusts": 81.54,
"wind_speed": 5.33
},
{
"humidity": 60.03,
"night": 0,
"pluviometry": 0.46,
"pluviometry1h": 0.3,
"pluviometry_cumul": 0.46,
"recommended_spray": 2,
"risk_of_rain": 100,
"snow": 0,
"temperature": 8.68,
"time": "2019-03-12T15: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": 8,
"wind_direction": "wnWest",
"wind_gusts": 81.24,
"wind_speed": 4.92
},
{
"humidity": 60.76,
"night": 0,
"pluviometry": 0.24,
"pluviometry1h": 0.08,
"pluviometry_cumul": 0.24,
"recommended_spray": 2,
"risk_of_rain": 75,
"snow": 0,
"temperature": 8.25,
"time": "2019-03-12T16: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": 8,
"wind_direction": "wnWest",
"wind_gusts": 77.39,
"wind_speed": 4.55
},
{
"humidity": 61.4,
"night": 0,
"pluviometry": 0.24,
"pluviometry1h": 0.08,
"pluviometry_cumul": 0.24,
"recommended_spray": 2,
"risk_of_rain": 75,
"snow": 0,
"temperature": 7.83,
"time": "2019-03-12T17: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": 8,
"wind_direction": "wnWest",
"wind_gusts": 70.57,
"wind_speed": 4.36
},
{
"humidity": 62.3,
"night": 1,
"pluviometry": 0.24,
"pluviometry1h": 0.08,
"pluviometry_cumul": 0.24,
"recommended_spray": 2,
"risk_of_rain": 75,
"snow": 0,
"temperature": 7.45,
"time": "2019-03-12T18: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": 8,
"wind_direction": "wnWest",
"wind_gusts": 61.53,
"wind_speed": 4.5
},
{
"humidity": 63.73,
"night": 1,
"pluviometry": 0.24,
"pluviometry1h": 0.08,
"pluviometry_cumul": 0.24,
"recommended_spray": 2,
"risk_of_rain": 50,
"snow": 0,
"temperature": 7.11,
"time": "2019-03-12T19: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": 13,
"wind_direction": "wnWest",
"wind_gusts": 51.11,
"wind_speed": 5.08
},
{
"humidity": 65.6,
"night": 1,
"pluviometry": 0.23,
"pluviometry1h": 0.08,
"pluviometry_cumul": 0.23,
"recommended_spray": 2,
"risk_of_rain": 50,
"snow": 0,
"temperature": 6.8,
"time": "2019-03-12T20: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": 13,
"wind_direction": "wnWest",
"wind_gusts": 40.56,
"wind_speed": 5.97
},
{
"humidity": 67.72,
"night": 1,
"pluviometry": 0.22,
"pluviometry1h": 0.08,
"pluviometry_cumul": 0.22,
"recommended_spray": 2,
"risk_of_rain": 50,
"snow": 0,
"temperature": 6.51,
"time": "2019-03-12T21: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": 13,
"wind_direction": "wnWest",
"wind_gusts": 31.24,
"wind_speed": 7.02
},
{
"humidity": 69.95,
"night": 1,
"pluviometry": 0.21,
"pluviometry1h": 0.07,
"pluviometry_cumul": 0.21,
"recommended_spray": 2,
"risk_of_rain": 50,
"snow": 0,
"temperature": 6.21,
"time": "2019-03-12T22: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": 13,
"wind_direction": "west",
"wind_gusts": 24.26,
"wind_speed": 8.06
},
{
"humidity": 72.3,
"night": 1,
"pluviometry": 0.26,
"pluviometry1h": 0.07,
"pluviometry_cumul": 0.26,
"recommended_spray": 2,
"risk_of_rain": 50,
"snow": 0,
"temperature": 5.86,
"time": "2019-03-12T23:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 13,
"wind_direction": "west",
"wind_gusts": 19.84,
"wind_speed": 8.93
},
{
"humidity": 74.81,
"night": 1,
"pluviometry": 0.31,
"pluviometry1h": 0.07,
"pluviometry_cumul": 0.31,
"recommended_spray": 2,
"risk_of_rain": 50,
"snow": 0,
"temperature": 5.43,
"time": "2019-03-13T00:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 13,
"wind_direction": "west",
"wind_gusts": 17.93,
"wind_speed": 9.46
},
{
"humidity": 77.49,
"night": 1,
"pluviometry": 0.36,
"pluviometry1h": 0.12,
"pluviometry_cumul": 0.36,
"recommended_spray": 2,
"risk_of_rain": 75,
"snow": 0,
"temperature": 4.89,
"time": "2019-03-13T01:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 13,
"wind_direction": "west",
"wind_gusts": 18.28,
"wind_speed": 9.54
},
{
"humidity": 80.14,
"night": 1,
"pluviometry": 0.37,
"pluviometry1h": 0.12,
"pluviometry_cumul": 0.37,
"recommended_spray": 2,
"risk_of_rain": 75,
"snow": 0,
"temperature": 4.29,
"time": "2019-03-13T02:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 13,
"wind_direction": "west",
"wind_gusts": 19.83,
"wind_speed": 9.3
},
{
"humidity": 82.57,
"night": 1,
"pluviometry": 0.38,
"pluviometry1h": 0.12,
"pluviometry_cumul": 0.38,
"recommended_spray": 2,
"risk_of_rain": 75,
"snow": 0,
"temperature": 3.73,
"time": "2019-03-13T03:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 13,
"wind_direction": "west",
"wind_gusts": 21.29,
"wind_speed": 8.88
},
{
"humidity": 84.49,
"night": 1,
"pluviometry": 0.39,
"pluviometry1h": 0.13,
"pluviometry_cumul": 0.39,
"recommended_spray": 2,
"risk_of_rain": 75,
"snow": 0,
"temperature": 3.3,
"time": "2019-03-13T04:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 13,
"wind_direction": "west",
"wind_gusts": 21.71,
"wind_speed": 8.46
},
{
"humidity": 85.54,
"night": 1,
"pluviometry": 0.43,
"pluviometry1h": 0.13,
"pluviometry_cumul": 0.43,
"recommended_spray": 2,
"risk_of_rain": 75,
"snow": 0,
"temperature": 3.12,
"time": "2019-03-13T05:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 13,
"wind_direction": "west",
"wind_gusts": 21.55,
"wind_speed": 8.21
},
{
"humidity": 85.28,
"night": 1,
"pluviometry": 0.47,
"pluviometry1h": 0.13,
"pluviometry_cumul": 0.47,
"recommended_spray": 2,
"risk_of_rain": 75,
"snow": 0,
"temperature": 3.3,
"time": "2019-03-13T06:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 13,
"wind_direction": "west",
"wind_gusts": 21.61,
"wind_speed": 8.28
},
{
"humidity": 83.46,
"night": 0,
"pluviometry": 0.51,
"pluviometry1h": 0.17,
"pluviometry_cumul": 0.51,
"recommended_spray": 2,
"risk_of_rain": 75,
"snow": 0,
"temperature": 3.93,
"time": "2019-03-13T07:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 13,
"wind_direction": "west",
"wind_gusts": 22.4,
"wind_speed": 8.8
},
{
"humidity": 80.43,
"night": 0,
"pluviometry": 0.55,
"pluviometry1h": 0.17,
"pluviometry_cumul": 0.55,
"recommended_spray": 2,
"risk_of_rain": 75,
"snow": 0,
"temperature": 4.87,
"time": "2019-03-13T08:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 13,
"wind_direction": "west",
"wind_gusts": 23.29,
"wind_speed": 9.63
},
{
"humidity": 76.72,
"night": 0,
"pluviometry": 0.59,
"pluviometry1h": 0.17,
"pluviometry_cumul": 0.59,
"recommended_spray": 2,
"risk_of_rain": 75,
"snow": 0,
"temperature": 5.94,
"time": "2019-03-13T09:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 13,
"wind_direction": "west",
"wind_gusts": 23.39,
"wind_speed": 10.6
},
{
"humidity": 72.83,
"night": 0,
"pluviometry": 0.63,
"pluviometry1h": 0.21,
"pluviometry_cumul": 0.63,
"recommended_spray": 2,
"risk_of_rain": 100,
"snow": 0,
"temperature": 6.97,
"time": "2019-03-13T10:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 13,
"wind_direction": "west",
"wind_gusts": 22.18,
"wind_speed": 11.5
},
{
"humidity": 69.14,
"night": 0,
"pluviometry": 0.57,
"pluviometry1h": 0.21,
"pluviometry_cumul": 0.57,
"recommended_spray": 2,
"risk_of_rain": 100,
"snow": 0,
"temperature": 7.86,
"time": "2019-03-13T11: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": 13,
"wind_direction": "west",
"wind_gusts": 20.81,
"wind_speed": 12.18
},
{
"humidity": 65.99,
"night": 0,
"pluviometry": 0.51,
"pluviometry1h": 0.21,
"pluviometry_cumul": 0.51,
"recommended_spray": 2,
"risk_of_rain": 100,
"snow": 0,
"temperature": 8.51,
"time": "2019-03-13T12: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": 13,
"wind_direction": "wsWest",
"wind_gusts": 20.8,
"wind_speed": 12.43
},
{
"humidity": 63.69,
"night": 0,
"pluviometry": 0.45,
"pluviometry1h": 0.15,
"pluviometry_cumul": 0.45,
"recommended_spray": 2,
"risk_of_rain": 75,
"snow": 0,
"temperature": 8.84,
"time": "2019-03-13T13: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": 13,
"wind_direction": "wsWest",
"wind_gusts": 23.2,
"wind_speed": 12.14
}
],
"wind_direction": "west",
"wind_gusts": 81.54,
"wind_speed": 5.0324
},
{
"max_humidity": 85.54,
"max_temperature": 8.84,
"min_humidity": 62.05,
"min_temperature": 3.12,
"pluviometry_cumul": 4.24,
"snow": 0,
"time": "2019-03-12T23:00:00+00:00",
"weather": 19,
"weather_reports": [
{
"humidity": 72.3,
"night": 1,
"pluviometry": 0.26,
"pluviometry1h": 0.07,
"pluviometry_cumul": 0.26,
"recommended_spray": 2,
"risk_of_rain": 50,
"snow": 0,
"temperature": 5.86,
"time": "2019-03-12T23:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 13,
"wind_direction": "west",
"wind_gusts": 19.84,
"wind_speed": 8.93
},
{
"humidity": 80.14,
"night": 1,
"pluviometry": 0.37,
"pluviometry1h": 0.12,
"pluviometry_cumul": 0.37,
"recommended_spray": 2,
"risk_of_rain": 75,
"snow": 0,
"temperature": 4.29,
"time": "2019-03-13T02:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 13,
"wind_direction": "west",
"wind_gusts": 19.83,
"wind_speed": 9.3
},
{
"humidity": 85.54,
"night": 1,
"pluviometry": 0.43,
"pluviometry1h": 0.13,
"pluviometry_cumul": 0.43,
"recommended_spray": 2,
"risk_of_rain": 75,
"snow": 0,
"temperature": 3.12,
"time": "2019-03-13T05:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 13,
"wind_direction": "west",
"wind_gusts": 21.55,
"wind_speed": 8.21
},
{
"humidity": 80.43,
"night": 0,
"pluviometry": 0.55,
"pluviometry1h": 0.17,
"pluviometry_cumul": 0.55,
"recommended_spray": 2,
"risk_of_rain": 75,
"snow": 0,
"temperature": 4.87,
"time": "2019-03-13T08:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 13,
"wind_direction": "west",
"wind_gusts": 23.29,
"wind_speed": 9.63
},
{
"humidity": 69.14,
"night": 0,
"pluviometry": 0.57,
"pluviometry1h": 0.21,
"pluviometry_cumul": 0.57,
"recommended_spray": 2,
"risk_of_rain": 100,
"snow": 0,
"temperature": 7.86,
"time": "2019-03-13T11: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": 13,
"wind_direction": "west",
"wind_gusts": 20.81,
"wind_speed": 12.18
},
{
"humidity": 62.36,
"night": 0,
"pluviometry": 0.39,
"pluviometry1h": 0.15,
"pluviometry_cumul": 0.39,
"recommended_spray": 2,
"risk_of_rain": 75,
"snow": 0,
"temperature": 8.84,
"time": "2019-03-13T14: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": 13,
"wind_direction": "sWest",
"wind_gusts": 26.98,
"wind_speed": 11.41
},
{
"humidity": 64.47,
"night": 0,
"pluviometry": 0.47,
"pluviometry1h": 0.09,
"pluviometry_cumul": 0.47,
"recommended_spray": 2,
"risk_of_rain": 25,
"snow": 0,
"temperature": 7.28,
"time": "2019-03-13T17: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": 13,
"wind_direction": "south",
"wind_gusts": 34.51,
"wind_speed": 8.25
},
{
"humidity": 72.92,
"night": 1,
"pluviometry": 0.84,
"pluviometry1h": 0.29,
"pluviometry_cumul": 0.84,
"recommended_spray": 2,
"risk_of_rain": 100,
"snow": 0,
"temperature": 5.44,
"time": "2019-03-13T20:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 13,
"wind_direction": "south",
"wind_gusts": 40.26,
"wind_speed": 6.72
}
],
"wind_direction": "west",
"wind_gusts": 41.38,
"wind_speed": 9.159999999999998
},
{
"max_humidity": 87.45,
"max_temperature": 7.81,
"min_humidity": 68.14,
"min_temperature": 2.35,
"pluviometry_cumul": 5.5,
"snow": 0,
"time": "2019-03-13T23:00:00+00:00",
"weather": 18,
"weather_reports": [
{
"humidity": 82.26,
"night": 1,
"pluviometry": 0.64,
"pluviometry1h": 0.26,
"pluviometry_cumul": 0.64,
"recommended_spray": 2,
"risk_of_rain": 100,
"snow": 0,
"temperature": 4.59,
"time": "2019-03-13T23:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 13,
"wind_direction": "ssWest",
"wind_gusts": 39.43,
"wind_speed": 6.78
},
{
"humidity": 83.71,
"night": 1,
"pluviometry": 0.35,
"pluviometry1h": 0.12,
"pluviometry_cumul": 0.35,
"recommended_spray": 2,
"risk_of_rain": 75,
"snow": 0,
"temperature": 3.29,
"time": "2019-03-14T02:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 8,
"wind_direction": "sWest",
"wind_gusts": 34.5,
"wind_speed": 5.99
},
{
"humidity": 86.05,
"night": 1,
"pluviometry": 0.31,
"pluviometry1h": 0.11,
"pluviometry_cumul": 0.31,
"recommended_spray": 2,
"risk_of_rain": 50,
"snow": 0,
"temperature": 2.35,
"time": "2019-03-14T05:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 8,
"wind_direction": "wsWest",
"wind_gusts": 25.41,
"wind_speed": 5.03
},
{
"humidity": 80.43,
"night": 0,
"pluviometry": 0.31,
"pluviometry1h": 0.09,
"pluviometry_cumul": 0.31,
"recommended_spray": 2,
"risk_of_rain": 50,
"snow": 0,
"temperature": 4.37,
"time": "2019-03-14T08:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 8,
"wind_direction": "wsWest",
"wind_gusts": 37.47,
"wind_speed": 6.27
},
{
"humidity": 69.73,
"night": 0,
"pluviometry": 0.58,
"pluviometry1h": 0.13,
"pluviometry_cumul": 0.58,
"recommended_spray": 2,
"risk_of_rain": 75,
"snow": 0,
"temperature": 7.45,
"time": "2019-03-14T11: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": 13,
"wind_direction": "wsWest",
"wind_gusts": 48.25,
"wind_speed": 8.17
}
],
"wind_direction": "wsWest",
"wind_gusts": 59.01,
"wind_speed": 5.994
},
{
"max_humidity": 89.97,
"max_temperature": 8.28,
"min_humidity": 72.55,
"min_temperature": 1.48,
"pluviometry_cumul": 4.4,
"snow": 0,
"time": "2019-03-14T23:00:00+00:00",
"weather": 19,
"weather_reports": [],
"wind_direction": "SSO",
"wind_gusts": 55.17,
"wind_speed": 5.9096
},
{
"max_humidity": 89.33,
"max_temperature": 9.99,
"min_humidity": 67.68,
"min_temperature": 1.77,
"pluviometry_cumul": 5.64,
"snow": 0,
"time": "2019-03-15T23:00:00+00:00",
"weather": 13,
"weather_reports": [],
"wind_direction": "SSO",
"wind_speed": 4.434
},
{
"max_humidity": 88.79,
"max_temperature": 10.66,
"min_humidity": 70.11,
"min_temperature": 3.17,
"pluviometry_cumul": 7.5,
"snow": 0,
"time": "2019-03-16T23:00:00+00:00",
"weather": 13,
"weather_reports": [],
"wind_direction": "SSO",
"wind_speed": 5.5825000000000005
},
{
"max_humidity": 91.3,
"max_temperature": 10.1,
"min_humidity": 69.74,
"min_temperature": 2.22,
"pluviometry_cumul": 5.42,
"snow": 0,
"time": "2019-03-17T23:00:00+00:00",
"weather": 12,
"weather_reports": []
}
],
"timezone": "Europe/Paris"
},
{
"city": "BRNO",
"city_code": "CY_CZ_1601566699",
"daily_reports": [
{
"max_humidity": 85.29,
"max_temperature": 6.91,
"min_humidity": 49.21,
"min_temperature": 1.34,
"pluviometry_cumul": 0.16,
"snow": 1,
"time": "2019-03-12T14:00:00+00:00",
"weather": 12,
"weather_reports": [
{
"humidity": 50.4,
"night": 0,
"pluviometry": 0.01,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.01,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 6.91,
"time": "2019-03-12T14: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": 2,
"wind_direction": "wnWest",
"wind_gusts": 27.92,
"wind_speed": 11.03
},
{
"humidity": 49.21,
"night": 0,
"pluviometry": 0,
"pluviometry1h": 0,
"pluviometry_cumul": 0,
"recommended_spray": 3,
"risk_of_rain": 0,
"snow": 0,
"temperature": 6.83,
"time": "2019-03-12T15:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "L'hygrométrie est trop basse",
"icon": null,
"type": "HY50"
}
],
"weather": 2,
"wind_direction": "west",
"wind_gusts": 23.56,
"wind_speed": 10.29
},
{
"humidity": 53.65,
"night": 0,
"pluviometry": 0,
"pluviometry1h": 0,
"pluviometry_cumul": 0,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 6.19,
"time": "2019-03-12T16: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": 3,
"wind_direction": "wsWest",
"wind_gusts": 21.94,
"wind_speed": 8.65
},
{
"humidity": 59.45,
"night": 1,
"pluviometry": 0,
"pluviometry1h": 0,
"pluviometry_cumul": 0,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 5.07,
"time": "2019-03-12T17:00:00+00:00",
"warnings": [
{
"comment": "L'hygrométrie est faible",
"icon": "WARNING_HYGR",
"type": "HY70"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 2,
"wind_direction": "sWest",
"wind_gusts": 16.25,
"wind_speed": 5.81
},
{
"humidity": 65.22,
"night": 1,
"pluviometry": 0,
"pluviometry1h": 0,
"pluviometry_cumul": 0,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 3.94,
"time": "2019-03-12T18:00:00+00:00",
"warnings": [
{
"comment": "L'hygrométrie est faible",
"icon": "WARNING_HYGR",
"type": "HY70"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 3,
"wind_direction": "south",
"wind_gusts": 9.75,
"wind_speed": 5.86
},
{
"humidity": 69.93,
"night": 1,
"pluviometry": 0,
"pluviometry1h": 0,
"pluviometry_cumul": 0,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 3.06,
"time": "2019-03-12T19:00:00+00:00",
"warnings": [
{
"comment": "L'hygrométrie est faible",
"icon": "WARNING_HYGR",
"type": "HY70"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 2,
"wind_direction": "ssEast",
"wind_gusts": 10,
"wind_speed": 5.72
},
{
"humidity": 73.48,
"night": 1,
"pluviometry": 0,
"pluviometry1h": 0,
"pluviometry_cumul": 0,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 2.18,
"time": "2019-03-12T20:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 3,
"wind_direction": "ssEast",
"wind_gusts": 11.82,
"wind_speed": 7.19
},
{
"humidity": 76.17,
"night": 1,
"pluviometry": 0,
"pluviometry1h": 0,
"pluviometry_cumul": 0,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 1.62,
"time": "2019-03-12T21:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 4,
"wind_direction": "ssEast",
"wind_gusts": 15.02,
"wind_speed": 8.33
},
{
"humidity": 76.21,
"night": 1,
"pluviometry": 0,
"pluviometry1h": 0,
"pluviometry_cumul": 0,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 1.39,
"time": "2019-03-12T22:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 3,
"wind_direction": "ssEast",
"wind_gusts": 17.13,
"wind_speed": 9.84
},
{
"humidity": 74.76,
"night": 1,
"pluviometry": 0,
"pluviometry1h": 0,
"pluviometry_cumul": 0,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 1.39,
"time": "2019-03-12T23:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 3,
"wind_direction": "ssEast",
"wind_gusts": 22.36,
"wind_speed": 12.18
},
{
"humidity": 73.18,
"night": 1,
"pluviometry": 0,
"pluviometry1h": 0,
"pluviometry_cumul": 0,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 1.47,
"time": "2019-03-13T00:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 3,
"wind_direction": "ssEast",
"wind_gusts": 25.81,
"wind_speed": 13.78
},
{
"humidity": 71.11,
"night": 1,
"pluviometry": 0,
"pluviometry1h": 0,
"pluviometry_cumul": 0,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 1.67,
"time": "2019-03-13T01:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 5,
"wind_direction": "ssEast",
"wind_gusts": 28.31,
"wind_speed": 14.66
},
{
"humidity": 70.15,
"night": 1,
"pluviometry": 0.09,
"pluviometry1h": 0,
"pluviometry_cumul": 0.09,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 1.81,
"time": "2019-03-13T02: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": 5,
"wind_direction": "ssEast",
"wind_gusts": 29.71,
"wind_speed": 14.22
},
{
"humidity": 70.68,
"night": 1,
"pluviometry": 0.27,
"pluviometry1h": 0,
"pluviometry_cumul": 0.27,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 1.82,
"time": "2019-03-13T03:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 5,
"wind_direction": "ssEast",
"wind_gusts": 26.87,
"wind_speed": 12.72
},
{
"humidity": 71.53,
"night": 1,
"pluviometry": 0.5,
"pluviometry1h": 0.09,
"pluviometry_cumul": 0.5,
"recommended_spray": 2,
"risk_of_rain": 66.67,
"snow": 0,
"temperature": 1.79,
"time": "2019-03-13T04:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 10,
"wind_direction": "south",
"wind_gusts": 24.85,
"wind_speed": 11.35
},
{
"humidity": 75.03,
"night": 1,
"pluviometry": 0.54,
"pluviometry1h": 0.18,
"pluviometry_cumul": 0.54,
"recommended_spray": 2,
"risk_of_rain": 100,
"snow": 1,
"temperature": 1.7,
"time": "2019-03-13T05:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 15,
"wind_direction": "ssEast",
"wind_gusts": 24.36,
"wind_speed": 11.34
},
{
"humidity": 79.49,
"night": 1,
"pluviometry": 0.4,
"pluviometry1h": 0.23,
"pluviometry_cumul": 0.4,
"recommended_spray": 2,
"risk_of_rain": 100,
"snow": 1,
"temperature": 1.85,
"time": "2019-03-13T06:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 15,
"wind_direction": "south",
"wind_gusts": 22.38,
"wind_speed": 9.91
},
{
"humidity": 80.14,
"night": 0,
"pluviometry": 0.19,
"pluviometry1h": 0.13,
"pluviometry_cumul": 0.19,
"recommended_spray": 2,
"risk_of_rain": 83.33,
"snow": 1,
"temperature": 2.46,
"time": "2019-03-13T07:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 15,
"wind_direction": "south",
"wind_gusts": 20.18,
"wind_speed": 9.05
},
{
"humidity": 77.73,
"night": 0,
"pluviometry": 0.07,
"pluviometry1h": 0.04,
"pluviometry_cumul": 0.07,
"recommended_spray": 2,
"risk_of_rain": 50,
"snow": 0,
"temperature": 3.69,
"time": "2019-03-13T08:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 5,
"wind_direction": "ssWest",
"wind_gusts": 17.95,
"wind_speed": 8.41
},
{
"humidity": 72.96,
"night": 0,
"pluviometry": 0.04,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.04,
"recommended_spray": 2,
"risk_of_rain": 33.33,
"snow": 0,
"temperature": 5.28,
"time": "2019-03-13T09:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 5,
"wind_direction": "ssWest",
"wind_gusts": 17.65,
"wind_speed": 9.65
},
{
"humidity": 66.54,
"night": 0,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 6.66,
"time": "2019-03-13T10:00:00+00:00",
"warnings": [
{
"comment": "L'hygrométrie est faible",
"icon": "WARNING_HYGR",
"type": "HY70"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 5,
"wind_direction": "sWest",
"wind_gusts": 20.57,
"wind_speed": 11.75
},
{
"humidity": 56.53,
"night": 0,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 7.81,
"time": "2019-03-13T11: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": 5,
"wind_direction": "west",
"wind_gusts": 29.16,
"wind_speed": 15.21
},
{
"humidity": 50.61,
"night": 0,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 8.31,
"time": "2019-03-13T12: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": 5,
"wind_direction": "west",
"wind_gusts": 34.67,
"wind_speed": 16.45
},
{
"humidity": 46.69,
"night": 0,
"pluviometry": 0.04,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.04,
"recommended_spray": 3,
"risk_of_rain": 0,
"snow": 0,
"temperature": 8.8,
"time": "2019-03-13T13:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "L'hygrométrie est trop basse",
"icon": null,
"type": "HY50"
}
],
"weather": 5,
"wind_direction": "wsWest",
"wind_gusts": 31.77,
"wind_speed": 16.38
}
],
"wind_direction": "ssEast",
"wind_gusts": 32.73,
"wind_speed": 11.058799999999998
},
{
"max_humidity": 80.14,
"max_temperature": 9.08,
"min_humidity": 44.14,
"min_temperature": 1.39,
"pluviometry_cumul": 1.26,
"snow": 1,
"time": "2019-03-12T23:00:00+00:00",
"weather": 14,
"weather_reports": [
{
"humidity": 74.76,
"night": 1,
"pluviometry": 0,
"pluviometry1h": 0,
"pluviometry_cumul": 0,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 1.39,
"time": "2019-03-12T23:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 5,
"wind_direction": "ssEast",
"wind_gusts": 22.36,
"wind_speed": 12.18
},
{
"humidity": 70.15,
"night": 1,
"pluviometry": 0.09,
"pluviometry1h": 0,
"pluviometry_cumul": 0.09,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 1.81,
"time": "2019-03-13T02: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": 10,
"wind_direction": "ssEast",
"wind_gusts": 29.71,
"wind_speed": 14.22
},
{
"humidity": 75.03,
"night": 1,
"pluviometry": 0.54,
"pluviometry1h": 0.18,
"pluviometry_cumul": 0.54,
"recommended_spray": 2,
"risk_of_rain": 100,
"snow": 1,
"temperature": 1.7,
"time": "2019-03-13T05:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 15,
"wind_direction": "ssEast",
"wind_gusts": 24.36,
"wind_speed": 11.34
},
{
"humidity": 77.73,
"night": 0,
"pluviometry": 0.07,
"pluviometry1h": 0.04,
"pluviometry_cumul": 0.07,
"recommended_spray": 2,
"risk_of_rain": 50,
"snow": 0,
"temperature": 3.69,
"time": "2019-03-13T08:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 5,
"wind_direction": "ssWest",
"wind_gusts": 17.95,
"wind_speed": 8.41
},
{
"humidity": 56.53,
"night": 0,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 7.81,
"time": "2019-03-13T11: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": 5,
"wind_direction": "west",
"wind_gusts": 29.16,
"wind_speed": 15.21
},
{
"humidity": 44.14,
"night": 0,
"pluviometry": 0.07,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.07,
"recommended_spray": 3,
"risk_of_rain": 0,
"snow": 0,
"temperature": 9.08,
"time": "2019-03-13T14:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "L'hygrométrie est trop basse",
"icon": null,
"type": "HY50"
}
],
"weather": 5,
"wind_direction": "wsWest",
"wind_gusts": 30.32,
"wind_speed": 15.47
},
{
"humidity": 57.64,
"night": 0,
"pluviometry": 0.01,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.01,
"recommended_spray": 2,
"risk_of_rain": 33.33,
"snow": 0,
"temperature": 6.22,
"time": "2019-03-13T17: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": 4,
"wind_direction": "sWest",
"wind_gusts": 23.88,
"wind_speed": 9.6
},
{
"humidity": 69.73,
"night": 1,
"pluviometry": 0.03,
"pluviometry1h": 0,
"pluviometry_cumul": 0.03,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 3.16,
"time": "2019-03-13T20:00:00+00:00",
"warnings": [
{
"comment": "L'hygrométrie est faible",
"icon": "WARNING_HYGR",
"type": "HY70"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 2,
"wind_direction": "ssWest",
"wind_gusts": 17.85,
"wind_speed": 9.21
}
],
"wind_direction": "ssWest",
"wind_gusts": 34.67,
"wind_speed": 11.737599999999997
},
{
"max_humidity": 84.95,
"max_temperature": 8.65,
"min_humidity": 54.59,
"min_temperature": 1.8,
"pluviometry_cumul": 5.7,
"snow": 1,
"time": "2019-03-13T23:00:00+00:00",
"weather": 14,
"weather_reports": [
{
"humidity": 74.25,
"night": 1,
"pluviometry": 0.24,
"pluviometry1h": 0.05,
"pluviometry_cumul": 0.24,
"recommended_spray": 2,
"risk_of_rain": 33.33,
"snow": 0,
"temperature": 1.89,
"time": "2019-03-13T23:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 10,
"wind_direction": "ssWest",
"wind_gusts": 17.21,
"wind_speed": 9.17
},
{
"humidity": 78.04,
"night": 1,
"pluviometry": 0.27,
"pluviometry1h": 0.14,
"pluviometry_cumul": 0.27,
"recommended_spray": 2,
"risk_of_rain": 50,
"snow": 1,
"temperature": 1.83,
"time": "2019-03-14T02:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 13,
"wind_direction": "ssWest",
"wind_gusts": 17.61,
"wind_speed": 9.29
},
{
"humidity": 83.78,
"night": 1,
"pluviometry": 0.08,
"pluviometry1h": 0.07,
"pluviometry_cumul": 0.08,
"recommended_spray": 2,
"risk_of_rain": 33.33,
"snow": 0,
"temperature": 2.05,
"time": "2019-03-14T05:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 7,
"wind_direction": "sWest",
"wind_gusts": 17.32,
"wind_speed": 8.91
},
{
"humidity": 71.61,
"night": 0,
"pluviometry": 0.23,
"pluviometry1h": 0,
"pluviometry_cumul": 0.23,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 5.37,
"time": "2019-03-14T08:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 14,
"wind_direction": "west",
"wind_gusts": 29.9,
"wind_speed": 16.97
},
{
"humidity": 62.29,
"night": 0,
"pluviometry": 0.95,
"pluviometry1h": 0.37,
"pluviometry_cumul": 0.95,
"recommended_spray": 2,
"risk_of_rain": 83.33,
"snow": 0,
"temperature": 8.31,
"time": "2019-03-14T11: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": 15,
"wind_direction": "west",
"wind_gusts": 40.79,
"wind_speed": 19.18
},
{
"humidity": 56.51,
"night": 0,
"pluviometry": 0.1,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.1,
"recommended_spray": 2,
"risk_of_rain": 16.67,
"snow": 0,
"temperature": 8.65,
"time": "2019-03-14T14: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": 5,
"wind_direction": "wsWest",
"wind_gusts": 37.11,
"wind_speed": 18.92
},
{
"humidity": 64.92,
"night": 0,
"pluviometry": 1.08,
"pluviometry1h": 0.14,
"pluviometry_cumul": 1.08,
"recommended_spray": 2,
"risk_of_rain": 66.67,
"snow": 0,
"temperature": 6.84,
"time": "2019-03-14T17: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": 15,
"wind_direction": "sWest",
"wind_gusts": 36.59,
"wind_speed": 18.64
},
{
"humidity": 80.55,
"night": 1,
"pluviometry": 2.11,
"pluviometry1h": 0.65,
"pluviometry_cumul": 2.11,
"recommended_spray": 2,
"risk_of_rain": 100,
"snow": 0,
"temperature": 5.15,
"time": "2019-03-14T20:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 15,
"wind_direction": "ssWest",
"wind_gusts": 41.89,
"wind_speed": 20.5
}
],
"wind_direction": "sWest",
"wind_gusts": 43.1,
"wind_speed": 15.413999999999996
},
{
"max_humidity": 88.35,
"max_temperature": 9.32,
"min_humidity": 54.05,
"min_temperature": 4.07,
"pluviometry_cumul": 2.64,
"snow": 0,
"time": "2019-03-14T23:00:00+00:00",
"weather": 13,
"weather_reports": [
{
"humidity": 84.95,
"night": 1,
"pluviometry": 1,
"pluviometry1h": 0.55,
"pluviometry_cumul": 1,
"recommended_spray": 2,
"risk_of_rain": 100,
"snow": 0,
"temperature": 4.35,
"time": "2019-03-14T23:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 15,
"wind_direction": "sWest",
"wind_gusts": 31.82,
"wind_speed": 15.74
},
{
"humidity": 82.68,
"night": 1,
"pluviometry": 0.15,
"pluviometry1h": 0.09,
"pluviometry_cumul": 0.15,
"recommended_spray": 2,
"risk_of_rain": 66.67,
"snow": 0,
"temperature": 4.72,
"time": "2019-03-15T02:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 8,
"wind_direction": "west",
"wind_gusts": 31.07,
"wind_speed": 17.64
},
{
"humidity": 80.5,
"night": 1,
"pluviometry": 0.11,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.11,
"recommended_spray": 2,
"risk_of_rain": 33.33,
"snow": 0,
"temperature": 4.07,
"time": "2019-03-15T05:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 7,
"wind_direction": "west",
"wind_gusts": 29.64,
"wind_speed": 15.88
},
{
"humidity": 72.86,
"night": 0,
"pluviometry": 0.16,
"pluviometry1h": 0.06,
"pluviometry_cumul": 0.16,
"recommended_spray": 3,
"risk_of_rain": 50,
"snow": 0,
"temperature": 5.98,
"time": "2019-03-15T08:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
}
],
"weather": 7,
"wind_direction": "wnWest",
"wind_gusts": 42,
"wind_speed": 21.71
},
{
"humidity": 57.42,
"night": 0,
"pluviometry": 0.22,
"pluviometry1h": 0.04,
"pluviometry_cumul": 0.22,
"recommended_spray": 3,
"risk_of_rain": 33.33,
"snow": 0,
"temperature": 8.49,
"time": "2019-03-15T11:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
}
],
"weather": 9,
"wind_direction": "wnWest",
"wind_gusts": 50.48,
"wind_speed": 27.11
},
{
"humidity": 54.42,
"night": 0,
"pluviometry": 0.25,
"pluviometry1h": 0.11,
"pluviometry_cumul": 0.25,
"recommended_spray": 3,
"risk_of_rain": 33.33,
"snow": 0,
"temperature": 9.32,
"time": "2019-03-15T14:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
}
],
"weather": 9,
"wind_direction": "wnWest",
"wind_gusts": 44.81,
"wind_speed": 22.98
},
{
"humidity": 70.29,
"night": 0,
"pluviometry": 0.35,
"pluviometry1h": 0.04,
"pluviometry_cumul": 0.35,
"recommended_spray": 2,
"risk_of_rain": 33.33,
"snow": 0,
"temperature": 6.94,
"time": "2019-03-15T17: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": 15,
"wind_direction": "wnWest",
"wind_gusts": 24.33,
"wind_speed": 11.56
},
{
"humidity": 80.9,
"night": 1,
"pluviometry": 0.63,
"pluviometry1h": 0.23,
"pluviometry_cumul": 0.63,
"recommended_spray": 2,
"risk_of_rain": 50,
"snow": 0,
"temperature": 5.33,
"time": "2019-03-15T20:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 15,
"wind_direction": "wsWest",
"wind_gusts": 17.72,
"wind_speed": 8.69
}
],
"wind_direction": "wnWest",
"wind_gusts": 50.48,
"wind_speed": 16.7616
},
{
"max_humidity": 90.29,
"max_temperature": 14.73,
"min_humidity": 50.91,
"min_temperature": 5.15,
"pluviometry_cumul": 0.09,
"snow": 0,
"time": "2019-03-15T23:00:00+00:00",
"weather": 3,
"weather_reports": [
{
"humidity": 88.35,
"night": 1,
"pluviometry": 0.6,
"pluviometry1h": 0.27,
"pluviometry_cumul": 0.6,
"recommended_spray": 2,
"risk_of_rain": 66.67,
"snow": 0,
"temperature": 5.18,
"time": "2019-03-15T23:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 15,
"wind_direction": "ssWest",
"wind_gusts": 14.02,
"wind_speed": 6.53
},
{
"humidity": 88.48,
"night": 1,
"pluviometry": 0.32,
"pluviometry1h": 0.13,
"pluviometry_cumul": 0.32,
"recommended_spray": 2,
"risk_of_rain": 66.67,
"snow": 0,
"temperature": 6.18,
"time": "2019-03-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": 9,
"wind_direction": "sWest",
"wind_gusts": 22.37,
"wind_speed": 7.93
},
{
"humidity": 90.29,
"night": 1,
"pluviometry": 0.08,
"pluviometry1h": 0.04,
"pluviometry_cumul": 0.08,
"recommended_spray": 2,
"risk_of_rain": 33.33,
"snow": 0,
"temperature": 6.37,
"time": "2019-03-16T05:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 5,
"wind_direction": "sWest",
"wind_gusts": 18.88,
"wind_speed": 8.12
},
{
"humidity": 74.9,
"night": 0,
"pluviometry": 0.01,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.01,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 9.84,
"time": "2019-03-16T08:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
}
],
"weather": 5,
"wind_direction": "wsWest",
"wind_gusts": 31.65,
"wind_speed": 14.62
},
{
"humidity": 57.94,
"night": 0,
"pluviometry": 0,
"pluviometry1h": 0,
"pluviometry_cumul": 0,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 13.03,
"time": "2019-03-16T11:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "L'hygrométrie est faible",
"icon": "WARNING_HYGR",
"type": "HY70"
}
],
"weather": 4,
"wind_direction": "west",
"wind_gusts": 33.93,
"wind_speed": 16.62
},
{
"humidity": 50.91,
"night": 0,
"pluviometry": 0,
"pluviometry1h": 0,
"pluviometry_cumul": 0,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 14.73,
"time": "2019-03-16T14:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "L'hygrométrie est faible",
"icon": "WARNING_HYGR",
"type": "HY70"
}
],
"weather": 4,
"wind_direction": "sWest",
"wind_gusts": 31.15,
"wind_speed": 13.24
},
{
"humidity": 62.56,
"night": 0,
"pluviometry": 0,
"pluviometry1h": 0,
"pluviometry_cumul": 0,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 11.55,
"time": "2019-03-16T17:00:00+00:00",
"warnings": [
{
"comment": "L'hygrométrie est faible",
"icon": "WARNING_HYGR",
"type": "HY70"
}
],
"weather": 2,
"wind_direction": "ssWest",
"wind_gusts": 19.06,
"wind_speed": 8.49
},
{
"humidity": 77.85,
"night": 1,
"pluviometry": 0,
"pluviometry1h": 0,
"pluviometry_cumul": 0,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 7.95,
"time": "2019-03-16T20:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 4,
"wind_direction": "ssEast",
"wind_gusts": 7.22,
"wind_speed": 6.23
}
],
"wind_direction": "sWest",
"wind_gusts": 36.83,
"wind_speed": 9.9748
},
{
"max_humidity": 94.87,
"max_temperature": 15.12,
"min_humidity": 58.35,
"min_temperature": 3.12,
"pluviometry_cumul": 0.04,
"snow": 0,
"time": "2019-03-16T23:00:00+00:00",
"weather": 7,
"weather_reports": [
{
"humidity": 84.85,
"night": 1,
"pluviometry": 0,
"pluviometry1h": 0,
"pluviometry_cumul": 0,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 6.42,
"time": "2019-03-16T23:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 2,
"wind_direction": "esEast",
"wind_gusts": 6.04,
"wind_speed": 5.63
},
{
"humidity": 92.56,
"night": 1,
"pluviometry": 0,
"pluviometry1h": 0,
"pluviometry_cumul": 0,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 3.76,
"time": "2019-03-17T02:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 2,
"wind_direction": "sEast",
"wind_gusts": 5.93,
"wind_speed": 7.79
},
{
"humidity": 94.87,
"night": 1,
"pluviometry": 0,
"pluviometry1h": 0,
"pluviometry_cumul": 0,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 3.24,
"time": "2019-03-17T05:00:00+00:00",
"warnings": [
{
"comment": "L'hygrométrie est très importante",
"icon": null,
"type": "HY95"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 2,
"wind_direction": "sEast",
"wind_gusts": 5.3,
"wind_speed": 6.27
},
{
"humidity": 80.57,
"night": 0,
"pluviometry": 0,
"pluviometry1h": 0,
"pluviometry_cumul": 0,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 7.92,
"time": "2019-03-17T08:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 3,
"wind_direction": "sEast",
"wind_gusts": 14.74,
"wind_speed": 9.64
},
{
"humidity": 61.83,
"night": 0,
"pluviometry": 0,
"pluviometry1h": 0,
"pluviometry_cumul": 0,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 13.66,
"time": "2019-03-17T11:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "L'hygrométrie est faible",
"icon": "WARNING_HYGR",
"type": "HY70"
}
],
"weather": 3,
"wind_direction": "ssEast",
"wind_gusts": 23.16,
"wind_speed": 14.47
},
{
"humidity": 59.7,
"night": 0,
"pluviometry": 0,
"pluviometry1h": 0,
"pluviometry_cumul": 0,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 15.02,
"time": "2019-03-17T14:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "L'hygrométrie est faible",
"icon": "WARNING_HYGR",
"type": "HY70"
}
],
"weather": 3,
"wind_direction": "sEast",
"wind_gusts": 21.72,
"wind_speed": 14
},
{
"humidity": 74.02,
"night": 0,
"pluviometry": 0,
"pluviometry1h": 0,
"pluviometry_cumul": 0,
"recommended_spray": 1,
"risk_of_rain": 0,
"snow": 0,
"temperature": 11.75,
"time": "2019-03-17T17:00:00+00:00",
"warnings": [
{
"comment": "The weather Les conditions climatiques sont favorables",
"icon": null,
"type": "OK"
}
],
"weather": 3,
"wind_direction": "esEast",
"wind_gusts": 7.49,
"wind_speed": 9.24
},
{
"humidity": 84.83,
"night": 1,
"pluviometry": 0,
"pluviometry1h": 0,
"pluviometry_cumul": 0,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 8.99,
"time": "2019-03-17T20:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 2,
"wind_direction": "east",
"wind_gusts": 5.01,
"wind_speed": 7.55
}
],
"wind_direction": "sEast",
"wind_gusts": 23.73,
"wind_speed": 9.2904
},
{
"max_humidity": 94.82,
"max_temperature": 15.02,
"min_humidity": 61.52,
"min_temperature": 5.3,
"pluviometry_cumul": 1.07,
"snow": 0,
"time": "2019-03-17T23:00:00+00:00",
"weather": 13,
"weather_reports": [
{
"humidity": 88.23,
"night": 1,
"pluviometry": 0.01,
"pluviometry1h": 0,
"pluviometry_cumul": 0.01,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 7.71,
"time": "2019-03-17T23:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 2,
"wind_direction": "east",
"wind_gusts": 5.9,
"wind_speed": 7.09
},
{
"humidity": 92.2,
"night": 1,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 6.13,
"time": "2019-03-18T02:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 2,
"wind_direction": "east",
"wind_gusts": 5.54,
"wind_speed": 6.44
},
{
"humidity": 94.82,
"night": 1,
"pluviometry": 0.02,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.02,
"recommended_spray": 2,
"risk_of_rain": 25,
"snow": 0,
"temperature": 5.32,
"time": "2019-03-18T05:00:00+00:00",
"warnings": [
{
"comment": "L'hygrométrie est très importante",
"icon": null,
"type": "HY95"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 2,
"wind_direction": "east",
"wind_gusts": 5.21,
"wind_speed": 5.7
},
{
"humidity": 81.58,
"night": 0,
"pluviometry": 0.01,
"pluviometry1h": 0,
"pluviometry_cumul": 0.01,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 9.25,
"time": "2019-03-18T08:00:00+00:00",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 4,
"wind_direction": "esEast",
"wind_gusts": 5.24,
"wind_speed": 5.7
},
{
"humidity": 64.93,
"night": 0,
"pluviometry": 0.03,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.03,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 14.12,
"time": "2019-03-18T11:00:00+00:00",
"warnings": [
{
"comment": "L'hygrométrie est faible",
"icon": "WARNING_HYGR",
"type": "HY70"
}
],
"weather": 4,
"wind_direction": "ssEast",
"wind_gusts": 8.89,
"wind_speed": 6.61
},
{
"humidity": 62.75,
"night": 0,
"pluviometry": 0.02,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.02,
"recommended_spray": 2,
"risk_of_rain": 25,
"snow": 0,
"temperature": 14.64,
"time": "2019-03-18T14:00:00+00:00",
"warnings": [
{
"comment": "L'hygrométrie est faible",
"icon": "WARNING_HYGR",
"type": "HY70"
}
],
"weather": 4,
"wind_direction": "ssEast",
"wind_gusts": 10.07,
"wind_speed": 7.03
},
{
"humidity": 77.01,
"night": 0,
"pluviometry": 0.01,
"pluviometry1h": 0,
"pluviometry_cumul": 0.01,
"recommended_spray": 1,
"risk_of_rain": 0,
"snow": 0,
"temperature": 11.14,
"time": "2019-03-18T17:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
}
],
"weather": 4,
"wind_direction": "esEast",
"wind_gusts": 28.07,
"wind_speed": 8.04
},
{
"humidity": 85.19,
"night": 1,
"pluviometry": 0.13,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.13,
"recommended_spray": 2,
"risk_of_rain": 25,
"snow": 0,
"temperature": 8.78,
"time": "2019-03-18T20:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 9,
"wind_direction": "east",
"wind_gusts": 37.92,
"wind_speed": 10.67
}
],
"wind_direction": "east",
"wind_gusts": 42.25,
"wind_speed": 7.7227999999999986
}
],
"timezone": "Europe/Prague"
}
]
}
The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:
{
"additionalProperties": false,
"definitions": {
"DefaultInternationalBalance_921": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"amount": {
"type": "number"
},
"currency": {
"type": "string"
}
},
"required": [
"amount",
"currency"
],
"title": "InternationalBalance - DefaultInternationalBalance",
"type": "object"
}
},
"description": "Automatically generated (please edit me)",
"properties": {
"accounts": {
"items": {
"additionalProperties": false,
"properties": {
"balances": {
"items": {
"$ref": "#/definitions/DefaultInternationalBalance_921",
"type": "object"
},
"type": "array"
},
"settlement_company_code": {
"type": "string"
},
"settlement_company_label": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"type": {
"type": "string"
}
},
"required": [
"balances",
"settlement_company_code",
"settlement_company_label",
"type"
],
"type": "object"
},
"type": "array"
}
},
"required": [
"accounts"
],
"title": "InternationalAccount - BalanceInternationalAccounts",
"type": "object"
}
{
"accounts": [
{
"balances": [
{
"amount": -217522.8,
"currency": "CZK"
}
],
"settlement_company_code": "0122",
"settlement_company_label": "SOUFFLET AGRO a.s.",
"type": "supplies"
},
{
"balances": [
{
"amount": 0,
"currency": "CZK"
}
],
"settlement_company_code": "0122",
"settlement_company_label": "SOUFFLET AGRO a.s.",
"type": "collections"
},
{
"balances": [
{
"amount": 0,
"currency": "CZK"
}
],
"settlement_company_code": "0122",
"settlement_company_label": "SOUFFLET AGRO a.s.",
"type": "payments"
},
{
"balances": [
{
"amount": 0,
"currency": "CZK"
}
],
"settlement_company_code": "0122",
"settlement_company_label": "SOUFFLET AGRO a.s.",
"type": null
}
]
}