The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:
{
"additionalProperties": false,
"definitions": {
"DefaultCellVariety_776": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"cell": {
"type": "string"
},
"variety": {
"type": "string"
}
},
"title": "CellVariety - DefaultCellVariety",
"type": "object"
},
"DefaultContract_546": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"amount_to_deliver": {
"description": "qteSoldeContrat",
"minimum": 0,
"type": "number"
},
"amount_to_deposit": {
"minimum": 0,
"type": "number"
},
"closing_date": {
"description": "backend Data (settlement_price) : closingDate",
"format": "date",
"type": "string"
},
"commencement_date": {
"description": "dateExecDebut",
"format": "date",
"type": "string"
},
"commodity": {
"anyOf": [
{
"description": "codeContratTerme",
"type": "string"
},
{
"type": "null"
}
]
},
"commodity_id": {
"anyOf": [
{
"description": "backend Data (settlement_price) : sflCommodity",
"type": "string"
},
{
"type": "null"
}
]
},
"contracts": {
"items": {
"$ref": "#/definitions/minimalContract_770",
"type": "object"
},
"type": "array"
},
"crm_id": {
"description": "numContratOrigin",
"type": "string"
},
"date": {
"description": "dateContrat",
"format": "date",
"type": "string"
},
"delivered_amount": {
"description": "qteLivreContrat",
"minimum": 0,
"type": "number"
},
"deliveries": {
"anyOf": [
{
"items": {
"$ref": "#/definitions/DefaultDelivery_552",
"type": "object"
},
"type": "array"
},
{
"type": "null"
}
]
},
"deposited_amount": {
"description": "qteLivreDepot",
"minimum": 0,
"type": "number"
},
"fiscal_year": {
"description": "campagne",
"maximum": 2018,
"minimum": 2017,
"type": "integer"
},
"gain": {
"description": "gain",
"type": "number"
},
"id": {
"description": "numContratOrigin",
"pattern": "\\d*",
"type": "string"
},
"is_closed": {
"description": "clotureContrat == 'OUI'",
"type": "boolean"
},
"itk_feedback": {
"anyOf": [
{
"description": "itkFeedback\r\nDirectement la chaîne à afficher. Valeurs possibles : pas de retour, retour papier ou retour electronique",
"enum": [
"pas de retour",
"retour papier",
"retour electronique"
],
"type": "string"
},
{
"type": "null"
}
]
},
"maturity": {
"anyOf": [
{
"description": "echeanceMatif",
"type": "string"
},
{
"type": "null"
}
]
},
"maturity_id": {
"anyOf": [
{
"description": "backend Data (settlement_price) : sflMaturity",
"type": "string"
},
{
"type": "null"
}
]
},
"minimum_price": {
"description": "prixMini",
"minimum": 0,
"type": "number"
},
"name": {
"description": "libContrat",
"type": "string"
},
"price": {
"description": "prixContrat",
"minimum": 0,
"type": "number"
},
"product_name": {
"description": "libProduitContrat",
"type": "string"
},
"quality_bonus": {
"anyOf": [
{
"description": "qualityBonus",
"minimum": 0,
"type": "number"
},
{
"type": "null"
}
]
},
"samples": {
"items": {
"$ref": "#/definitions/DefaultSample_778",
"type": "object"
},
"type": "array"
},
"settlement_price": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"settlements": {
"items": {
"$ref": "#/definitions/DefaultSettlement_560",
"type": "object"
},
"type": "array"
},
"special_bonus": {
"anyOf": [
{
"description": "specialBonus",
"minimum": 0,
"type": "number"
},
{
"type": "null"
}
]
},
"strike": {
"description": "cotation",
"type": "number"
},
"surface": {
"anyOf": [
{
"description": "surface",
"minimum": 0,
"type": "number"
},
{
"type": "null"
}
]
},
"termination_date": {
"description": "dateExecFin",
"format": "date",
"type": "string"
},
"total_amount": {
"description": "qteContrat",
"minimum": 0,
"type": "number"
},
"type": {
"description": "typeContrat",
"type": "string"
},
"variety": {
"description": "codFamOpticollecte",
"type": "string"
},
"variety_name": {
"description": "libFamOpticollecte",
"type": "string"
},
"variety_standard_deviation": {
"anyOf": [
{
"description": "varietyStandardDeviation",
"minimum": 0,
"type": "number"
},
{
"type": "null"
}
]
},
"warranty_cost": {
"description": "primeOption",
"minimum": 0,
"type": "number"
},
"yield": {
"anyOf": [
{
"description": "yield",
"minimum": 0,
"type": "number"
},
{
"type": "null"
}
]
}
},
"required": [
"amount_to_deliver",
"amount_to_deposit",
"closing_date",
"commencement_date",
"commodity",
"commodity_id",
"contracts",
"crm_id",
"date",
"delivered_amount",
"deliveries",
"deposited_amount",
"fiscal_year",
"gain",
"id",
"is_closed",
"itk_feedback",
"maturity",
"maturity_id",
"name",
"price",
"product_name",
"quality_bonus",
"samples",
"settlement_price",
"settlements",
"special_bonus",
"strike",
"surface",
"termination_date",
"total_amount",
"type",
"variety",
"variety_name",
"variety_standard_deviation",
"yield"
],
"title": "Contract - DefaultContract",
"type": "object"
},
"DefaultDelivery_552": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"base_price": {
"minimum": 0,
"type": "number"
},
"characteristics": {
"items": {
"$ref": "#/definitions/DeliveryCharacteristic_551",
"type": "object"
},
"type": "array"
},
"contract": {
"$ref": "#/definitions/DefaultContract_546",
"type": "object"
},
"date": {
"format": "date",
"type": "string"
},
"delivery_number": {
"pattern": "\\d*",
"type": "string"
},
"invoices": {
"items": {
"$ref": "#/definitions/DefaultInvoice_550",
"type": "object"
},
"type": "array"
},
"net_amount": {
"minimum": 0,
"type": "number"
},
"net_price": {
"minimum": 0,
"type": "number"
},
"normed_amount": {
"minimum": 0,
"type": "number"
},
"place_id": {
"description": "codeSiteDepot",
"type": "string"
},
"product_code": {
"description": "codeArticle",
"type": "string"
},
"product_name": {
"type": "string"
},
"settled_amount": {
"minimum": 0,
"type": "number"
},
"site_label": {
"type": "string"
},
"stock_type": {
"maximum": 1,
"minimum": 0,
"type": "number"
},
"variety": {
"type": "string"
},
"variety_name": {
"type": "string"
}
},
"required": [
"base_price",
"characteristics",
"contract",
"date",
"delivery_number",
"invoices",
"net_amount",
"net_price",
"normed_amount",
"place_id",
"product_code",
"product_name",
"settled_amount",
"site_label",
"stock_type",
"variety",
"variety_name"
],
"title": "Delivery - DefaultDelivery",
"type": "object"
},
"DefaultInvoiceLine_547": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"code": {
"type": "string"
},
"invoice_date": {
"format": "date",
"type": "string"
},
"invoice_number": {
"pattern": "\\d*",
"type": "string"
},
"label": {
"type": "string"
},
"net_price": {
"minimum": 0,
"type": "number"
}
},
"required": [
"code",
"invoice_date",
"invoice_number",
"label",
"net_price"
],
"title": "InvoiceLine - DefaultInvoiceLine",
"type": "object"
},
"DefaultInvoicePrice_548": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"code": {
"type": "string"
},
"label": {
"type": "string"
},
"value": {
"minimum": 0,
"type": "number"
}
},
"required": [
"code",
"label",
"value"
],
"title": "InvoicePrice - DefaultInvoicePrice",
"type": "object"
},
"DefaultInvoice_550": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"amount": {
"minimum": 0,
"type": "number"
},
"characteristics": {
"items": {
"$ref": "#/definitions/InvoiceCharacteristic_549",
"type": "object"
},
"type": "array"
},
"lines": {
"items": {
"$ref": "#/definitions/DefaultInvoiceLine_547",
"type": "object"
},
"type": "array"
},
"prices": {
"items": {
"$ref": "#/definitions/DefaultInvoicePrice_548",
"type": "object"
},
"type": "array"
},
"product_label": {
"type": "string"
}
},
"required": [
"amount",
"characteristics",
"lines",
"prices",
"product_label"
],
"title": "Invoice - DefaultInvoice",
"type": "object"
},
"DefaultSample_778": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"cell_varieties": {
"items": {
"$ref": "#/definitions/DefaultCellVariety_776",
"type": "object"
},
"type": "array"
},
"characteristics": {
"items": {
"$ref": "#/definitions/SampleCharacteristic_777",
"type": "object"
},
"type": "array"
},
"date": {
"description": "The ISO 8601 date format (%Y-%m-%d)",
"format": "datetime",
"type": "string"
},
"number": {
"type": "string"
},
"quantity": {
"minimum": 0,
"type": "number"
}
},
"required": [
"characteristics",
"date",
"number",
"quantity"
],
"title": "Sample - DefaultSample",
"type": "object"
},
"DefaultSettlement_560": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"amount": {
"minimum": 0,
"type": "number"
},
"date": {
"format": "date",
"type": "string"
},
"price": {
"minimum": 0,
"type": "number"
},
"status": {
"description": "0 => nothing special, 1 => to validate",
"maximum": 1,
"minimum": 0,
"type": "integer"
}
},
"required": [
"amount",
"date",
"price",
"status"
],
"title": "Settlement - DefaultSettlement",
"type": "object"
},
"DeliveryCharacteristic_551": {
"additionalProperties": false,
"properties": {
"code": {
"type": "string"
},
"label": {
"type": "string"
},
"rebill": {
"minimum": 0,
"type": "number"
},
"value": {
"minimum": 0,
"type": "number"
}
},
"required": [
"code",
"label",
"rebill",
"value"
],
"title": "Characteristic - DeliveryCharacteristic",
"type": "object"
},
"InvoiceCharacteristic_549": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"code": {
"type": "string"
},
"label": {
"type": "string"
},
"value": {
"minimum": 0,
"type": "number"
}
},
"required": [
"code",
"label",
"value"
],
"title": "Characteristic - InvoiceCharacteristic",
"type": "object"
},
"SampleCharacteristic_777": {
"additionalProperties": false,
"properties": {
"code": {
"type": "string"
},
"label": {
"type": "string"
},
"value": {
"minimum": 0,
"type": "number"
}
},
"required": [
"code",
"label",
"value"
],
"title": "Characteristic - SampleCharacteristic",
"type": "object"
},
"minimalContract_770": {
"additionalProperties": false,
"properties": {
"crm_id": {
"description": "numContratOrigin",
"type": "string"
},
"id": {
"description": "numContratOrigin",
"pattern": "\\d*",
"type": "string"
}
},
"required": [
"crm_id",
"id"
],
"title": "Contract - minimalContract",
"type": "object"
}
},
"description": "Automatically generated (please edit me)",
"properties": {
"contracts": {
"items": {
"additionalProperties": false,
"properties": {
"amount_to_deliver": {
"description": "qteSoldeContrat",
"minimum": 0,
"type": "number"
},
"amount_to_deposit": {
"minimum": 0,
"type": "number"
},
"closing_date": {
"description": "backend Data (settlement_price) : closingDate",
"format": "date",
"type": "string"
},
"commencement_date": {
"description": "dateExecDebut",
"format": "date",
"type": "string"
},
"commodity": {
"anyOf": [
{
"description": "codeContratTerme",
"type": "string"
},
{
"type": "null"
}
]
},
"commodity_id": {
"anyOf": [
{
"description": "backend Data (settlement_price) : sflCommodity",
"type": "string"
},
{
"type": "null"
}
]
},
"contracts": {
"items": {
"$ref": "#/definitions/minimalContract_770",
"type": "object"
},
"type": "array"
},
"crm_id": {
"description": "numContratOrigin",
"type": "string"
},
"date": {
"description": "dateContrat",
"format": "date",
"type": "string"
},
"delivered_amount": {
"description": "qteLivreContrat",
"minimum": 0,
"type": "number"
},
"deliveries": {
"anyOf": [
{
"items": {
"$ref": "#/definitions/DefaultDelivery_552",
"type": "object"
},
"type": "array"
},
{
"type": "null"
}
]
},
"deposited_amount": {
"description": "qteLivreDepot",
"minimum": 0,
"type": "number"
},
"fiscal_year": {
"description": "campagne",
"maximum": 2018,
"minimum": 2017,
"type": "integer"
},
"gain": {
"description": "gain",
"type": "number"
},
"id": {
"description": "numContratOrigin",
"pattern": "\\d*",
"type": "string"
},
"is_closed": {
"description": "clotureContrat == 'OUI'",
"type": "boolean"
},
"itk_feedback": {
"anyOf": [
{
"description": "itkFeedback\r\nDirectement la chaîne à afficher. Valeurs possibles : pas de retour, retour papier ou retour electronique",
"enum": [
"pas de retour",
"retour papier",
"retour electronique"
],
"type": "string"
},
{
"type": "null"
}
]
},
"maturity": {
"anyOf": [
{
"description": "echeanceMatif",
"type": "string"
},
{
"type": "null"
}
]
},
"maturity_id": {
"anyOf": [
{
"description": "backend Data (settlement_price) : sflMaturity",
"type": "string"
},
{
"type": "null"
}
]
},
"minimum_price": {
"description": "prixMini",
"minimum": 0,
"type": "number"
},
"name": {
"description": "libContrat",
"type": "string"
},
"price": {
"description": "prixContrat",
"minimum": 0,
"type": "number"
},
"product_name": {
"description": "libProduitContrat",
"type": "string"
},
"quality_bonus": {
"anyOf": [
{
"description": "qualityBonus",
"minimum": 0,
"type": "number"
},
{
"type": "null"
}
]
},
"samples": {
"items": {
"$ref": "#/definitions/DefaultSample_778",
"type": "object"
},
"type": "array"
},
"settlement_price": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"settlements": {
"items": {
"$ref": "#/definitions/DefaultSettlement_560",
"type": "object"
},
"type": "array"
},
"special_bonus": {
"anyOf": [
{
"description": "specialBonus",
"minimum": 0,
"type": "number"
},
{
"type": "null"
}
]
},
"strike": {
"description": "cotation",
"type": "number"
},
"surface": {
"anyOf": [
{
"description": "surface",
"minimum": 0,
"type": "number"
},
{
"type": "null"
}
]
},
"termination_date": {
"description": "dateExecFin",
"format": "date",
"type": "string"
},
"total_amount": {
"description": "qteContrat",
"minimum": 0,
"type": "number"
},
"type": {
"description": "typeContrat",
"type": "string"
},
"variety": {
"description": "codFamOpticollecte",
"type": "string"
},
"variety_name": {
"description": "libFamOpticollecte",
"type": "string"
},
"variety_standard_deviation": {
"anyOf": [
{
"description": "varietyStandardDeviation",
"minimum": 0,
"type": "number"
},
{
"type": "null"
}
]
},
"warranty_cost": {
"description": "primeOption",
"minimum": 0,
"type": "number"
},
"yield": {
"anyOf": [
{
"description": "yield",
"minimum": 0,
"type": "number"
},
{
"type": "null"
}
]
}
},
"required": [
"amount_to_deliver",
"amount_to_deposit",
"closing_date",
"commencement_date",
"commodity",
"commodity_id",
"contracts",
"crm_id",
"date",
"delivered_amount",
"deliveries",
"deposited_amount",
"fiscal_year",
"gain",
"id",
"is_closed",
"itk_feedback",
"maturity",
"maturity_id",
"name",
"price",
"product_name",
"quality_bonus",
"samples",
"settlement_price",
"settlements",
"special_bonus",
"strike",
"surface",
"termination_date",
"total_amount",
"type",
"variety",
"variety_name",
"variety_standard_deviation",
"yield"
],
"type": "object"
},
"type": "array"
}
},
"required": [
"contracts"
],
"title": "Contract - DefaultContract",
"type": "object"
}
{
"contracts": [
{
"amount_to_deliver": 0,
"amount_to_deposit": null,
"closing_date": null,
"commencement_date": "2018-07-01",
"commodity": null,
"commodity_id": null,
"contracts": [],
"crm_id": "27705-000",
"date": "2017-08-07",
"delivered_amount": 0,
"deposited_amount": 0,
"fiscal_year": 2018,
"gain": 0,
"id": "33569",
"is_closed": true,
"itk_feedback": null,
"maturity": null,
"maturity_id": null,
"name": "Contrat d'Engagement",
"price": 0,
"product_name": "BLE MMS 2018",
"quality_bonus": 2,
"samples": [
{
"cell_varieties": [
{
"cell": "CELLULE 1",
"variety": "BLE 1"
}
],
"characteristics": [
{
"code": "01",
"label": "Humidité",
"value": 11
},
{
"code": "02",
"label": "Impuretés",
"value": 0.1
},
{
"code": "03",
"label": "Poids Spécifique",
"value": 78
},
{
"code": "05",
"label": "Protéine",
"value": 13
}
],
"date": "2018-07-02",
"number": "535090304564560",
"quantity": 35.82
}
],
"settlement_price": null,
"special_bonus": null,
"strike": 0,
"surface": 4,
"termination_date": "2018-08-31",
"total_amount": 36,
"type": "P01",
"variety": "BT",
"variety_name": "BLE TENDRE",
"variety_standard_deviation": 1.5,
"yield": 9
},
{
"amount_to_deliver": 2,
"amount_to_deposit": null,
"closing_date": null,
"commencement_date": "2019-01-01",
"commodity": "BL2",
"commodity_id": "WHEAT",
"contracts": [],
"crm_id": "285707-000",
"date": "2019-02-12",
"delivered_amount": 0,
"deposited_amount": 0,
"fiscal_year": 2018,
"gain": 0,
"id": "238590",
"is_closed": false,
"itk_feedback": null,
"maturity": null,
"maturity_id": null,
"name": "Contrat Prix Ferme",
"price": 170.81,
"product_name": "BLE 1",
"quality_bonus": 0,
"samples": [],
"settlement_price": null,
"special_bonus": null,
"strike": 0,
"surface": 0,
"termination_date": "2019-03-31",
"total_amount": 2,
"type": "APF",
"variety": "BT",
"variety_name": "BLE TENDRE",
"variety_standard_deviation": 0,
"yield": 0
},
{
"amount_to_deliver": 11,
"amount_to_deposit": null,
"closing_date": null,
"commencement_date": "2018-07-01",
"commodity": null,
"commodity_id": null,
"contracts": [],
"crm_id": "285596-000",
"date": "2019-02-08",
"delivered_amount": 0,
"deposited_amount": 0,
"fiscal_year": 2018,
"gain": 0,
"id": "238564",
"is_closed": false,
"itk_feedback": null,
"maturity": null,
"maturity_id": null,
"name": "Contrat prix moyen de campagne",
"price": 0,
"product_name": "BLE 1",
"quality_bonus": 0,
"samples": [],
"settlement_price": null,
"special_bonus": null,
"strike": 0,
"surface": 0,
"termination_date": "2018-08-31",
"total_amount": 11,
"type": "B01",
"variety": "BT",
"variety_name": "BLE TENDRE",
"variety_standard_deviation": 0,
"yield": 0
},
{
"amount_to_deliver": 0.25,
"amount_to_deposit": null,
"closing_date": null,
"commencement_date": "2018-07-01",
"commodity": "BL2",
"commodity_id": "WHEAT",
"contracts": [],
"crm_id": "285568-000",
"date": "2019-02-07",
"delivered_amount": 0,
"deposited_amount": 0,
"fiscal_year": 2018,
"gain": 0,
"id": "238536",
"is_closed": false,
"itk_feedback": null,
"maturity": null,
"maturity_id": null,
"name": "Contrat Prix Ferme",
"price": 166.12,
"product_name": "BLE 1",
"quality_bonus": 0,
"samples": [],
"settlement_price": null,
"special_bonus": null,
"strike": 0,
"surface": 0,
"termination_date": "2018-08-31",
"total_amount": 0.25,
"type": "APF",
"variety": "BT",
"variety_name": "BLE TENDRE",
"variety_standard_deviation": 0,
"yield": 0
},
{
"amount_to_deliver": 0.2,
"amount_to_deposit": null,
"closing_date": "2019-02-26",
"commencement_date": "2018-07-01",
"commodity": "BL2",
"commodity_id": "WHEAT",
"contracts": [],
"crm_id": "285567-000",
"date": "2019-02-07",
"delivered_amount": 0,
"deposited_amount": 0,
"fiscal_year": 2018,
"gain": 0,
"id": "238535",
"is_closed": false,
"itk_feedback": null,
"maturity": "MAY-19",
"maturity_id": "May19",
"minimum_price": 157,
"name": "Contrat Euronext",
"price": 164.4,
"product_name": "BLE 1",
"quality_bonus": 0,
"samples": [],
"settlement_price": 188.25,
"special_bonus": null,
"strike": 204.5,
"surface": 0,
"termination_date": "2018-08-31",
"total_amount": 0.2,
"type": "AE1",
"variety": "BT",
"variety_name": "BLE TENDRE",
"variety_standard_deviation": 0,
"warranty_cost": 7,
"yield": 0
},
{
"amount_to_deliver": 20,
"amount_to_deposit": null,
"closing_date": null,
"commencement_date": "2018-07-01",
"commodity": null,
"commodity_id": null,
"contracts": [],
"crm_id": "285564-000",
"date": "2019-02-06",
"delivered_amount": 0,
"deposited_amount": 0,
"fiscal_year": 2018,
"gain": 0,
"id": "238533",
"is_closed": false,
"itk_feedback": null,
"maturity": null,
"maturity_id": null,
"name": "Contrat Soufflet Optimum 100%",
"price": 0,
"product_name": "BLE 1",
"quality_bonus": 0,
"samples": [],
"settlement_price": null,
"special_bonus": null,
"strike": 0,
"surface": 0,
"termination_date": "2018-08-31",
"total_amount": 20,
"type": "B02",
"variety": "BT",
"variety_name": "BLE TENDRE",
"variety_standard_deviation": 0,
"yield": 0
},
{
"amount_to_deliver": 9,
"amount_to_deposit": null,
"closing_date": null,
"commencement_date": "2018-07-01",
"commodity": null,
"commodity_id": null,
"contracts": [],
"crm_id": "285565-000",
"date": "2019-02-06",
"delivered_amount": 0,
"deposited_amount": 0,
"fiscal_year": 2018,
"gain": 0,
"id": "238530",
"is_closed": false,
"itk_feedback": null,
"maturity": null,
"maturity_id": null,
"name": "Contrat prix moyen de campagne",
"price": 0,
"product_name": "BLE 1",
"quality_bonus": 0,
"samples": [],
"settlement_price": null,
"special_bonus": null,
"strike": 0,
"surface": 0,
"termination_date": "2018-08-31",
"total_amount": 9,
"type": "B01",
"variety": "BT",
"variety_name": "BLE TENDRE",
"variety_standard_deviation": 0,
"yield": 0
},
{
"amount_to_deliver": 3,
"amount_to_deposit": null,
"closing_date": "2019-02-26",
"commencement_date": "2018-07-01",
"commodity": "BL2",
"commodity_id": "WHEAT",
"contracts": [],
"crm_id": "285561-000",
"date": "2019-02-06",
"delivered_amount": 0,
"deposited_amount": 0,
"fiscal_year": 2018,
"gain": 0,
"id": "238529",
"is_closed": false,
"itk_feedback": null,
"maturity": "MAR-19",
"maturity_id": "Mar19",
"minimum_price": 122,
"name": "Contrat Euronext",
"price": 133,
"product_name": "BLE 1",
"quality_bonus": 0,
"samples": [],
"settlement_price": 191.75,
"special_bonus": null,
"strike": 176,
"surface": 0,
"termination_date": "2018-08-31",
"total_amount": 3,
"type": "AE1",
"variety": "BT",
"variety_name": "BLE TENDRE",
"variety_standard_deviation": 0,
"warranty_cost": 11,
"yield": 0
},
{
"amount_to_deliver": 3,
"amount_to_deposit": null,
"closing_date": null,
"commencement_date": "2018-07-01",
"commodity": null,
"commodity_id": null,
"contracts": [],
"crm_id": "285560-000",
"date": "2019-02-06",
"delivered_amount": 0,
"deposited_amount": 0,
"fiscal_year": 2018,
"gain": 0,
"id": "238528",
"is_closed": false,
"itk_feedback": null,
"maturity": null,
"maturity_id": null,
"name": "Contrat de déstockage",
"price": 135,
"product_name": "BLE 1",
"quality_bonus": 0,
"samples": [],
"settlement_price": null,
"special_bonus": null,
"strike": 0,
"surface": 0,
"termination_date": "2018-08-31",
"total_amount": 3,
"type": "MED",
"variety": "BT",
"variety_name": "BLE TENDRE",
"variety_standard_deviation": 0,
"yield": 0
},
{
"amount_to_deliver": 13,
"amount_to_deposit": null,
"closing_date": null,
"commencement_date": "2018-07-01",
"commodity": null,
"commodity_id": null,
"contracts": [],
"crm_id": "285558-000",
"date": "2019-02-06",
"delivered_amount": 0,
"deposited_amount": 0,
"fiscal_year": 2018,
"gain": 0,
"id": "238527",
"is_closed": false,
"itk_feedback": null,
"maturity": null,
"maturity_id": null,
"name": "Contrat Prix Ferme",
"price": 136,
"product_name": "BLE 1",
"quality_bonus": 0,
"samples": [],
"settlement_price": null,
"special_bonus": null,
"strike": 0,
"surface": 0,
"termination_date": "2018-08-31",
"total_amount": 13,
"type": "APF",
"variety": "BT",
"variety_name": "BLE TENDRE",
"variety_standard_deviation": 0,
"yield": 0
},
{
"amount_to_deliver": 12,
"amount_to_deposit": null,
"closing_date": null,
"commencement_date": "2018-07-01",
"commodity": null,
"commodity_id": null,
"contracts": [],
"crm_id": "285557-000",
"date": "2019-02-06",
"delivered_amount": 0,
"deposited_amount": 0,
"fiscal_year": 2018,
"gain": 0,
"id": "238526",
"is_closed": false,
"itk_feedback": null,
"maturity": null,
"maturity_id": null,
"name": "Contrat Prix Ferme",
"price": 135,
"product_name": "BLE 1",
"quality_bonus": 0,
"samples": [],
"settlement_price": null,
"special_bonus": null,
"strike": 0,
"surface": 0,
"termination_date": "2018-08-31",
"total_amount": 12,
"type": "APF",
"variety": "BT",
"variety_name": "BLE TENDRE",
"variety_standard_deviation": 0,
"yield": 0
},
{
"amount_to_deliver": 10,
"amount_to_deposit": null,
"closing_date": "2019-02-26",
"commencement_date": "2018-07-01",
"commodity": "BL2",
"commodity_id": "WHEAT",
"contracts": [],
"crm_id": "285556-000",
"date": "2019-02-06",
"delivered_amount": 0,
"deposited_amount": 0,
"fiscal_year": 2018,
"gain": 0,
"id": "238525",
"is_closed": false,
"itk_feedback": null,
"maturity": "MAR-19",
"maturity_id": "Mar19",
"minimum_price": 134,
"name": "Contrat Euronext",
"price": 145,
"product_name": "BLE 1",
"quality_bonus": 0,
"samples": [],
"settlement_price": 191.75,
"special_bonus": null,
"strike": 176,
"surface": 0,
"termination_date": "2018-08-31",
"total_amount": 10,
"type": "AE1",
"variety": "BT",
"variety_name": "BLE TENDRE",
"variety_standard_deviation": 0,
"warranty_cost": 11,
"yield": 0
},
{
"amount_to_deliver": 5,
"amount_to_deposit": null,
"closing_date": null,
"commencement_date": "2018-07-01",
"commodity": null,
"commodity_id": null,
"contracts": [],
"crm_id": "285559-000",
"date": "2019-02-06",
"delivered_amount": 0,
"deposited_amount": 0,
"fiscal_year": 2018,
"gain": 0,
"id": "238524",
"is_closed": false,
"itk_feedback": null,
"maturity": null,
"maturity_id": null,
"name": "Contrat reprise céréales aliments",
"price": 0,
"product_name": "BLE 1",
"quality_bonus": 0,
"samples": [],
"settlement_price": null,
"special_bonus": null,
"strike": 0,
"surface": 0,
"termination_date": "2018-08-31",
"total_amount": 5,
"type": "RCA",
"variety": "BT",
"variety_name": "BLE TENDRE",
"variety_standard_deviation": 0,
"yield": 0
},
{
"amount_to_deliver": 25,
"amount_to_deposit": null,
"closing_date": null,
"commencement_date": "2018-07-01",
"commodity": null,
"commodity_id": null,
"contracts": [],
"crm_id": "285555-000",
"date": "2019-02-06",
"delivered_amount": 0,
"deposited_amount": 0,
"fiscal_year": 2018,
"gain": 0,
"id": "238523",
"is_closed": false,
"itk_feedback": null,
"maturity": null,
"maturity_id": null,
"name": "Contrat Semence Optimum",
"price": 0,
"product_name": "BLE ABSALON G4 STA",
"quality_bonus": 0,
"samples": [],
"settlement_price": null,
"special_bonus": null,
"strike": 0,
"surface": 0,
"termination_date": "2018-08-31",
"total_amount": 25,
"type": "B03",
"variety": "BT",
"variety_name": "BLE TENDRE",
"variety_standard_deviation": 0,
"yield": 0
},
{
"amount_to_deliver": 0.5,
"amount_to_deposit": null,
"closing_date": null,
"commencement_date": "2018-07-01",
"commodity": "BL2",
"commodity_id": "WHEAT",
"contracts": [],
"crm_id": "285552-000",
"date": "2019-02-06",
"delivered_amount": 0,
"deposited_amount": 0,
"fiscal_year": 2018,
"gain": 0,
"id": "238520",
"is_closed": false,
"itk_feedback": null,
"maturity": null,
"maturity_id": null,
"name": "Contrat Prix Ferme",
"price": 166.62,
"product_name": "BLE 1",
"quality_bonus": 0,
"samples": [],
"settlement_price": null,
"special_bonus": null,
"strike": 0,
"surface": 0,
"termination_date": "2018-08-31",
"total_amount": 0.5,
"type": "APF",
"variety": "BT",
"variety_name": "BLE TENDRE",
"variety_standard_deviation": 0,
"yield": 0
},
{
"amount_to_deliver": 2,
"amount_to_deposit": null,
"closing_date": null,
"commencement_date": "2018-07-01",
"commodity": "BL2",
"commodity_id": "WHEAT",
"contracts": [],
"crm_id": "285546-000",
"date": "2019-02-06",
"delivered_amount": 0,
"deposited_amount": 0,
"fiscal_year": 2018,
"gain": 0,
"id": "238514",
"is_closed": false,
"itk_feedback": null,
"maturity": null,
"maturity_id": null,
"name": "Contrat Prix Ferme",
"price": 165.4,
"product_name": "BLE 1",
"quality_bonus": 0,
"samples": [],
"settlement_price": null,
"special_bonus": null,
"strike": 0,
"surface": 0,
"termination_date": "2018-08-31",
"total_amount": 2,
"type": "APF",
"variety": "BT",
"variety_name": "BLE TENDRE",
"variety_standard_deviation": 0,
"yield": 0
},
{
"amount_to_deliver": 0.2,
"amount_to_deposit": null,
"closing_date": null,
"commencement_date": "2018-07-01",
"commodity": "BL2",
"commodity_id": "WHEAT",
"contracts": [],
"crm_id": "285542-000",
"date": "2019-02-06",
"delivered_amount": 0,
"deposited_amount": 0,
"fiscal_year": 2018,
"gain": 0,
"id": "238510",
"is_closed": false,
"itk_feedback": null,
"maturity": null,
"maturity_id": null,
"name": "Contrat Prix Ferme",
"price": 165.4,
"product_name": "BLE 1",
"quality_bonus": 0,
"samples": [],
"settlement_price": null,
"special_bonus": null,
"strike": 0,
"surface": 0,
"termination_date": "2018-08-31",
"total_amount": 0.2,
"type": "APF",
"variety": "BT",
"variety_name": "BLE TENDRE",
"variety_standard_deviation": 0,
"yield": 0
},
{
"amount_to_deliver": 2,
"amount_to_deposit": null,
"closing_date": null,
"commencement_date": "2018-07-01",
"commodity": null,
"commodity_id": null,
"contracts": [],
"crm_id": "223747-000",
"date": "2018-09-05",
"delivered_amount": 0,
"deposited_amount": 0,
"fiscal_year": 2018,
"gain": 0,
"id": "238430",
"is_closed": false,
"itk_feedback": null,
"maturity": null,
"maturity_id": null,
"name": "Contrat prix moyen de campagne",
"price": 0,
"product_name": "BLE 1",
"quality_bonus": 0,
"samples": [],
"settlement_price": null,
"special_bonus": null,
"strike": 0,
"surface": 0,
"termination_date": "2018-08-31",
"total_amount": 2,
"type": "B01",
"variety": "BT",
"variety_name": "BLE TENDRE",
"variety_standard_deviation": 0,
"yield": 0
},
{
"amount_to_deliver": 1,
"amount_to_deposit": null,
"closing_date": null,
"commencement_date": "2018-07-01",
"commodity": null,
"commodity_id": null,
"contracts": [],
"crm_id": "223746-000",
"date": "2018-09-05",
"delivered_amount": 0,
"deposited_amount": 0,
"fiscal_year": 2018,
"gain": 0,
"id": "238429",
"is_closed": false,
"itk_feedback": null,
"maturity": null,
"maturity_id": null,
"name": "Contrat Prix Ferme",
"price": 150,
"product_name": "BLE 1",
"quality_bonus": 0,
"samples": [],
"settlement_price": null,
"special_bonus": null,
"strike": 0,
"surface": 0,
"termination_date": "2018-08-31",
"total_amount": 1,
"type": "APF",
"variety": "BT",
"variety_name": "BLE TENDRE",
"variety_standard_deviation": 0,
"yield": 0
},
{
"amount_to_deliver": 0,
"amount_to_deposit": null,
"closing_date": "2019-02-26",
"commencement_date": "2018-12-29",
"commodity": "BL2",
"commodity_id": "WHEAT",
"contracts": [],
"crm_id": "223708-000",
"date": "2018-06-04",
"delivered_amount": 10,
"deliveries": [
{
"base_price": 0,
"characteristics": [
{
"code": "01",
"label": "Humidité",
"rebill": 0,
"value": 11
},
{
"code": "02",
"label": "Impuretés",
"rebill": 0,
"value": 0.1
},
{
"code": "03",
"label": "Poids Spécifique",
"rebill": 0,
"value": 78
},
{
"code": "05",
"label": "Protéine",
"rebill": 0,
"value": 11.5
}
],
"date": "2018-11-05",
"delivery_number": "33205-1",
"net_amount": 10,
"net_price": 0,
"normed_amount": 10,
"place_id": "0003",
"product_code": "000005",
"product_name": "BLE 1",
"settled_amount": 0,
"site_label": "GARE NOGENT S SEINE",
"stock_type": 0
}
],
"deposited_amount": 0,
"fiscal_year": 2018,
"gain": 0,
"id": "238388",
"is_closed": false,
"itk_feedback": null,
"maturity": "MAR-19",
"maturity_id": "Mar19",
"minimum_price": 145,
"name": "Contrat Euronext",
"price": 156,
"product_name": "BLE 1",
"quality_bonus": 0,
"samples": [],
"settlement_price": 191.75,
"special_bonus": null,
"strike": 176,
"surface": 0,
"termination_date": "2018-12-30",
"total_amount": 20,
"type": "AE1",
"variety": "BT",
"variety_name": "BLE TENDRE",
"variety_standard_deviation": 0,
"warranty_cost": 11,
"yield": 0
},
{
"amount_to_deliver": 0,
"amount_to_deposit": null,
"closing_date": null,
"commencement_date": "2018-07-01",
"commodity": null,
"commodity_id": null,
"contracts": [],
"crm_id": "199875-000",
"date": "2017-11-27",
"delivered_amount": 80.008,
"deliveries": [
{
"base_price": 0,
"characteristics": [
{
"code": "01",
"label": "Humidité",
"rebill": 0,
"value": 11
},
{
"code": "02",
"label": "Impuretés",
"rebill": 0,
"value": 0.1
},
{
"code": "03",
"label": "Poids Spécifique",
"rebill": 0,
"value": 78
},
{
"code": "05",
"label": "Protéine",
"rebill": 0,
"value": 13
}
],
"date": "2018-07-16",
"delivery_number": "8665-1",
"net_amount": 13,
"net_price": 0,
"normed_amount": 12.935,
"place_id": "0009",
"product_code": "000038",
"product_name": "BLE BPMF MEUNERIE",
"settled_amount": 0,
"site_label": "ANGLURE",
"stock_type": 0
},
{
"base_price": 0,
"characteristics": [
{
"code": "01",
"label": "Humidité",
"rebill": 0,
"value": 11
},
{
"code": "02",
"label": "Impuretés",
"rebill": 0,
"value": 0.3
},
{
"code": "03",
"label": "Poids Spécifique",
"rebill": 0,
"value": 82
},
{
"code": "05",
"label": "Protéine",
"rebill": 0,
"value": 13.5
}
],
"date": "2018-07-16",
"delivery_number": "8666-1",
"net_amount": 10.25,
"net_price": 0,
"normed_amount": 10.199,
"place_id": "0009",
"product_code": "000038",
"product_name": "BLE BPMF MEUNERIE",
"settled_amount": 0,
"site_label": "ANGLURE",
"stock_type": 0
},
{
"base_price": 0,
"characteristics": [
{
"code": "01",
"label": "Humidité",
"rebill": 0,
"value": 12.5
},
{
"code": "02",
"label": "Impuretés",
"rebill": 0,
"value": 1.1
},
{
"code": "03",
"label": "Poids Spécifique",
"rebill": 0,
"value": 75
},
{
"code": "05",
"label": "Protéine",
"rebill": 0,
"value": 11.2
}
],
"date": "2018-07-06",
"delivery_number": "9493-1",
"invoices": [
{
"amount": 12.007,
"characteristics": [],
"lines": [
{
"code": "COM",
"invoice_date": "2018-10-22",
"invoice_number": "16249905",
"label": "Complément Prix",
"net_price": 16
}
],
"prices": [
{
"code": "XFAC01",
"label": "Prix de base",
"value": 16
},
{
"code": "XFAC08",
"label": "Prix Net",
"value": 16
}
],
"product_label": "BLE BPMF MEUNERIE"
}
],
"net_amount": 12.14,
"net_price": 0,
"normed_amount": 12.007,
"place_id": "0009",
"product_code": "000038",
"product_name": "BLE BPMF MEUNERIE",
"settled_amount": 0,
"site_label": "ANGLURE",
"stock_type": 0
},
{
"base_price": 0,
"characteristics": [
{
"code": "01",
"label": "Humidité",
"rebill": 0,
"value": 12.2
},
{
"code": "02",
"label": "Impuretés",
"rebill": 0,
"value": 1.1
},
{
"code": "03",
"label": "Poids Spécifique",
"rebill": 0,
"value": 75.1
},
{
"code": "05",
"label": "Protéine",
"rebill": 0,
"value": 11.7
}
],
"date": "2018-07-06",
"delivery_number": "9495-1",
"invoices": [
{
"amount": 5.539,
"characteristics": [],
"lines": [
{
"code": "COM",
"invoice_date": "2018-10-22",
"invoice_number": "16249905",
"label": "Complément Prix",
"net_price": 16
}
],
"prices": [
{
"code": "XFAC01",
"label": "Prix de base",
"value": 16
},
{
"code": "XFAC08",
"label": "Prix Net",
"value": 16
}
],
"product_label": "BLE BPMF MEUNERIE"
}
],
"net_amount": 5.6,
"net_price": 0,
"normed_amount": 5.539,
"place_id": "0009",
"product_code": "000038",
"product_name": "BLE BPMF MEUNERIE",
"settled_amount": 0,
"site_label": "ANGLURE",
"stock_type": 0
},
{
"base_price": 0,
"characteristics": [
{
"code": "01",
"label": "Humidité",
"rebill": 0,
"value": 12.3
},
{
"code": "02",
"label": "Impuretés",
"rebill": 0,
"value": 1.1
},
{
"code": "03",
"label": "Poids Spécifique",
"rebill": 0,
"value": 77.2
},
{
"code": "05",
"label": "Protéine",
"rebill": 0,
"value": 11.9
}
],
"date": "2018-07-07",
"delivery_number": "9507-1",
"invoices": [
{
"amount": 12.304,
"characteristics": [],
"lines": [
{
"code": "COM",
"invoice_date": "2018-10-22",
"invoice_number": "16249905",
"label": "Complément Prix",
"net_price": 16
}
],
"prices": [
{
"code": "XFAC01",
"label": "Prix de base",
"value": 16
},
{
"code": "XFAC08",
"label": "Prix Net",
"value": 16
}
],
"product_label": "BLE BPMF MEUNERIE"
}
],
"net_amount": 12.44,
"net_price": 0,
"normed_amount": 12.304,
"place_id": "0009",
"product_code": "000038",
"product_name": "BLE BPMF MEUNERIE",
"settled_amount": 0,
"site_label": "ANGLURE",
"stock_type": 0
},
{
"base_price": 0,
"characteristics": [
{
"code": "01",
"label": "Humidité",
"rebill": 0,
"value": 12.3
},
{
"code": "02",
"label": "Impuretés",
"rebill": 0,
"value": 0.8
},
{
"code": "03",
"label": "Poids Spécifique",
"rebill": 0,
"value": 76.3
},
{
"code": "05",
"label": "Protéine",
"rebill": 0,
"value": 11.4
}
],
"date": "2018-07-07",
"delivery_number": "9510-1",
"invoices": [
{
"amount": 5.158,
"characteristics": [],
"lines": [
{
"code": "COM",
"invoice_date": "2018-10-22",
"invoice_number": "16249905",
"label": "Complément Prix",
"net_price": 16
}
],
"prices": [
{
"code": "XFAC01",
"label": "Prix de base",
"value": 16
},
{
"code": "XFAC08",
"label": "Prix Net",
"value": 16
}
],
"product_label": "BLE BPMF MEUNERIE"
}
],
"net_amount": 5.2,
"net_price": 0,
"normed_amount": 5.158,
"place_id": "0009",
"product_code": "000038",
"product_name": "BLE BPMF MEUNERIE",
"settled_amount": 0,
"site_label": "ANGLURE",
"stock_type": 0
},
{
"base_price": 0,
"characteristics": [
{
"code": "01",
"label": "Humidité",
"rebill": 0,
"value": 11
},
{
"code": "02",
"label": "Impuretés",
"rebill": 0,
"value": 0.1
},
{
"code": "03",
"label": "Poids Spécifique",
"rebill": 0,
"value": 78
},
{
"code": "05",
"label": "Protéine",
"rebill": 0,
"value": 12
}
],
"date": "2018-11-13",
"delivery_number": "110919-1",
"net_amount": 21.866,
"net_price": 0,
"normed_amount": 21.866,
"place_id": "0001",
"product_code": "000038",
"product_name": "BLE BPMF MEUNERIE",
"settled_amount": 0,
"site_label": "SARRAIL NOGENT S SEINE",
"stock_type": 0
}
],
"deposited_amount": 0,
"fiscal_year": 2018,
"gain": 0,
"id": "214562",
"is_closed": false,
"itk_feedback": null,
"maturity": null,
"maturity_id": null,
"name": "Contrat Optimum Sécurisé",
"price": 0,
"product_name": "BLE BPMF MEUNERIE",
"quality_bonus": 0,
"samples": [
{
"cell_varieties": [
{
"cell": "TAS 5",
"variety": "CROUSTY"
}
],
"characteristics": [
{
"code": "01",
"label": "Humidité",
"value": 11
},
{
"code": "02",
"label": "Impuretés",
"value": 0.2
},
{
"code": "03",
"label": "Poids Spécifique",
"value": 80
},
{
"code": "05",
"label": "Protéine",
"value": 13.5
},
{
"code": "15",
"label": "Hagberg",
"value": 330
}
],
"date": "2018-07-16",
"number": "535090361580926",
"quantity": 0
}
],
"settlement_price": null,
"special_bonus": null,
"strike": 0,
"surface": 0,
"termination_date": "2018-08-31",
"total_amount": 45,
"type": "APO",
"variety": "BT",
"variety_name": "BLE TENDRE",
"variety_standard_deviation": 0,
"yield": 0
},
{
"amount_to_deliver": 0,
"amount_to_deposit": null,
"closing_date": null,
"commencement_date": null,
"commodity": null,
"commodity_id": null,
"contracts": [],
"crm_id": "HC-001003-0",
"date": null,
"delivered_amount": 3.8,
"deliveries": [
{
"base_price": 0,
"characteristics": [
{
"code": "01",
"label": "Humidité",
"rebill": 0,
"value": 10
},
{
"code": "02",
"label": "Impuretés",
"rebill": 0,
"value": 0.3
},
{
"code": "03",
"label": "Poids Spécifique",
"rebill": 0,
"value": 82
},
{
"code": "05",
"label": "Protéine",
"rebill": 0,
"value": 14
},
{
"code": "12",
"label": "Cassés",
"rebill": 0,
"value": 0
},
{
"code": "15",
"label": "Hagberg",
"rebill": 0,
"value": 230
}
],
"date": "2018-07-16",
"delivery_number": "8277-2",
"net_amount": 3.819,
"net_price": 0,
"normed_amount": 3.8,
"place_id": "0008",
"product_code": "001003",
"product_name": "BLE MMS 2018",
"settled_amount": 0,
"site_label": "PONT S SEINE",
"stock_type": 0
}
],
"deposited_amount": 0,
"fiscal_year": 2018,
"gain": 0,
"id": "0",
"is_closed": false,
"itk_feedback": null,
"maturity": null,
"maturity_id": null,
"name": "Hors Contrat",
"price": 0,
"product_name": "BLE MMS 2018",
"quality_bonus": 0,
"samples": [],
"settlement_price": null,
"special_bonus": null,
"strike": 0,
"surface": 0,
"termination_date": null,
"total_amount": 0,
"type": "HC",
"variety": "BT",
"variety_name": "BLE TENDRE",
"variety_standard_deviation": 0,
"yield": 0
},
{
"amount_to_deliver": 0,
"amount_to_deposit": null,
"closing_date": null,
"commencement_date": null,
"commodity": null,
"commodity_id": null,
"contracts": [],
"crm_id": "EHC-000683-0",
"date": "2018-07-02",
"delivered_amount": 0,
"deposited_amount": 0,
"fiscal_year": 2018,
"gain": 0,
"id": "0",
"is_closed": false,
"itk_feedback": null,
"maturity": null,
"maturity_id": null,
"name": "Echantillon Hors Contrat",
"price": 0,
"product_name": "BLE APACHE BAGUEPI",
"quality_bonus": 0,
"samples": [
{
"cell_varieties": [
{
"cell": "TAS 8",
"variety": "BLE APACHE"
}
],
"characteristics": [
{
"code": "01",
"label": "Humidité",
"value": 11
},
{
"code": "02",
"label": "Impuretés",
"value": 0
},
{
"code": "03",
"label": "Poids Spécifique",
"value": 78
},
{
"code": "05",
"label": "Protéine",
"value": 12.5
}
],
"date": "2018-07-02",
"number": "0",
"quantity": 0
}
],
"settlement_price": null,
"special_bonus": null,
"strike": 0,
"surface": 0,
"termination_date": null,
"total_amount": 0,
"type": "EHC",
"variety": "BT",
"variety_name": "BLE TENDRE",
"variety_standard_deviation": 0,
"yield": 0
},
{
"amount_to_deliver": 0,
"amount_to_deposit": null,
"closing_date": null,
"commencement_date": null,
"commodity": null,
"commodity_id": null,
"contracts": [],
"crm_id": "HC-000038-0",
"date": null,
"delivered_amount": 48.134,
"deliveries": [
{
"base_price": 0,
"characteristics": [
{
"code": "01",
"label": "Humidité",
"rebill": 0,
"value": 11
},
{
"code": "02",
"label": "Impuretés",
"rebill": 0,
"value": 0.1
},
{
"code": "03",
"label": "Poids Spécifique",
"rebill": 0,
"value": 78
},
{
"code": "05",
"label": "Protéine",
"rebill": 0,
"value": 12
}
],
"date": "2018-11-13",
"delivery_number": "110919-2",
"net_amount": 13.134,
"net_price": 0,
"normed_amount": 13.134,
"place_id": "0001",
"product_code": "000038",
"product_name": "BLE BPMF MEUNERIE",
"settled_amount": 0,
"site_label": "SARRAIL NOGENT S SEINE",
"stock_type": 0
},
{
"base_price": 0,
"characteristics": [
{
"code": "01",
"label": "Humidité",
"rebill": 0,
"value": 11
},
{
"code": "02",
"label": "Impuretés",
"rebill": 0,
"value": 0.1
},
{
"code": "03",
"label": "Poids Spécifique",
"rebill": 0,
"value": 78
},
{
"code": "05",
"label": "Protéine",
"rebill": 0,
"value": 12
}
],
"date": "2018-11-13",
"delivery_number": "110920-1",
"net_amount": 35,
"net_price": 0,
"normed_amount": 35,
"place_id": "0001",
"product_code": "000038",
"product_name": "BLE BPMF MEUNERIE",
"settled_amount": 0,
"site_label": "SARRAIL NOGENT S SEINE",
"stock_type": 0
}
],
"deposited_amount": 0,
"fiscal_year": 2018,
"gain": 0,
"id": "0",
"is_closed": false,
"itk_feedback": null,
"maturity": null,
"maturity_id": null,
"name": "Hors Contrat",
"price": 0,
"product_name": "BLE BPMF MEUNERIE",
"quality_bonus": 0,
"samples": [],
"settlement_price": null,
"special_bonus": null,
"strike": 0,
"surface": 0,
"termination_date": null,
"total_amount": 0,
"type": "HC",
"variety": "BT",
"variety_name": "BLE TENDRE",
"variety_standard_deviation": 0,
"yield": 0
},
{
"amount_to_deliver": 0,
"amount_to_deposit": null,
"closing_date": null,
"commencement_date": null,
"commodity": null,
"commodity_id": null,
"contracts": [],
"crm_id": "HC-000021-0",
"date": null,
"delivered_amount": 9.8,
"deliveries": [
{
"base_price": 0,
"characteristics": [
{
"code": "01",
"label": "Humidité",
"rebill": 0,
"value": 11
},
{
"code": "02",
"label": "Impuretés",
"rebill": 0,
"value": 0.1
},
{
"code": "03",
"label": "Poids Spécifique",
"rebill": 0,
"value": 78
},
{
"code": "05",
"label": "Protéine",
"rebill": 0,
"value": 12.5
}
],
"date": "2019-02-12",
"delivery_number": "12387-1",
"net_amount": 9.8,
"net_price": 0,
"normed_amount": 9.8,
"place_id": "0039",
"product_code": "000021",
"product_name": "BLE APACHE",
"settled_amount": 0,
"site_label": "MORMANT",
"stock_type": 0
}
],
"deposited_amount": 0,
"fiscal_year": 2018,
"gain": 0,
"id": "0",
"is_closed": false,
"itk_feedback": null,
"maturity": null,
"maturity_id": null,
"name": "Hors Contrat",
"price": 0,
"product_name": "BLE APACHE",
"quality_bonus": 0,
"samples": [],
"settlement_price": null,
"special_bonus": null,
"strike": 0,
"surface": 0,
"termination_date": null,
"total_amount": 0,
"type": "HC",
"variety": "BT",
"variety_name": "BLE TENDRE",
"variety_standard_deviation": 0,
"yield": 0
},
{
"amount_to_deliver": 0,
"amount_to_deposit": null,
"closing_date": null,
"commencement_date": null,
"commodity": null,
"commodity_id": null,
"contracts": [],
"crm_id": "HC-000005-0",
"date": null,
"delivered_amount": 10.099,
"deliveries": [
{
"base_price": 0,
"characteristics": [
{
"code": "01",
"label": "Humidité",
"rebill": 0,
"value": 9
},
{
"code": "02",
"label": "Impuretés",
"rebill": 0,
"value": 1
},
{
"code": "03",
"label": "Poids Spécifique",
"rebill": 0,
"value": 70
},
{
"code": "05",
"label": "Protéine",
"rebill": 0,
"value": 8
}
],
"date": "2018-12-10",
"delivery_number": "8688-3",
"net_amount": 10.15,
"net_price": 0,
"normed_amount": 10.099,
"place_id": "0009",
"product_code": "000005",
"product_name": "BLE 1",
"settled_amount": 0,
"site_label": "ANGLURE",
"stock_type": 0
}
],
"deposited_amount": 0,
"fiscal_year": 2018,
"gain": 0,
"id": "0",
"is_closed": false,
"itk_feedback": null,
"maturity": null,
"maturity_id": null,
"name": "Hors Contrat",
"price": 0,
"product_name": "BLE 1",
"quality_bonus": 0,
"samples": [],
"settlement_price": null,
"special_bonus": null,
"strike": 0,
"surface": 0,
"termination_date": null,
"total_amount": 0,
"type": "HC",
"variety": "BT",
"variety_name": "BLE TENDRE",
"variety_standard_deviation": 0,
"yield": 0
},
{
"amount_to_deliver": 0,
"amount_to_deposit": null,
"closing_date": null,
"commencement_date": "2019-04-01",
"commodity": "BL2",
"commodity_id": "WHEAT",
"contracts": [],
"crm_id": "100641",
"date": "2019-02-12",
"delivered_amount": 0,
"deposited_amount": 0,
"fiscal_year": 2018,
"gain": 0,
"id": "0",
"is_closed": false,
"itk_feedback": null,
"maturity": null,
"maturity_id": null,
"name": "Offre prix ferme",
"price": 170.95,
"product_name": "BLE 1",
"quality_bonus": null,
"samples": [],
"settlement_price": null,
"special_bonus": null,
"strike": 0,
"surface": null,
"termination_date": "2019-05-31",
"total_amount": 15,
"type": "APF",
"variety": "BT",
"variety_name": "Blé tendre",
"variety_standard_deviation": null,
"yield": null
}
]
}
The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:
{
"additionalProperties": false,
"definitions": {
"DefaultCellVariety_776": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"cell": {
"type": "string"
},
"variety": {
"type": "string"
}
},
"title": "CellVariety - DefaultCellVariety",
"type": "object"
},
"DefaultContract_546": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"amount_to_deliver": {
"description": "qteSoldeContrat",
"minimum": 0,
"type": "number"
},
"amount_to_deposit": {
"minimum": 0,
"type": "number"
},
"closing_date": {
"description": "backend Data (settlement_price) : closingDate",
"format": "date",
"type": "string"
},
"commencement_date": {
"description": "dateExecDebut",
"format": "date",
"type": "string"
},
"commodity": {
"anyOf": [
{
"description": "codeContratTerme",
"type": "string"
},
{
"type": "null"
}
]
},
"commodity_id": {
"anyOf": [
{
"description": "backend Data (settlement_price) : sflCommodity",
"type": "string"
},
{
"type": "null"
}
]
},
"contracts": {
"items": {
"$ref": "#/definitions/minimalContract_770",
"type": "object"
},
"type": "array"
},
"crm_id": {
"description": "numContratOrigin",
"type": "string"
},
"date": {
"description": "dateContrat",
"format": "date",
"type": "string"
},
"delivered_amount": {
"description": "qteLivreContrat",
"minimum": 0,
"type": "number"
},
"deliveries": {
"anyOf": [
{
"items": {
"$ref": "#/definitions/DefaultDelivery_552",
"type": "object"
},
"type": "array"
},
{
"type": "null"
}
]
},
"deposited_amount": {
"description": "qteLivreDepot",
"minimum": 0,
"type": "number"
},
"fiscal_year": {
"description": "campagne",
"maximum": 2018,
"minimum": 2017,
"type": "integer"
},
"gain": {
"description": "gain",
"type": "number"
},
"id": {
"description": "numContratOrigin",
"pattern": "\\d*",
"type": "string"
},
"is_closed": {
"description": "clotureContrat == 'OUI'",
"type": "boolean"
},
"itk_feedback": {
"anyOf": [
{
"description": "itkFeedback\r\nDirectement la chaîne à afficher. Valeurs possibles : pas de retour, retour papier ou retour electronique",
"enum": [
"pas de retour",
"retour papier",
"retour electronique"
],
"type": "string"
},
{
"type": "null"
}
]
},
"maturity": {
"anyOf": [
{
"description": "echeanceMatif",
"type": "string"
},
{
"type": "null"
}
]
},
"maturity_id": {
"anyOf": [
{
"description": "backend Data (settlement_price) : sflMaturity",
"type": "string"
},
{
"type": "null"
}
]
},
"minimum_price": {
"description": "prixMini",
"minimum": 0,
"type": "number"
},
"name": {
"description": "libContrat",
"type": "string"
},
"price": {
"description": "prixContrat",
"minimum": 0,
"type": "number"
},
"product_name": {
"description": "libProduitContrat",
"type": "string"
},
"quality_bonus": {
"anyOf": [
{
"description": "qualityBonus",
"minimum": 0,
"type": "number"
},
{
"type": "null"
}
]
},
"samples": {
"items": {
"$ref": "#/definitions/DefaultSample_778",
"type": "object"
},
"type": "array"
},
"settlement_price": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"settlements": {
"items": {
"$ref": "#/definitions/DefaultSettlement_560",
"type": "object"
},
"type": "array"
},
"special_bonus": {
"anyOf": [
{
"description": "specialBonus",
"minimum": 0,
"type": "number"
},
{
"type": "null"
}
]
},
"strike": {
"description": "cotation",
"type": "number"
},
"surface": {
"anyOf": [
{
"description": "surface",
"minimum": 0,
"type": "number"
},
{
"type": "null"
}
]
},
"termination_date": {
"description": "dateExecFin",
"format": "date",
"type": "string"
},
"total_amount": {
"description": "qteContrat",
"minimum": 0,
"type": "number"
},
"type": {
"description": "typeContrat",
"type": "string"
},
"variety": {
"description": "codFamOpticollecte",
"type": "string"
},
"variety_name": {
"description": "libFamOpticollecte",
"type": "string"
},
"variety_standard_deviation": {
"anyOf": [
{
"description": "varietyStandardDeviation",
"minimum": 0,
"type": "number"
},
{
"type": "null"
}
]
},
"warranty_cost": {
"description": "primeOption",
"minimum": 0,
"type": "number"
},
"yield": {
"anyOf": [
{
"description": "yield",
"minimum": 0,
"type": "number"
},
{
"type": "null"
}
]
}
},
"required": [
"amount_to_deliver",
"amount_to_deposit",
"closing_date",
"commencement_date",
"commodity",
"commodity_id",
"contracts",
"crm_id",
"date",
"delivered_amount",
"deliveries",
"deposited_amount",
"fiscal_year",
"gain",
"id",
"is_closed",
"itk_feedback",
"maturity",
"maturity_id",
"name",
"price",
"product_name",
"quality_bonus",
"samples",
"settlement_price",
"settlements",
"special_bonus",
"strike",
"surface",
"termination_date",
"total_amount",
"type",
"variety",
"variety_name",
"variety_standard_deviation",
"yield"
],
"title": "Contract - DefaultContract",
"type": "object"
},
"DefaultDelivery_552": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"base_price": {
"minimum": 0,
"type": "number"
},
"characteristics": {
"items": {
"$ref": "#/definitions/DeliveryCharacteristic_551",
"type": "object"
},
"type": "array"
},
"contract": {
"$ref": "#/definitions/DefaultContract_546",
"type": "object"
},
"date": {
"format": "date",
"type": "string"
},
"delivery_number": {
"pattern": "\\d*",
"type": "string"
},
"invoices": {
"items": {
"$ref": "#/definitions/DefaultInvoice_550",
"type": "object"
},
"type": "array"
},
"net_amount": {
"minimum": 0,
"type": "number"
},
"net_price": {
"minimum": 0,
"type": "number"
},
"normed_amount": {
"minimum": 0,
"type": "number"
},
"place_id": {
"description": "codeSiteDepot",
"type": "string"
},
"product_code": {
"description": "codeArticle",
"type": "string"
},
"product_name": {
"type": "string"
},
"settled_amount": {
"minimum": 0,
"type": "number"
},
"site_label": {
"type": "string"
},
"stock_type": {
"maximum": 1,
"minimum": 0,
"type": "number"
},
"variety": {
"type": "string"
},
"variety_name": {
"type": "string"
}
},
"required": [
"base_price",
"characteristics",
"contract",
"date",
"delivery_number",
"invoices",
"net_amount",
"net_price",
"normed_amount",
"place_id",
"product_code",
"product_name",
"settled_amount",
"site_label",
"stock_type",
"variety",
"variety_name"
],
"title": "Delivery - DefaultDelivery",
"type": "object"
},
"DefaultInvoiceLine_547": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"code": {
"type": "string"
},
"invoice_date": {
"format": "date",
"type": "string"
},
"invoice_number": {
"pattern": "\\d*",
"type": "string"
},
"label": {
"type": "string"
},
"net_price": {
"minimum": 0,
"type": "number"
}
},
"required": [
"code",
"invoice_date",
"invoice_number",
"label",
"net_price"
],
"title": "InvoiceLine - DefaultInvoiceLine",
"type": "object"
},
"DefaultInvoicePrice_548": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"code": {
"type": "string"
},
"label": {
"type": "string"
},
"value": {
"minimum": 0,
"type": "number"
}
},
"required": [
"code",
"label",
"value"
],
"title": "InvoicePrice - DefaultInvoicePrice",
"type": "object"
},
"DefaultInvoice_550": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"amount": {
"minimum": 0,
"type": "number"
},
"characteristics": {
"items": {
"$ref": "#/definitions/InvoiceCharacteristic_549",
"type": "object"
},
"type": "array"
},
"lines": {
"items": {
"$ref": "#/definitions/DefaultInvoiceLine_547",
"type": "object"
},
"type": "array"
},
"prices": {
"items": {
"$ref": "#/definitions/DefaultInvoicePrice_548",
"type": "object"
},
"type": "array"
},
"product_label": {
"type": "string"
}
},
"required": [
"amount",
"characteristics",
"lines",
"prices",
"product_label"
],
"title": "Invoice - DefaultInvoice",
"type": "object"
},
"DefaultSample_778": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"cell_varieties": {
"items": {
"$ref": "#/definitions/DefaultCellVariety_776",
"type": "object"
},
"type": "array"
},
"characteristics": {
"items": {
"$ref": "#/definitions/SampleCharacteristic_777",
"type": "object"
},
"type": "array"
},
"date": {
"description": "The ISO 8601 date format (%Y-%m-%d)",
"format": "datetime",
"type": "string"
},
"number": {
"type": "string"
},
"quantity": {
"minimum": 0,
"type": "number"
}
},
"required": [
"characteristics",
"date",
"number",
"quantity"
],
"title": "Sample - DefaultSample",
"type": "object"
},
"DefaultSettlement_560": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"amount": {
"minimum": 0,
"type": "number"
},
"date": {
"format": "date",
"type": "string"
},
"price": {
"minimum": 0,
"type": "number"
},
"status": {
"description": "0 => nothing special, 1 => to validate",
"maximum": 1,
"minimum": 0,
"type": "integer"
}
},
"required": [
"amount",
"date",
"price",
"status"
],
"title": "Settlement - DefaultSettlement",
"type": "object"
},
"DeliveryCharacteristic_551": {
"additionalProperties": false,
"properties": {
"code": {
"type": "string"
},
"label": {
"type": "string"
},
"rebill": {
"minimum": 0,
"type": "number"
},
"value": {
"minimum": 0,
"type": "number"
}
},
"required": [
"code",
"label",
"rebill",
"value"
],
"title": "Characteristic - DeliveryCharacteristic",
"type": "object"
},
"InvoiceCharacteristic_549": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"code": {
"type": "string"
},
"label": {
"type": "string"
},
"value": {
"minimum": 0,
"type": "number"
}
},
"required": [
"code",
"label",
"value"
],
"title": "Characteristic - InvoiceCharacteristic",
"type": "object"
},
"SampleCharacteristic_777": {
"additionalProperties": false,
"properties": {
"code": {
"type": "string"
},
"label": {
"type": "string"
},
"value": {
"minimum": 0,
"type": "number"
}
},
"required": [
"code",
"label",
"value"
],
"title": "Characteristic - SampleCharacteristic",
"type": "object"
},
"minimalContract_770": {
"additionalProperties": false,
"properties": {
"crm_id": {
"description": "numContratOrigin",
"type": "string"
},
"id": {
"description": "numContratOrigin",
"pattern": "\\d*",
"type": "string"
}
},
"required": [
"crm_id",
"id"
],
"title": "Contract - minimalContract",
"type": "object"
}
},
"description": "Automatically generated (please edit me)",
"properties": {
"contracts": {
"items": {
"additionalProperties": false,
"properties": {
"amount_to_deliver": {
"description": "qteSoldeContrat",
"minimum": 0,
"type": "number"
},
"amount_to_deposit": {
"minimum": 0,
"type": "number"
},
"closing_date": {
"description": "backend Data (settlement_price) : closingDate",
"format": "date",
"type": "string"
},
"commencement_date": {
"description": "dateExecDebut",
"format": "date",
"type": "string"
},
"commodity": {
"anyOf": [
{
"description": "codeContratTerme",
"type": "string"
},
{
"type": "null"
}
]
},
"commodity_id": {
"anyOf": [
{
"description": "backend Data (settlement_price) : sflCommodity",
"type": "string"
},
{
"type": "null"
}
]
},
"contracts": {
"items": {
"$ref": "#/definitions/minimalContract_770",
"type": "object"
},
"type": "array"
},
"crm_id": {
"description": "numContratOrigin",
"type": "string"
},
"date": {
"description": "dateContrat",
"format": "date",
"type": "string"
},
"delivered_amount": {
"description": "qteLivreContrat",
"minimum": 0,
"type": "number"
},
"deliveries": {
"anyOf": [
{
"items": {
"$ref": "#/definitions/DefaultDelivery_552",
"type": "object"
},
"type": "array"
},
{
"type": "null"
}
]
},
"deposited_amount": {
"description": "qteLivreDepot",
"minimum": 0,
"type": "number"
},
"fiscal_year": {
"description": "campagne",
"maximum": 2018,
"minimum": 2017,
"type": "integer"
},
"gain": {
"description": "gain",
"type": "number"
},
"id": {
"description": "numContratOrigin",
"pattern": "\\d*",
"type": "string"
},
"is_closed": {
"description": "clotureContrat == 'OUI'",
"type": "boolean"
},
"itk_feedback": {
"anyOf": [
{
"description": "itkFeedback\r\nDirectement la chaîne à afficher. Valeurs possibles : pas de retour, retour papier ou retour electronique",
"enum": [
"pas de retour",
"retour papier",
"retour electronique"
],
"type": "string"
},
{
"type": "null"
}
]
},
"maturity": {
"anyOf": [
{
"description": "echeanceMatif",
"type": "string"
},
{
"type": "null"
}
]
},
"maturity_id": {
"anyOf": [
{
"description": "backend Data (settlement_price) : sflMaturity",
"type": "string"
},
{
"type": "null"
}
]
},
"minimum_price": {
"description": "prixMini",
"minimum": 0,
"type": "number"
},
"name": {
"description": "libContrat",
"type": "string"
},
"price": {
"description": "prixContrat",
"minimum": 0,
"type": "number"
},
"product_name": {
"description": "libProduitContrat",
"type": "string"
},
"quality_bonus": {
"anyOf": [
{
"description": "qualityBonus",
"minimum": 0,
"type": "number"
},
{
"type": "null"
}
]
},
"samples": {
"items": {
"$ref": "#/definitions/DefaultSample_778",
"type": "object"
},
"type": "array"
},
"settlement_price": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"settlements": {
"items": {
"$ref": "#/definitions/DefaultSettlement_560",
"type": "object"
},
"type": "array"
},
"special_bonus": {
"anyOf": [
{
"description": "specialBonus",
"minimum": 0,
"type": "number"
},
{
"type": "null"
}
]
},
"strike": {
"description": "cotation",
"type": "number"
},
"surface": {
"anyOf": [
{
"description": "surface",
"minimum": 0,
"type": "number"
},
{
"type": "null"
}
]
},
"termination_date": {
"description": "dateExecFin",
"format": "date",
"type": "string"
},
"total_amount": {
"description": "qteContrat",
"minimum": 0,
"type": "number"
},
"type": {
"description": "typeContrat",
"type": "string"
},
"variety": {
"description": "codFamOpticollecte",
"type": "string"
},
"variety_name": {
"description": "libFamOpticollecte",
"type": "string"
},
"variety_standard_deviation": {
"anyOf": [
{
"description": "varietyStandardDeviation",
"minimum": 0,
"type": "number"
},
{
"type": "null"
}
]
},
"warranty_cost": {
"description": "primeOption",
"minimum": 0,
"type": "number"
},
"yield": {
"anyOf": [
{
"description": "yield",
"minimum": 0,
"type": "number"
},
{
"type": "null"
}
]
}
},
"required": [
"amount_to_deliver",
"amount_to_deposit",
"closing_date",
"commencement_date",
"commodity",
"commodity_id",
"contracts",
"crm_id",
"date",
"delivered_amount",
"deliveries",
"deposited_amount",
"fiscal_year",
"gain",
"id",
"is_closed",
"itk_feedback",
"maturity",
"maturity_id",
"name",
"price",
"product_name",
"quality_bonus",
"samples",
"settlement_price",
"settlements",
"special_bonus",
"strike",
"surface",
"termination_date",
"total_amount",
"type",
"variety",
"variety_name",
"variety_standard_deviation",
"yield"
],
"type": "object"
},
"type": "array"
}
},
"required": [
"contracts"
],
"title": "Contract - DefaultContract",
"type": "object"
}
{
"contracts": [
{
"amount_to_deliver": 0,
"amount_to_deposit": null,
"closing_date": null,
"commencement_date": "2018-07-01",
"commodity": null,
"commodity_id": null,
"contracts": [],
"crm_id": "27705-000",
"date": "2017-08-07",
"delivered_amount": 0,
"deposited_amount": 0,
"fiscal_year": 2018,
"gain": 0,
"id": "33569",
"is_closed": true,
"itk_feedback": null,
"maturity": null,
"maturity_id": null,
"name": "Contrat d'Engagement",
"price": 0,
"product_name": "BLE MMS 2018",
"quality_bonus": 2,
"samples": [
{
"cell_varieties": [
{
"cell": "CELLULE 1",
"variety": "BLE 1"
}
],
"characteristics": [
{
"code": "01",
"label": "Humidité",
"value": 11
},
{
"code": "02",
"label": "Impuretés",
"value": 0.1
},
{
"code": "03",
"label": "Poids Spécifique",
"value": 78
},
{
"code": "05",
"label": "Protéine",
"value": 13
}
],
"date": "2018-07-02",
"number": "535090304564560",
"quantity": 35.82
}
],
"settlement_price": null,
"special_bonus": null,
"strike": 0,
"surface": 4,
"termination_date": "2018-08-31",
"total_amount": 36,
"type": "P01",
"variety": "BT",
"variety_name": "BLE TENDRE",
"variety_standard_deviation": 1.5,
"yield": 9
},
{
"amount_to_deliver": 2,
"amount_to_deposit": null,
"closing_date": null,
"commencement_date": "2019-01-01",
"commodity": "BL2",
"commodity_id": "WHEAT",
"contracts": [],
"crm_id": "285707-000",
"date": "2019-02-12",
"delivered_amount": 0,
"deposited_amount": 0,
"fiscal_year": 2018,
"gain": 0,
"id": "238590",
"is_closed": false,
"itk_feedback": null,
"maturity": null,
"maturity_id": null,
"name": "Contrat Prix Ferme",
"price": 170.81,
"product_name": "BLE 1",
"quality_bonus": 0,
"samples": [],
"settlement_price": null,
"special_bonus": null,
"strike": 0,
"surface": 0,
"termination_date": "2019-03-31",
"total_amount": 2,
"type": "APF",
"variety": "BT",
"variety_name": "BLE TENDRE",
"variety_standard_deviation": 0,
"yield": 0
},
{
"amount_to_deliver": 11,
"amount_to_deposit": null,
"closing_date": null,
"commencement_date": "2018-07-01",
"commodity": null,
"commodity_id": null,
"contracts": [],
"crm_id": "285596-000",
"date": "2019-02-08",
"delivered_amount": 0,
"deposited_amount": 0,
"fiscal_year": 2018,
"gain": 0,
"id": "238564",
"is_closed": false,
"itk_feedback": null,
"maturity": null,
"maturity_id": null,
"name": "Contrat prix moyen de campagne",
"price": 0,
"product_name": "BLE 1",
"quality_bonus": 0,
"samples": [],
"settlement_price": null,
"special_bonus": null,
"strike": 0,
"surface": 0,
"termination_date": "2018-08-31",
"total_amount": 11,
"type": "B01",
"variety": "BT",
"variety_name": "BLE TENDRE",
"variety_standard_deviation": 0,
"yield": 0
},
{
"amount_to_deliver": 0.25,
"amount_to_deposit": null,
"closing_date": null,
"commencement_date": "2018-07-01",
"commodity": "BL2",
"commodity_id": "WHEAT",
"contracts": [],
"crm_id": "285568-000",
"date": "2019-02-07",
"delivered_amount": 0,
"deposited_amount": 0,
"fiscal_year": 2018,
"gain": 0,
"id": "238536",
"is_closed": false,
"itk_feedback": null,
"maturity": null,
"maturity_id": null,
"name": "Contrat Prix Ferme",
"price": 166.12,
"product_name": "BLE 1",
"quality_bonus": 0,
"samples": [],
"settlement_price": null,
"special_bonus": null,
"strike": 0,
"surface": 0,
"termination_date": "2018-08-31",
"total_amount": 0.25,
"type": "APF",
"variety": "BT",
"variety_name": "BLE TENDRE",
"variety_standard_deviation": 0,
"yield": 0
},
{
"amount_to_deliver": 0.2,
"amount_to_deposit": null,
"closing_date": "2019-02-26",
"commencement_date": "2018-07-01",
"commodity": "BL2",
"commodity_id": "WHEAT",
"contracts": [],
"crm_id": "285567-000",
"date": "2019-02-07",
"delivered_amount": 0,
"deposited_amount": 0,
"fiscal_year": 2018,
"gain": 0,
"id": "238535",
"is_closed": false,
"itk_feedback": null,
"maturity": "MAY-19",
"maturity_id": "May19",
"minimum_price": 157,
"name": "Contrat Euronext",
"price": 164.4,
"product_name": "BLE 1",
"quality_bonus": 0,
"samples": [],
"settlement_price": 188.25,
"special_bonus": null,
"strike": 204.5,
"surface": 0,
"termination_date": "2018-08-31",
"total_amount": 0.2,
"type": "AE1",
"variety": "BT",
"variety_name": "BLE TENDRE",
"variety_standard_deviation": 0,
"warranty_cost": 7,
"yield": 0
},
{
"amount_to_deliver": 20,
"amount_to_deposit": null,
"closing_date": null,
"commencement_date": "2018-07-01",
"commodity": null,
"commodity_id": null,
"contracts": [],
"crm_id": "285564-000",
"date": "2019-02-06",
"delivered_amount": 0,
"deposited_amount": 0,
"fiscal_year": 2018,
"gain": 0,
"id": "238533",
"is_closed": false,
"itk_feedback": null,
"maturity": null,
"maturity_id": null,
"name": "Contrat Soufflet Optimum 100%",
"price": 0,
"product_name": "BLE 1",
"quality_bonus": 0,
"samples": [],
"settlement_price": null,
"special_bonus": null,
"strike": 0,
"surface": 0,
"termination_date": "2018-08-31",
"total_amount": 20,
"type": "B02",
"variety": "BT",
"variety_name": "BLE TENDRE",
"variety_standard_deviation": 0,
"yield": 0
},
{
"amount_to_deliver": 9,
"amount_to_deposit": null,
"closing_date": null,
"commencement_date": "2018-07-01",
"commodity": null,
"commodity_id": null,
"contracts": [],
"crm_id": "285565-000",
"date": "2019-02-06",
"delivered_amount": 0,
"deposited_amount": 0,
"fiscal_year": 2018,
"gain": 0,
"id": "238530",
"is_closed": false,
"itk_feedback": null,
"maturity": null,
"maturity_id": null,
"name": "Contrat prix moyen de campagne",
"price": 0,
"product_name": "BLE 1",
"quality_bonus": 0,
"samples": [],
"settlement_price": null,
"special_bonus": null,
"strike": 0,
"surface": 0,
"termination_date": "2018-08-31",
"total_amount": 9,
"type": "B01",
"variety": "BT",
"variety_name": "BLE TENDRE",
"variety_standard_deviation": 0,
"yield": 0
},
{
"amount_to_deliver": 3,
"amount_to_deposit": null,
"closing_date": "2019-02-26",
"commencement_date": "2018-07-01",
"commodity": "BL2",
"commodity_id": "WHEAT",
"contracts": [],
"crm_id": "285561-000",
"date": "2019-02-06",
"delivered_amount": 0,
"deposited_amount": 0,
"fiscal_year": 2018,
"gain": 0,
"id": "238529",
"is_closed": false,
"itk_feedback": null,
"maturity": "MAR-19",
"maturity_id": "Mar19",
"minimum_price": 122,
"name": "Contrat Euronext",
"price": 133,
"product_name": "BLE 1",
"quality_bonus": 0,
"samples": [],
"settlement_price": 191.75,
"special_bonus": null,
"strike": 176,
"surface": 0,
"termination_date": "2018-08-31",
"total_amount": 3,
"type": "AE1",
"variety": "BT",
"variety_name": "BLE TENDRE",
"variety_standard_deviation": 0,
"warranty_cost": 11,
"yield": 0
},
{
"amount_to_deliver": 3,
"amount_to_deposit": null,
"closing_date": null,
"commencement_date": "2018-07-01",
"commodity": null,
"commodity_id": null,
"contracts": [],
"crm_id": "285560-000",
"date": "2019-02-06",
"delivered_amount": 0,
"deposited_amount": 0,
"fiscal_year": 2018,
"gain": 0,
"id": "238528",
"is_closed": false,
"itk_feedback": null,
"maturity": null,
"maturity_id": null,
"name": "Contrat de déstockage",
"price": 135,
"product_name": "BLE 1",
"quality_bonus": 0,
"samples": [],
"settlement_price": null,
"special_bonus": null,
"strike": 0,
"surface": 0,
"termination_date": "2018-08-31",
"total_amount": 3,
"type": "MED",
"variety": "BT",
"variety_name": "BLE TENDRE",
"variety_standard_deviation": 0,
"yield": 0
},
{
"amount_to_deliver": 13,
"amount_to_deposit": null,
"closing_date": null,
"commencement_date": "2018-07-01",
"commodity": null,
"commodity_id": null,
"contracts": [],
"crm_id": "285558-000",
"date": "2019-02-06",
"delivered_amount": 0,
"deposited_amount": 0,
"fiscal_year": 2018,
"gain": 0,
"id": "238527",
"is_closed": false,
"itk_feedback": null,
"maturity": null,
"maturity_id": null,
"name": "Contrat Prix Ferme",
"price": 136,
"product_name": "BLE 1",
"quality_bonus": 0,
"samples": [],
"settlement_price": null,
"special_bonus": null,
"strike": 0,
"surface": 0,
"termination_date": "2018-08-31",
"total_amount": 13,
"type": "APF",
"variety": "BT",
"variety_name": "BLE TENDRE",
"variety_standard_deviation": 0,
"yield": 0
},
{
"amount_to_deliver": 12,
"amount_to_deposit": null,
"closing_date": null,
"commencement_date": "2018-07-01",
"commodity": null,
"commodity_id": null,
"contracts": [],
"crm_id": "285557-000",
"date": "2019-02-06",
"delivered_amount": 0,
"deposited_amount": 0,
"fiscal_year": 2018,
"gain": 0,
"id": "238526",
"is_closed": false,
"itk_feedback": null,
"maturity": null,
"maturity_id": null,
"name": "Contrat Prix Ferme",
"price": 135,
"product_name": "BLE 1",
"quality_bonus": 0,
"samples": [],
"settlement_price": null,
"special_bonus": null,
"strike": 0,
"surface": 0,
"termination_date": "2018-08-31",
"total_amount": 12,
"type": "APF",
"variety": "BT",
"variety_name": "BLE TENDRE",
"variety_standard_deviation": 0,
"yield": 0
},
{
"amount_to_deliver": 10,
"amount_to_deposit": null,
"closing_date": "2019-02-26",
"commencement_date": "2018-07-01",
"commodity": "BL2",
"commodity_id": "WHEAT",
"contracts": [],
"crm_id": "285556-000",
"date": "2019-02-06",
"delivered_amount": 0,
"deposited_amount": 0,
"fiscal_year": 2018,
"gain": 0,
"id": "238525",
"is_closed": false,
"itk_feedback": null,
"maturity": "MAR-19",
"maturity_id": "Mar19",
"minimum_price": 134,
"name": "Contrat Euronext",
"price": 145,
"product_name": "BLE 1",
"quality_bonus": 0,
"samples": [],
"settlement_price": 191.75,
"special_bonus": null,
"strike": 176,
"surface": 0,
"termination_date": "2018-08-31",
"total_amount": 10,
"type": "AE1",
"variety": "BT",
"variety_name": "BLE TENDRE",
"variety_standard_deviation": 0,
"warranty_cost": 11,
"yield": 0
},
{
"amount_to_deliver": 5,
"amount_to_deposit": null,
"closing_date": null,
"commencement_date": "2018-07-01",
"commodity": null,
"commodity_id": null,
"contracts": [],
"crm_id": "285559-000",
"date": "2019-02-06",
"delivered_amount": 0,
"deposited_amount": 0,
"fiscal_year": 2018,
"gain": 0,
"id": "238524",
"is_closed": false,
"itk_feedback": null,
"maturity": null,
"maturity_id": null,
"name": "Contrat reprise céréales aliments",
"price": 0,
"product_name": "BLE 1",
"quality_bonus": 0,
"samples": [],
"settlement_price": null,
"special_bonus": null,
"strike": 0,
"surface": 0,
"termination_date": "2018-08-31",
"total_amount": 5,
"type": "RCA",
"variety": "BT",
"variety_name": "BLE TENDRE",
"variety_standard_deviation": 0,
"yield": 0
},
{
"amount_to_deliver": 25,
"amount_to_deposit": null,
"closing_date": null,
"commencement_date": "2018-07-01",
"commodity": null,
"commodity_id": null,
"contracts": [],
"crm_id": "285555-000",
"date": "2019-02-06",
"delivered_amount": 0,
"deposited_amount": 0,
"fiscal_year": 2018,
"gain": 0,
"id": "238523",
"is_closed": false,
"itk_feedback": null,
"maturity": null,
"maturity_id": null,
"name": "Contrat Semence Optimum",
"price": 0,
"product_name": "BLE ABSALON G4 STA",
"quality_bonus": 0,
"samples": [],
"settlement_price": null,
"special_bonus": null,
"strike": 0,
"surface": 0,
"termination_date": "2018-08-31",
"total_amount": 25,
"type": "B03",
"variety": "BT",
"variety_name": "BLE TENDRE",
"variety_standard_deviation": 0,
"yield": 0
},
{
"amount_to_deliver": 0.5,
"amount_to_deposit": null,
"closing_date": null,
"commencement_date": "2018-07-01",
"commodity": "BL2",
"commodity_id": "WHEAT",
"contracts": [],
"crm_id": "285552-000",
"date": "2019-02-06",
"delivered_amount": 0,
"deposited_amount": 0,
"fiscal_year": 2018,
"gain": 0,
"id": "238520",
"is_closed": false,
"itk_feedback": null,
"maturity": null,
"maturity_id": null,
"name": "Contrat Prix Ferme",
"price": 166.62,
"product_name": "BLE 1",
"quality_bonus": 0,
"samples": [],
"settlement_price": null,
"special_bonus": null,
"strike": 0,
"surface": 0,
"termination_date": "2018-08-31",
"total_amount": 0.5,
"type": "APF",
"variety": "BT",
"variety_name": "BLE TENDRE",
"variety_standard_deviation": 0,
"yield": 0
},
{
"amount_to_deliver": 2,
"amount_to_deposit": null,
"closing_date": null,
"commencement_date": "2018-07-01",
"commodity": "BL2",
"commodity_id": "WHEAT",
"contracts": [],
"crm_id": "285546-000",
"date": "2019-02-06",
"delivered_amount": 0,
"deposited_amount": 0,
"fiscal_year": 2018,
"gain": 0,
"id": "238514",
"is_closed": false,
"itk_feedback": null,
"maturity": null,
"maturity_id": null,
"name": "Contrat Prix Ferme",
"price": 165.4,
"product_name": "BLE 1",
"quality_bonus": 0,
"samples": [],
"settlement_price": null,
"special_bonus": null,
"strike": 0,
"surface": 0,
"termination_date": "2018-08-31",
"total_amount": 2,
"type": "APF",
"variety": "BT",
"variety_name": "BLE TENDRE",
"variety_standard_deviation": 0,
"yield": 0
},
{
"amount_to_deliver": 0.2,
"amount_to_deposit": null,
"closing_date": null,
"commencement_date": "2018-07-01",
"commodity": "BL2",
"commodity_id": "WHEAT",
"contracts": [],
"crm_id": "285542-000",
"date": "2019-02-06",
"delivered_amount": 0,
"deposited_amount": 0,
"fiscal_year": 2018,
"gain": 0,
"id": "238510",
"is_closed": false,
"itk_feedback": null,
"maturity": null,
"maturity_id": null,
"name": "Contrat Prix Ferme",
"price": 165.4,
"product_name": "BLE 1",
"quality_bonus": 0,
"samples": [],
"settlement_price": null,
"special_bonus": null,
"strike": 0,
"surface": 0,
"termination_date": "2018-08-31",
"total_amount": 0.2,
"type": "APF",
"variety": "BT",
"variety_name": "BLE TENDRE",
"variety_standard_deviation": 0,
"yield": 0
},
{
"amount_to_deliver": 2,
"amount_to_deposit": null,
"closing_date": null,
"commencement_date": "2018-07-01",
"commodity": null,
"commodity_id": null,
"contracts": [],
"crm_id": "223747-000",
"date": "2018-09-05",
"delivered_amount": 0,
"deposited_amount": 0,
"fiscal_year": 2018,
"gain": 0,
"id": "238430",
"is_closed": false,
"itk_feedback": null,
"maturity": null,
"maturity_id": null,
"name": "Contrat prix moyen de campagne",
"price": 0,
"product_name": "BLE 1",
"quality_bonus": 0,
"samples": [],
"settlement_price": null,
"special_bonus": null,
"strike": 0,
"surface": 0,
"termination_date": "2018-08-31",
"total_amount": 2,
"type": "B01",
"variety": "BT",
"variety_name": "BLE TENDRE",
"variety_standard_deviation": 0,
"yield": 0
},
{
"amount_to_deliver": 1,
"amount_to_deposit": null,
"closing_date": null,
"commencement_date": "2018-07-01",
"commodity": null,
"commodity_id": null,
"contracts": [],
"crm_id": "223746-000",
"date": "2018-09-05",
"delivered_amount": 0,
"deposited_amount": 0,
"fiscal_year": 2018,
"gain": 0,
"id": "238429",
"is_closed": false,
"itk_feedback": null,
"maturity": null,
"maturity_id": null,
"name": "Contrat Prix Ferme",
"price": 150,
"product_name": "BLE 1",
"quality_bonus": 0,
"samples": [],
"settlement_price": null,
"special_bonus": null,
"strike": 0,
"surface": 0,
"termination_date": "2018-08-31",
"total_amount": 1,
"type": "APF",
"variety": "BT",
"variety_name": "BLE TENDRE",
"variety_standard_deviation": 0,
"yield": 0
},
{
"amount_to_deliver": 0,
"amount_to_deposit": null,
"closing_date": "2019-02-26",
"commencement_date": "2018-12-29",
"commodity": "BL2",
"commodity_id": "WHEAT",
"contracts": [],
"crm_id": "223708-000",
"date": "2018-06-04",
"delivered_amount": 10,
"deliveries": [
{
"base_price": 0,
"characteristics": [
{
"code": "01",
"label": "Humidité",
"rebill": 0,
"value": 11
},
{
"code": "02",
"label": "Impuretés",
"rebill": 0,
"value": 0.1
},
{
"code": "03",
"label": "Poids Spécifique",
"rebill": 0,
"value": 78
},
{
"code": "05",
"label": "Protéine",
"rebill": 0,
"value": 11.5
}
],
"date": "2018-11-05",
"delivery_number": "33205-1",
"net_amount": 10,
"net_price": 0,
"normed_amount": 10,
"place_id": "0003",
"product_code": "000005",
"product_name": "BLE 1",
"settled_amount": 0,
"site_label": "GARE NOGENT S SEINE",
"stock_type": 0
}
],
"deposited_amount": 0,
"fiscal_year": 2018,
"gain": 0,
"id": "238388",
"is_closed": false,
"itk_feedback": null,
"maturity": "MAR-19",
"maturity_id": "Mar19",
"minimum_price": 145,
"name": "Contrat Euronext",
"price": 156,
"product_name": "BLE 1",
"quality_bonus": 0,
"samples": [],
"settlement_price": 191.75,
"special_bonus": null,
"strike": 176,
"surface": 0,
"termination_date": "2018-12-30",
"total_amount": 20,
"type": "AE1",
"variety": "BT",
"variety_name": "BLE TENDRE",
"variety_standard_deviation": 0,
"warranty_cost": 11,
"yield": 0
},
{
"amount_to_deliver": 0,
"amount_to_deposit": null,
"closing_date": null,
"commencement_date": "2018-07-01",
"commodity": null,
"commodity_id": null,
"contracts": [],
"crm_id": "199875-000",
"date": "2017-11-27",
"delivered_amount": 80.008,
"deliveries": [
{
"base_price": 0,
"characteristics": [
{
"code": "01",
"label": "Humidité",
"rebill": 0,
"value": 11
},
{
"code": "02",
"label": "Impuretés",
"rebill": 0,
"value": 0.1
},
{
"code": "03",
"label": "Poids Spécifique",
"rebill": 0,
"value": 78
},
{
"code": "05",
"label": "Protéine",
"rebill": 0,
"value": 13
}
],
"date": "2018-07-16",
"delivery_number": "8665-1",
"net_amount": 13,
"net_price": 0,
"normed_amount": 12.935,
"place_id": "0009",
"product_code": "000038",
"product_name": "BLE BPMF MEUNERIE",
"settled_amount": 0,
"site_label": "ANGLURE",
"stock_type": 0
},
{
"base_price": 0,
"characteristics": [
{
"code": "01",
"label": "Humidité",
"rebill": 0,
"value": 11
},
{
"code": "02",
"label": "Impuretés",
"rebill": 0,
"value": 0.3
},
{
"code": "03",
"label": "Poids Spécifique",
"rebill": 0,
"value": 82
},
{
"code": "05",
"label": "Protéine",
"rebill": 0,
"value": 13.5
}
],
"date": "2018-07-16",
"delivery_number": "8666-1",
"net_amount": 10.25,
"net_price": 0,
"normed_amount": 10.199,
"place_id": "0009",
"product_code": "000038",
"product_name": "BLE BPMF MEUNERIE",
"settled_amount": 0,
"site_label": "ANGLURE",
"stock_type": 0
},
{
"base_price": 0,
"characteristics": [
{
"code": "01",
"label": "Humidité",
"rebill": 0,
"value": 12.5
},
{
"code": "02",
"label": "Impuretés",
"rebill": 0,
"value": 1.1
},
{
"code": "03",
"label": "Poids Spécifique",
"rebill": 0,
"value": 75
},
{
"code": "05",
"label": "Protéine",
"rebill": 0,
"value": 11.2
}
],
"date": "2018-07-06",
"delivery_number": "9493-1",
"invoices": [
{
"amount": 12.007,
"characteristics": [],
"lines": [
{
"code": "COM",
"invoice_date": "2018-10-22",
"invoice_number": "16249905",
"label": "Complément Prix",
"net_price": 16
}
],
"prices": [
{
"code": "XFAC01",
"label": "Prix de base",
"value": 16
},
{
"code": "XFAC08",
"label": "Prix Net",
"value": 16
}
],
"product_label": "BLE BPMF MEUNERIE"
}
],
"net_amount": 12.14,
"net_price": 0,
"normed_amount": 12.007,
"place_id": "0009",
"product_code": "000038",
"product_name": "BLE BPMF MEUNERIE",
"settled_amount": 0,
"site_label": "ANGLURE",
"stock_type": 0
},
{
"base_price": 0,
"characteristics": [
{
"code": "01",
"label": "Humidité",
"rebill": 0,
"value": 12.2
},
{
"code": "02",
"label": "Impuretés",
"rebill": 0,
"value": 1.1
},
{
"code": "03",
"label": "Poids Spécifique",
"rebill": 0,
"value": 75.1
},
{
"code": "05",
"label": "Protéine",
"rebill": 0,
"value": 11.7
}
],
"date": "2018-07-06",
"delivery_number": "9495-1",
"invoices": [
{
"amount": 5.539,
"characteristics": [],
"lines": [
{
"code": "COM",
"invoice_date": "2018-10-22",
"invoice_number": "16249905",
"label": "Complément Prix",
"net_price": 16
}
],
"prices": [
{
"code": "XFAC01",
"label": "Prix de base",
"value": 16
},
{
"code": "XFAC08",
"label": "Prix Net",
"value": 16
}
],
"product_label": "BLE BPMF MEUNERIE"
}
],
"net_amount": 5.6,
"net_price": 0,
"normed_amount": 5.539,
"place_id": "0009",
"product_code": "000038",
"product_name": "BLE BPMF MEUNERIE",
"settled_amount": 0,
"site_label": "ANGLURE",
"stock_type": 0
},
{
"base_price": 0,
"characteristics": [
{
"code": "01",
"label": "Humidité",
"rebill": 0,
"value": 12.3
},
{
"code": "02",
"label": "Impuretés",
"rebill": 0,
"value": 1.1
},
{
"code": "03",
"label": "Poids Spécifique",
"rebill": 0,
"value": 77.2
},
{
"code": "05",
"label": "Protéine",
"rebill": 0,
"value": 11.9
}
],
"date": "2018-07-07",
"delivery_number": "9507-1",
"invoices": [
{
"amount": 12.304,
"characteristics": [],
"lines": [
{
"code": "COM",
"invoice_date": "2018-10-22",
"invoice_number": "16249905",
"label": "Complément Prix",
"net_price": 16
}
],
"prices": [
{
"code": "XFAC01",
"label": "Prix de base",
"value": 16
},
{
"code": "XFAC08",
"label": "Prix Net",
"value": 16
}
],
"product_label": "BLE BPMF MEUNERIE"
}
],
"net_amount": 12.44,
"net_price": 0,
"normed_amount": 12.304,
"place_id": "0009",
"product_code": "000038",
"product_name": "BLE BPMF MEUNERIE",
"settled_amount": 0,
"site_label": "ANGLURE",
"stock_type": 0
},
{
"base_price": 0,
"characteristics": [
{
"code": "01",
"label": "Humidité",
"rebill": 0,
"value": 12.3
},
{
"code": "02",
"label": "Impuretés",
"rebill": 0,
"value": 0.8
},
{
"code": "03",
"label": "Poids Spécifique",
"rebill": 0,
"value": 76.3
},
{
"code": "05",
"label": "Protéine",
"rebill": 0,
"value": 11.4
}
],
"date": "2018-07-07",
"delivery_number": "9510-1",
"invoices": [
{
"amount": 5.158,
"characteristics": [],
"lines": [
{
"code": "COM",
"invoice_date": "2018-10-22",
"invoice_number": "16249905",
"label": "Complément Prix",
"net_price": 16
}
],
"prices": [
{
"code": "XFAC01",
"label": "Prix de base",
"value": 16
},
{
"code": "XFAC08",
"label": "Prix Net",
"value": 16
}
],
"product_label": "BLE BPMF MEUNERIE"
}
],
"net_amount": 5.2,
"net_price": 0,
"normed_amount": 5.158,
"place_id": "0009",
"product_code": "000038",
"product_name": "BLE BPMF MEUNERIE",
"settled_amount": 0,
"site_label": "ANGLURE",
"stock_type": 0
},
{
"base_price": 0,
"characteristics": [
{
"code": "01",
"label": "Humidité",
"rebill": 0,
"value": 11
},
{
"code": "02",
"label": "Impuretés",
"rebill": 0,
"value": 0.1
},
{
"code": "03",
"label": "Poids Spécifique",
"rebill": 0,
"value": 78
},
{
"code": "05",
"label": "Protéine",
"rebill": 0,
"value": 12
}
],
"date": "2018-11-13",
"delivery_number": "110919-1",
"net_amount": 21.866,
"net_price": 0,
"normed_amount": 21.866,
"place_id": "0001",
"product_code": "000038",
"product_name": "BLE BPMF MEUNERIE",
"settled_amount": 0,
"site_label": "SARRAIL NOGENT S SEINE",
"stock_type": 0
}
],
"deposited_amount": 0,
"fiscal_year": 2018,
"gain": 0,
"id": "214562",
"is_closed": false,
"itk_feedback": null,
"maturity": null,
"maturity_id": null,
"name": "Contrat Optimum Sécurisé",
"price": 0,
"product_name": "BLE BPMF MEUNERIE",
"quality_bonus": 0,
"samples": [
{
"cell_varieties": [
{
"cell": "TAS 5",
"variety": "CROUSTY"
}
],
"characteristics": [
{
"code": "01",
"label": "Humidité",
"value": 11
},
{
"code": "02",
"label": "Impuretés",
"value": 0.2
},
{
"code": "03",
"label": "Poids Spécifique",
"value": 80
},
{
"code": "05",
"label": "Protéine",
"value": 13.5
},
{
"code": "15",
"label": "Hagberg",
"value": 330
}
],
"date": "2018-07-16",
"number": "535090361580926",
"quantity": 0
}
],
"settlement_price": null,
"special_bonus": null,
"strike": 0,
"surface": 0,
"termination_date": "2018-08-31",
"total_amount": 45,
"type": "APO",
"variety": "BT",
"variety_name": "BLE TENDRE",
"variety_standard_deviation": 0,
"yield": 0
},
{
"amount_to_deliver": 0,
"amount_to_deposit": null,
"closing_date": null,
"commencement_date": null,
"commodity": null,
"commodity_id": null,
"contracts": [],
"crm_id": "HC-001003-0",
"date": null,
"delivered_amount": 3.8,
"deliveries": [
{
"base_price": 0,
"characteristics": [
{
"code": "01",
"label": "Humidité",
"rebill": 0,
"value": 10
},
{
"code": "02",
"label": "Impuretés",
"rebill": 0,
"value": 0.3
},
{
"code": "03",
"label": "Poids Spécifique",
"rebill": 0,
"value": 82
},
{
"code": "05",
"label": "Protéine",
"rebill": 0,
"value": 14
},
{
"code": "12",
"label": "Cassés",
"rebill": 0,
"value": 0
},
{
"code": "15",
"label": "Hagberg",
"rebill": 0,
"value": 230
}
],
"date": "2018-07-16",
"delivery_number": "8277-2",
"net_amount": 3.819,
"net_price": 0,
"normed_amount": 3.8,
"place_id": "0008",
"product_code": "001003",
"product_name": "BLE MMS 2018",
"settled_amount": 0,
"site_label": "PONT S SEINE",
"stock_type": 0
}
],
"deposited_amount": 0,
"fiscal_year": 2018,
"gain": 0,
"id": "0",
"is_closed": false,
"itk_feedback": null,
"maturity": null,
"maturity_id": null,
"name": "Hors Contrat",
"price": 0,
"product_name": "BLE MMS 2018",
"quality_bonus": 0,
"samples": [],
"settlement_price": null,
"special_bonus": null,
"strike": 0,
"surface": 0,
"termination_date": null,
"total_amount": 0,
"type": "HC",
"variety": "BT",
"variety_name": "BLE TENDRE",
"variety_standard_deviation": 0,
"yield": 0
},
{
"amount_to_deliver": 0,
"amount_to_deposit": null,
"closing_date": null,
"commencement_date": null,
"commodity": null,
"commodity_id": null,
"contracts": [],
"crm_id": "EHC-000683-0",
"date": "2018-07-02",
"delivered_amount": 0,
"deposited_amount": 0,
"fiscal_year": 2018,
"gain": 0,
"id": "0",
"is_closed": false,
"itk_feedback": null,
"maturity": null,
"maturity_id": null,
"name": "Echantillon Hors Contrat",
"price": 0,
"product_name": "BLE APACHE BAGUEPI",
"quality_bonus": 0,
"samples": [
{
"cell_varieties": [
{
"cell": "TAS 8",
"variety": "BLE APACHE"
}
],
"characteristics": [
{
"code": "01",
"label": "Humidité",
"value": 11
},
{
"code": "02",
"label": "Impuretés",
"value": 0
},
{
"code": "03",
"label": "Poids Spécifique",
"value": 78
},
{
"code": "05",
"label": "Protéine",
"value": 12.5
}
],
"date": "2018-07-02",
"number": "0",
"quantity": 0
}
],
"settlement_price": null,
"special_bonus": null,
"strike": 0,
"surface": 0,
"termination_date": null,
"total_amount": 0,
"type": "EHC",
"variety": "BT",
"variety_name": "BLE TENDRE",
"variety_standard_deviation": 0,
"yield": 0
},
{
"amount_to_deliver": 0,
"amount_to_deposit": null,
"closing_date": null,
"commencement_date": null,
"commodity": null,
"commodity_id": null,
"contracts": [],
"crm_id": "HC-000038-0",
"date": null,
"delivered_amount": 48.134,
"deliveries": [
{
"base_price": 0,
"characteristics": [
{
"code": "01",
"label": "Humidité",
"rebill": 0,
"value": 11
},
{
"code": "02",
"label": "Impuretés",
"rebill": 0,
"value": 0.1
},
{
"code": "03",
"label": "Poids Spécifique",
"rebill": 0,
"value": 78
},
{
"code": "05",
"label": "Protéine",
"rebill": 0,
"value": 12
}
],
"date": "2018-11-13",
"delivery_number": "110919-2",
"net_amount": 13.134,
"net_price": 0,
"normed_amount": 13.134,
"place_id": "0001",
"product_code": "000038",
"product_name": "BLE BPMF MEUNERIE",
"settled_amount": 0,
"site_label": "SARRAIL NOGENT S SEINE",
"stock_type": 0
},
{
"base_price": 0,
"characteristics": [
{
"code": "01",
"label": "Humidité",
"rebill": 0,
"value": 11
},
{
"code": "02",
"label": "Impuretés",
"rebill": 0,
"value": 0.1
},
{
"code": "03",
"label": "Poids Spécifique",
"rebill": 0,
"value": 78
},
{
"code": "05",
"label": "Protéine",
"rebill": 0,
"value": 12
}
],
"date": "2018-11-13",
"delivery_number": "110920-1",
"net_amount": 35,
"net_price": 0,
"normed_amount": 35,
"place_id": "0001",
"product_code": "000038",
"product_name": "BLE BPMF MEUNERIE",
"settled_amount": 0,
"site_label": "SARRAIL NOGENT S SEINE",
"stock_type": 0
}
],
"deposited_amount": 0,
"fiscal_year": 2018,
"gain": 0,
"id": "0",
"is_closed": false,
"itk_feedback": null,
"maturity": null,
"maturity_id": null,
"name": "Hors Contrat",
"price": 0,
"product_name": "BLE BPMF MEUNERIE",
"quality_bonus": 0,
"samples": [],
"settlement_price": null,
"special_bonus": null,
"strike": 0,
"surface": 0,
"termination_date": null,
"total_amount": 0,
"type": "HC",
"variety": "BT",
"variety_name": "BLE TENDRE",
"variety_standard_deviation": 0,
"yield": 0
},
{
"amount_to_deliver": 0,
"amount_to_deposit": null,
"closing_date": null,
"commencement_date": null,
"commodity": null,
"commodity_id": null,
"contracts": [],
"crm_id": "HC-000021-0",
"date": null,
"delivered_amount": 9.8,
"deliveries": [
{
"base_price": 0,
"characteristics": [
{
"code": "01",
"label": "Humidité",
"rebill": 0,
"value": 11
},
{
"code": "02",
"label": "Impuretés",
"rebill": 0,
"value": 0.1
},
{
"code": "03",
"label": "Poids Spécifique",
"rebill": 0,
"value": 78
},
{
"code": "05",
"label": "Protéine",
"rebill": 0,
"value": 12.5
}
],
"date": "2019-02-12",
"delivery_number": "12387-1",
"net_amount": 9.8,
"net_price": 0,
"normed_amount": 9.8,
"place_id": "0039",
"product_code": "000021",
"product_name": "BLE APACHE",
"settled_amount": 0,
"site_label": "MORMANT",
"stock_type": 0
}
],
"deposited_amount": 0,
"fiscal_year": 2018,
"gain": 0,
"id": "0",
"is_closed": false,
"itk_feedback": null,
"maturity": null,
"maturity_id": null,
"name": "Hors Contrat",
"price": 0,
"product_name": "BLE APACHE",
"quality_bonus": 0,
"samples": [],
"settlement_price": null,
"special_bonus": null,
"strike": 0,
"surface": 0,
"termination_date": null,
"total_amount": 0,
"type": "HC",
"variety": "BT",
"variety_name": "BLE TENDRE",
"variety_standard_deviation": 0,
"yield": 0
},
{
"amount_to_deliver": 0,
"amount_to_deposit": null,
"closing_date": null,
"commencement_date": null,
"commodity": null,
"commodity_id": null,
"contracts": [],
"crm_id": "HC-000005-0",
"date": null,
"delivered_amount": 10.099,
"deliveries": [
{
"base_price": 0,
"characteristics": [
{
"code": "01",
"label": "Humidité",
"rebill": 0,
"value": 9
},
{
"code": "02",
"label": "Impuretés",
"rebill": 0,
"value": 1
},
{
"code": "03",
"label": "Poids Spécifique",
"rebill": 0,
"value": 70
},
{
"code": "05",
"label": "Protéine",
"rebill": 0,
"value": 8
}
],
"date": "2018-12-10",
"delivery_number": "8688-3",
"net_amount": 10.15,
"net_price": 0,
"normed_amount": 10.099,
"place_id": "0009",
"product_code": "000005",
"product_name": "BLE 1",
"settled_amount": 0,
"site_label": "ANGLURE",
"stock_type": 0
}
],
"deposited_amount": 0,
"fiscal_year": 2018,
"gain": 0,
"id": "0",
"is_closed": false,
"itk_feedback": null,
"maturity": null,
"maturity_id": null,
"name": "Hors Contrat",
"price": 0,
"product_name": "BLE 1",
"quality_bonus": 0,
"samples": [],
"settlement_price": null,
"special_bonus": null,
"strike": 0,
"surface": 0,
"termination_date": null,
"total_amount": 0,
"type": "HC",
"variety": "BT",
"variety_name": "BLE TENDRE",
"variety_standard_deviation": 0,
"yield": 0
},
{
"amount_to_deliver": 0,
"amount_to_deposit": null,
"closing_date": null,
"commencement_date": "2019-04-01",
"commodity": "BL2",
"commodity_id": "WHEAT",
"contracts": [],
"crm_id": "100641",
"date": "2019-02-12",
"delivered_amount": 0,
"deposited_amount": 0,
"fiscal_year": 2018,
"gain": 0,
"id": "0",
"is_closed": false,
"itk_feedback": null,
"maturity": null,
"maturity_id": null,
"name": "Offre prix ferme",
"price": 170.95,
"product_name": "BLE 1",
"quality_bonus": null,
"samples": [],
"settlement_price": null,
"special_bonus": null,
"strike": 0,
"surface": null,
"termination_date": "2019-05-31",
"total_amount": 15,
"type": "APF",
"variety": "BT",
"variety_name": "Blé tendre",
"variety_standard_deviation": null,
"yield": null
}
]
}
The input JSON schema is not a valid JSON text (RFC 7159).
{
"weather_forecast": {
"city": "PARIS",
"city_code": "CY_FR_75056",
"daily_reports": [
{
"max_humidity": 78.76,
"max_temperature": 9.6,
"min_humidity": 64.54,
"min_temperature": 8.24,
"pluviometry_cumul": 3.51,
"snow": 0,
"time": "2019-03-04T11:00:00+00:00",
"weather": 14,
"weather_reports": [
{
"humidity": 74.77,
"night": 0,
"pluviometry": 1.51,
"pluviometry1h": 0.47,
"pluviometry_cumul": 1.51,
"recommended_spray": 3,
"risk_of_rain": 100,
"snow": 0,
"temperature": 8.55,
"time": "2019-03-04T11:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "wsWest",
"wind_gusts": 63.85,
"wind_speed": 31.18
},
{
"humidity": 73.54,
"night": 0,
"pluviometry": 1.28,
"pluviometry1h": 0.26,
"pluviometry_cumul": 1.28,
"recommended_spray": 3,
"risk_of_rain": 85.71,
"snow": 0,
"temperature": 8.24,
"time": "2019-03-04T12:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "west",
"wind_gusts": 66.16,
"wind_speed": 31.94
},
{
"humidity": 65.24,
"night": 0,
"pluviometry": 1.51,
"pluviometry1h": 0.78,
"pluviometry_cumul": 1.51,
"recommended_spray": 3,
"risk_of_rain": 28.57,
"snow": 0,
"temperature": 9.38,
"time": "2019-03-04T13:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 10,
"wind_direction": "west",
"wind_gusts": 57.29,
"wind_speed": 27.05
},
{
"humidity": 67.76,
"night": 0,
"pluviometry": 1.22,
"pluviometry1h": 0.24,
"pluviometry_cumul": 1.22,
"recommended_spray": 3,
"risk_of_rain": 42.86,
"snow": 0,
"temperature": 9.09,
"time": "2019-03-04T14:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "west",
"wind_gusts": 56.28,
"wind_speed": 24.77
},
{
"humidity": 71.69,
"night": 0,
"pluviometry": 1.06,
"pluviometry1h": 0.49,
"pluviometry_cumul": 1.06,
"recommended_spray": 3,
"risk_of_rain": 57.14,
"snow": 0,
"temperature": 8.93,
"time": "2019-03-04T15:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "wsWest",
"wind_gusts": 52.42,
"wind_speed": 24.79
},
{
"humidity": 69.01,
"night": 0,
"pluviometry": 0.64,
"pluviometry1h": 0.49,
"pluviometry_cumul": 0.64,
"recommended_spray": 3,
"risk_of_rain": 57.14,
"snow": 0,
"temperature": 8.8,
"time": "2019-03-04T16:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 14,
"wind_direction": "wsWest",
"wind_gusts": 52.37,
"wind_speed": 22.84
},
{
"humidity": 66.09,
"night": 0,
"pluviometry": 0.19,
"pluviometry1h": 0.08,
"pluviometry_cumul": 0.19,
"recommended_spray": 3,
"risk_of_rain": 14.29,
"snow": 0,
"temperature": 8.74,
"time": "2019-03-04T17:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 2,
"wind_direction": "wsWest",
"wind_gusts": 43.9,
"wind_speed": 21.32
},
{
"humidity": 65.41,
"night": 1,
"pluviometry": 0.15,
"pluviometry1h": 0.07,
"pluviometry_cumul": 0.15,
"recommended_spray": 3,
"risk_of_rain": 14.29,
"snow": 0,
"temperature": 8.23,
"time": "2019-03-04T18:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 4,
"wind_direction": "wsWest",
"wind_gusts": 42.51,
"wind_speed": 20.49
},
{
"humidity": 66.3,
"night": 1,
"pluviometry": 0.12,
"pluviometry1h": 0.04,
"pluviometry_cumul": 0.12,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 7.71,
"time": "2019-03-04T19: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": 42.19,
"wind_speed": 18.96
},
{
"humidity": 72.44,
"night": 1,
"pluviometry": 0.08,
"pluviometry1h": 0.04,
"pluviometry_cumul": 0.08,
"recommended_spray": 2,
"risk_of_rain": 14.29,
"snow": 0,
"temperature": 6.93,
"time": "2019-03-04T20: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": "sWest",
"wind_gusts": 51.38,
"wind_speed": 19.25
},
{
"humidity": 70.81,
"night": 1,
"pluviometry": 0.04,
"pluviometry1h": 0.04,
"pluviometry_cumul": 0.04,
"recommended_spray": 3,
"risk_of_rain": 14.29,
"snow": 0,
"temperature": 6.87,
"time": "2019-03-04T21:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 4,
"wind_direction": "sWest",
"wind_gusts": 42.65,
"wind_speed": 19.7
},
{
"humidity": 76.01,
"night": 1,
"pluviometry": 0,
"pluviometry1h": 0,
"pluviometry_cumul": 0,
"recommended_spray": 2,
"risk_of_rain": 14.29,
"snow": 0,
"temperature": 6.46,
"time": "2019-03-04T22: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": "sWest",
"wind_gusts": 41.49,
"wind_speed": 18.76
},
{
"humidity": 75.08,
"night": 1,
"pluviometry": 0,
"pluviometry1h": 0,
"pluviometry_cumul": 0,
"recommended_spray": 2,
"risk_of_rain": 14.29,
"snow": 0,
"temperature": 6.34,
"time": "2019-03-04T23: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": "wsWest",
"wind_gusts": 37.04,
"wind_speed": 19.01
},
{
"humidity": 76.01,
"night": 1,
"pluviometry": 0,
"pluviometry1h": 0,
"pluviometry_cumul": 0,
"recommended_spray": 2,
"risk_of_rain": 14.29,
"snow": 0,
"temperature": 6.13,
"time": "2019-03-05T00: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": "sWest",
"wind_gusts": 37.23,
"wind_speed": 18.95
},
{
"humidity": 77.81,
"night": 1,
"pluviometry": 0,
"pluviometry1h": 0,
"pluviometry_cumul": 0,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 5.89,
"time": "2019-03-05T01: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": "sWest",
"wind_gusts": 36.06,
"wind_speed": 18.57
},
{
"humidity": 78.4,
"night": 1,
"pluviometry": 0.01,
"pluviometry1h": 0,
"pluviometry_cumul": 0.01,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 5.82,
"time": "2019-03-05T02:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 1,
"wind_direction": "sWest",
"wind_gusts": 37.14,
"wind_speed": 19.26
},
{
"humidity": 79.36,
"night": 1,
"pluviometry": 0.1,
"pluviometry1h": 0,
"pluviometry_cumul": 0.1,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 5.73,
"time": "2019-03-05T03: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": "sWest",
"wind_gusts": 37.3,
"wind_speed": 18.97
},
{
"humidity": 80.56,
"night": 1,
"pluviometry": 0.17,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.17,
"recommended_spray": 2,
"risk_of_rain": 14.29,
"snow": 0,
"temperature": 5.65,
"time": "2019-03-05T04: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": "sWest",
"wind_gusts": 37.09,
"wind_speed": 18.66
},
{
"humidity": 80.88,
"night": 1,
"pluviometry": 0.2,
"pluviometry1h": 0.09,
"pluviometry_cumul": 0.2,
"recommended_spray": 2,
"risk_of_rain": 14.29,
"snow": 0,
"temperature": 5.82,
"time": "2019-03-05T05: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": "ssWest",
"wind_gusts": 37.24,
"wind_speed": 18.43
},
{
"humidity": 79.98,
"night": 1,
"pluviometry": 0.17,
"pluviometry1h": 0.07,
"pluviometry_cumul": 0.17,
"recommended_spray": 3,
"risk_of_rain": 28.57,
"snow": 0,
"temperature": 6.27,
"time": "2019-03-05T06:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 5,
"wind_direction": "sWest",
"wind_gusts": 40.04,
"wind_speed": 19.64
},
{
"humidity": 81.72,
"night": 0,
"pluviometry": 0.13,
"pluviometry1h": 0.04,
"pluviometry_cumul": 0.13,
"recommended_spray": 3,
"risk_of_rain": 83.33,
"snow": 0,
"temperature": 6.83,
"time": "2019-03-05T07:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 10,
"wind_direction": "sWest",
"wind_gusts": 44.55,
"wind_speed": 20.74
},
{
"humidity": 80.94,
"night": 0,
"pluviometry": 0.14,
"pluviometry1h": 0.06,
"pluviometry_cumul": 0.14,
"recommended_spray": 3,
"risk_of_rain": 83.33,
"snow": 0,
"temperature": 7.39,
"time": "2019-03-05T08:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "sWest",
"wind_gusts": 42.13,
"wind_speed": 22.28
},
{
"humidity": 80.56,
"night": 0,
"pluviometry": 0.18,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.18,
"recommended_spray": 3,
"risk_of_rain": 83.33,
"snow": 0,
"temperature": 8.05,
"time": "2019-03-05T09:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "sWest",
"wind_gusts": 40.95,
"wind_speed": 21.89
},
{
"humidity": 78.32,
"night": 0,
"pluviometry": 0.27,
"pluviometry1h": 0.05,
"pluviometry_cumul": 0.27,
"recommended_spray": 3,
"risk_of_rain": 66.67,
"snow": 0,
"temperature": 8.88,
"time": "2019-03-05T10:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 10,
"wind_direction": "sWest",
"wind_gusts": 44.73,
"wind_speed": 21.24
}
],
"wind_direction": "sWest",
"wind_gusts": 77.9,
"wind_speed": 27.262400000000007
},
{
"max_humidity": 82.84,
"max_temperature": 11.96,
"min_humidity": 69.45,
"min_temperature": 5.65,
"pluviometry_cumul": 1.25,
"snow": 0,
"time": "2019-03-04T23:00:00+00:00",
"weather": 14,
"weather_reports": [
{
"humidity": 75.08,
"night": 1,
"pluviometry": 0,
"pluviometry1h": 0,
"pluviometry_cumul": 0,
"recommended_spray": 2,
"risk_of_rain": 14.29,
"snow": 0,
"temperature": 6.34,
"time": "2019-03-04T23: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": "wsWest",
"wind_gusts": 37.04,
"wind_speed": 19.01
},
{
"humidity": 78.4,
"night": 1,
"pluviometry": 0.01,
"pluviometry1h": 0,
"pluviometry_cumul": 0.01,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 5.82,
"time": "2019-03-05T02: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": "sWest",
"wind_gusts": 37.14,
"wind_speed": 19.26
},
{
"humidity": 80.88,
"night": 1,
"pluviometry": 0.2,
"pluviometry1h": 0.09,
"pluviometry_cumul": 0.2,
"recommended_spray": 2,
"risk_of_rain": 14.29,
"snow": 0,
"temperature": 5.82,
"time": "2019-03-05T05: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": "ssWest",
"wind_gusts": 37.24,
"wind_speed": 18.43
},
{
"humidity": 80.94,
"night": 0,
"pluviometry": 0.14,
"pluviometry1h": 0.06,
"pluviometry_cumul": 0.14,
"recommended_spray": 3,
"risk_of_rain": 83.33,
"snow": 0,
"temperature": 7.39,
"time": "2019-03-05T08:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "sWest",
"wind_gusts": 42.13,
"wind_speed": 22.28
},
{
"humidity": 77.74,
"night": 0,
"pluviometry": 0.32,
"pluviometry1h": 0.1,
"pluviometry_cumul": 0.32,
"recommended_spray": 3,
"risk_of_rain": 66.67,
"snow": 0,
"temperature": 9.5,
"time": "2019-03-05T11:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 10,
"wind_direction": "sWest",
"wind_gusts": 40.71,
"wind_speed": 20.35
},
{
"humidity": 69.45,
"night": 0,
"pluviometry": 0.21,
"pluviometry1h": 0.09,
"pluviometry_cumul": 0.21,
"recommended_spray": 3,
"risk_of_rain": 66.67,
"snow": 0,
"temperature": 11.72,
"time": "2019-03-05T14:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 10,
"wind_direction": "sWest",
"wind_gusts": 39.99,
"wind_speed": 20.72
},
{
"humidity": 72.75,
"night": 0,
"pluviometry": 0.18,
"pluviometry1h": 0.09,
"pluviometry_cumul": 0.18,
"recommended_spray": 1,
"risk_of_rain": 50,
"snow": 0,
"temperature": 11.4,
"time": "2019-03-05T17:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
}
],
"weather": 5,
"wind_direction": "ssWest",
"wind_gusts": 31.75,
"wind_speed": 15.96
},
{
"humidity": 80.84,
"night": 1,
"pluviometry": 0.04,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.04,
"recommended_spray": 1,
"risk_of_rain": 16.67,
"snow": 0,
"temperature": 9.7,
"time": "2019-03-05T20:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
}
],
"weather": 5,
"wind_direction": "south",
"wind_gusts": 24.38,
"wind_speed": 14.25
}
],
"wind_direction": "sWest",
"wind_gusts": 44.73,
"wind_speed": 18.424400000000002
},
{
"max_humidity": 89.88,
"max_temperature": 11.91,
"min_humidity": 63.87,
"min_temperature": 7.9,
"pluviometry_cumul": 6.06,
"snow": 0,
"time": "2019-03-05T23:00:00+00:00",
"weather": 20,
"weather_reports": [
{
"humidity": 82.84,
"night": 1,
"pluviometry": 0.07,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.07,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 8.62,
"time": "2019-03-05T23: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": 25.2,
"wind_speed": 15.16
},
{
"humidity": 77.04,
"night": 1,
"pluviometry": 0.09,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.09,
"recommended_spray": 2,
"risk_of_rain": 16.67,
"snow": 0,
"temperature": 7.94,
"time": "2019-03-06T02: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": 32.28,
"wind_speed": 17.53
},
{
"humidity": 69.78,
"night": 1,
"pluviometry": 0.14,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.14,
"recommended_spray": 2,
"risk_of_rain": 33.33,
"snow": 0,
"temperature": 8.25,
"time": "2019-03-06T05: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": "south",
"wind_gusts": 34.87,
"wind_speed": 19.09
},
{
"humidity": 65.84,
"night": 0,
"pluviometry": 0.68,
"pluviometry1h": 0.13,
"pluviometry_cumul": 0.68,
"recommended_spray": 3,
"risk_of_rain": 83.33,
"snow": 0,
"temperature": 9.54,
"time": "2019-03-06T08:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "south",
"wind_gusts": 35.36,
"wind_speed": 20
},
{
"humidity": 71.37,
"night": 0,
"pluviometry": 0.68,
"pluviometry1h": 0.26,
"pluviometry_cumul": 0.68,
"recommended_spray": 3,
"risk_of_rain": 100,
"snow": 0,
"temperature": 10.81,
"time": "2019-03-06T11:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "south",
"wind_gusts": 37.24,
"wind_speed": 22.5
},
{
"humidity": 80.26,
"night": 0,
"pluviometry": 0.37,
"pluviometry1h": 0.13,
"pluviometry_cumul": 0.37,
"recommended_spray": 3,
"risk_of_rain": 66.67,
"snow": 0,
"temperature": 11.89,
"time": "2019-03-06T14:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "south",
"wind_gusts": 36.33,
"wind_speed": 20.15
},
{
"humidity": 87.96,
"night": 0,
"pluviometry": 0.68,
"pluviometry1h": 0.22,
"pluviometry_cumul": 0.68,
"recommended_spray": 1,
"risk_of_rain": 83.33,
"snow": 0,
"temperature": 11.91,
"time": "2019-03-06T17:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
}
],
"weather": 15,
"wind_direction": "south",
"wind_gusts": 32.91,
"wind_speed": 16.42
},
{
"humidity": 88.32,
"night": 1,
"pluviometry": 1.36,
"pluviometry1h": 0.46,
"pluviometry_cumul": 1.36,
"recommended_spray": 1,
"risk_of_rain": 66.67,
"snow": 0,
"temperature": 11.64,
"time": "2019-03-06T20:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
}
],
"weather": 15,
"wind_direction": "south",
"wind_gusts": 31.59,
"wind_speed": 19.16
}
],
"wind_direction": "south",
"wind_gusts": 37.36,
"wind_speed": 19.0972
},
{
"max_humidity": 90.67,
"max_temperature": 11.36,
"min_humidity": 57.3,
"min_temperature": 8.45,
"pluviometry_cumul": 3.14,
"snow": 0,
"time": "2019-03-06T23:00:00+00:00",
"weather": 14,
"weather_reports": [
{
"humidity": 89.88,
"night": 1,
"pluviometry": 1.13,
"pluviometry1h": 0.41,
"pluviometry_cumul": 1.13,
"recommended_spray": 3,
"risk_of_rain": 66.67,
"snow": 0,
"temperature": 11.06,
"time": "2019-03-06T23:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "ssWest",
"wind_gusts": 31.09,
"wind_speed": 20.82
},
{
"humidity": 88.18,
"night": 1,
"pluviometry": 1.02,
"pluviometry1h": 0.33,
"pluviometry_cumul": 1.02,
"recommended_spray": 3,
"risk_of_rain": 66.67,
"snow": 0,
"temperature": 10.49,
"time": "2019-03-07T02:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "ssWest",
"wind_gusts": 37.48,
"wind_speed": 21.26
},
{
"humidity": 87.25,
"night": 1,
"pluviometry": 1.06,
"pluviometry1h": 0.44,
"pluviometry_cumul": 1.06,
"recommended_spray": 3,
"risk_of_rain": 50,
"snow": 0,
"temperature": 9.61,
"time": "2019-03-07T05:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "sWest",
"wind_gusts": 48.96,
"wind_speed": 22.14
},
{
"humidity": 80.59,
"night": 0,
"pluviometry": 0.55,
"pluviometry1h": 0.21,
"pluviometry_cumul": 0.55,
"recommended_spray": 3,
"risk_of_rain": 83.33,
"snow": 0,
"temperature": 8.45,
"time": "2019-03-07T08:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 12,
"wind_direction": "wsWest",
"wind_gusts": 51.23,
"wind_speed": 23.69
},
{
"humidity": 62.62,
"night": 0,
"pluviometry": 0.38,
"pluviometry1h": 0.13,
"pluviometry_cumul": 0.38,
"recommended_spray": 3,
"risk_of_rain": 83.33,
"snow": 0,
"temperature": 10.33,
"time": "2019-03-07T11:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 13,
"wind_direction": "wsWest",
"wind_gusts": 57.91,
"wind_speed": 25.1
},
{
"humidity": 58.94,
"night": 0,
"pluviometry": 0.31,
"pluviometry1h": 0.12,
"pluviometry_cumul": 0.31,
"recommended_spray": 3,
"risk_of_rain": 83.33,
"snow": 0,
"temperature": 11.19,
"time": "2019-03-07T14:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 13,
"wind_direction": "wsWest",
"wind_gusts": 58.34,
"wind_speed": 25.26
},
{
"humidity": 66.7,
"night": 0,
"pluviometry": 0.18,
"pluviometry1h": 0.07,
"pluviometry_cumul": 0.18,
"recommended_spray": 3,
"risk_of_rain": 33.33,
"snow": 0,
"temperature": 9.67,
"time": "2019-03-07T17:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 8,
"wind_direction": "wsWest",
"wind_gusts": 54.75,
"wind_speed": 21.37
},
{
"humidity": 73.04,
"night": 1,
"pluviometry": 0.15,
"pluviometry1h": 0.04,
"pluviometry_cumul": 0.15,
"recommended_spray": 2,
"risk_of_rain": 16.67,
"snow": 0,
"temperature": 8.06,
"time": "2019-03-07T20: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": "wsWest",
"wind_gusts": 51.22,
"wind_speed": 19.09
}
],
"wind_direction": "wsWest",
"wind_gusts": 60.33,
"wind_speed": 22.069999999999997
},
{
"max_humidity": 87.6,
"max_temperature": 10.93,
"min_humidity": 44.24,
"min_temperature": 5.07,
"pluviometry_cumul": 0.54,
"snow": 0,
"time": "2019-03-07T23:00:00+00:00",
"weather": 13,
"weather_reports": [
{
"humidity": 76.53,
"night": 1,
"pluviometry": 0.24,
"pluviometry1h": 0.07,
"pluviometry_cumul": 0.24,
"recommended_spray": 2,
"risk_of_rain": 50,
"snow": 0,
"temperature": 7.1,
"time": "2019-03-07T23: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": "wsWest",
"wind_gusts": 45.82,
"wind_speed": 18.21
},
{
"humidity": 81.35,
"night": 1,
"pluviometry": 0.27,
"pluviometry1h": 0.1,
"pluviometry_cumul": 0.27,
"recommended_spray": 2,
"risk_of_rain": 50,
"snow": 0,
"temperature": 6.46,
"time": "2019-03-08T02: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": "wsWest",
"wind_gusts": 40.26,
"wind_speed": 15.23
},
{
"humidity": 87.6,
"night": 1,
"pluviometry": 0.18,
"pluviometry1h": 0.07,
"pluviometry_cumul": 0.18,
"recommended_spray": 2,
"risk_of_rain": 33.33,
"snow": 0,
"temperature": 5.23,
"time": "2019-03-08T05:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 6,
"wind_direction": "west",
"wind_gusts": 28.48,
"wind_speed": 11.9
},
{
"humidity": 77.99,
"night": 0,
"pluviometry": 0.11,
"pluviometry1h": 0.04,
"pluviometry_cumul": 0.11,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 6.44,
"time": "2019-03-08T08: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": "west",
"wind_gusts": 27.36,
"wind_speed": 10.53
},
{
"humidity": 57.87,
"night": 0,
"pluviometry": 0.08,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.08,
"recommended_spray": 2,
"risk_of_rain": 20,
"snow": 0,
"temperature": 9.43,
"time": "2019-03-08T11: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": "west",
"wind_gusts": 33.19,
"wind_speed": 13.26
},
{
"humidity": 44.64,
"night": 0,
"pluviometry": 0.05,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.05,
"recommended_spray": 3,
"risk_of_rain": 50,
"snow": 0,
"temperature": 10.93,
"time": "2019-03-08T14:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "L'hygrométrie est faible ",
"icon": null,
"type": "HY50"
}
],
"weather": 9,
"wind_direction": "west",
"wind_gusts": 29.92,
"wind_speed": 14.05
},
{
"humidity": 51.84,
"night": 0,
"pluviometry": 0.02,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.02,
"recommended_spray": 2,
"risk_of_rain": 25,
"snow": 0,
"temperature": 9.25,
"time": "2019-03-08T17: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": "wsWest",
"wind_gusts": 22.53,
"wind_speed": 8.93
},
{
"humidity": 68.44,
"night": 1,
"pluviometry": 0,
"pluviometry1h": 0,
"pluviometry_cumul": 0,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 6.85,
"time": "2019-03-08T20: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": 21.44,
"wind_speed": 9.05
}
],
"wind_direction": "west",
"wind_gusts": 45.82,
"wind_speed": 12.403200000000002
},
{
"max_humidity": 85.74,
"max_temperature": 11.8,
"min_humidity": 70.26,
"min_temperature": 6.44,
"pluviometry_cumul": 3,
"snow": 0,
"time": "2019-03-08T23:00:00+00:00",
"weather": 14,
"weather_reports": [
{
"humidity": 70.26,
"night": 1,
"pluviometry": 0.02,
"pluviometry1h": 0,
"pluviometry_cumul": 0.02,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 6.64,
"time": "2019-03-08T23: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": "ssWest",
"wind_gusts": 30.28,
"wind_speed": 13.36
},
{
"humidity": 78.53,
"night": 1,
"pluviometry": 0.08,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.08,
"recommended_spray": 2,
"risk_of_rain": 50,
"snow": 0,
"temperature": 6.48,
"time": "2019-03-09T02: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": "ssWest",
"wind_gusts": 31.34,
"wind_speed": 16.41
},
{
"humidity": 83.82,
"night": 1,
"pluviometry": 0.22,
"pluviometry1h": 0.04,
"pluviometry_cumul": 0.22,
"recommended_spray": 2,
"risk_of_rain": 50,
"snow": 0,
"temperature": 6.72,
"time": "2019-03-09T05: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": "ssWest",
"wind_gusts": 25.2,
"wind_speed": 18.91
},
{
"humidity": 82.64,
"night": 0,
"pluviometry": 0.45,
"pluviometry1h": 0.14,
"pluviometry_cumul": 0.45,
"recommended_spray": 3,
"risk_of_rain": 75,
"snow": 0,
"temperature": 8.54,
"time": "2019-03-09T08:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "ssWest",
"wind_gusts": 29.63,
"wind_speed": 23.14
},
{
"humidity": 84.08,
"night": 0,
"pluviometry": 0.54,
"pluviometry1h": 0.17,
"pluviometry_cumul": 0.54,
"recommended_spray": 3,
"risk_of_rain": 75,
"snow": 0,
"temperature": 10.72,
"time": "2019-03-09T11:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "sWest",
"wind_gusts": 36.19,
"wind_speed": 25.43
},
{
"humidity": 85.74,
"night": 0,
"pluviometry": 0.55,
"pluviometry1h": 0.2,
"pluviometry_cumul": 0.55,
"recommended_spray": 3,
"risk_of_rain": 50,
"snow": 0,
"temperature": 11.75,
"time": "2019-03-09T14:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "wsWest",
"wind_gusts": 37.67,
"wind_speed": 24.85
},
{
"humidity": 85.15,
"night": 0,
"pluviometry": 0.32,
"pluviometry1h": 0.15,
"pluviometry_cumul": 0.32,
"recommended_spray": 3,
"risk_of_rain": 75,
"snow": 0,
"temperature": 11.59,
"time": "2019-03-09T17:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "wsWest",
"wind_gusts": 39.09,
"wind_speed": 22.22
},
{
"humidity": 83.23,
"night": 1,
"pluviometry": 0.12,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.12,
"recommended_spray": 3,
"risk_of_rain": 50,
"snow": 0,
"temperature": 10.65,
"time": "2019-03-09T20:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 5,
"wind_direction": "wsWest",
"wind_gusts": 39.28,
"wind_speed": 22.67
}
],
"wind_direction": "ssWest",
"wind_gusts": 42.87,
"wind_speed": 21.4624
},
{
"max_humidity": 80.29,
"max_temperature": 10.85,
"min_humidity": 60.62,
"min_temperature": 6.3,
"pluviometry_cumul": 3.32,
"snow": 0,
"time": "2019-03-09T23:00:00+00:00",
"weather": 14,
"weather_reports": [
{
"humidity": 80.22,
"night": 1,
"pluviometry": 0.32,
"pluviometry1h": 0.08,
"pluviometry_cumul": 0.32,
"recommended_spray": 3,
"risk_of_rain": 25,
"snow": 0,
"temperature": 9.04,
"time": "2019-03-09T23:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 4,
"wind_direction": "west",
"wind_gusts": 42.87,
"wind_speed": 24.17
},
{
"humidity": 79.94,
"night": 1,
"pluviometry": 0.48,
"pluviometry1h": 0.16,
"pluviometry_cumul": 0.48,
"recommended_spray": 3,
"risk_of_rain": 50,
"snow": 0,
"temperature": 7.16,
"time": "2019-03-10T02:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 5,
"wind_direction": "wsWest",
"wind_gusts": 49.81,
"wind_speed": 23.45
},
{
"humidity": 79.71,
"night": 1,
"pluviometry": 0.72,
"pluviometry1h": 0.16,
"pluviometry_cumul": 0.72,
"recommended_spray": 3,
"risk_of_rain": 50,
"snow": 0,
"temperature": 6.3,
"time": "2019-03-10T05:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 10,
"wind_direction": "wsWest",
"wind_gusts": 51.94,
"wind_speed": 21.03
},
{
"humidity": 72.47,
"night": 0,
"pluviometry": 1.07,
"pluviometry1h": 0.4,
"pluviometry_cumul": 1.07,
"recommended_spray": 3,
"risk_of_rain": 50,
"snow": 0,
"temperature": 7.92,
"time": "2019-03-10T08:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "wsWest",
"wind_gusts": 54.45,
"wind_speed": 20.89
},
{
"humidity": 64.06,
"night": 0,
"pluviometry": 0.61,
"pluviometry1h": 0.27,
"pluviometry_cumul": 0.61,
"recommended_spray": 3,
"risk_of_rain": 75,
"snow": 0,
"temperature": 10.38,
"time": "2019-03-10T11:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "wsWest",
"wind_gusts": 42.89,
"wind_speed": 21.48
},
{
"humidity": 60.62,
"night": 0,
"pluviometry": 0.21,
"pluviometry1h": 0.07,
"pluviometry_cumul": 0.21,
"recommended_spray": 3,
"risk_of_rain": 75,
"snow": 0,
"temperature": 10.59,
"time": "2019-03-10T14:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "wsWest",
"wind_gusts": 33.76,
"wind_speed": 21.96
},
{
"humidity": 66.5,
"night": 0,
"pluviometry": 0.18,
"pluviometry1h": 0.07,
"pluviometry_cumul": 0.18,
"recommended_spray": 3,
"risk_of_rain": 50,
"snow": 0,
"temperature": 8.78,
"time": "2019-03-10T17:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 10,
"wind_direction": "wsWest",
"wind_gusts": 26.41,
"wind_speed": 19.58
},
{
"humidity": 71.47,
"night": 1,
"pluviometry": 0.11,
"pluviometry1h": 0.04,
"pluviometry_cumul": 0.11,
"recommended_spray": 2,
"risk_of_rain": 50,
"snow": 0,
"temperature": 7.26,
"time": "2019-03-10T20: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": "wsWest",
"wind_gusts": 32.13,
"wind_speed": 19.34
}
],
"wind_direction": "OSO",
"wind_gusts": 54.45,
"wind_speed": 21.361599999999996
}
],
"timezone": "Europe/Paris"
}
}
The input JSON schema validates the input JSON instance (JSON Schema Draft 4).
{
"weather_forecast": {
"city": "PARIS",
"city_code": "CY_FR_75056",
"daily_reports": [
{
"max_humidity": 78.76,
"max_temperature": 9.6,
"min_humidity": 64.54,
"min_temperature": 8.24,
"pluviometry_cumul": 3.51,
"snow": 0,
"time": "2019-03-04T11:00:00+00:00",
"weather": 14,
"weather_reports": [
{
"humidity": 74.77,
"night": 0,
"pluviometry": 1.51,
"pluviometry1h": 0.47,
"pluviometry_cumul": 1.51,
"recommended_spray": 3,
"risk_of_rain": 100,
"snow": 0,
"temperature": 8.55,
"time": "2019-03-04T11:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "wsWest",
"wind_gusts": 63.85,
"wind_speed": 31.18
},
{
"humidity": 73.54,
"night": 0,
"pluviometry": 1.28,
"pluviometry1h": 0.26,
"pluviometry_cumul": 1.28,
"recommended_spray": 3,
"risk_of_rain": 85.71,
"snow": 0,
"temperature": 8.24,
"time": "2019-03-04T12:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "west",
"wind_gusts": 66.16,
"wind_speed": 31.94
},
{
"humidity": 65.24,
"night": 0,
"pluviometry": 1.51,
"pluviometry1h": 0.78,
"pluviometry_cumul": 1.51,
"recommended_spray": 3,
"risk_of_rain": 28.57,
"snow": 0,
"temperature": 9.38,
"time": "2019-03-04T13:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 10,
"wind_direction": "west",
"wind_gusts": 57.29,
"wind_speed": 27.05
},
{
"humidity": 67.76,
"night": 0,
"pluviometry": 1.22,
"pluviometry1h": 0.24,
"pluviometry_cumul": 1.22,
"recommended_spray": 3,
"risk_of_rain": 42.86,
"snow": 0,
"temperature": 9.09,
"time": "2019-03-04T14:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "west",
"wind_gusts": 56.28,
"wind_speed": 24.77
},
{
"humidity": 71.69,
"night": 0,
"pluviometry": 1.06,
"pluviometry1h": 0.49,
"pluviometry_cumul": 1.06,
"recommended_spray": 3,
"risk_of_rain": 57.14,
"snow": 0,
"temperature": 8.93,
"time": "2019-03-04T15:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "wsWest",
"wind_gusts": 52.42,
"wind_speed": 24.79
},
{
"humidity": 69.01,
"night": 0,
"pluviometry": 0.64,
"pluviometry1h": 0.49,
"pluviometry_cumul": 0.64,
"recommended_spray": 3,
"risk_of_rain": 57.14,
"snow": 0,
"temperature": 8.8,
"time": "2019-03-04T16:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 14,
"wind_direction": "wsWest",
"wind_gusts": 52.37,
"wind_speed": 22.84
},
{
"humidity": 66.09,
"night": 0,
"pluviometry": 0.19,
"pluviometry1h": 0.08,
"pluviometry_cumul": 0.19,
"recommended_spray": 3,
"risk_of_rain": 14.29,
"snow": 0,
"temperature": 8.74,
"time": "2019-03-04T17:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 2,
"wind_direction": "wsWest",
"wind_gusts": 43.9,
"wind_speed": 21.32
},
{
"humidity": 65.41,
"night": 1,
"pluviometry": 0.15,
"pluviometry1h": 0.07,
"pluviometry_cumul": 0.15,
"recommended_spray": 3,
"risk_of_rain": 14.29,
"snow": 0,
"temperature": 8.23,
"time": "2019-03-04T18:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 4,
"wind_direction": "wsWest",
"wind_gusts": 42.51,
"wind_speed": 20.49
},
{
"humidity": 66.3,
"night": 1,
"pluviometry": 0.12,
"pluviometry1h": 0.04,
"pluviometry_cumul": 0.12,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 7.71,
"time": "2019-03-04T19: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": 42.19,
"wind_speed": 18.96
},
{
"humidity": 72.44,
"night": 1,
"pluviometry": 0.08,
"pluviometry1h": 0.04,
"pluviometry_cumul": 0.08,
"recommended_spray": 2,
"risk_of_rain": 14.29,
"snow": 0,
"temperature": 6.93,
"time": "2019-03-04T20: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": "sWest",
"wind_gusts": 51.38,
"wind_speed": 19.25
},
{
"humidity": 70.81,
"night": 1,
"pluviometry": 0.04,
"pluviometry1h": 0.04,
"pluviometry_cumul": 0.04,
"recommended_spray": 3,
"risk_of_rain": 14.29,
"snow": 0,
"temperature": 6.87,
"time": "2019-03-04T21:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 4,
"wind_direction": "sWest",
"wind_gusts": 42.65,
"wind_speed": 19.7
},
{
"humidity": 76.01,
"night": 1,
"pluviometry": 0,
"pluviometry1h": 0,
"pluviometry_cumul": 0,
"recommended_spray": 2,
"risk_of_rain": 14.29,
"snow": 0,
"temperature": 6.46,
"time": "2019-03-04T22: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": "sWest",
"wind_gusts": 41.49,
"wind_speed": 18.76
},
{
"humidity": 75.08,
"night": 1,
"pluviometry": 0,
"pluviometry1h": 0,
"pluviometry_cumul": 0,
"recommended_spray": 2,
"risk_of_rain": 14.29,
"snow": 0,
"temperature": 6.34,
"time": "2019-03-04T23: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": "wsWest",
"wind_gusts": 37.04,
"wind_speed": 19.01
},
{
"humidity": 76.01,
"night": 1,
"pluviometry": 0,
"pluviometry1h": 0,
"pluviometry_cumul": 0,
"recommended_spray": 2,
"risk_of_rain": 14.29,
"snow": 0,
"temperature": 6.13,
"time": "2019-03-05T00: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": "sWest",
"wind_gusts": 37.23,
"wind_speed": 18.95
},
{
"humidity": 77.81,
"night": 1,
"pluviometry": 0,
"pluviometry1h": 0,
"pluviometry_cumul": 0,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 5.89,
"time": "2019-03-05T01: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": "sWest",
"wind_gusts": 36.06,
"wind_speed": 18.57
},
{
"humidity": 78.4,
"night": 1,
"pluviometry": 0.01,
"pluviometry1h": 0,
"pluviometry_cumul": 0.01,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 5.82,
"time": "2019-03-05T02:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 1,
"wind_direction": "sWest",
"wind_gusts": 37.14,
"wind_speed": 19.26
},
{
"humidity": 79.36,
"night": 1,
"pluviometry": 0.1,
"pluviometry1h": 0,
"pluviometry_cumul": 0.1,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 5.73,
"time": "2019-03-05T03: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": "sWest",
"wind_gusts": 37.3,
"wind_speed": 18.97
},
{
"humidity": 80.56,
"night": 1,
"pluviometry": 0.17,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.17,
"recommended_spray": 2,
"risk_of_rain": 14.29,
"snow": 0,
"temperature": 5.65,
"time": "2019-03-05T04: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": "sWest",
"wind_gusts": 37.09,
"wind_speed": 18.66
},
{
"humidity": 80.88,
"night": 1,
"pluviometry": 0.2,
"pluviometry1h": 0.09,
"pluviometry_cumul": 0.2,
"recommended_spray": 2,
"risk_of_rain": 14.29,
"snow": 0,
"temperature": 5.82,
"time": "2019-03-05T05: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": "ssWest",
"wind_gusts": 37.24,
"wind_speed": 18.43
},
{
"humidity": 79.98,
"night": 1,
"pluviometry": 0.17,
"pluviometry1h": 0.07,
"pluviometry_cumul": 0.17,
"recommended_spray": 3,
"risk_of_rain": 28.57,
"snow": 0,
"temperature": 6.27,
"time": "2019-03-05T06:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 5,
"wind_direction": "sWest",
"wind_gusts": 40.04,
"wind_speed": 19.64
},
{
"humidity": 81.72,
"night": 0,
"pluviometry": 0.13,
"pluviometry1h": 0.04,
"pluviometry_cumul": 0.13,
"recommended_spray": 3,
"risk_of_rain": 83.33,
"snow": 0,
"temperature": 6.83,
"time": "2019-03-05T07:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 10,
"wind_direction": "sWest",
"wind_gusts": 44.55,
"wind_speed": 20.74
},
{
"humidity": 80.94,
"night": 0,
"pluviometry": 0.14,
"pluviometry1h": 0.06,
"pluviometry_cumul": 0.14,
"recommended_spray": 3,
"risk_of_rain": 83.33,
"snow": 0,
"temperature": 7.39,
"time": "2019-03-05T08:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "sWest",
"wind_gusts": 42.13,
"wind_speed": 22.28
},
{
"humidity": 80.56,
"night": 0,
"pluviometry": 0.18,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.18,
"recommended_spray": 3,
"risk_of_rain": 83.33,
"snow": 0,
"temperature": 8.05,
"time": "2019-03-05T09:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "sWest",
"wind_gusts": 40.95,
"wind_speed": 21.89
},
{
"humidity": 78.32,
"night": 0,
"pluviometry": 0.27,
"pluviometry1h": 0.05,
"pluviometry_cumul": 0.27,
"recommended_spray": 3,
"risk_of_rain": 66.67,
"snow": 0,
"temperature": 8.88,
"time": "2019-03-05T10:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 10,
"wind_direction": "sWest",
"wind_gusts": 44.73,
"wind_speed": 21.24
}
],
"wind_direction": "sWest",
"wind_gusts": 77.9,
"wind_speed": 27.262400000000007
},
{
"max_humidity": 82.84,
"max_temperature": 11.96,
"min_humidity": 69.45,
"min_temperature": 5.65,
"pluviometry_cumul": 1.25,
"snow": 0,
"time": "2019-03-04T23:00:00+00:00",
"weather": 14,
"weather_reports": [
{
"humidity": 75.08,
"night": 1,
"pluviometry": 0,
"pluviometry1h": 0,
"pluviometry_cumul": 0,
"recommended_spray": 2,
"risk_of_rain": 14.29,
"snow": 0,
"temperature": 6.34,
"time": "2019-03-04T23: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": "wsWest",
"wind_gusts": 37.04,
"wind_speed": 19.01
},
{
"humidity": 78.4,
"night": 1,
"pluviometry": 0.01,
"pluviometry1h": 0,
"pluviometry_cumul": 0.01,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 5.82,
"time": "2019-03-05T02: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": "sWest",
"wind_gusts": 37.14,
"wind_speed": 19.26
},
{
"humidity": 80.88,
"night": 1,
"pluviometry": 0.2,
"pluviometry1h": 0.09,
"pluviometry_cumul": 0.2,
"recommended_spray": 2,
"risk_of_rain": 14.29,
"snow": 0,
"temperature": 5.82,
"time": "2019-03-05T05: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": "ssWest",
"wind_gusts": 37.24,
"wind_speed": 18.43
},
{
"humidity": 80.94,
"night": 0,
"pluviometry": 0.14,
"pluviometry1h": 0.06,
"pluviometry_cumul": 0.14,
"recommended_spray": 3,
"risk_of_rain": 83.33,
"snow": 0,
"temperature": 7.39,
"time": "2019-03-05T08:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "sWest",
"wind_gusts": 42.13,
"wind_speed": 22.28
},
{
"humidity": 77.74,
"night": 0,
"pluviometry": 0.32,
"pluviometry1h": 0.1,
"pluviometry_cumul": 0.32,
"recommended_spray": 3,
"risk_of_rain": 66.67,
"snow": 0,
"temperature": 9.5,
"time": "2019-03-05T11:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 10,
"wind_direction": "sWest",
"wind_gusts": 40.71,
"wind_speed": 20.35
},
{
"humidity": 69.45,
"night": 0,
"pluviometry": 0.21,
"pluviometry1h": 0.09,
"pluviometry_cumul": 0.21,
"recommended_spray": 3,
"risk_of_rain": 66.67,
"snow": 0,
"temperature": 11.72,
"time": "2019-03-05T14:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 10,
"wind_direction": "sWest",
"wind_gusts": 39.99,
"wind_speed": 20.72
},
{
"humidity": 72.75,
"night": 0,
"pluviometry": 0.18,
"pluviometry1h": 0.09,
"pluviometry_cumul": 0.18,
"recommended_spray": 1,
"risk_of_rain": 50,
"snow": 0,
"temperature": 11.4,
"time": "2019-03-05T17:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
}
],
"weather": 5,
"wind_direction": "ssWest",
"wind_gusts": 31.75,
"wind_speed": 15.96
},
{
"humidity": 80.84,
"night": 1,
"pluviometry": 0.04,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.04,
"recommended_spray": 1,
"risk_of_rain": 16.67,
"snow": 0,
"temperature": 9.7,
"time": "2019-03-05T20:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
}
],
"weather": 5,
"wind_direction": "south",
"wind_gusts": 24.38,
"wind_speed": 14.25
}
],
"wind_direction": "sWest",
"wind_gusts": 44.73,
"wind_speed": 18.424400000000002
},
{
"max_humidity": 89.88,
"max_temperature": 11.91,
"min_humidity": 63.87,
"min_temperature": 7.9,
"pluviometry_cumul": 6.06,
"snow": 0,
"time": "2019-03-05T23:00:00+00:00",
"weather": 20,
"weather_reports": [
{
"humidity": 82.84,
"night": 1,
"pluviometry": 0.07,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.07,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 8.62,
"time": "2019-03-05T23: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": 25.2,
"wind_speed": 15.16
},
{
"humidity": 77.04,
"night": 1,
"pluviometry": 0.09,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.09,
"recommended_spray": 2,
"risk_of_rain": 16.67,
"snow": 0,
"temperature": 7.94,
"time": "2019-03-06T02: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": 32.28,
"wind_speed": 17.53
},
{
"humidity": 69.78,
"night": 1,
"pluviometry": 0.14,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.14,
"recommended_spray": 2,
"risk_of_rain": 33.33,
"snow": 0,
"temperature": 8.25,
"time": "2019-03-06T05: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": "south",
"wind_gusts": 34.87,
"wind_speed": 19.09
},
{
"humidity": 65.84,
"night": 0,
"pluviometry": 0.68,
"pluviometry1h": 0.13,
"pluviometry_cumul": 0.68,
"recommended_spray": 3,
"risk_of_rain": 83.33,
"snow": 0,
"temperature": 9.54,
"time": "2019-03-06T08:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "south",
"wind_gusts": 35.36,
"wind_speed": 20
},
{
"humidity": 71.37,
"night": 0,
"pluviometry": 0.68,
"pluviometry1h": 0.26,
"pluviometry_cumul": 0.68,
"recommended_spray": 3,
"risk_of_rain": 100,
"snow": 0,
"temperature": 10.81,
"time": "2019-03-06T11:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "south",
"wind_gusts": 37.24,
"wind_speed": 22.5
},
{
"humidity": 80.26,
"night": 0,
"pluviometry": 0.37,
"pluviometry1h": 0.13,
"pluviometry_cumul": 0.37,
"recommended_spray": 3,
"risk_of_rain": 66.67,
"snow": 0,
"temperature": 11.89,
"time": "2019-03-06T14:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "south",
"wind_gusts": 36.33,
"wind_speed": 20.15
},
{
"humidity": 87.96,
"night": 0,
"pluviometry": 0.68,
"pluviometry1h": 0.22,
"pluviometry_cumul": 0.68,
"recommended_spray": 1,
"risk_of_rain": 83.33,
"snow": 0,
"temperature": 11.91,
"time": "2019-03-06T17:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
}
],
"weather": 15,
"wind_direction": "south",
"wind_gusts": 32.91,
"wind_speed": 16.42
},
{
"humidity": 88.32,
"night": 1,
"pluviometry": 1.36,
"pluviometry1h": 0.46,
"pluviometry_cumul": 1.36,
"recommended_spray": 1,
"risk_of_rain": 66.67,
"snow": 0,
"temperature": 11.64,
"time": "2019-03-06T20:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
}
],
"weather": 15,
"wind_direction": "south",
"wind_gusts": 31.59,
"wind_speed": 19.16
}
],
"wind_direction": "south",
"wind_gusts": 37.36,
"wind_speed": 19.0972
},
{
"max_humidity": 90.67,
"max_temperature": 11.36,
"min_humidity": 57.3,
"min_temperature": 8.45,
"pluviometry_cumul": 3.14,
"snow": 0,
"time": "2019-03-06T23:00:00+00:00",
"weather": 14,
"weather_reports": [
{
"humidity": 89.88,
"night": 1,
"pluviometry": 1.13,
"pluviometry1h": 0.41,
"pluviometry_cumul": 1.13,
"recommended_spray": 3,
"risk_of_rain": 66.67,
"snow": 0,
"temperature": 11.06,
"time": "2019-03-06T23:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "ssWest",
"wind_gusts": 31.09,
"wind_speed": 20.82
},
{
"humidity": 88.18,
"night": 1,
"pluviometry": 1.02,
"pluviometry1h": 0.33,
"pluviometry_cumul": 1.02,
"recommended_spray": 3,
"risk_of_rain": 66.67,
"snow": 0,
"temperature": 10.49,
"time": "2019-03-07T02:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "ssWest",
"wind_gusts": 37.48,
"wind_speed": 21.26
},
{
"humidity": 87.25,
"night": 1,
"pluviometry": 1.06,
"pluviometry1h": 0.44,
"pluviometry_cumul": 1.06,
"recommended_spray": 3,
"risk_of_rain": 50,
"snow": 0,
"temperature": 9.61,
"time": "2019-03-07T05:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "sWest",
"wind_gusts": 48.96,
"wind_speed": 22.14
},
{
"humidity": 80.59,
"night": 0,
"pluviometry": 0.55,
"pluviometry1h": 0.21,
"pluviometry_cumul": 0.55,
"recommended_spray": 3,
"risk_of_rain": 83.33,
"snow": 0,
"temperature": 8.45,
"time": "2019-03-07T08:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 12,
"wind_direction": "wsWest",
"wind_gusts": 51.23,
"wind_speed": 23.69
},
{
"humidity": 62.62,
"night": 0,
"pluviometry": 0.38,
"pluviometry1h": 0.13,
"pluviometry_cumul": 0.38,
"recommended_spray": 3,
"risk_of_rain": 83.33,
"snow": 0,
"temperature": 10.33,
"time": "2019-03-07T11:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 13,
"wind_direction": "wsWest",
"wind_gusts": 57.91,
"wind_speed": 25.1
},
{
"humidity": 58.94,
"night": 0,
"pluviometry": 0.31,
"pluviometry1h": 0.12,
"pluviometry_cumul": 0.31,
"recommended_spray": 3,
"risk_of_rain": 83.33,
"snow": 0,
"temperature": 11.19,
"time": "2019-03-07T14:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 13,
"wind_direction": "wsWest",
"wind_gusts": 58.34,
"wind_speed": 25.26
},
{
"humidity": 66.7,
"night": 0,
"pluviometry": 0.18,
"pluviometry1h": 0.07,
"pluviometry_cumul": 0.18,
"recommended_spray": 3,
"risk_of_rain": 33.33,
"snow": 0,
"temperature": 9.67,
"time": "2019-03-07T17:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 8,
"wind_direction": "wsWest",
"wind_gusts": 54.75,
"wind_speed": 21.37
},
{
"humidity": 73.04,
"night": 1,
"pluviometry": 0.15,
"pluviometry1h": 0.04,
"pluviometry_cumul": 0.15,
"recommended_spray": 2,
"risk_of_rain": 16.67,
"snow": 0,
"temperature": 8.06,
"time": "2019-03-07T20: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": "wsWest",
"wind_gusts": 51.22,
"wind_speed": 19.09
}
],
"wind_direction": "wsWest",
"wind_gusts": 60.33,
"wind_speed": 22.069999999999997
},
{
"max_humidity": 87.6,
"max_temperature": 10.93,
"min_humidity": 44.24,
"min_temperature": 5.07,
"pluviometry_cumul": 0.54,
"snow": 0,
"time": "2019-03-07T23:00:00+00:00",
"weather": 13,
"weather_reports": [
{
"humidity": 76.53,
"night": 1,
"pluviometry": 0.24,
"pluviometry1h": 0.07,
"pluviometry_cumul": 0.24,
"recommended_spray": 2,
"risk_of_rain": 50,
"snow": 0,
"temperature": 7.1,
"time": "2019-03-07T23: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": "wsWest",
"wind_gusts": 45.82,
"wind_speed": 18.21
},
{
"humidity": 81.35,
"night": 1,
"pluviometry": 0.27,
"pluviometry1h": 0.1,
"pluviometry_cumul": 0.27,
"recommended_spray": 2,
"risk_of_rain": 50,
"snow": 0,
"temperature": 6.46,
"time": "2019-03-08T02: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": "wsWest",
"wind_gusts": 40.26,
"wind_speed": 15.23
},
{
"humidity": 87.6,
"night": 1,
"pluviometry": 0.18,
"pluviometry1h": 0.07,
"pluviometry_cumul": 0.18,
"recommended_spray": 2,
"risk_of_rain": 33.33,
"snow": 0,
"temperature": 5.23,
"time": "2019-03-08T05:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 6,
"wind_direction": "west",
"wind_gusts": 28.48,
"wind_speed": 11.9
},
{
"humidity": 77.99,
"night": 0,
"pluviometry": 0.11,
"pluviometry1h": 0.04,
"pluviometry_cumul": 0.11,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 6.44,
"time": "2019-03-08T08: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": "west",
"wind_gusts": 27.36,
"wind_speed": 10.53
},
{
"humidity": 57.87,
"night": 0,
"pluviometry": 0.08,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.08,
"recommended_spray": 2,
"risk_of_rain": 20,
"snow": 0,
"temperature": 9.43,
"time": "2019-03-08T11: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": "west",
"wind_gusts": 33.19,
"wind_speed": 13.26
},
{
"humidity": 44.64,
"night": 0,
"pluviometry": 0.05,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.05,
"recommended_spray": 3,
"risk_of_rain": 50,
"snow": 0,
"temperature": 10.93,
"time": "2019-03-08T14:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "L'hygrométrie est faible ",
"icon": null,
"type": "HY50"
}
],
"weather": 9,
"wind_direction": "west",
"wind_gusts": 29.92,
"wind_speed": 14.05
},
{
"humidity": 51.84,
"night": 0,
"pluviometry": 0.02,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.02,
"recommended_spray": 2,
"risk_of_rain": 25,
"snow": 0,
"temperature": 9.25,
"time": "2019-03-08T17: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": "wsWest",
"wind_gusts": 22.53,
"wind_speed": 8.93
},
{
"humidity": 68.44,
"night": 1,
"pluviometry": 0,
"pluviometry1h": 0,
"pluviometry_cumul": 0,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 6.85,
"time": "2019-03-08T20: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": 21.44,
"wind_speed": 9.05
}
],
"wind_direction": "west",
"wind_gusts": 45.82,
"wind_speed": 12.403200000000002
},
{
"max_humidity": 85.74,
"max_temperature": 11.8,
"min_humidity": 70.26,
"min_temperature": 6.44,
"pluviometry_cumul": 3,
"snow": 0,
"time": "2019-03-08T23:00:00+00:00",
"weather": 14,
"weather_reports": [
{
"humidity": 70.26,
"night": 1,
"pluviometry": 0.02,
"pluviometry1h": 0,
"pluviometry_cumul": 0.02,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 6.64,
"time": "2019-03-08T23: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": "ssWest",
"wind_gusts": 30.28,
"wind_speed": 13.36
},
{
"humidity": 78.53,
"night": 1,
"pluviometry": 0.08,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.08,
"recommended_spray": 2,
"risk_of_rain": 50,
"snow": 0,
"temperature": 6.48,
"time": "2019-03-09T02: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": "ssWest",
"wind_gusts": 31.34,
"wind_speed": 16.41
},
{
"humidity": 83.82,
"night": 1,
"pluviometry": 0.22,
"pluviometry1h": 0.04,
"pluviometry_cumul": 0.22,
"recommended_spray": 2,
"risk_of_rain": 50,
"snow": 0,
"temperature": 6.72,
"time": "2019-03-09T05: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": "ssWest",
"wind_gusts": 25.2,
"wind_speed": 18.91
},
{
"humidity": 82.64,
"night": 0,
"pluviometry": 0.45,
"pluviometry1h": 0.14,
"pluviometry_cumul": 0.45,
"recommended_spray": 3,
"risk_of_rain": 75,
"snow": 0,
"temperature": 8.54,
"time": "2019-03-09T08:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "ssWest",
"wind_gusts": 29.63,
"wind_speed": 23.14
},
{
"humidity": 84.08,
"night": 0,
"pluviometry": 0.54,
"pluviometry1h": 0.17,
"pluviometry_cumul": 0.54,
"recommended_spray": 3,
"risk_of_rain": 75,
"snow": 0,
"temperature": 10.72,
"time": "2019-03-09T11:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "sWest",
"wind_gusts": 36.19,
"wind_speed": 25.43
},
{
"humidity": 85.74,
"night": 0,
"pluviometry": 0.55,
"pluviometry1h": 0.2,
"pluviometry_cumul": 0.55,
"recommended_spray": 3,
"risk_of_rain": 50,
"snow": 0,
"temperature": 11.75,
"time": "2019-03-09T14:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "wsWest",
"wind_gusts": 37.67,
"wind_speed": 24.85
},
{
"humidity": 85.15,
"night": 0,
"pluviometry": 0.32,
"pluviometry1h": 0.15,
"pluviometry_cumul": 0.32,
"recommended_spray": 3,
"risk_of_rain": 75,
"snow": 0,
"temperature": 11.59,
"time": "2019-03-09T17:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "wsWest",
"wind_gusts": 39.09,
"wind_speed": 22.22
},
{
"humidity": 83.23,
"night": 1,
"pluviometry": 0.12,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.12,
"recommended_spray": 3,
"risk_of_rain": 50,
"snow": 0,
"temperature": 10.65,
"time": "2019-03-09T20:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 5,
"wind_direction": "wsWest",
"wind_gusts": 39.28,
"wind_speed": 22.67
}
],
"wind_direction": "ssWest",
"wind_gusts": 42.87,
"wind_speed": 21.4624
},
{
"max_humidity": 80.29,
"max_temperature": 10.85,
"min_humidity": 60.62,
"min_temperature": 6.3,
"pluviometry_cumul": 3.32,
"snow": 0,
"time": "2019-03-09T23:00:00+00:00",
"weather": 14,
"weather_reports": [
{
"humidity": 80.22,
"night": 1,
"pluviometry": 0.32,
"pluviometry1h": 0.08,
"pluviometry_cumul": 0.32,
"recommended_spray": 3,
"risk_of_rain": 25,
"snow": 0,
"temperature": 9.04,
"time": "2019-03-09T23:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 4,
"wind_direction": "west",
"wind_gusts": 42.87,
"wind_speed": 24.17
},
{
"humidity": 79.94,
"night": 1,
"pluviometry": 0.48,
"pluviometry1h": 0.16,
"pluviometry_cumul": 0.48,
"recommended_spray": 3,
"risk_of_rain": 50,
"snow": 0,
"temperature": 7.16,
"time": "2019-03-10T02:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 5,
"wind_direction": "wsWest",
"wind_gusts": 49.81,
"wind_speed": 23.45
},
{
"humidity": 79.71,
"night": 1,
"pluviometry": 0.72,
"pluviometry1h": 0.16,
"pluviometry_cumul": 0.72,
"recommended_spray": 3,
"risk_of_rain": 50,
"snow": 0,
"temperature": 6.3,
"time": "2019-03-10T05:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 10,
"wind_direction": "wsWest",
"wind_gusts": 51.94,
"wind_speed": 21.03
},
{
"humidity": 72.47,
"night": 0,
"pluviometry": 1.07,
"pluviometry1h": 0.4,
"pluviometry_cumul": 1.07,
"recommended_spray": 3,
"risk_of_rain": 50,
"snow": 0,
"temperature": 7.92,
"time": "2019-03-10T08:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "wsWest",
"wind_gusts": 54.45,
"wind_speed": 20.89
},
{
"humidity": 64.06,
"night": 0,
"pluviometry": 0.61,
"pluviometry1h": 0.27,
"pluviometry_cumul": 0.61,
"recommended_spray": 3,
"risk_of_rain": 75,
"snow": 0,
"temperature": 10.38,
"time": "2019-03-10T11:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "wsWest",
"wind_gusts": 42.89,
"wind_speed": 21.48
},
{
"humidity": 60.62,
"night": 0,
"pluviometry": 0.21,
"pluviometry1h": 0.07,
"pluviometry_cumul": 0.21,
"recommended_spray": 3,
"risk_of_rain": 75,
"snow": 0,
"temperature": 10.59,
"time": "2019-03-10T14:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "wsWest",
"wind_gusts": 33.76,
"wind_speed": 21.96
},
{
"humidity": 66.5,
"night": 0,
"pluviometry": 0.18,
"pluviometry1h": 0.07,
"pluviometry_cumul": 0.18,
"recommended_spray": 3,
"risk_of_rain": 50,
"snow": 0,
"temperature": 8.78,
"time": "2019-03-10T17:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 10,
"wind_direction": "wsWest",
"wind_gusts": 26.41,
"wind_speed": 19.58
},
{
"humidity": 71.47,
"night": 1,
"pluviometry": 0.11,
"pluviometry1h": 0.04,
"pluviometry_cumul": 0.11,
"recommended_spray": 2,
"risk_of_rain": 50,
"snow": 0,
"temperature": 7.26,
"time": "2019-03-10T20: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": "wsWest",
"wind_gusts": 32.13,
"wind_speed": 19.34
}
],
"wind_direction": "OSO",
"wind_gusts": 54.45,
"wind_speed": 21.361599999999996
}
],
"timezone": "Europe/Paris"
}
}
{
"weather_forecast": {
"city": "PARIS",
"city_code": "CY_FR_75056",
"daily_reports": [
{
"max_humidity": 78.76,
"max_temperature": 9.6,
"min_humidity": 64.54,
"min_temperature": 8.24,
"pluviometry_cumul": 3.51,
"snow": 0,
"time": "2019-03-04T11:00:00+00:00",
"weather": 14,
"weather_reports": [
{
"humidity": 74.77,
"night": 0,
"pluviometry": 1.51,
"pluviometry1h": 0.47,
"pluviometry_cumul": 1.51,
"recommended_spray": 3,
"risk_of_rain": 100,
"snow": 0,
"temperature": 8.55,
"time": "2019-03-04T11:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "wsWest",
"wind_gusts": 63.85,
"wind_speed": 31.18
},
{
"humidity": 73.54,
"night": 0,
"pluviometry": 1.28,
"pluviometry1h": 0.26,
"pluviometry_cumul": 1.28,
"recommended_spray": 3,
"risk_of_rain": 85.71,
"snow": 0,
"temperature": 8.24,
"time": "2019-03-04T12:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "west",
"wind_gusts": 66.16,
"wind_speed": 31.94
},
{
"humidity": 65.24,
"night": 0,
"pluviometry": 1.51,
"pluviometry1h": 0.78,
"pluviometry_cumul": 1.51,
"recommended_spray": 3,
"risk_of_rain": 28.57,
"snow": 0,
"temperature": 9.38,
"time": "2019-03-04T13:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 10,
"wind_direction": "west",
"wind_gusts": 57.29,
"wind_speed": 27.05
},
{
"humidity": 67.76,
"night": 0,
"pluviometry": 1.22,
"pluviometry1h": 0.24,
"pluviometry_cumul": 1.22,
"recommended_spray": 3,
"risk_of_rain": 42.86,
"snow": 0,
"temperature": 9.09,
"time": "2019-03-04T14:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "west",
"wind_gusts": 56.28,
"wind_speed": 24.77
},
{
"humidity": 71.69,
"night": 0,
"pluviometry": 1.06,
"pluviometry1h": 0.49,
"pluviometry_cumul": 1.06,
"recommended_spray": 3,
"risk_of_rain": 57.14,
"snow": 0,
"temperature": 8.93,
"time": "2019-03-04T15:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "wsWest",
"wind_gusts": 52.42,
"wind_speed": 24.79
},
{
"humidity": 69.01,
"night": 0,
"pluviometry": 0.64,
"pluviometry1h": 0.49,
"pluviometry_cumul": 0.64,
"recommended_spray": 3,
"risk_of_rain": 57.14,
"snow": 0,
"temperature": 8.8,
"time": "2019-03-04T16:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 14,
"wind_direction": "wsWest",
"wind_gusts": 52.37,
"wind_speed": 22.84
},
{
"humidity": 66.09,
"night": 0,
"pluviometry": 0.19,
"pluviometry1h": 0.08,
"pluviometry_cumul": 0.19,
"recommended_spray": 3,
"risk_of_rain": 14.29,
"snow": 0,
"temperature": 8.74,
"time": "2019-03-04T17:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 2,
"wind_direction": "wsWest",
"wind_gusts": 43.9,
"wind_speed": 21.32
},
{
"humidity": 65.41,
"night": 1,
"pluviometry": 0.15,
"pluviometry1h": 0.07,
"pluviometry_cumul": 0.15,
"recommended_spray": 3,
"risk_of_rain": 14.29,
"snow": 0,
"temperature": 8.23,
"time": "2019-03-04T18:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 4,
"wind_direction": "wsWest",
"wind_gusts": 42.51,
"wind_speed": 20.49
},
{
"humidity": 66.3,
"night": 1,
"pluviometry": 0.12,
"pluviometry1h": 0.04,
"pluviometry_cumul": 0.12,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 7.71,
"time": "2019-03-04T19: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": 42.19,
"wind_speed": 18.96
},
{
"humidity": 72.44,
"night": 1,
"pluviometry": 0.08,
"pluviometry1h": 0.04,
"pluviometry_cumul": 0.08,
"recommended_spray": 2,
"risk_of_rain": 14.29,
"snow": 0,
"temperature": 6.93,
"time": "2019-03-04T20: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": "sWest",
"wind_gusts": 51.38,
"wind_speed": 19.25
},
{
"humidity": 70.81,
"night": 1,
"pluviometry": 0.04,
"pluviometry1h": 0.04,
"pluviometry_cumul": 0.04,
"recommended_spray": 3,
"risk_of_rain": 14.29,
"snow": 0,
"temperature": 6.87,
"time": "2019-03-04T21:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 4,
"wind_direction": "sWest",
"wind_gusts": 42.65,
"wind_speed": 19.7
},
{
"humidity": 76.01,
"night": 1,
"pluviometry": 0,
"pluviometry1h": 0,
"pluviometry_cumul": 0,
"recommended_spray": 2,
"risk_of_rain": 14.29,
"snow": 0,
"temperature": 6.46,
"time": "2019-03-04T22: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": "sWest",
"wind_gusts": 41.49,
"wind_speed": 18.76
},
{
"humidity": 75.08,
"night": 1,
"pluviometry": 0,
"pluviometry1h": 0,
"pluviometry_cumul": 0,
"recommended_spray": 2,
"risk_of_rain": 14.29,
"snow": 0,
"temperature": 6.34,
"time": "2019-03-04T23: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": "wsWest",
"wind_gusts": 37.04,
"wind_speed": 19.01
},
{
"humidity": 76.01,
"night": 1,
"pluviometry": 0,
"pluviometry1h": 0,
"pluviometry_cumul": 0,
"recommended_spray": 2,
"risk_of_rain": 14.29,
"snow": 0,
"temperature": 6.13,
"time": "2019-03-05T00: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": "sWest",
"wind_gusts": 37.23,
"wind_speed": 18.95
},
{
"humidity": 77.81,
"night": 1,
"pluviometry": 0,
"pluviometry1h": 0,
"pluviometry_cumul": 0,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 5.89,
"time": "2019-03-05T01: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": "sWest",
"wind_gusts": 36.06,
"wind_speed": 18.57
},
{
"humidity": 78.4,
"night": 1,
"pluviometry": 0.01,
"pluviometry1h": 0,
"pluviometry_cumul": 0.01,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 5.82,
"time": "2019-03-05T02:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 1,
"wind_direction": "sWest",
"wind_gusts": 37.14,
"wind_speed": 19.26
},
{
"humidity": 79.36,
"night": 1,
"pluviometry": 0.1,
"pluviometry1h": 0,
"pluviometry_cumul": 0.1,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 5.73,
"time": "2019-03-05T03: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": "sWest",
"wind_gusts": 37.3,
"wind_speed": 18.97
},
{
"humidity": 80.56,
"night": 1,
"pluviometry": 0.17,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.17,
"recommended_spray": 2,
"risk_of_rain": 14.29,
"snow": 0,
"temperature": 5.65,
"time": "2019-03-05T04: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": "sWest",
"wind_gusts": 37.09,
"wind_speed": 18.66
},
{
"humidity": 80.88,
"night": 1,
"pluviometry": 0.2,
"pluviometry1h": 0.09,
"pluviometry_cumul": 0.2,
"recommended_spray": 2,
"risk_of_rain": 14.29,
"snow": 0,
"temperature": 5.82,
"time": "2019-03-05T05: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": "ssWest",
"wind_gusts": 37.24,
"wind_speed": 18.43
},
{
"humidity": 79.98,
"night": 1,
"pluviometry": 0.17,
"pluviometry1h": 0.07,
"pluviometry_cumul": 0.17,
"recommended_spray": 3,
"risk_of_rain": 28.57,
"snow": 0,
"temperature": 6.27,
"time": "2019-03-05T06:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 5,
"wind_direction": "sWest",
"wind_gusts": 40.04,
"wind_speed": 19.64
},
{
"humidity": 81.72,
"night": 0,
"pluviometry": 0.13,
"pluviometry1h": 0.04,
"pluviometry_cumul": 0.13,
"recommended_spray": 3,
"risk_of_rain": 83.33,
"snow": 0,
"temperature": 6.83,
"time": "2019-03-05T07:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 10,
"wind_direction": "sWest",
"wind_gusts": 44.55,
"wind_speed": 20.74
},
{
"humidity": 80.94,
"night": 0,
"pluviometry": 0.14,
"pluviometry1h": 0.06,
"pluviometry_cumul": 0.14,
"recommended_spray": 3,
"risk_of_rain": 83.33,
"snow": 0,
"temperature": 7.39,
"time": "2019-03-05T08:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "sWest",
"wind_gusts": 42.13,
"wind_speed": 22.28
},
{
"humidity": 80.56,
"night": 0,
"pluviometry": 0.18,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.18,
"recommended_spray": 3,
"risk_of_rain": 83.33,
"snow": 0,
"temperature": 8.05,
"time": "2019-03-05T09:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "sWest",
"wind_gusts": 40.95,
"wind_speed": 21.89
},
{
"humidity": 78.32,
"night": 0,
"pluviometry": 0.27,
"pluviometry1h": 0.05,
"pluviometry_cumul": 0.27,
"recommended_spray": 3,
"risk_of_rain": 66.67,
"snow": 0,
"temperature": 8.88,
"time": "2019-03-05T10:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 10,
"wind_direction": "sWest",
"wind_gusts": 44.73,
"wind_speed": 21.24
}
],
"wind_direction": "sWest",
"wind_gusts": 77.9,
"wind_speed": 27.262400000000007
},
{
"max_humidity": 82.84,
"max_temperature": 11.96,
"min_humidity": 69.45,
"min_temperature": 5.65,
"pluviometry_cumul": 1.25,
"snow": 0,
"time": "2019-03-04T23:00:00+00:00",
"weather": 14,
"weather_reports": [
{
"humidity": 75.08,
"night": 1,
"pluviometry": 0,
"pluviometry1h": 0,
"pluviometry_cumul": 0,
"recommended_spray": 2,
"risk_of_rain": 14.29,
"snow": 0,
"temperature": 6.34,
"time": "2019-03-04T23: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": "wsWest",
"wind_gusts": 37.04,
"wind_speed": 19.01
},
{
"humidity": 78.4,
"night": 1,
"pluviometry": 0.01,
"pluviometry1h": 0,
"pluviometry_cumul": 0.01,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 5.82,
"time": "2019-03-05T02: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": "sWest",
"wind_gusts": 37.14,
"wind_speed": 19.26
},
{
"humidity": 80.88,
"night": 1,
"pluviometry": 0.2,
"pluviometry1h": 0.09,
"pluviometry_cumul": 0.2,
"recommended_spray": 2,
"risk_of_rain": 14.29,
"snow": 0,
"temperature": 5.82,
"time": "2019-03-05T05: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": "ssWest",
"wind_gusts": 37.24,
"wind_speed": 18.43
},
{
"humidity": 80.94,
"night": 0,
"pluviometry": 0.14,
"pluviometry1h": 0.06,
"pluviometry_cumul": 0.14,
"recommended_spray": 3,
"risk_of_rain": 83.33,
"snow": 0,
"temperature": 7.39,
"time": "2019-03-05T08:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "sWest",
"wind_gusts": 42.13,
"wind_speed": 22.28
},
{
"humidity": 77.74,
"night": 0,
"pluviometry": 0.32,
"pluviometry1h": 0.1,
"pluviometry_cumul": 0.32,
"recommended_spray": 3,
"risk_of_rain": 66.67,
"snow": 0,
"temperature": 9.5,
"time": "2019-03-05T11:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 10,
"wind_direction": "sWest",
"wind_gusts": 40.71,
"wind_speed": 20.35
},
{
"humidity": 69.45,
"night": 0,
"pluviometry": 0.21,
"pluviometry1h": 0.09,
"pluviometry_cumul": 0.21,
"recommended_spray": 3,
"risk_of_rain": 66.67,
"snow": 0,
"temperature": 11.72,
"time": "2019-03-05T14:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 10,
"wind_direction": "sWest",
"wind_gusts": 39.99,
"wind_speed": 20.72
},
{
"humidity": 72.75,
"night": 0,
"pluviometry": 0.18,
"pluviometry1h": 0.09,
"pluviometry_cumul": 0.18,
"recommended_spray": 1,
"risk_of_rain": 50,
"snow": 0,
"temperature": 11.4,
"time": "2019-03-05T17:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
}
],
"weather": 5,
"wind_direction": "ssWest",
"wind_gusts": 31.75,
"wind_speed": 15.96
},
{
"humidity": 80.84,
"night": 1,
"pluviometry": 0.04,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.04,
"recommended_spray": 1,
"risk_of_rain": 16.67,
"snow": 0,
"temperature": 9.7,
"time": "2019-03-05T20:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
}
],
"weather": 5,
"wind_direction": "south",
"wind_gusts": 24.38,
"wind_speed": 14.25
}
],
"wind_direction": "sWest",
"wind_gusts": 44.73,
"wind_speed": 18.424400000000002
},
{
"max_humidity": 89.88,
"max_temperature": 11.91,
"min_humidity": 63.87,
"min_temperature": 7.9,
"pluviometry_cumul": 6.06,
"snow": 0,
"time": "2019-03-05T23:00:00+00:00",
"weather": 20,
"weather_reports": [
{
"humidity": 82.84,
"night": 1,
"pluviometry": 0.07,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.07,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 8.62,
"time": "2019-03-05T23: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": 25.2,
"wind_speed": 15.16
},
{
"humidity": 77.04,
"night": 1,
"pluviometry": 0.09,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.09,
"recommended_spray": 2,
"risk_of_rain": 16.67,
"snow": 0,
"temperature": 7.94,
"time": "2019-03-06T02: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": 32.28,
"wind_speed": 17.53
},
{
"humidity": 69.78,
"night": 1,
"pluviometry": 0.14,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.14,
"recommended_spray": 2,
"risk_of_rain": 33.33,
"snow": 0,
"temperature": 8.25,
"time": "2019-03-06T05: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": "south",
"wind_gusts": 34.87,
"wind_speed": 19.09
},
{
"humidity": 65.84,
"night": 0,
"pluviometry": 0.68,
"pluviometry1h": 0.13,
"pluviometry_cumul": 0.68,
"recommended_spray": 3,
"risk_of_rain": 83.33,
"snow": 0,
"temperature": 9.54,
"time": "2019-03-06T08:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "south",
"wind_gusts": 35.36,
"wind_speed": 20
},
{
"humidity": 71.37,
"night": 0,
"pluviometry": 0.68,
"pluviometry1h": 0.26,
"pluviometry_cumul": 0.68,
"recommended_spray": 3,
"risk_of_rain": 100,
"snow": 0,
"temperature": 10.81,
"time": "2019-03-06T11:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "south",
"wind_gusts": 37.24,
"wind_speed": 22.5
},
{
"humidity": 80.26,
"night": 0,
"pluviometry": 0.37,
"pluviometry1h": 0.13,
"pluviometry_cumul": 0.37,
"recommended_spray": 3,
"risk_of_rain": 66.67,
"snow": 0,
"temperature": 11.89,
"time": "2019-03-06T14:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "south",
"wind_gusts": 36.33,
"wind_speed": 20.15
},
{
"humidity": 87.96,
"night": 0,
"pluviometry": 0.68,
"pluviometry1h": 0.22,
"pluviometry_cumul": 0.68,
"recommended_spray": 1,
"risk_of_rain": 83.33,
"snow": 0,
"temperature": 11.91,
"time": "2019-03-06T17:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
}
],
"weather": 15,
"wind_direction": "south",
"wind_gusts": 32.91,
"wind_speed": 16.42
},
{
"humidity": 88.32,
"night": 1,
"pluviometry": 1.36,
"pluviometry1h": 0.46,
"pluviometry_cumul": 1.36,
"recommended_spray": 1,
"risk_of_rain": 66.67,
"snow": 0,
"temperature": 11.64,
"time": "2019-03-06T20:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
}
],
"weather": 15,
"wind_direction": "south",
"wind_gusts": 31.59,
"wind_speed": 19.16
}
],
"wind_direction": "south",
"wind_gusts": 37.36,
"wind_speed": 19.0972
},
{
"max_humidity": 90.67,
"max_temperature": 11.36,
"min_humidity": 57.3,
"min_temperature": 8.45,
"pluviometry_cumul": 3.14,
"snow": 0,
"time": "2019-03-06T23:00:00+00:00",
"weather": 14,
"weather_reports": [
{
"humidity": 89.88,
"night": 1,
"pluviometry": 1.13,
"pluviometry1h": 0.41,
"pluviometry_cumul": 1.13,
"recommended_spray": 3,
"risk_of_rain": 66.67,
"snow": 0,
"temperature": 11.06,
"time": "2019-03-06T23:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "ssWest",
"wind_gusts": 31.09,
"wind_speed": 20.82
},
{
"humidity": 88.18,
"night": 1,
"pluviometry": 1.02,
"pluviometry1h": 0.33,
"pluviometry_cumul": 1.02,
"recommended_spray": 3,
"risk_of_rain": 66.67,
"snow": 0,
"temperature": 10.49,
"time": "2019-03-07T02:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "ssWest",
"wind_gusts": 37.48,
"wind_speed": 21.26
},
{
"humidity": 87.25,
"night": 1,
"pluviometry": 1.06,
"pluviometry1h": 0.44,
"pluviometry_cumul": 1.06,
"recommended_spray": 3,
"risk_of_rain": 50,
"snow": 0,
"temperature": 9.61,
"time": "2019-03-07T05:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "sWest",
"wind_gusts": 48.96,
"wind_speed": 22.14
},
{
"humidity": 80.59,
"night": 0,
"pluviometry": 0.55,
"pluviometry1h": 0.21,
"pluviometry_cumul": 0.55,
"recommended_spray": 3,
"risk_of_rain": 83.33,
"snow": 0,
"temperature": 8.45,
"time": "2019-03-07T08:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 12,
"wind_direction": "wsWest",
"wind_gusts": 51.23,
"wind_speed": 23.69
},
{
"humidity": 62.62,
"night": 0,
"pluviometry": 0.38,
"pluviometry1h": 0.13,
"pluviometry_cumul": 0.38,
"recommended_spray": 3,
"risk_of_rain": 83.33,
"snow": 0,
"temperature": 10.33,
"time": "2019-03-07T11:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 13,
"wind_direction": "wsWest",
"wind_gusts": 57.91,
"wind_speed": 25.1
},
{
"humidity": 58.94,
"night": 0,
"pluviometry": 0.31,
"pluviometry1h": 0.12,
"pluviometry_cumul": 0.31,
"recommended_spray": 3,
"risk_of_rain": 83.33,
"snow": 0,
"temperature": 11.19,
"time": "2019-03-07T14:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 13,
"wind_direction": "wsWest",
"wind_gusts": 58.34,
"wind_speed": 25.26
},
{
"humidity": 66.7,
"night": 0,
"pluviometry": 0.18,
"pluviometry1h": 0.07,
"pluviometry_cumul": 0.18,
"recommended_spray": 3,
"risk_of_rain": 33.33,
"snow": 0,
"temperature": 9.67,
"time": "2019-03-07T17:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 8,
"wind_direction": "wsWest",
"wind_gusts": 54.75,
"wind_speed": 21.37
},
{
"humidity": 73.04,
"night": 1,
"pluviometry": 0.15,
"pluviometry1h": 0.04,
"pluviometry_cumul": 0.15,
"recommended_spray": 2,
"risk_of_rain": 16.67,
"snow": 0,
"temperature": 8.06,
"time": "2019-03-07T20: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": "wsWest",
"wind_gusts": 51.22,
"wind_speed": 19.09
}
],
"wind_direction": "wsWest",
"wind_gusts": 60.33,
"wind_speed": 22.069999999999997
},
{
"max_humidity": 87.6,
"max_temperature": 10.93,
"min_humidity": 44.24,
"min_temperature": 5.07,
"pluviometry_cumul": 0.54,
"snow": 0,
"time": "2019-03-07T23:00:00+00:00",
"weather": 13,
"weather_reports": [
{
"humidity": 76.53,
"night": 1,
"pluviometry": 0.24,
"pluviometry1h": 0.07,
"pluviometry_cumul": 0.24,
"recommended_spray": 2,
"risk_of_rain": 50,
"snow": 0,
"temperature": 7.1,
"time": "2019-03-07T23: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": "wsWest",
"wind_gusts": 45.82,
"wind_speed": 18.21
},
{
"humidity": 81.35,
"night": 1,
"pluviometry": 0.27,
"pluviometry1h": 0.1,
"pluviometry_cumul": 0.27,
"recommended_spray": 2,
"risk_of_rain": 50,
"snow": 0,
"temperature": 6.46,
"time": "2019-03-08T02: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": "wsWest",
"wind_gusts": 40.26,
"wind_speed": 15.23
},
{
"humidity": 87.6,
"night": 1,
"pluviometry": 0.18,
"pluviometry1h": 0.07,
"pluviometry_cumul": 0.18,
"recommended_spray": 2,
"risk_of_rain": 33.33,
"snow": 0,
"temperature": 5.23,
"time": "2019-03-08T05:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 6,
"wind_direction": "west",
"wind_gusts": 28.48,
"wind_speed": 11.9
},
{
"humidity": 77.99,
"night": 0,
"pluviometry": 0.11,
"pluviometry1h": 0.04,
"pluviometry_cumul": 0.11,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 6.44,
"time": "2019-03-08T08: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": "west",
"wind_gusts": 27.36,
"wind_speed": 10.53
},
{
"humidity": 57.87,
"night": 0,
"pluviometry": 0.08,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.08,
"recommended_spray": 2,
"risk_of_rain": 20,
"snow": 0,
"temperature": 9.43,
"time": "2019-03-08T11: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": "west",
"wind_gusts": 33.19,
"wind_speed": 13.26
},
{
"humidity": 44.64,
"night": 0,
"pluviometry": 0.05,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.05,
"recommended_spray": 3,
"risk_of_rain": 50,
"snow": 0,
"temperature": 10.93,
"time": "2019-03-08T14:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "L'hygrométrie est faible ",
"icon": null,
"type": "HY50"
}
],
"weather": 9,
"wind_direction": "west",
"wind_gusts": 29.92,
"wind_speed": 14.05
},
{
"humidity": 51.84,
"night": 0,
"pluviometry": 0.02,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.02,
"recommended_spray": 2,
"risk_of_rain": 25,
"snow": 0,
"temperature": 9.25,
"time": "2019-03-08T17: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": "wsWest",
"wind_gusts": 22.53,
"wind_speed": 8.93
},
{
"humidity": 68.44,
"night": 1,
"pluviometry": 0,
"pluviometry1h": 0,
"pluviometry_cumul": 0,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 6.85,
"time": "2019-03-08T20: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": 21.44,
"wind_speed": 9.05
}
],
"wind_direction": "west",
"wind_gusts": 45.82,
"wind_speed": 12.403200000000002
},
{
"max_humidity": 85.74,
"max_temperature": 11.8,
"min_humidity": 70.26,
"min_temperature": 6.44,
"pluviometry_cumul": 3,
"snow": 0,
"time": "2019-03-08T23:00:00+00:00",
"weather": 14,
"weather_reports": [
{
"humidity": 70.26,
"night": 1,
"pluviometry": 0.02,
"pluviometry1h": 0,
"pluviometry_cumul": 0.02,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 6.64,
"time": "2019-03-08T23: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": "ssWest",
"wind_gusts": 30.28,
"wind_speed": 13.36
},
{
"humidity": 78.53,
"night": 1,
"pluviometry": 0.08,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.08,
"recommended_spray": 2,
"risk_of_rain": 50,
"snow": 0,
"temperature": 6.48,
"time": "2019-03-09T02: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": "ssWest",
"wind_gusts": 31.34,
"wind_speed": 16.41
},
{
"humidity": 83.82,
"night": 1,
"pluviometry": 0.22,
"pluviometry1h": 0.04,
"pluviometry_cumul": 0.22,
"recommended_spray": 2,
"risk_of_rain": 50,
"snow": 0,
"temperature": 6.72,
"time": "2019-03-09T05: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": "ssWest",
"wind_gusts": 25.2,
"wind_speed": 18.91
},
{
"humidity": 82.64,
"night": 0,
"pluviometry": 0.45,
"pluviometry1h": 0.14,
"pluviometry_cumul": 0.45,
"recommended_spray": 3,
"risk_of_rain": 75,
"snow": 0,
"temperature": 8.54,
"time": "2019-03-09T08:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "ssWest",
"wind_gusts": 29.63,
"wind_speed": 23.14
},
{
"humidity": 84.08,
"night": 0,
"pluviometry": 0.54,
"pluviometry1h": 0.17,
"pluviometry_cumul": 0.54,
"recommended_spray": 3,
"risk_of_rain": 75,
"snow": 0,
"temperature": 10.72,
"time": "2019-03-09T11:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "sWest",
"wind_gusts": 36.19,
"wind_speed": 25.43
},
{
"humidity": 85.74,
"night": 0,
"pluviometry": 0.55,
"pluviometry1h": 0.2,
"pluviometry_cumul": 0.55,
"recommended_spray": 3,
"risk_of_rain": 50,
"snow": 0,
"temperature": 11.75,
"time": "2019-03-09T14:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "wsWest",
"wind_gusts": 37.67,
"wind_speed": 24.85
},
{
"humidity": 85.15,
"night": 0,
"pluviometry": 0.32,
"pluviometry1h": 0.15,
"pluviometry_cumul": 0.32,
"recommended_spray": 3,
"risk_of_rain": 75,
"snow": 0,
"temperature": 11.59,
"time": "2019-03-09T17:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "wsWest",
"wind_gusts": 39.09,
"wind_speed": 22.22
},
{
"humidity": 83.23,
"night": 1,
"pluviometry": 0.12,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.12,
"recommended_spray": 3,
"risk_of_rain": 50,
"snow": 0,
"temperature": 10.65,
"time": "2019-03-09T20:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 5,
"wind_direction": "wsWest",
"wind_gusts": 39.28,
"wind_speed": 22.67
}
],
"wind_direction": "ssWest",
"wind_gusts": 42.87,
"wind_speed": 21.4624
},
{
"max_humidity": 80.29,
"max_temperature": 10.85,
"min_humidity": 60.62,
"min_temperature": 6.3,
"pluviometry_cumul": 3.32,
"snow": 0,
"time": "2019-03-09T23:00:00+00:00",
"weather": 14,
"weather_reports": [
{
"humidity": 80.22,
"night": 1,
"pluviometry": 0.32,
"pluviometry1h": 0.08,
"pluviometry_cumul": 0.32,
"recommended_spray": 3,
"risk_of_rain": 25,
"snow": 0,
"temperature": 9.04,
"time": "2019-03-09T23:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 4,
"wind_direction": "west",
"wind_gusts": 42.87,
"wind_speed": 24.17
},
{
"humidity": 79.94,
"night": 1,
"pluviometry": 0.48,
"pluviometry1h": 0.16,
"pluviometry_cumul": 0.48,
"recommended_spray": 3,
"risk_of_rain": 50,
"snow": 0,
"temperature": 7.16,
"time": "2019-03-10T02:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 5,
"wind_direction": "wsWest",
"wind_gusts": 49.81,
"wind_speed": 23.45
},
{
"humidity": 79.71,
"night": 1,
"pluviometry": 0.72,
"pluviometry1h": 0.16,
"pluviometry_cumul": 0.72,
"recommended_spray": 3,
"risk_of_rain": 50,
"snow": 0,
"temperature": 6.3,
"time": "2019-03-10T05:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 10,
"wind_direction": "wsWest",
"wind_gusts": 51.94,
"wind_speed": 21.03
},
{
"humidity": 72.47,
"night": 0,
"pluviometry": 1.07,
"pluviometry1h": 0.4,
"pluviometry_cumul": 1.07,
"recommended_spray": 3,
"risk_of_rain": 50,
"snow": 0,
"temperature": 7.92,
"time": "2019-03-10T08:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "wsWest",
"wind_gusts": 54.45,
"wind_speed": 20.89
},
{
"humidity": 64.06,
"night": 0,
"pluviometry": 0.61,
"pluviometry1h": 0.27,
"pluviometry_cumul": 0.61,
"recommended_spray": 3,
"risk_of_rain": 75,
"snow": 0,
"temperature": 10.38,
"time": "2019-03-10T11:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "wsWest",
"wind_gusts": 42.89,
"wind_speed": 21.48
},
{
"humidity": 60.62,
"night": 0,
"pluviometry": 0.21,
"pluviometry1h": 0.07,
"pluviometry_cumul": 0.21,
"recommended_spray": 3,
"risk_of_rain": 75,
"snow": 0,
"temperature": 10.59,
"time": "2019-03-10T14:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "wsWest",
"wind_gusts": 33.76,
"wind_speed": 21.96
},
{
"humidity": 66.5,
"night": 0,
"pluviometry": 0.18,
"pluviometry1h": 0.07,
"pluviometry_cumul": 0.18,
"recommended_spray": 3,
"risk_of_rain": 50,
"snow": 0,
"temperature": 8.78,
"time": "2019-03-10T17:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 10,
"wind_direction": "wsWest",
"wind_gusts": 26.41,
"wind_speed": 19.58
},
{
"humidity": 71.47,
"night": 1,
"pluviometry": 0.11,
"pluviometry1h": 0.04,
"pluviometry_cumul": 0.11,
"recommended_spray": 2,
"risk_of_rain": 50,
"snow": 0,
"temperature": 7.26,
"time": "2019-03-10T20: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": "wsWest",
"wind_gusts": 32.13,
"wind_speed": 19.34
}
],
"wind_direction": "OSO",
"wind_gusts": 54.45,
"wind_speed": 21.361599999999996
}
],
"timezone": "Europe/Paris"
}
}
The input JSON schema validates the input JSON instance (JSON Schema Draft 4).
{
"weather_forecast": {
"city": "PARIS",
"city_code": "CY_FR_75056",
"daily_reports": [
{
"max_humidity": 78.76,
"max_temperature": 9.6,
"min_humidity": 64.54,
"min_temperature": 8.24,
"pluviometry_cumul": 3.51,
"snow": 0,
"time": "2019-03-04T11:00:00+00:00",
"weather": 14,
"weather_reports": [
{
"humidity": 74.77,
"night": 0,
"pluviometry": 1.51,
"pluviometry1h": 0.47,
"pluviometry_cumul": 1.51,
"recommended_spray": 3,
"risk_of_rain": 100,
"snow": 0,
"temperature": 8.55,
"time": "2019-03-04T11:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "wsWest",
"wind_gusts": 63.85,
"wind_speed": 31.18
},
{
"humidity": 73.54,
"night": 0,
"pluviometry": 1.28,
"pluviometry1h": 0.26,
"pluviometry_cumul": 1.28,
"recommended_spray": 3,
"risk_of_rain": 85.71,
"snow": 0,
"temperature": 8.24,
"time": "2019-03-04T12:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "west",
"wind_gusts": 66.16,
"wind_speed": 31.94
},
{
"humidity": 65.24,
"night": 0,
"pluviometry": 1.51,
"pluviometry1h": 0.78,
"pluviometry_cumul": 1.51,
"recommended_spray": 3,
"risk_of_rain": 28.57,
"snow": 0,
"temperature": 9.38,
"time": "2019-03-04T13:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 10,
"wind_direction": "west",
"wind_gusts": 57.29,
"wind_speed": 27.05
},
{
"humidity": 67.76,
"night": 0,
"pluviometry": 1.22,
"pluviometry1h": 0.24,
"pluviometry_cumul": 1.22,
"recommended_spray": 3,
"risk_of_rain": 42.86,
"snow": 0,
"temperature": 9.09,
"time": "2019-03-04T14:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "west",
"wind_gusts": 56.28,
"wind_speed": 24.77
},
{
"humidity": 71.69,
"night": 0,
"pluviometry": 1.06,
"pluviometry1h": 0.49,
"pluviometry_cumul": 1.06,
"recommended_spray": 3,
"risk_of_rain": 57.14,
"snow": 0,
"temperature": 8.93,
"time": "2019-03-04T15:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "wsWest",
"wind_gusts": 52.42,
"wind_speed": 24.79
},
{
"humidity": 69.01,
"night": 0,
"pluviometry": 0.64,
"pluviometry1h": 0.49,
"pluviometry_cumul": 0.64,
"recommended_spray": 3,
"risk_of_rain": 57.14,
"snow": 0,
"temperature": 8.8,
"time": "2019-03-04T16:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 14,
"wind_direction": "wsWest",
"wind_gusts": 52.37,
"wind_speed": 22.84
},
{
"humidity": 66.09,
"night": 0,
"pluviometry": 0.19,
"pluviometry1h": 0.08,
"pluviometry_cumul": 0.19,
"recommended_spray": 3,
"risk_of_rain": 14.29,
"snow": 0,
"temperature": 8.74,
"time": "2019-03-04T17:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 2,
"wind_direction": "wsWest",
"wind_gusts": 43.9,
"wind_speed": 21.32
},
{
"humidity": 65.41,
"night": 1,
"pluviometry": 0.15,
"pluviometry1h": 0.07,
"pluviometry_cumul": 0.15,
"recommended_spray": 3,
"risk_of_rain": 14.29,
"snow": 0,
"temperature": 8.23,
"time": "2019-03-04T18:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 4,
"wind_direction": "wsWest",
"wind_gusts": 42.51,
"wind_speed": 20.49
},
{
"humidity": 66.3,
"night": 1,
"pluviometry": 0.12,
"pluviometry1h": 0.04,
"pluviometry_cumul": 0.12,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 7.71,
"time": "2019-03-04T19: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": 42.19,
"wind_speed": 18.96
},
{
"humidity": 72.44,
"night": 1,
"pluviometry": 0.08,
"pluviometry1h": 0.04,
"pluviometry_cumul": 0.08,
"recommended_spray": 2,
"risk_of_rain": 14.29,
"snow": 0,
"temperature": 6.93,
"time": "2019-03-04T20: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": "sWest",
"wind_gusts": 51.38,
"wind_speed": 19.25
},
{
"humidity": 70.81,
"night": 1,
"pluviometry": 0.04,
"pluviometry1h": 0.04,
"pluviometry_cumul": 0.04,
"recommended_spray": 3,
"risk_of_rain": 14.29,
"snow": 0,
"temperature": 6.87,
"time": "2019-03-04T21:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 4,
"wind_direction": "sWest",
"wind_gusts": 42.65,
"wind_speed": 19.7
},
{
"humidity": 76.01,
"night": 1,
"pluviometry": 0,
"pluviometry1h": 0,
"pluviometry_cumul": 0,
"recommended_spray": 2,
"risk_of_rain": 14.29,
"snow": 0,
"temperature": 6.46,
"time": "2019-03-04T22: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": "sWest",
"wind_gusts": 41.49,
"wind_speed": 18.76
},
{
"humidity": 75.08,
"night": 1,
"pluviometry": 0,
"pluviometry1h": 0,
"pluviometry_cumul": 0,
"recommended_spray": 2,
"risk_of_rain": 14.29,
"snow": 0,
"temperature": 6.34,
"time": "2019-03-04T23: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": "wsWest",
"wind_gusts": 37.04,
"wind_speed": 19.01
},
{
"humidity": 76.01,
"night": 1,
"pluviometry": 0,
"pluviometry1h": 0,
"pluviometry_cumul": 0,
"recommended_spray": 2,
"risk_of_rain": 14.29,
"snow": 0,
"temperature": 6.13,
"time": "2019-03-05T00: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": "sWest",
"wind_gusts": 37.23,
"wind_speed": 18.95
},
{
"humidity": 77.81,
"night": 1,
"pluviometry": 0,
"pluviometry1h": 0,
"pluviometry_cumul": 0,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 5.89,
"time": "2019-03-05T01: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": "sWest",
"wind_gusts": 36.06,
"wind_speed": 18.57
},
{
"humidity": 78.4,
"night": 1,
"pluviometry": 0.01,
"pluviometry1h": 0,
"pluviometry_cumul": 0.01,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 5.82,
"time": "2019-03-05T02:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 1,
"wind_direction": "sWest",
"wind_gusts": 37.14,
"wind_speed": 19.26
},
{
"humidity": 79.36,
"night": 1,
"pluviometry": 0.1,
"pluviometry1h": 0,
"pluviometry_cumul": 0.1,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 5.73,
"time": "2019-03-05T03: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": "sWest",
"wind_gusts": 37.3,
"wind_speed": 18.97
},
{
"humidity": 80.56,
"night": 1,
"pluviometry": 0.17,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.17,
"recommended_spray": 2,
"risk_of_rain": 14.29,
"snow": 0,
"temperature": 5.65,
"time": "2019-03-05T04: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": "sWest",
"wind_gusts": 37.09,
"wind_speed": 18.66
},
{
"humidity": 80.88,
"night": 1,
"pluviometry": 0.2,
"pluviometry1h": 0.09,
"pluviometry_cumul": 0.2,
"recommended_spray": 2,
"risk_of_rain": 14.29,
"snow": 0,
"temperature": 5.82,
"time": "2019-03-05T05: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": "ssWest",
"wind_gusts": 37.24,
"wind_speed": 18.43
},
{
"humidity": 79.98,
"night": 1,
"pluviometry": 0.17,
"pluviometry1h": 0.07,
"pluviometry_cumul": 0.17,
"recommended_spray": 3,
"risk_of_rain": 28.57,
"snow": 0,
"temperature": 6.27,
"time": "2019-03-05T06:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 5,
"wind_direction": "sWest",
"wind_gusts": 40.04,
"wind_speed": 19.64
},
{
"humidity": 81.72,
"night": 0,
"pluviometry": 0.13,
"pluviometry1h": 0.04,
"pluviometry_cumul": 0.13,
"recommended_spray": 3,
"risk_of_rain": 83.33,
"snow": 0,
"temperature": 6.83,
"time": "2019-03-05T07:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 10,
"wind_direction": "sWest",
"wind_gusts": 44.55,
"wind_speed": 20.74
},
{
"humidity": 80.94,
"night": 0,
"pluviometry": 0.14,
"pluviometry1h": 0.06,
"pluviometry_cumul": 0.14,
"recommended_spray": 3,
"risk_of_rain": 83.33,
"snow": 0,
"temperature": 7.39,
"time": "2019-03-05T08:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "sWest",
"wind_gusts": 42.13,
"wind_speed": 22.28
},
{
"humidity": 80.56,
"night": 0,
"pluviometry": 0.18,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.18,
"recommended_spray": 3,
"risk_of_rain": 83.33,
"snow": 0,
"temperature": 8.05,
"time": "2019-03-05T09:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "sWest",
"wind_gusts": 40.95,
"wind_speed": 21.89
},
{
"humidity": 78.32,
"night": 0,
"pluviometry": 0.27,
"pluviometry1h": 0.05,
"pluviometry_cumul": 0.27,
"recommended_spray": 3,
"risk_of_rain": 66.67,
"snow": 0,
"temperature": 8.88,
"time": "2019-03-05T10:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 10,
"wind_direction": "sWest",
"wind_gusts": 44.73,
"wind_speed": 21.24
}
],
"wind_direction": "sWest",
"wind_gusts": 77.9,
"wind_speed": 27.262400000000007
},
{
"max_humidity": 82.84,
"max_temperature": 11.96,
"min_humidity": 69.45,
"min_temperature": 5.65,
"pluviometry_cumul": 1.25,
"snow": 0,
"time": "2019-03-04T23:00:00+00:00",
"weather": 14,
"weather_reports": [
{
"humidity": 75.08,
"night": 1,
"pluviometry": 0,
"pluviometry1h": 0,
"pluviometry_cumul": 0,
"recommended_spray": 2,
"risk_of_rain": 14.29,
"snow": 0,
"temperature": 6.34,
"time": "2019-03-04T23: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": "wsWest",
"wind_gusts": 37.04,
"wind_speed": 19.01
},
{
"humidity": 78.4,
"night": 1,
"pluviometry": 0.01,
"pluviometry1h": 0,
"pluviometry_cumul": 0.01,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 5.82,
"time": "2019-03-05T02: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": "sWest",
"wind_gusts": 37.14,
"wind_speed": 19.26
},
{
"humidity": 80.88,
"night": 1,
"pluviometry": 0.2,
"pluviometry1h": 0.09,
"pluviometry_cumul": 0.2,
"recommended_spray": 2,
"risk_of_rain": 14.29,
"snow": 0,
"temperature": 5.82,
"time": "2019-03-05T05: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": "ssWest",
"wind_gusts": 37.24,
"wind_speed": 18.43
},
{
"humidity": 80.94,
"night": 0,
"pluviometry": 0.14,
"pluviometry1h": 0.06,
"pluviometry_cumul": 0.14,
"recommended_spray": 3,
"risk_of_rain": 83.33,
"snow": 0,
"temperature": 7.39,
"time": "2019-03-05T08:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "sWest",
"wind_gusts": 42.13,
"wind_speed": 22.28
},
{
"humidity": 77.74,
"night": 0,
"pluviometry": 0.32,
"pluviometry1h": 0.1,
"pluviometry_cumul": 0.32,
"recommended_spray": 3,
"risk_of_rain": 66.67,
"snow": 0,
"temperature": 9.5,
"time": "2019-03-05T11:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 10,
"wind_direction": "sWest",
"wind_gusts": 40.71,
"wind_speed": 20.35
},
{
"humidity": 69.45,
"night": 0,
"pluviometry": 0.21,
"pluviometry1h": 0.09,
"pluviometry_cumul": 0.21,
"recommended_spray": 3,
"risk_of_rain": 66.67,
"snow": 0,
"temperature": 11.72,
"time": "2019-03-05T14:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 10,
"wind_direction": "sWest",
"wind_gusts": 39.99,
"wind_speed": 20.72
},
{
"humidity": 72.75,
"night": 0,
"pluviometry": 0.18,
"pluviometry1h": 0.09,
"pluviometry_cumul": 0.18,
"recommended_spray": 1,
"risk_of_rain": 50,
"snow": 0,
"temperature": 11.4,
"time": "2019-03-05T17:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
}
],
"weather": 5,
"wind_direction": "ssWest",
"wind_gusts": 31.75,
"wind_speed": 15.96
},
{
"humidity": 80.84,
"night": 1,
"pluviometry": 0.04,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.04,
"recommended_spray": 1,
"risk_of_rain": 16.67,
"snow": 0,
"temperature": 9.7,
"time": "2019-03-05T20:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
}
],
"weather": 5,
"wind_direction": "south",
"wind_gusts": 24.38,
"wind_speed": 14.25
}
],
"wind_direction": "sWest",
"wind_gusts": 44.73,
"wind_speed": 18.424400000000002
},
{
"max_humidity": 89.88,
"max_temperature": 11.91,
"min_humidity": 63.87,
"min_temperature": 7.9,
"pluviometry_cumul": 6.06,
"snow": 0,
"time": "2019-03-05T23:00:00+00:00",
"weather": 20,
"weather_reports": [
{
"humidity": 82.84,
"night": 1,
"pluviometry": 0.07,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.07,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 8.62,
"time": "2019-03-05T23: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": 25.2,
"wind_speed": 15.16
},
{
"humidity": 77.04,
"night": 1,
"pluviometry": 0.09,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.09,
"recommended_spray": 2,
"risk_of_rain": 16.67,
"snow": 0,
"temperature": 7.94,
"time": "2019-03-06T02: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": 32.28,
"wind_speed": 17.53
},
{
"humidity": 69.78,
"night": 1,
"pluviometry": 0.14,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.14,
"recommended_spray": 2,
"risk_of_rain": 33.33,
"snow": 0,
"temperature": 8.25,
"time": "2019-03-06T05: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": "south",
"wind_gusts": 34.87,
"wind_speed": 19.09
},
{
"humidity": 65.84,
"night": 0,
"pluviometry": 0.68,
"pluviometry1h": 0.13,
"pluviometry_cumul": 0.68,
"recommended_spray": 3,
"risk_of_rain": 83.33,
"snow": 0,
"temperature": 9.54,
"time": "2019-03-06T08:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "south",
"wind_gusts": 35.36,
"wind_speed": 20
},
{
"humidity": 71.37,
"night": 0,
"pluviometry": 0.68,
"pluviometry1h": 0.26,
"pluviometry_cumul": 0.68,
"recommended_spray": 3,
"risk_of_rain": 100,
"snow": 0,
"temperature": 10.81,
"time": "2019-03-06T11:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "south",
"wind_gusts": 37.24,
"wind_speed": 22.5
},
{
"humidity": 80.26,
"night": 0,
"pluviometry": 0.37,
"pluviometry1h": 0.13,
"pluviometry_cumul": 0.37,
"recommended_spray": 3,
"risk_of_rain": 66.67,
"snow": 0,
"temperature": 11.89,
"time": "2019-03-06T14:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "south",
"wind_gusts": 36.33,
"wind_speed": 20.15
},
{
"humidity": 87.96,
"night": 0,
"pluviometry": 0.68,
"pluviometry1h": 0.22,
"pluviometry_cumul": 0.68,
"recommended_spray": 1,
"risk_of_rain": 83.33,
"snow": 0,
"temperature": 11.91,
"time": "2019-03-06T17:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
}
],
"weather": 15,
"wind_direction": "south",
"wind_gusts": 32.91,
"wind_speed": 16.42
},
{
"humidity": 88.32,
"night": 1,
"pluviometry": 1.36,
"pluviometry1h": 0.46,
"pluviometry_cumul": 1.36,
"recommended_spray": 1,
"risk_of_rain": 66.67,
"snow": 0,
"temperature": 11.64,
"time": "2019-03-06T20:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
}
],
"weather": 15,
"wind_direction": "south",
"wind_gusts": 31.59,
"wind_speed": 19.16
}
],
"wind_direction": "south",
"wind_gusts": 37.36,
"wind_speed": 19.0972
},
{
"max_humidity": 90.67,
"max_temperature": 11.36,
"min_humidity": 57.3,
"min_temperature": 8.45,
"pluviometry_cumul": 3.14,
"snow": 0,
"time": "2019-03-06T23:00:00+00:00",
"weather": 14,
"weather_reports": [
{
"humidity": 89.88,
"night": 1,
"pluviometry": 1.13,
"pluviometry1h": 0.41,
"pluviometry_cumul": 1.13,
"recommended_spray": 3,
"risk_of_rain": 66.67,
"snow": 0,
"temperature": 11.06,
"time": "2019-03-06T23:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "ssWest",
"wind_gusts": 31.09,
"wind_speed": 20.82
},
{
"humidity": 88.18,
"night": 1,
"pluviometry": 1.02,
"pluviometry1h": 0.33,
"pluviometry_cumul": 1.02,
"recommended_spray": 3,
"risk_of_rain": 66.67,
"snow": 0,
"temperature": 10.49,
"time": "2019-03-07T02:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "ssWest",
"wind_gusts": 37.48,
"wind_speed": 21.26
},
{
"humidity": 87.25,
"night": 1,
"pluviometry": 1.06,
"pluviometry1h": 0.44,
"pluviometry_cumul": 1.06,
"recommended_spray": 3,
"risk_of_rain": 50,
"snow": 0,
"temperature": 9.61,
"time": "2019-03-07T05:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "sWest",
"wind_gusts": 48.96,
"wind_speed": 22.14
},
{
"humidity": 80.59,
"night": 0,
"pluviometry": 0.55,
"pluviometry1h": 0.21,
"pluviometry_cumul": 0.55,
"recommended_spray": 3,
"risk_of_rain": 83.33,
"snow": 0,
"temperature": 8.45,
"time": "2019-03-07T08:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 12,
"wind_direction": "wsWest",
"wind_gusts": 51.23,
"wind_speed": 23.69
},
{
"humidity": 62.62,
"night": 0,
"pluviometry": 0.38,
"pluviometry1h": 0.13,
"pluviometry_cumul": 0.38,
"recommended_spray": 3,
"risk_of_rain": 83.33,
"snow": 0,
"temperature": 10.33,
"time": "2019-03-07T11:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 13,
"wind_direction": "wsWest",
"wind_gusts": 57.91,
"wind_speed": 25.1
},
{
"humidity": 58.94,
"night": 0,
"pluviometry": 0.31,
"pluviometry1h": 0.12,
"pluviometry_cumul": 0.31,
"recommended_spray": 3,
"risk_of_rain": 83.33,
"snow": 0,
"temperature": 11.19,
"time": "2019-03-07T14:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 13,
"wind_direction": "wsWest",
"wind_gusts": 58.34,
"wind_speed": 25.26
},
{
"humidity": 66.7,
"night": 0,
"pluviometry": 0.18,
"pluviometry1h": 0.07,
"pluviometry_cumul": 0.18,
"recommended_spray": 3,
"risk_of_rain": 33.33,
"snow": 0,
"temperature": 9.67,
"time": "2019-03-07T17:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 8,
"wind_direction": "wsWest",
"wind_gusts": 54.75,
"wind_speed": 21.37
},
{
"humidity": 73.04,
"night": 1,
"pluviometry": 0.15,
"pluviometry1h": 0.04,
"pluviometry_cumul": 0.15,
"recommended_spray": 2,
"risk_of_rain": 16.67,
"snow": 0,
"temperature": 8.06,
"time": "2019-03-07T20: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": "wsWest",
"wind_gusts": 51.22,
"wind_speed": 19.09
}
],
"wind_direction": "wsWest",
"wind_gusts": 60.33,
"wind_speed": 22.069999999999997
},
{
"max_humidity": 87.6,
"max_temperature": 10.93,
"min_humidity": 44.24,
"min_temperature": 5.07,
"pluviometry_cumul": 0.54,
"snow": 0,
"time": "2019-03-07T23:00:00+00:00",
"weather": 13,
"weather_reports": [
{
"humidity": 76.53,
"night": 1,
"pluviometry": 0.24,
"pluviometry1h": 0.07,
"pluviometry_cumul": 0.24,
"recommended_spray": 2,
"risk_of_rain": 50,
"snow": 0,
"temperature": 7.1,
"time": "2019-03-07T23: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": "wsWest",
"wind_gusts": 45.82,
"wind_speed": 18.21
},
{
"humidity": 81.35,
"night": 1,
"pluviometry": 0.27,
"pluviometry1h": 0.1,
"pluviometry_cumul": 0.27,
"recommended_spray": 2,
"risk_of_rain": 50,
"snow": 0,
"temperature": 6.46,
"time": "2019-03-08T02: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": "wsWest",
"wind_gusts": 40.26,
"wind_speed": 15.23
},
{
"humidity": 87.6,
"night": 1,
"pluviometry": 0.18,
"pluviometry1h": 0.07,
"pluviometry_cumul": 0.18,
"recommended_spray": 2,
"risk_of_rain": 33.33,
"snow": 0,
"temperature": 5.23,
"time": "2019-03-08T05:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 6,
"wind_direction": "west",
"wind_gusts": 28.48,
"wind_speed": 11.9
},
{
"humidity": 77.99,
"night": 0,
"pluviometry": 0.11,
"pluviometry1h": 0.04,
"pluviometry_cumul": 0.11,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 6.44,
"time": "2019-03-08T08: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": "west",
"wind_gusts": 27.36,
"wind_speed": 10.53
},
{
"humidity": 57.87,
"night": 0,
"pluviometry": 0.08,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.08,
"recommended_spray": 2,
"risk_of_rain": 20,
"snow": 0,
"temperature": 9.43,
"time": "2019-03-08T11: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": "west",
"wind_gusts": 33.19,
"wind_speed": 13.26
},
{
"humidity": 44.64,
"night": 0,
"pluviometry": 0.05,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.05,
"recommended_spray": 3,
"risk_of_rain": 50,
"snow": 0,
"temperature": 10.93,
"time": "2019-03-08T14:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "L'hygrométrie est faible ",
"icon": null,
"type": "HY50"
}
],
"weather": 9,
"wind_direction": "west",
"wind_gusts": 29.92,
"wind_speed": 14.05
},
{
"humidity": 51.84,
"night": 0,
"pluviometry": 0.02,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.02,
"recommended_spray": 2,
"risk_of_rain": 25,
"snow": 0,
"temperature": 9.25,
"time": "2019-03-08T17: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": "wsWest",
"wind_gusts": 22.53,
"wind_speed": 8.93
},
{
"humidity": 68.44,
"night": 1,
"pluviometry": 0,
"pluviometry1h": 0,
"pluviometry_cumul": 0,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 6.85,
"time": "2019-03-08T20: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": 21.44,
"wind_speed": 9.05
}
],
"wind_direction": "west",
"wind_gusts": 45.82,
"wind_speed": 12.403200000000002
},
{
"max_humidity": 85.74,
"max_temperature": 11.8,
"min_humidity": 70.26,
"min_temperature": 6.44,
"pluviometry_cumul": 3,
"snow": 0,
"time": "2019-03-08T23:00:00+00:00",
"weather": 14,
"weather_reports": [
{
"humidity": 70.26,
"night": 1,
"pluviometry": 0.02,
"pluviometry1h": 0,
"pluviometry_cumul": 0.02,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 6.64,
"time": "2019-03-08T23: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": "ssWest",
"wind_gusts": 30.28,
"wind_speed": 13.36
},
{
"humidity": 78.53,
"night": 1,
"pluviometry": 0.08,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.08,
"recommended_spray": 2,
"risk_of_rain": 50,
"snow": 0,
"temperature": 6.48,
"time": "2019-03-09T02: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": "ssWest",
"wind_gusts": 31.34,
"wind_speed": 16.41
},
{
"humidity": 83.82,
"night": 1,
"pluviometry": 0.22,
"pluviometry1h": 0.04,
"pluviometry_cumul": 0.22,
"recommended_spray": 2,
"risk_of_rain": 50,
"snow": 0,
"temperature": 6.72,
"time": "2019-03-09T05: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": "ssWest",
"wind_gusts": 25.2,
"wind_speed": 18.91
},
{
"humidity": 82.64,
"night": 0,
"pluviometry": 0.45,
"pluviometry1h": 0.14,
"pluviometry_cumul": 0.45,
"recommended_spray": 3,
"risk_of_rain": 75,
"snow": 0,
"temperature": 8.54,
"time": "2019-03-09T08:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "ssWest",
"wind_gusts": 29.63,
"wind_speed": 23.14
},
{
"humidity": 84.08,
"night": 0,
"pluviometry": 0.54,
"pluviometry1h": 0.17,
"pluviometry_cumul": 0.54,
"recommended_spray": 3,
"risk_of_rain": 75,
"snow": 0,
"temperature": 10.72,
"time": "2019-03-09T11:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "sWest",
"wind_gusts": 36.19,
"wind_speed": 25.43
},
{
"humidity": 85.74,
"night": 0,
"pluviometry": 0.55,
"pluviometry1h": 0.2,
"pluviometry_cumul": 0.55,
"recommended_spray": 3,
"risk_of_rain": 50,
"snow": 0,
"temperature": 11.75,
"time": "2019-03-09T14:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "wsWest",
"wind_gusts": 37.67,
"wind_speed": 24.85
},
{
"humidity": 85.15,
"night": 0,
"pluviometry": 0.32,
"pluviometry1h": 0.15,
"pluviometry_cumul": 0.32,
"recommended_spray": 3,
"risk_of_rain": 75,
"snow": 0,
"temperature": 11.59,
"time": "2019-03-09T17:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "wsWest",
"wind_gusts": 39.09,
"wind_speed": 22.22
},
{
"humidity": 83.23,
"night": 1,
"pluviometry": 0.12,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.12,
"recommended_spray": 3,
"risk_of_rain": 50,
"snow": 0,
"temperature": 10.65,
"time": "2019-03-09T20:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 5,
"wind_direction": "wsWest",
"wind_gusts": 39.28,
"wind_speed": 22.67
}
],
"wind_direction": "ssWest",
"wind_gusts": 42.87,
"wind_speed": 21.4624
},
{
"max_humidity": 80.29,
"max_temperature": 10.85,
"min_humidity": 60.62,
"min_temperature": 6.3,
"pluviometry_cumul": 3.32,
"snow": 0,
"time": "2019-03-09T23:00:00+00:00",
"weather": 14,
"weather_reports": [
{
"humidity": 80.22,
"night": 1,
"pluviometry": 0.32,
"pluviometry1h": 0.08,
"pluviometry_cumul": 0.32,
"recommended_spray": 3,
"risk_of_rain": 25,
"snow": 0,
"temperature": 9.04,
"time": "2019-03-09T23:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 4,
"wind_direction": "west",
"wind_gusts": 42.87,
"wind_speed": 24.17
},
{
"humidity": 79.94,
"night": 1,
"pluviometry": 0.48,
"pluviometry1h": 0.16,
"pluviometry_cumul": 0.48,
"recommended_spray": 3,
"risk_of_rain": 50,
"snow": 0,
"temperature": 7.16,
"time": "2019-03-10T02:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 5,
"wind_direction": "wsWest",
"wind_gusts": 49.81,
"wind_speed": 23.45
},
{
"humidity": 79.71,
"night": 1,
"pluviometry": 0.72,
"pluviometry1h": 0.16,
"pluviometry_cumul": 0.72,
"recommended_spray": 3,
"risk_of_rain": 50,
"snow": 0,
"temperature": 6.3,
"time": "2019-03-10T05:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 10,
"wind_direction": "wsWest",
"wind_gusts": 51.94,
"wind_speed": 21.03
},
{
"humidity": 72.47,
"night": 0,
"pluviometry": 1.07,
"pluviometry1h": 0.4,
"pluviometry_cumul": 1.07,
"recommended_spray": 3,
"risk_of_rain": 50,
"snow": 0,
"temperature": 7.92,
"time": "2019-03-10T08:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "wsWest",
"wind_gusts": 54.45,
"wind_speed": 20.89
},
{
"humidity": 64.06,
"night": 0,
"pluviometry": 0.61,
"pluviometry1h": 0.27,
"pluviometry_cumul": 0.61,
"recommended_spray": 3,
"risk_of_rain": 75,
"snow": 0,
"temperature": 10.38,
"time": "2019-03-10T11:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "wsWest",
"wind_gusts": 42.89,
"wind_speed": 21.48
},
{
"humidity": 60.62,
"night": 0,
"pluviometry": 0.21,
"pluviometry1h": 0.07,
"pluviometry_cumul": 0.21,
"recommended_spray": 3,
"risk_of_rain": 75,
"snow": 0,
"temperature": 10.59,
"time": "2019-03-10T14:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "wsWest",
"wind_gusts": 33.76,
"wind_speed": 21.96
},
{
"humidity": 66.5,
"night": 0,
"pluviometry": 0.18,
"pluviometry1h": 0.07,
"pluviometry_cumul": 0.18,
"recommended_spray": 3,
"risk_of_rain": 50,
"snow": 0,
"temperature": 8.78,
"time": "2019-03-10T17:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 10,
"wind_direction": "wsWest",
"wind_gusts": 26.41,
"wind_speed": 19.58
},
{
"humidity": 71.47,
"night": 1,
"pluviometry": 0.11,
"pluviometry1h": 0.04,
"pluviometry_cumul": 0.11,
"recommended_spray": 2,
"risk_of_rain": 50,
"snow": 0,
"temperature": 7.26,
"time": "2019-03-10T20: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": "wsWest",
"wind_gusts": 32.13,
"wind_speed": 19.34
}
],
"wind_direction": "OSO",
"wind_gusts": 54.45,
"wind_speed": 21.361599999999996
}
],
"timezone": "Europe/Paris"
}
}
{
"weather_forecast": {
"city": "PARIS",
"city_code": "CY_FR_75056",
"daily_reports": [
{
"max_humidity": 78.76,
"max_temperature": 9.6,
"min_humidity": 64.54,
"min_temperature": 8.24,
"pluviometry_cumul": 3.51,
"snow": 0,
"time": "2019-03-04T11:00:00+00:00",
"weather": 14,
"weather_reports": [
{
"humidity": 74.77,
"night": 0,
"pluviometry": 1.51,
"pluviometry1h": 0.47,
"pluviometry_cumul": 1.51,
"recommended_spray": 3,
"risk_of_rain": 100,
"snow": 0,
"temperature": 8.55,
"time": "2019-03-04T11:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "wsWest",
"wind_gusts": 63.85,
"wind_speed": 31.18
},
{
"humidity": 73.54,
"night": 0,
"pluviometry": 1.28,
"pluviometry1h": 0.26,
"pluviometry_cumul": 1.28,
"recommended_spray": 3,
"risk_of_rain": 85.71,
"snow": 0,
"temperature": 8.24,
"time": "2019-03-04T12:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "west",
"wind_gusts": 66.16,
"wind_speed": 31.94
},
{
"humidity": 65.24,
"night": 0,
"pluviometry": 1.51,
"pluviometry1h": 0.78,
"pluviometry_cumul": 1.51,
"recommended_spray": 3,
"risk_of_rain": 28.57,
"snow": 0,
"temperature": 9.38,
"time": "2019-03-04T13:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 10,
"wind_direction": "west",
"wind_gusts": 57.29,
"wind_speed": 27.05
},
{
"humidity": 67.76,
"night": 0,
"pluviometry": 1.22,
"pluviometry1h": 0.24,
"pluviometry_cumul": 1.22,
"recommended_spray": 3,
"risk_of_rain": 42.86,
"snow": 0,
"temperature": 9.09,
"time": "2019-03-04T14:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "west",
"wind_gusts": 56.28,
"wind_speed": 24.77
},
{
"humidity": 71.69,
"night": 0,
"pluviometry": 1.06,
"pluviometry1h": 0.49,
"pluviometry_cumul": 1.06,
"recommended_spray": 3,
"risk_of_rain": 57.14,
"snow": 0,
"temperature": 8.93,
"time": "2019-03-04T15:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "wsWest",
"wind_gusts": 52.42,
"wind_speed": 24.79
},
{
"humidity": 69.01,
"night": 0,
"pluviometry": 0.64,
"pluviometry1h": 0.49,
"pluviometry_cumul": 0.64,
"recommended_spray": 3,
"risk_of_rain": 57.14,
"snow": 0,
"temperature": 8.8,
"time": "2019-03-04T16:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 14,
"wind_direction": "wsWest",
"wind_gusts": 52.37,
"wind_speed": 22.84
},
{
"humidity": 66.09,
"night": 0,
"pluviometry": 0.19,
"pluviometry1h": 0.08,
"pluviometry_cumul": 0.19,
"recommended_spray": 3,
"risk_of_rain": 14.29,
"snow": 0,
"temperature": 8.74,
"time": "2019-03-04T17:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 2,
"wind_direction": "wsWest",
"wind_gusts": 43.9,
"wind_speed": 21.32
},
{
"humidity": 65.41,
"night": 1,
"pluviometry": 0.15,
"pluviometry1h": 0.07,
"pluviometry_cumul": 0.15,
"recommended_spray": 3,
"risk_of_rain": 14.29,
"snow": 0,
"temperature": 8.23,
"time": "2019-03-04T18:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 4,
"wind_direction": "wsWest",
"wind_gusts": 42.51,
"wind_speed": 20.49
},
{
"humidity": 66.3,
"night": 1,
"pluviometry": 0.12,
"pluviometry1h": 0.04,
"pluviometry_cumul": 0.12,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 7.71,
"time": "2019-03-04T19: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": 42.19,
"wind_speed": 18.96
},
{
"humidity": 72.44,
"night": 1,
"pluviometry": 0.08,
"pluviometry1h": 0.04,
"pluviometry_cumul": 0.08,
"recommended_spray": 2,
"risk_of_rain": 14.29,
"snow": 0,
"temperature": 6.93,
"time": "2019-03-04T20: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": "sWest",
"wind_gusts": 51.38,
"wind_speed": 19.25
},
{
"humidity": 70.81,
"night": 1,
"pluviometry": 0.04,
"pluviometry1h": 0.04,
"pluviometry_cumul": 0.04,
"recommended_spray": 3,
"risk_of_rain": 14.29,
"snow": 0,
"temperature": 6.87,
"time": "2019-03-04T21:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 4,
"wind_direction": "sWest",
"wind_gusts": 42.65,
"wind_speed": 19.7
},
{
"humidity": 76.01,
"night": 1,
"pluviometry": 0,
"pluviometry1h": 0,
"pluviometry_cumul": 0,
"recommended_spray": 2,
"risk_of_rain": 14.29,
"snow": 0,
"temperature": 6.46,
"time": "2019-03-04T22: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": "sWest",
"wind_gusts": 41.49,
"wind_speed": 18.76
},
{
"humidity": 75.08,
"night": 1,
"pluviometry": 0,
"pluviometry1h": 0,
"pluviometry_cumul": 0,
"recommended_spray": 2,
"risk_of_rain": 14.29,
"snow": 0,
"temperature": 6.34,
"time": "2019-03-04T23: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": "wsWest",
"wind_gusts": 37.04,
"wind_speed": 19.01
},
{
"humidity": 76.01,
"night": 1,
"pluviometry": 0,
"pluviometry1h": 0,
"pluviometry_cumul": 0,
"recommended_spray": 2,
"risk_of_rain": 14.29,
"snow": 0,
"temperature": 6.13,
"time": "2019-03-05T00: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": "sWest",
"wind_gusts": 37.23,
"wind_speed": 18.95
},
{
"humidity": 77.81,
"night": 1,
"pluviometry": 0,
"pluviometry1h": 0,
"pluviometry_cumul": 0,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 5.89,
"time": "2019-03-05T01: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": "sWest",
"wind_gusts": 36.06,
"wind_speed": 18.57
},
{
"humidity": 78.4,
"night": 1,
"pluviometry": 0.01,
"pluviometry1h": 0,
"pluviometry_cumul": 0.01,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 5.82,
"time": "2019-03-05T02:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 1,
"wind_direction": "sWest",
"wind_gusts": 37.14,
"wind_speed": 19.26
},
{
"humidity": 79.36,
"night": 1,
"pluviometry": 0.1,
"pluviometry1h": 0,
"pluviometry_cumul": 0.1,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 5.73,
"time": "2019-03-05T03: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": "sWest",
"wind_gusts": 37.3,
"wind_speed": 18.97
},
{
"humidity": 80.56,
"night": 1,
"pluviometry": 0.17,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.17,
"recommended_spray": 2,
"risk_of_rain": 14.29,
"snow": 0,
"temperature": 5.65,
"time": "2019-03-05T04: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": "sWest",
"wind_gusts": 37.09,
"wind_speed": 18.66
},
{
"humidity": 80.88,
"night": 1,
"pluviometry": 0.2,
"pluviometry1h": 0.09,
"pluviometry_cumul": 0.2,
"recommended_spray": 2,
"risk_of_rain": 14.29,
"snow": 0,
"temperature": 5.82,
"time": "2019-03-05T05: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": "ssWest",
"wind_gusts": 37.24,
"wind_speed": 18.43
},
{
"humidity": 79.98,
"night": 1,
"pluviometry": 0.17,
"pluviometry1h": 0.07,
"pluviometry_cumul": 0.17,
"recommended_spray": 3,
"risk_of_rain": 28.57,
"snow": 0,
"temperature": 6.27,
"time": "2019-03-05T06:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 5,
"wind_direction": "sWest",
"wind_gusts": 40.04,
"wind_speed": 19.64
},
{
"humidity": 81.72,
"night": 0,
"pluviometry": 0.13,
"pluviometry1h": 0.04,
"pluviometry_cumul": 0.13,
"recommended_spray": 3,
"risk_of_rain": 83.33,
"snow": 0,
"temperature": 6.83,
"time": "2019-03-05T07:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 10,
"wind_direction": "sWest",
"wind_gusts": 44.55,
"wind_speed": 20.74
},
{
"humidity": 80.94,
"night": 0,
"pluviometry": 0.14,
"pluviometry1h": 0.06,
"pluviometry_cumul": 0.14,
"recommended_spray": 3,
"risk_of_rain": 83.33,
"snow": 0,
"temperature": 7.39,
"time": "2019-03-05T08:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "sWest",
"wind_gusts": 42.13,
"wind_speed": 22.28
},
{
"humidity": 80.56,
"night": 0,
"pluviometry": 0.18,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.18,
"recommended_spray": 3,
"risk_of_rain": 83.33,
"snow": 0,
"temperature": 8.05,
"time": "2019-03-05T09:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "sWest",
"wind_gusts": 40.95,
"wind_speed": 21.89
},
{
"humidity": 78.32,
"night": 0,
"pluviometry": 0.27,
"pluviometry1h": 0.05,
"pluviometry_cumul": 0.27,
"recommended_spray": 3,
"risk_of_rain": 66.67,
"snow": 0,
"temperature": 8.88,
"time": "2019-03-05T10:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 10,
"wind_direction": "sWest",
"wind_gusts": 44.73,
"wind_speed": 21.24
}
],
"wind_direction": "sWest",
"wind_gusts": 77.9,
"wind_speed": 27.262400000000007
},
{
"max_humidity": 82.84,
"max_temperature": 11.96,
"min_humidity": 69.45,
"min_temperature": 5.65,
"pluviometry_cumul": 1.25,
"snow": 0,
"time": "2019-03-04T23:00:00+00:00",
"weather": 14,
"weather_reports": [
{
"humidity": 75.08,
"night": 1,
"pluviometry": 0,
"pluviometry1h": 0,
"pluviometry_cumul": 0,
"recommended_spray": 2,
"risk_of_rain": 14.29,
"snow": 0,
"temperature": 6.34,
"time": "2019-03-04T23: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": "wsWest",
"wind_gusts": 37.04,
"wind_speed": 19.01
},
{
"humidity": 78.4,
"night": 1,
"pluviometry": 0.01,
"pluviometry1h": 0,
"pluviometry_cumul": 0.01,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 5.82,
"time": "2019-03-05T02: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": "sWest",
"wind_gusts": 37.14,
"wind_speed": 19.26
},
{
"humidity": 80.88,
"night": 1,
"pluviometry": 0.2,
"pluviometry1h": 0.09,
"pluviometry_cumul": 0.2,
"recommended_spray": 2,
"risk_of_rain": 14.29,
"snow": 0,
"temperature": 5.82,
"time": "2019-03-05T05: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": "ssWest",
"wind_gusts": 37.24,
"wind_speed": 18.43
},
{
"humidity": 80.94,
"night": 0,
"pluviometry": 0.14,
"pluviometry1h": 0.06,
"pluviometry_cumul": 0.14,
"recommended_spray": 3,
"risk_of_rain": 83.33,
"snow": 0,
"temperature": 7.39,
"time": "2019-03-05T08:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "sWest",
"wind_gusts": 42.13,
"wind_speed": 22.28
},
{
"humidity": 77.74,
"night": 0,
"pluviometry": 0.32,
"pluviometry1h": 0.1,
"pluviometry_cumul": 0.32,
"recommended_spray": 3,
"risk_of_rain": 66.67,
"snow": 0,
"temperature": 9.5,
"time": "2019-03-05T11:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 10,
"wind_direction": "sWest",
"wind_gusts": 40.71,
"wind_speed": 20.35
},
{
"humidity": 69.45,
"night": 0,
"pluviometry": 0.21,
"pluviometry1h": 0.09,
"pluviometry_cumul": 0.21,
"recommended_spray": 3,
"risk_of_rain": 66.67,
"snow": 0,
"temperature": 11.72,
"time": "2019-03-05T14:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 10,
"wind_direction": "sWest",
"wind_gusts": 39.99,
"wind_speed": 20.72
},
{
"humidity": 72.75,
"night": 0,
"pluviometry": 0.18,
"pluviometry1h": 0.09,
"pluviometry_cumul": 0.18,
"recommended_spray": 1,
"risk_of_rain": 50,
"snow": 0,
"temperature": 11.4,
"time": "2019-03-05T17:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
}
],
"weather": 5,
"wind_direction": "ssWest",
"wind_gusts": 31.75,
"wind_speed": 15.96
},
{
"humidity": 80.84,
"night": 1,
"pluviometry": 0.04,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.04,
"recommended_spray": 1,
"risk_of_rain": 16.67,
"snow": 0,
"temperature": 9.7,
"time": "2019-03-05T20:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
}
],
"weather": 5,
"wind_direction": "south",
"wind_gusts": 24.38,
"wind_speed": 14.25
}
],
"wind_direction": "sWest",
"wind_gusts": 44.73,
"wind_speed": 18.424400000000002
},
{
"max_humidity": 89.88,
"max_temperature": 11.91,
"min_humidity": 63.87,
"min_temperature": 7.9,
"pluviometry_cumul": 6.06,
"snow": 0,
"time": "2019-03-05T23:00:00+00:00",
"weather": 20,
"weather_reports": [
{
"humidity": 82.84,
"night": 1,
"pluviometry": 0.07,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.07,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 8.62,
"time": "2019-03-05T23: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": 25.2,
"wind_speed": 15.16
},
{
"humidity": 77.04,
"night": 1,
"pluviometry": 0.09,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.09,
"recommended_spray": 2,
"risk_of_rain": 16.67,
"snow": 0,
"temperature": 7.94,
"time": "2019-03-06T02: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": 32.28,
"wind_speed": 17.53
},
{
"humidity": 69.78,
"night": 1,
"pluviometry": 0.14,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.14,
"recommended_spray": 2,
"risk_of_rain": 33.33,
"snow": 0,
"temperature": 8.25,
"time": "2019-03-06T05: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": "south",
"wind_gusts": 34.87,
"wind_speed": 19.09
},
{
"humidity": 65.84,
"night": 0,
"pluviometry": 0.68,
"pluviometry1h": 0.13,
"pluviometry_cumul": 0.68,
"recommended_spray": 3,
"risk_of_rain": 83.33,
"snow": 0,
"temperature": 9.54,
"time": "2019-03-06T08:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "south",
"wind_gusts": 35.36,
"wind_speed": 20
},
{
"humidity": 71.37,
"night": 0,
"pluviometry": 0.68,
"pluviometry1h": 0.26,
"pluviometry_cumul": 0.68,
"recommended_spray": 3,
"risk_of_rain": 100,
"snow": 0,
"temperature": 10.81,
"time": "2019-03-06T11:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "south",
"wind_gusts": 37.24,
"wind_speed": 22.5
},
{
"humidity": 80.26,
"night": 0,
"pluviometry": 0.37,
"pluviometry1h": 0.13,
"pluviometry_cumul": 0.37,
"recommended_spray": 3,
"risk_of_rain": 66.67,
"snow": 0,
"temperature": 11.89,
"time": "2019-03-06T14:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "south",
"wind_gusts": 36.33,
"wind_speed": 20.15
},
{
"humidity": 87.96,
"night": 0,
"pluviometry": 0.68,
"pluviometry1h": 0.22,
"pluviometry_cumul": 0.68,
"recommended_spray": 1,
"risk_of_rain": 83.33,
"snow": 0,
"temperature": 11.91,
"time": "2019-03-06T17:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
}
],
"weather": 15,
"wind_direction": "south",
"wind_gusts": 32.91,
"wind_speed": 16.42
},
{
"humidity": 88.32,
"night": 1,
"pluviometry": 1.36,
"pluviometry1h": 0.46,
"pluviometry_cumul": 1.36,
"recommended_spray": 1,
"risk_of_rain": 66.67,
"snow": 0,
"temperature": 11.64,
"time": "2019-03-06T20:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
}
],
"weather": 15,
"wind_direction": "south",
"wind_gusts": 31.59,
"wind_speed": 19.16
}
],
"wind_direction": "south",
"wind_gusts": 37.36,
"wind_speed": 19.0972
},
{
"max_humidity": 90.67,
"max_temperature": 11.36,
"min_humidity": 57.3,
"min_temperature": 8.45,
"pluviometry_cumul": 3.14,
"snow": 0,
"time": "2019-03-06T23:00:00+00:00",
"weather": 14,
"weather_reports": [
{
"humidity": 89.88,
"night": 1,
"pluviometry": 1.13,
"pluviometry1h": 0.41,
"pluviometry_cumul": 1.13,
"recommended_spray": 3,
"risk_of_rain": 66.67,
"snow": 0,
"temperature": 11.06,
"time": "2019-03-06T23:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "ssWest",
"wind_gusts": 31.09,
"wind_speed": 20.82
},
{
"humidity": 88.18,
"night": 1,
"pluviometry": 1.02,
"pluviometry1h": 0.33,
"pluviometry_cumul": 1.02,
"recommended_spray": 3,
"risk_of_rain": 66.67,
"snow": 0,
"temperature": 10.49,
"time": "2019-03-07T02:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "ssWest",
"wind_gusts": 37.48,
"wind_speed": 21.26
},
{
"humidity": 87.25,
"night": 1,
"pluviometry": 1.06,
"pluviometry1h": 0.44,
"pluviometry_cumul": 1.06,
"recommended_spray": 3,
"risk_of_rain": 50,
"snow": 0,
"temperature": 9.61,
"time": "2019-03-07T05:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "sWest",
"wind_gusts": 48.96,
"wind_speed": 22.14
},
{
"humidity": 80.59,
"night": 0,
"pluviometry": 0.55,
"pluviometry1h": 0.21,
"pluviometry_cumul": 0.55,
"recommended_spray": 3,
"risk_of_rain": 83.33,
"snow": 0,
"temperature": 8.45,
"time": "2019-03-07T08:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 12,
"wind_direction": "wsWest",
"wind_gusts": 51.23,
"wind_speed": 23.69
},
{
"humidity": 62.62,
"night": 0,
"pluviometry": 0.38,
"pluviometry1h": 0.13,
"pluviometry_cumul": 0.38,
"recommended_spray": 3,
"risk_of_rain": 83.33,
"snow": 0,
"temperature": 10.33,
"time": "2019-03-07T11:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 13,
"wind_direction": "wsWest",
"wind_gusts": 57.91,
"wind_speed": 25.1
},
{
"humidity": 58.94,
"night": 0,
"pluviometry": 0.31,
"pluviometry1h": 0.12,
"pluviometry_cumul": 0.31,
"recommended_spray": 3,
"risk_of_rain": 83.33,
"snow": 0,
"temperature": 11.19,
"time": "2019-03-07T14:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 13,
"wind_direction": "wsWest",
"wind_gusts": 58.34,
"wind_speed": 25.26
},
{
"humidity": 66.7,
"night": 0,
"pluviometry": 0.18,
"pluviometry1h": 0.07,
"pluviometry_cumul": 0.18,
"recommended_spray": 3,
"risk_of_rain": 33.33,
"snow": 0,
"temperature": 9.67,
"time": "2019-03-07T17:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 8,
"wind_direction": "wsWest",
"wind_gusts": 54.75,
"wind_speed": 21.37
},
{
"humidity": 73.04,
"night": 1,
"pluviometry": 0.15,
"pluviometry1h": 0.04,
"pluviometry_cumul": 0.15,
"recommended_spray": 2,
"risk_of_rain": 16.67,
"snow": 0,
"temperature": 8.06,
"time": "2019-03-07T20: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": "wsWest",
"wind_gusts": 51.22,
"wind_speed": 19.09
}
],
"wind_direction": "wsWest",
"wind_gusts": 60.33,
"wind_speed": 22.069999999999997
},
{
"max_humidity": 87.6,
"max_temperature": 10.93,
"min_humidity": 44.24,
"min_temperature": 5.07,
"pluviometry_cumul": 0.54,
"snow": 0,
"time": "2019-03-07T23:00:00+00:00",
"weather": 13,
"weather_reports": [
{
"humidity": 76.53,
"night": 1,
"pluviometry": 0.24,
"pluviometry1h": 0.07,
"pluviometry_cumul": 0.24,
"recommended_spray": 2,
"risk_of_rain": 50,
"snow": 0,
"temperature": 7.1,
"time": "2019-03-07T23: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": "wsWest",
"wind_gusts": 45.82,
"wind_speed": 18.21
},
{
"humidity": 81.35,
"night": 1,
"pluviometry": 0.27,
"pluviometry1h": 0.1,
"pluviometry_cumul": 0.27,
"recommended_spray": 2,
"risk_of_rain": 50,
"snow": 0,
"temperature": 6.46,
"time": "2019-03-08T02: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": "wsWest",
"wind_gusts": 40.26,
"wind_speed": 15.23
},
{
"humidity": 87.6,
"night": 1,
"pluviometry": 0.18,
"pluviometry1h": 0.07,
"pluviometry_cumul": 0.18,
"recommended_spray": 2,
"risk_of_rain": 33.33,
"snow": 0,
"temperature": 5.23,
"time": "2019-03-08T05:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 6,
"wind_direction": "west",
"wind_gusts": 28.48,
"wind_speed": 11.9
},
{
"humidity": 77.99,
"night": 0,
"pluviometry": 0.11,
"pluviometry1h": 0.04,
"pluviometry_cumul": 0.11,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 6.44,
"time": "2019-03-08T08: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": "west",
"wind_gusts": 27.36,
"wind_speed": 10.53
},
{
"humidity": 57.87,
"night": 0,
"pluviometry": 0.08,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.08,
"recommended_spray": 2,
"risk_of_rain": 20,
"snow": 0,
"temperature": 9.43,
"time": "2019-03-08T11: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": "west",
"wind_gusts": 33.19,
"wind_speed": 13.26
},
{
"humidity": 44.64,
"night": 0,
"pluviometry": 0.05,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.05,
"recommended_spray": 3,
"risk_of_rain": 50,
"snow": 0,
"temperature": 10.93,
"time": "2019-03-08T14:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "L'hygrométrie est faible ",
"icon": null,
"type": "HY50"
}
],
"weather": 9,
"wind_direction": "west",
"wind_gusts": 29.92,
"wind_speed": 14.05
},
{
"humidity": 51.84,
"night": 0,
"pluviometry": 0.02,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.02,
"recommended_spray": 2,
"risk_of_rain": 25,
"snow": 0,
"temperature": 9.25,
"time": "2019-03-08T17: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": "wsWest",
"wind_gusts": 22.53,
"wind_speed": 8.93
},
{
"humidity": 68.44,
"night": 1,
"pluviometry": 0,
"pluviometry1h": 0,
"pluviometry_cumul": 0,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 6.85,
"time": "2019-03-08T20: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": 21.44,
"wind_speed": 9.05
}
],
"wind_direction": "west",
"wind_gusts": 45.82,
"wind_speed": 12.403200000000002
},
{
"max_humidity": 85.74,
"max_temperature": 11.8,
"min_humidity": 70.26,
"min_temperature": 6.44,
"pluviometry_cumul": 3,
"snow": 0,
"time": "2019-03-08T23:00:00+00:00",
"weather": 14,
"weather_reports": [
{
"humidity": 70.26,
"night": 1,
"pluviometry": 0.02,
"pluviometry1h": 0,
"pluviometry_cumul": 0.02,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 6.64,
"time": "2019-03-08T23: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": "ssWest",
"wind_gusts": 30.28,
"wind_speed": 13.36
},
{
"humidity": 78.53,
"night": 1,
"pluviometry": 0.08,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.08,
"recommended_spray": 2,
"risk_of_rain": 50,
"snow": 0,
"temperature": 6.48,
"time": "2019-03-09T02: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": "ssWest",
"wind_gusts": 31.34,
"wind_speed": 16.41
},
{
"humidity": 83.82,
"night": 1,
"pluviometry": 0.22,
"pluviometry1h": 0.04,
"pluviometry_cumul": 0.22,
"recommended_spray": 2,
"risk_of_rain": 50,
"snow": 0,
"temperature": 6.72,
"time": "2019-03-09T05: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": "ssWest",
"wind_gusts": 25.2,
"wind_speed": 18.91
},
{
"humidity": 82.64,
"night": 0,
"pluviometry": 0.45,
"pluviometry1h": 0.14,
"pluviometry_cumul": 0.45,
"recommended_spray": 3,
"risk_of_rain": 75,
"snow": 0,
"temperature": 8.54,
"time": "2019-03-09T08:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "ssWest",
"wind_gusts": 29.63,
"wind_speed": 23.14
},
{
"humidity": 84.08,
"night": 0,
"pluviometry": 0.54,
"pluviometry1h": 0.17,
"pluviometry_cumul": 0.54,
"recommended_spray": 3,
"risk_of_rain": 75,
"snow": 0,
"temperature": 10.72,
"time": "2019-03-09T11:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "sWest",
"wind_gusts": 36.19,
"wind_speed": 25.43
},
{
"humidity": 85.74,
"night": 0,
"pluviometry": 0.55,
"pluviometry1h": 0.2,
"pluviometry_cumul": 0.55,
"recommended_spray": 3,
"risk_of_rain": 50,
"snow": 0,
"temperature": 11.75,
"time": "2019-03-09T14:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "wsWest",
"wind_gusts": 37.67,
"wind_speed": 24.85
},
{
"humidity": 85.15,
"night": 0,
"pluviometry": 0.32,
"pluviometry1h": 0.15,
"pluviometry_cumul": 0.32,
"recommended_spray": 3,
"risk_of_rain": 75,
"snow": 0,
"temperature": 11.59,
"time": "2019-03-09T17:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "wsWest",
"wind_gusts": 39.09,
"wind_speed": 22.22
},
{
"humidity": 83.23,
"night": 1,
"pluviometry": 0.12,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.12,
"recommended_spray": 3,
"risk_of_rain": 50,
"snow": 0,
"temperature": 10.65,
"time": "2019-03-09T20:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 5,
"wind_direction": "wsWest",
"wind_gusts": 39.28,
"wind_speed": 22.67
}
],
"wind_direction": "ssWest",
"wind_gusts": 42.87,
"wind_speed": 21.4624
},
{
"max_humidity": 80.29,
"max_temperature": 10.85,
"min_humidity": 60.62,
"min_temperature": 6.3,
"pluviometry_cumul": 3.32,
"snow": 0,
"time": "2019-03-09T23:00:00+00:00",
"weather": 14,
"weather_reports": [
{
"humidity": 80.22,
"night": 1,
"pluviometry": 0.32,
"pluviometry1h": 0.08,
"pluviometry_cumul": 0.32,
"recommended_spray": 3,
"risk_of_rain": 25,
"snow": 0,
"temperature": 9.04,
"time": "2019-03-09T23:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 4,
"wind_direction": "west",
"wind_gusts": 42.87,
"wind_speed": 24.17
},
{
"humidity": 79.94,
"night": 1,
"pluviometry": 0.48,
"pluviometry1h": 0.16,
"pluviometry_cumul": 0.48,
"recommended_spray": 3,
"risk_of_rain": 50,
"snow": 0,
"temperature": 7.16,
"time": "2019-03-10T02:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 5,
"wind_direction": "wsWest",
"wind_gusts": 49.81,
"wind_speed": 23.45
},
{
"humidity": 79.71,
"night": 1,
"pluviometry": 0.72,
"pluviometry1h": 0.16,
"pluviometry_cumul": 0.72,
"recommended_spray": 3,
"risk_of_rain": 50,
"snow": 0,
"temperature": 6.3,
"time": "2019-03-10T05:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 10,
"wind_direction": "wsWest",
"wind_gusts": 51.94,
"wind_speed": 21.03
},
{
"humidity": 72.47,
"night": 0,
"pluviometry": 1.07,
"pluviometry1h": 0.4,
"pluviometry_cumul": 1.07,
"recommended_spray": 3,
"risk_of_rain": 50,
"snow": 0,
"temperature": 7.92,
"time": "2019-03-10T08:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "wsWest",
"wind_gusts": 54.45,
"wind_speed": 20.89
},
{
"humidity": 64.06,
"night": 0,
"pluviometry": 0.61,
"pluviometry1h": 0.27,
"pluviometry_cumul": 0.61,
"recommended_spray": 3,
"risk_of_rain": 75,
"snow": 0,
"temperature": 10.38,
"time": "2019-03-10T11:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "wsWest",
"wind_gusts": 42.89,
"wind_speed": 21.48
},
{
"humidity": 60.62,
"night": 0,
"pluviometry": 0.21,
"pluviometry1h": 0.07,
"pluviometry_cumul": 0.21,
"recommended_spray": 3,
"risk_of_rain": 75,
"snow": 0,
"temperature": 10.59,
"time": "2019-03-10T14:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "wsWest",
"wind_gusts": 33.76,
"wind_speed": 21.96
},
{
"humidity": 66.5,
"night": 0,
"pluviometry": 0.18,
"pluviometry1h": 0.07,
"pluviometry_cumul": 0.18,
"recommended_spray": 3,
"risk_of_rain": 50,
"snow": 0,
"temperature": 8.78,
"time": "2019-03-10T17:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 10,
"wind_direction": "wsWest",
"wind_gusts": 26.41,
"wind_speed": 19.58
},
{
"humidity": 71.47,
"night": 1,
"pluviometry": 0.11,
"pluviometry1h": 0.04,
"pluviometry_cumul": 0.11,
"recommended_spray": 2,
"risk_of_rain": 50,
"snow": 0,
"temperature": 7.26,
"time": "2019-03-10T20: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": "wsWest",
"wind_gusts": 32.13,
"wind_speed": 19.34
}
],
"wind_direction": "OSO",
"wind_gusts": 54.45,
"wind_speed": 21.361599999999996
}
],
"timezone": "Europe/Paris"
}
}
The input JSON schema validates the input JSON instance (JSON Schema Draft 4).
{
"weather_forecast": {
"city": "PARIS",
"city_code": "CY_FR_75056",
"daily_reports": [
{
"max_humidity": 78.76,
"max_temperature": 9.6,
"min_humidity": 64.54,
"min_temperature": 8.24,
"pluviometry_cumul": 3.51,
"snow": 0,
"time": "2019-03-04T11:00:00+00:00",
"weather": 14,
"weather_reports": [
{
"humidity": 74.77,
"night": 0,
"pluviometry": 1.51,
"pluviometry1h": 0.47,
"pluviometry_cumul": 1.51,
"recommended_spray": 3,
"risk_of_rain": 100,
"snow": 0,
"temperature": 8.55,
"time": "2019-03-04T11:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "wsWest",
"wind_gusts": 63.85,
"wind_speed": 31.18
},
{
"humidity": 73.54,
"night": 0,
"pluviometry": 1.28,
"pluviometry1h": 0.26,
"pluviometry_cumul": 1.28,
"recommended_spray": 3,
"risk_of_rain": 85.71,
"snow": 0,
"temperature": 8.24,
"time": "2019-03-04T12:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "west",
"wind_gusts": 66.16,
"wind_speed": 31.94
},
{
"humidity": 65.24,
"night": 0,
"pluviometry": 1.51,
"pluviometry1h": 0.78,
"pluviometry_cumul": 1.51,
"recommended_spray": 3,
"risk_of_rain": 28.57,
"snow": 0,
"temperature": 9.38,
"time": "2019-03-04T13:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 10,
"wind_direction": "west",
"wind_gusts": 57.29,
"wind_speed": 27.05
},
{
"humidity": 67.76,
"night": 0,
"pluviometry": 1.22,
"pluviometry1h": 0.24,
"pluviometry_cumul": 1.22,
"recommended_spray": 3,
"risk_of_rain": 42.86,
"snow": 0,
"temperature": 9.09,
"time": "2019-03-04T14:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "west",
"wind_gusts": 56.28,
"wind_speed": 24.77
},
{
"humidity": 71.69,
"night": 0,
"pluviometry": 1.06,
"pluviometry1h": 0.49,
"pluviometry_cumul": 1.06,
"recommended_spray": 3,
"risk_of_rain": 57.14,
"snow": 0,
"temperature": 8.93,
"time": "2019-03-04T15:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "wsWest",
"wind_gusts": 52.42,
"wind_speed": 24.79
},
{
"humidity": 69.01,
"night": 0,
"pluviometry": 0.64,
"pluviometry1h": 0.49,
"pluviometry_cumul": 0.64,
"recommended_spray": 3,
"risk_of_rain": 57.14,
"snow": 0,
"temperature": 8.8,
"time": "2019-03-04T16:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 14,
"wind_direction": "wsWest",
"wind_gusts": 52.37,
"wind_speed": 22.84
},
{
"humidity": 66.09,
"night": 0,
"pluviometry": 0.19,
"pluviometry1h": 0.08,
"pluviometry_cumul": 0.19,
"recommended_spray": 3,
"risk_of_rain": 14.29,
"snow": 0,
"temperature": 8.74,
"time": "2019-03-04T17:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 2,
"wind_direction": "wsWest",
"wind_gusts": 43.9,
"wind_speed": 21.32
},
{
"humidity": 65.41,
"night": 1,
"pluviometry": 0.15,
"pluviometry1h": 0.07,
"pluviometry_cumul": 0.15,
"recommended_spray": 3,
"risk_of_rain": 14.29,
"snow": 0,
"temperature": 8.23,
"time": "2019-03-04T18:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 4,
"wind_direction": "wsWest",
"wind_gusts": 42.51,
"wind_speed": 20.49
},
{
"humidity": 66.3,
"night": 1,
"pluviometry": 0.12,
"pluviometry1h": 0.04,
"pluviometry_cumul": 0.12,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 7.71,
"time": "2019-03-04T19: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": 42.19,
"wind_speed": 18.96
},
{
"humidity": 72.44,
"night": 1,
"pluviometry": 0.08,
"pluviometry1h": 0.04,
"pluviometry_cumul": 0.08,
"recommended_spray": 2,
"risk_of_rain": 14.29,
"snow": 0,
"temperature": 6.93,
"time": "2019-03-04T20: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": "sWest",
"wind_gusts": 51.38,
"wind_speed": 19.25
},
{
"humidity": 70.81,
"night": 1,
"pluviometry": 0.04,
"pluviometry1h": 0.04,
"pluviometry_cumul": 0.04,
"recommended_spray": 3,
"risk_of_rain": 14.29,
"snow": 0,
"temperature": 6.87,
"time": "2019-03-04T21:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 4,
"wind_direction": "sWest",
"wind_gusts": 42.65,
"wind_speed": 19.7
},
{
"humidity": 76.01,
"night": 1,
"pluviometry": 0,
"pluviometry1h": 0,
"pluviometry_cumul": 0,
"recommended_spray": 2,
"risk_of_rain": 14.29,
"snow": 0,
"temperature": 6.46,
"time": "2019-03-04T22: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": "sWest",
"wind_gusts": 41.49,
"wind_speed": 18.76
},
{
"humidity": 75.08,
"night": 1,
"pluviometry": 0,
"pluviometry1h": 0,
"pluviometry_cumul": 0,
"recommended_spray": 2,
"risk_of_rain": 14.29,
"snow": 0,
"temperature": 6.34,
"time": "2019-03-04T23: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": "wsWest",
"wind_gusts": 37.04,
"wind_speed": 19.01
},
{
"humidity": 76.01,
"night": 1,
"pluviometry": 0,
"pluviometry1h": 0,
"pluviometry_cumul": 0,
"recommended_spray": 2,
"risk_of_rain": 14.29,
"snow": 0,
"temperature": 6.13,
"time": "2019-03-05T00: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": "sWest",
"wind_gusts": 37.23,
"wind_speed": 18.95
},
{
"humidity": 77.81,
"night": 1,
"pluviometry": 0,
"pluviometry1h": 0,
"pluviometry_cumul": 0,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 5.89,
"time": "2019-03-05T01: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": "sWest",
"wind_gusts": 36.06,
"wind_speed": 18.57
},
{
"humidity": 78.4,
"night": 1,
"pluviometry": 0.01,
"pluviometry1h": 0,
"pluviometry_cumul": 0.01,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 5.82,
"time": "2019-03-05T02:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 1,
"wind_direction": "sWest",
"wind_gusts": 37.14,
"wind_speed": 19.26
},
{
"humidity": 79.36,
"night": 1,
"pluviometry": 0.1,
"pluviometry1h": 0,
"pluviometry_cumul": 0.1,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 5.73,
"time": "2019-03-05T03: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": "sWest",
"wind_gusts": 37.3,
"wind_speed": 18.97
},
{
"humidity": 80.56,
"night": 1,
"pluviometry": 0.17,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.17,
"recommended_spray": 2,
"risk_of_rain": 14.29,
"snow": 0,
"temperature": 5.65,
"time": "2019-03-05T04: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": "sWest",
"wind_gusts": 37.09,
"wind_speed": 18.66
},
{
"humidity": 80.88,
"night": 1,
"pluviometry": 0.2,
"pluviometry1h": 0.09,
"pluviometry_cumul": 0.2,
"recommended_spray": 2,
"risk_of_rain": 14.29,
"snow": 0,
"temperature": 5.82,
"time": "2019-03-05T05: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": "ssWest",
"wind_gusts": 37.24,
"wind_speed": 18.43
},
{
"humidity": 79.98,
"night": 1,
"pluviometry": 0.17,
"pluviometry1h": 0.07,
"pluviometry_cumul": 0.17,
"recommended_spray": 3,
"risk_of_rain": 28.57,
"snow": 0,
"temperature": 6.27,
"time": "2019-03-05T06:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 5,
"wind_direction": "sWest",
"wind_gusts": 40.04,
"wind_speed": 19.64
},
{
"humidity": 81.72,
"night": 0,
"pluviometry": 0.13,
"pluviometry1h": 0.04,
"pluviometry_cumul": 0.13,
"recommended_spray": 3,
"risk_of_rain": 83.33,
"snow": 0,
"temperature": 6.83,
"time": "2019-03-05T07:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 10,
"wind_direction": "sWest",
"wind_gusts": 44.55,
"wind_speed": 20.74
},
{
"humidity": 80.94,
"night": 0,
"pluviometry": 0.14,
"pluviometry1h": 0.06,
"pluviometry_cumul": 0.14,
"recommended_spray": 3,
"risk_of_rain": 83.33,
"snow": 0,
"temperature": 7.39,
"time": "2019-03-05T08:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "sWest",
"wind_gusts": 42.13,
"wind_speed": 22.28
},
{
"humidity": 80.56,
"night": 0,
"pluviometry": 0.18,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.18,
"recommended_spray": 3,
"risk_of_rain": 83.33,
"snow": 0,
"temperature": 8.05,
"time": "2019-03-05T09:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "sWest",
"wind_gusts": 40.95,
"wind_speed": 21.89
},
{
"humidity": 78.32,
"night": 0,
"pluviometry": 0.27,
"pluviometry1h": 0.05,
"pluviometry_cumul": 0.27,
"recommended_spray": 3,
"risk_of_rain": 66.67,
"snow": 0,
"temperature": 8.88,
"time": "2019-03-05T10:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 10,
"wind_direction": "sWest",
"wind_gusts": 44.73,
"wind_speed": 21.24
}
],
"wind_direction": "sWest",
"wind_gusts": 77.9,
"wind_speed": 27.262400000000007
},
{
"max_humidity": 82.84,
"max_temperature": 11.96,
"min_humidity": 69.45,
"min_temperature": 5.65,
"pluviometry_cumul": 1.25,
"snow": 0,
"time": "2019-03-04T23:00:00+00:00",
"weather": 14,
"weather_reports": [
{
"humidity": 75.08,
"night": 1,
"pluviometry": 0,
"pluviometry1h": 0,
"pluviometry_cumul": 0,
"recommended_spray": 2,
"risk_of_rain": 14.29,
"snow": 0,
"temperature": 6.34,
"time": "2019-03-04T23: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": "wsWest",
"wind_gusts": 37.04,
"wind_speed": 19.01
},
{
"humidity": 78.4,
"night": 1,
"pluviometry": 0.01,
"pluviometry1h": 0,
"pluviometry_cumul": 0.01,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 5.82,
"time": "2019-03-05T02: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": "sWest",
"wind_gusts": 37.14,
"wind_speed": 19.26
},
{
"humidity": 80.88,
"night": 1,
"pluviometry": 0.2,
"pluviometry1h": 0.09,
"pluviometry_cumul": 0.2,
"recommended_spray": 2,
"risk_of_rain": 14.29,
"snow": 0,
"temperature": 5.82,
"time": "2019-03-05T05: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": "ssWest",
"wind_gusts": 37.24,
"wind_speed": 18.43
},
{
"humidity": 80.94,
"night": 0,
"pluviometry": 0.14,
"pluviometry1h": 0.06,
"pluviometry_cumul": 0.14,
"recommended_spray": 3,
"risk_of_rain": 83.33,
"snow": 0,
"temperature": 7.39,
"time": "2019-03-05T08:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "sWest",
"wind_gusts": 42.13,
"wind_speed": 22.28
},
{
"humidity": 77.74,
"night": 0,
"pluviometry": 0.32,
"pluviometry1h": 0.1,
"pluviometry_cumul": 0.32,
"recommended_spray": 3,
"risk_of_rain": 66.67,
"snow": 0,
"temperature": 9.5,
"time": "2019-03-05T11:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 10,
"wind_direction": "sWest",
"wind_gusts": 40.71,
"wind_speed": 20.35
},
{
"humidity": 69.45,
"night": 0,
"pluviometry": 0.21,
"pluviometry1h": 0.09,
"pluviometry_cumul": 0.21,
"recommended_spray": 3,
"risk_of_rain": 66.67,
"snow": 0,
"temperature": 11.72,
"time": "2019-03-05T14:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 10,
"wind_direction": "sWest",
"wind_gusts": 39.99,
"wind_speed": 20.72
},
{
"humidity": 72.75,
"night": 0,
"pluviometry": 0.18,
"pluviometry1h": 0.09,
"pluviometry_cumul": 0.18,
"recommended_spray": 1,
"risk_of_rain": 50,
"snow": 0,
"temperature": 11.4,
"time": "2019-03-05T17:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
}
],
"weather": 5,
"wind_direction": "ssWest",
"wind_gusts": 31.75,
"wind_speed": 15.96
},
{
"humidity": 80.84,
"night": 1,
"pluviometry": 0.04,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.04,
"recommended_spray": 1,
"risk_of_rain": 16.67,
"snow": 0,
"temperature": 9.7,
"time": "2019-03-05T20:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
}
],
"weather": 5,
"wind_direction": "south",
"wind_gusts": 24.38,
"wind_speed": 14.25
}
],
"wind_direction": "sWest",
"wind_gusts": 44.73,
"wind_speed": 18.424400000000002
},
{
"max_humidity": 89.88,
"max_temperature": 11.91,
"min_humidity": 63.87,
"min_temperature": 7.9,
"pluviometry_cumul": 6.06,
"snow": 0,
"time": "2019-03-05T23:00:00+00:00",
"weather": 20,
"weather_reports": [
{
"humidity": 82.84,
"night": 1,
"pluviometry": 0.07,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.07,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 8.62,
"time": "2019-03-05T23: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": 25.2,
"wind_speed": 15.16
},
{
"humidity": 77.04,
"night": 1,
"pluviometry": 0.09,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.09,
"recommended_spray": 2,
"risk_of_rain": 16.67,
"snow": 0,
"temperature": 7.94,
"time": "2019-03-06T02: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": 32.28,
"wind_speed": 17.53
},
{
"humidity": 69.78,
"night": 1,
"pluviometry": 0.14,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.14,
"recommended_spray": 2,
"risk_of_rain": 33.33,
"snow": 0,
"temperature": 8.25,
"time": "2019-03-06T05: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": "south",
"wind_gusts": 34.87,
"wind_speed": 19.09
},
{
"humidity": 65.84,
"night": 0,
"pluviometry": 0.68,
"pluviometry1h": 0.13,
"pluviometry_cumul": 0.68,
"recommended_spray": 3,
"risk_of_rain": 83.33,
"snow": 0,
"temperature": 9.54,
"time": "2019-03-06T08:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "south",
"wind_gusts": 35.36,
"wind_speed": 20
},
{
"humidity": 71.37,
"night": 0,
"pluviometry": 0.68,
"pluviometry1h": 0.26,
"pluviometry_cumul": 0.68,
"recommended_spray": 3,
"risk_of_rain": 100,
"snow": 0,
"temperature": 10.81,
"time": "2019-03-06T11:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "south",
"wind_gusts": 37.24,
"wind_speed": 22.5
},
{
"humidity": 80.26,
"night": 0,
"pluviometry": 0.37,
"pluviometry1h": 0.13,
"pluviometry_cumul": 0.37,
"recommended_spray": 3,
"risk_of_rain": 66.67,
"snow": 0,
"temperature": 11.89,
"time": "2019-03-06T14:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "south",
"wind_gusts": 36.33,
"wind_speed": 20.15
},
{
"humidity": 87.96,
"night": 0,
"pluviometry": 0.68,
"pluviometry1h": 0.22,
"pluviometry_cumul": 0.68,
"recommended_spray": 1,
"risk_of_rain": 83.33,
"snow": 0,
"temperature": 11.91,
"time": "2019-03-06T17:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
}
],
"weather": 15,
"wind_direction": "south",
"wind_gusts": 32.91,
"wind_speed": 16.42
},
{
"humidity": 88.32,
"night": 1,
"pluviometry": 1.36,
"pluviometry1h": 0.46,
"pluviometry_cumul": 1.36,
"recommended_spray": 1,
"risk_of_rain": 66.67,
"snow": 0,
"temperature": 11.64,
"time": "2019-03-06T20:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
}
],
"weather": 15,
"wind_direction": "south",
"wind_gusts": 31.59,
"wind_speed": 19.16
}
],
"wind_direction": "south",
"wind_gusts": 37.36,
"wind_speed": 19.0972
},
{
"max_humidity": 90.67,
"max_temperature": 11.36,
"min_humidity": 57.3,
"min_temperature": 8.45,
"pluviometry_cumul": 3.14,
"snow": 0,
"time": "2019-03-06T23:00:00+00:00",
"weather": 14,
"weather_reports": [
{
"humidity": 89.88,
"night": 1,
"pluviometry": 1.13,
"pluviometry1h": 0.41,
"pluviometry_cumul": 1.13,
"recommended_spray": 3,
"risk_of_rain": 66.67,
"snow": 0,
"temperature": 11.06,
"time": "2019-03-06T23:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "ssWest",
"wind_gusts": 31.09,
"wind_speed": 20.82
},
{
"humidity": 88.18,
"night": 1,
"pluviometry": 1.02,
"pluviometry1h": 0.33,
"pluviometry_cumul": 1.02,
"recommended_spray": 3,
"risk_of_rain": 66.67,
"snow": 0,
"temperature": 10.49,
"time": "2019-03-07T02:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "ssWest",
"wind_gusts": 37.48,
"wind_speed": 21.26
},
{
"humidity": 87.25,
"night": 1,
"pluviometry": 1.06,
"pluviometry1h": 0.44,
"pluviometry_cumul": 1.06,
"recommended_spray": 3,
"risk_of_rain": 50,
"snow": 0,
"temperature": 9.61,
"time": "2019-03-07T05:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "sWest",
"wind_gusts": 48.96,
"wind_speed": 22.14
},
{
"humidity": 80.59,
"night": 0,
"pluviometry": 0.55,
"pluviometry1h": 0.21,
"pluviometry_cumul": 0.55,
"recommended_spray": 3,
"risk_of_rain": 83.33,
"snow": 0,
"temperature": 8.45,
"time": "2019-03-07T08:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 12,
"wind_direction": "wsWest",
"wind_gusts": 51.23,
"wind_speed": 23.69
},
{
"humidity": 62.62,
"night": 0,
"pluviometry": 0.38,
"pluviometry1h": 0.13,
"pluviometry_cumul": 0.38,
"recommended_spray": 3,
"risk_of_rain": 83.33,
"snow": 0,
"temperature": 10.33,
"time": "2019-03-07T11:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 13,
"wind_direction": "wsWest",
"wind_gusts": 57.91,
"wind_speed": 25.1
},
{
"humidity": 58.94,
"night": 0,
"pluviometry": 0.31,
"pluviometry1h": 0.12,
"pluviometry_cumul": 0.31,
"recommended_spray": 3,
"risk_of_rain": 83.33,
"snow": 0,
"temperature": 11.19,
"time": "2019-03-07T14:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 13,
"wind_direction": "wsWest",
"wind_gusts": 58.34,
"wind_speed": 25.26
},
{
"humidity": 66.7,
"night": 0,
"pluviometry": 0.18,
"pluviometry1h": 0.07,
"pluviometry_cumul": 0.18,
"recommended_spray": 3,
"risk_of_rain": 33.33,
"snow": 0,
"temperature": 9.67,
"time": "2019-03-07T17:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 8,
"wind_direction": "wsWest",
"wind_gusts": 54.75,
"wind_speed": 21.37
},
{
"humidity": 73.04,
"night": 1,
"pluviometry": 0.15,
"pluviometry1h": 0.04,
"pluviometry_cumul": 0.15,
"recommended_spray": 2,
"risk_of_rain": 16.67,
"snow": 0,
"temperature": 8.06,
"time": "2019-03-07T20: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": "wsWest",
"wind_gusts": 51.22,
"wind_speed": 19.09
}
],
"wind_direction": "wsWest",
"wind_gusts": 60.33,
"wind_speed": 22.069999999999997
},
{
"max_humidity": 87.6,
"max_temperature": 10.93,
"min_humidity": 44.24,
"min_temperature": 5.07,
"pluviometry_cumul": 0.54,
"snow": 0,
"time": "2019-03-07T23:00:00+00:00",
"weather": 13,
"weather_reports": [
{
"humidity": 76.53,
"night": 1,
"pluviometry": 0.24,
"pluviometry1h": 0.07,
"pluviometry_cumul": 0.24,
"recommended_spray": 2,
"risk_of_rain": 50,
"snow": 0,
"temperature": 7.1,
"time": "2019-03-07T23: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": "wsWest",
"wind_gusts": 45.82,
"wind_speed": 18.21
},
{
"humidity": 81.35,
"night": 1,
"pluviometry": 0.27,
"pluviometry1h": 0.1,
"pluviometry_cumul": 0.27,
"recommended_spray": 2,
"risk_of_rain": 50,
"snow": 0,
"temperature": 6.46,
"time": "2019-03-08T02: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": "wsWest",
"wind_gusts": 40.26,
"wind_speed": 15.23
},
{
"humidity": 87.6,
"night": 1,
"pluviometry": 0.18,
"pluviometry1h": 0.07,
"pluviometry_cumul": 0.18,
"recommended_spray": 2,
"risk_of_rain": 33.33,
"snow": 0,
"temperature": 5.23,
"time": "2019-03-08T05:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 6,
"wind_direction": "west",
"wind_gusts": 28.48,
"wind_speed": 11.9
},
{
"humidity": 77.99,
"night": 0,
"pluviometry": 0.11,
"pluviometry1h": 0.04,
"pluviometry_cumul": 0.11,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 6.44,
"time": "2019-03-08T08: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": "west",
"wind_gusts": 27.36,
"wind_speed": 10.53
},
{
"humidity": 57.87,
"night": 0,
"pluviometry": 0.08,
"pluviometry1h": 0.03,
"pluviometry_cumul": 0.08,
"recommended_spray": 2,
"risk_of_rain": 20,
"snow": 0,
"temperature": 9.43,
"time": "2019-03-08T11: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": "west",
"wind_gusts": 33.19,
"wind_speed": 13.26
},
{
"humidity": 44.64,
"night": 0,
"pluviometry": 0.05,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.05,
"recommended_spray": 3,
"risk_of_rain": 50,
"snow": 0,
"temperature": 10.93,
"time": "2019-03-08T14:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "L'hygrométrie est faible ",
"icon": null,
"type": "HY50"
}
],
"weather": 9,
"wind_direction": "west",
"wind_gusts": 29.92,
"wind_speed": 14.05
},
{
"humidity": 51.84,
"night": 0,
"pluviometry": 0.02,
"pluviometry1h": 0.01,
"pluviometry_cumul": 0.02,
"recommended_spray": 2,
"risk_of_rain": 25,
"snow": 0,
"temperature": 9.25,
"time": "2019-03-08T17: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": "wsWest",
"wind_gusts": 22.53,
"wind_speed": 8.93
},
{
"humidity": 68.44,
"night": 1,
"pluviometry": 0,
"pluviometry1h": 0,
"pluviometry_cumul": 0,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 6.85,
"time": "2019-03-08T20: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": 21.44,
"wind_speed": 9.05
}
],
"wind_direction": "west",
"wind_gusts": 45.82,
"wind_speed": 12.403200000000002
},
{
"max_humidity": 85.74,
"max_temperature": 11.8,
"min_humidity": 70.26,
"min_temperature": 6.44,
"pluviometry_cumul": 3,
"snow": 0,
"time": "2019-03-08T23:00:00+00:00",
"weather": 14,
"weather_reports": [
{
"humidity": 70.26,
"night": 1,
"pluviometry": 0.02,
"pluviometry1h": 0,
"pluviometry_cumul": 0.02,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 6.64,
"time": "2019-03-08T23: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": "ssWest",
"wind_gusts": 30.28,
"wind_speed": 13.36
},
{
"humidity": 78.53,
"night": 1,
"pluviometry": 0.08,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.08,
"recommended_spray": 2,
"risk_of_rain": 50,
"snow": 0,
"temperature": 6.48,
"time": "2019-03-09T02: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": "ssWest",
"wind_gusts": 31.34,
"wind_speed": 16.41
},
{
"humidity": 83.82,
"night": 1,
"pluviometry": 0.22,
"pluviometry1h": 0.04,
"pluviometry_cumul": 0.22,
"recommended_spray": 2,
"risk_of_rain": 50,
"snow": 0,
"temperature": 6.72,
"time": "2019-03-09T05: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": "ssWest",
"wind_gusts": 25.2,
"wind_speed": 18.91
},
{
"humidity": 82.64,
"night": 0,
"pluviometry": 0.45,
"pluviometry1h": 0.14,
"pluviometry_cumul": 0.45,
"recommended_spray": 3,
"risk_of_rain": 75,
"snow": 0,
"temperature": 8.54,
"time": "2019-03-09T08:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "ssWest",
"wind_gusts": 29.63,
"wind_speed": 23.14
},
{
"humidity": 84.08,
"night": 0,
"pluviometry": 0.54,
"pluviometry1h": 0.17,
"pluviometry_cumul": 0.54,
"recommended_spray": 3,
"risk_of_rain": 75,
"snow": 0,
"temperature": 10.72,
"time": "2019-03-09T11:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "sWest",
"wind_gusts": 36.19,
"wind_speed": 25.43
},
{
"humidity": 85.74,
"night": 0,
"pluviometry": 0.55,
"pluviometry1h": 0.2,
"pluviometry_cumul": 0.55,
"recommended_spray": 3,
"risk_of_rain": 50,
"snow": 0,
"temperature": 11.75,
"time": "2019-03-09T14:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "wsWest",
"wind_gusts": 37.67,
"wind_speed": 24.85
},
{
"humidity": 85.15,
"night": 0,
"pluviometry": 0.32,
"pluviometry1h": 0.15,
"pluviometry_cumul": 0.32,
"recommended_spray": 3,
"risk_of_rain": 75,
"snow": 0,
"temperature": 11.59,
"time": "2019-03-09T17:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "wsWest",
"wind_gusts": 39.09,
"wind_speed": 22.22
},
{
"humidity": 83.23,
"night": 1,
"pluviometry": 0.12,
"pluviometry1h": 0.02,
"pluviometry_cumul": 0.12,
"recommended_spray": 3,
"risk_of_rain": 50,
"snow": 0,
"temperature": 10.65,
"time": "2019-03-09T20:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 5,
"wind_direction": "wsWest",
"wind_gusts": 39.28,
"wind_speed": 22.67
}
],
"wind_direction": "ssWest",
"wind_gusts": 42.87,
"wind_speed": 21.4624
},
{
"max_humidity": 80.29,
"max_temperature": 10.85,
"min_humidity": 60.62,
"min_temperature": 6.3,
"pluviometry_cumul": 3.32,
"snow": 0,
"time": "2019-03-09T23:00:00+00:00",
"weather": 14,
"weather_reports": [
{
"humidity": 80.22,
"night": 1,
"pluviometry": 0.32,
"pluviometry1h": 0.08,
"pluviometry_cumul": 0.32,
"recommended_spray": 3,
"risk_of_rain": 25,
"snow": 0,
"temperature": 9.04,
"time": "2019-03-09T23:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 4,
"wind_direction": "west",
"wind_gusts": 42.87,
"wind_speed": 24.17
},
{
"humidity": 79.94,
"night": 1,
"pluviometry": 0.48,
"pluviometry1h": 0.16,
"pluviometry_cumul": 0.48,
"recommended_spray": 3,
"risk_of_rain": 50,
"snow": 0,
"temperature": 7.16,
"time": "2019-03-10T02:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 5,
"wind_direction": "wsWest",
"wind_gusts": 49.81,
"wind_speed": 23.45
},
{
"humidity": 79.71,
"night": 1,
"pluviometry": 0.72,
"pluviometry1h": 0.16,
"pluviometry_cumul": 0.72,
"recommended_spray": 3,
"risk_of_rain": 50,
"snow": 0,
"temperature": 6.3,
"time": "2019-03-10T05:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 10,
"wind_direction": "wsWest",
"wind_gusts": 51.94,
"wind_speed": 21.03
},
{
"humidity": 72.47,
"night": 0,
"pluviometry": 1.07,
"pluviometry1h": 0.4,
"pluviometry_cumul": 1.07,
"recommended_spray": 3,
"risk_of_rain": 50,
"snow": 0,
"temperature": 7.92,
"time": "2019-03-10T08:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "wsWest",
"wind_gusts": 54.45,
"wind_speed": 20.89
},
{
"humidity": 64.06,
"night": 0,
"pluviometry": 0.61,
"pluviometry1h": 0.27,
"pluviometry_cumul": 0.61,
"recommended_spray": 3,
"risk_of_rain": 75,
"snow": 0,
"temperature": 10.38,
"time": "2019-03-10T11:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "wsWest",
"wind_gusts": 42.89,
"wind_speed": 21.48
},
{
"humidity": 60.62,
"night": 0,
"pluviometry": 0.21,
"pluviometry1h": 0.07,
"pluviometry_cumul": 0.21,
"recommended_spray": 3,
"risk_of_rain": 75,
"snow": 0,
"temperature": 10.59,
"time": "2019-03-10T14:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 15,
"wind_direction": "wsWest",
"wind_gusts": 33.76,
"wind_speed": 21.96
},
{
"humidity": 66.5,
"night": 0,
"pluviometry": 0.18,
"pluviometry1h": 0.07,
"pluviometry_cumul": 0.18,
"recommended_spray": 3,
"risk_of_rain": 50,
"snow": 0,
"temperature": 8.78,
"time": "2019-03-10T17:00:00+00:00",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "Le vent est trop important",
"icon": null,
"type": "WI19"
}
],
"weather": 10,
"wind_direction": "wsWest",
"wind_gusts": 26.41,
"wind_speed": 19.58
},
{
"humidity": 71.47,
"night": 1,
"pluviometry": 0.11,
"pluviometry1h": 0.04,
"pluviometry_cumul": 0.11,
"recommended_spray": 2,
"risk_of_rain": 50,
"snow": 0,
"temperature": 7.26,
"time": "2019-03-10T20: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": "wsWest",
"wind_gusts": 32.13,
"wind_speed": 19.34
}
],
"wind_direction": "OSO",
"wind_gusts": 54.45,
"wind_speed": 21.361599999999996
}
],
"timezone": "Europe/Paris"
}
}
{}
The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:
{
"additionalProperties": false,
"definitions": {
"DefaultCellVariety_776": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"cell": {
"type": "string"
},
"variety": {
"type": "string"
}
},
"title": "CellVariety - DefaultCellVariety",
"type": "object"
},
"DefaultContract_546": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"amount_to_deliver": {
"description": "qteSoldeContrat",
"minimum": 0,
"type": "number"
},
"amount_to_deposit": {
"minimum": 0,
"type": "number"
},
"closing_date": {
"description": "backend Data (settlement_price) : closingDate",
"format": "date",
"type": "string"
},
"commencement_date": {
"description": "dateExecDebut",
"format": "date",
"type": "string"
},
"commodity": {
"anyOf": [
{
"description": "codeContratTerme",
"type": "string"
},
{
"type": "null"
}
]
},
"commodity_id": {
"anyOf": [
{
"description": "backend Data (settlement_price) : sflCommodity",
"type": "string"
},
{
"type": "null"
}
]
},
"contracts": {
"items": {
"$ref": "#/definitions/minimalContract_770",
"type": "object"
},
"type": "array"
},
"crm_id": {
"description": "numContratOrigin",
"type": "string"
},
"date": {
"description": "dateContrat",
"format": "date",
"type": "string"
},
"delivered_amount": {
"description": "qteLivreContrat",
"minimum": 0,
"type": "number"
},
"deliveries": {
"anyOf": [
{
"items": {
"$ref": "#/definitions/DefaultDelivery_552",
"type": "object"
},
"type": "array"
},
{
"type": "null"
}
]
},
"deposited_amount": {
"description": "qteLivreDepot",
"minimum": 0,
"type": "number"
},
"fiscal_year": {
"description": "campagne",
"maximum": 2018,
"minimum": 2017,
"type": "integer"
},
"gain": {
"description": "gain",
"type": "number"
},
"id": {
"description": "numContratOrigin",
"pattern": "\\d*",
"type": "string"
},
"is_closed": {
"description": "clotureContrat == 'OUI'",
"type": "boolean"
},
"itk_feedback": {
"anyOf": [
{
"description": "itkFeedback\r\nDirectement la chaîne à afficher. Valeurs possibles : pas de retour, retour papier ou retour electronique",
"enum": [
"pas de retour",
"retour papier",
"retour electronique"
],
"type": "string"
},
{
"type": "null"
}
]
},
"maturity": {
"anyOf": [
{
"description": "echeanceMatif",
"type": "string"
},
{
"type": "null"
}
]
},
"maturity_id": {
"anyOf": [
{
"description": "backend Data (settlement_price) : sflMaturity",
"type": "string"
},
{
"type": "null"
}
]
},
"minimum_price": {
"description": "prixMini",
"minimum": 0,
"type": "number"
},
"name": {
"description": "libContrat",
"type": "string"
},
"price": {
"description": "prixContrat",
"minimum": 0,
"type": "number"
},
"product_name": {
"description": "libProduitContrat",
"type": "string"
},
"quality_bonus": {
"anyOf": [
{
"description": "qualityBonus",
"minimum": 0,
"type": "number"
},
{
"type": "null"
}
]
},
"samples": {
"items": {
"$ref": "#/definitions/DefaultSample_778",
"type": "object"
},
"type": "array"
},
"settlement_price": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"settlements": {
"items": {
"$ref": "#/definitions/DefaultSettlement_560",
"type": "object"
},
"type": "array"
},
"special_bonus": {
"anyOf": [
{
"description": "specialBonus",
"minimum": 0,
"type": "number"
},
{
"type": "null"
}
]
},
"strike": {
"description": "cotation",
"type": "number"
},
"surface": {
"anyOf": [
{
"description": "surface",
"minimum": 0,
"type": "number"
},
{
"type": "null"
}
]
},
"termination_date": {
"description": "dateExecFin",
"format": "date",
"type": "string"
},
"total_amount": {
"description": "qteContrat",
"minimum": 0,
"type": "number"
},
"type": {
"description": "typeContrat",
"type": "string"
},
"variety": {
"description": "codFamOpticollecte",
"type": "string"
},
"variety_name": {
"description": "libFamOpticollecte",
"type": "string"
},
"variety_standard_deviation": {
"anyOf": [
{
"description": "varietyStandardDeviation",
"minimum": 0,
"type": "number"
},
{
"type": "null"
}
]
},
"warranty_cost": {
"description": "primeOption",
"minimum": 0,
"type": "number"
},
"yield": {
"anyOf": [
{
"description": "yield",
"minimum": 0,
"type": "number"
},
{
"type": "null"
}
]
}
},
"required": [
"amount_to_deliver",
"amount_to_deposit",
"closing_date",
"commencement_date",
"commodity",
"commodity_id",
"contracts",
"crm_id",
"date",
"delivered_amount",
"deliveries",
"deposited_amount",
"fiscal_year",
"gain",
"id",
"is_closed",
"itk_feedback",
"maturity",
"maturity_id",
"name",
"price",
"product_name",
"quality_bonus",
"samples",
"settlement_price",
"settlements",
"special_bonus",
"strike",
"surface",
"termination_date",
"total_amount",
"type",
"variety",
"variety_name",
"variety_standard_deviation",
"yield"
],
"title": "Contract - DefaultContract",
"type": "object"
},
"DefaultDelivery_552": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"base_price": {
"minimum": 0,
"type": "number"
},
"characteristics": {
"items": {
"$ref": "#/definitions/DeliveryCharacteristic_551",
"type": "object"
},
"type": "array"
},
"contract": {
"$ref": "#/definitions/DefaultContract_546",
"type": "object"
},
"date": {
"format": "date",
"type": "string"
},
"delivery_number": {
"pattern": "\\d*",
"type": "string"
},
"invoices": {
"items": {
"$ref": "#/definitions/DefaultInvoice_550",
"type": "object"
},
"type": "array"
},
"net_amount": {
"minimum": 0,
"type": "number"
},
"net_price": {
"minimum": 0,
"type": "number"
},
"normed_amount": {
"minimum": 0,
"type": "number"
},
"place_id": {
"description": "codeSiteDepot",
"type": "string"
},
"product_code": {
"description": "codeArticle",
"type": "string"
},
"product_name": {
"type": "string"
},
"settled_amount": {
"minimum": 0,
"type": "number"
},
"site_label": {
"type": "string"
},
"stock_type": {
"maximum": 1,
"minimum": 0,
"type": "number"
},
"variety": {
"type": "string"
},
"variety_name": {
"type": "string"
}
},
"required": [
"base_price",
"characteristics",
"contract",
"date",
"delivery_number",
"invoices",
"net_amount",
"net_price",
"normed_amount",
"place_id",
"product_code",
"product_name",
"settled_amount",
"site_label",
"stock_type",
"variety",
"variety_name"
],
"title": "Delivery - DefaultDelivery",
"type": "object"
},
"DefaultInvoiceLine_547": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"code": {
"type": "string"
},
"invoice_date": {
"format": "date",
"type": "string"
},
"invoice_number": {
"pattern": "\\d*",
"type": "string"
},
"label": {
"type": "string"
},
"net_price": {
"minimum": 0,
"type": "number"
}
},
"required": [
"code",
"invoice_date",
"invoice_number",
"label",
"net_price"
],
"title": "InvoiceLine - DefaultInvoiceLine",
"type": "object"
},
"DefaultInvoicePrice_548": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"code": {
"type": "string"
},
"label": {
"type": "string"
},
"value": {
"minimum": 0,
"type": "number"
}
},
"required": [
"code",
"label",
"value"
],
"title": "InvoicePrice - DefaultInvoicePrice",
"type": "object"
},
"DefaultInvoice_550": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"amount": {
"minimum": 0,
"type": "number"
},
"characteristics": {
"items": {
"$ref": "#/definitions/InvoiceCharacteristic_549",
"type": "object"
},
"type": "array"
},
"lines": {
"items": {
"$ref": "#/definitions/DefaultInvoiceLine_547",
"type": "object"
},
"type": "array"
},
"prices": {
"items": {
"$ref": "#/definitions/DefaultInvoicePrice_548",
"type": "object"
},
"type": "array"
},
"product_label": {
"type": "string"
}
},
"required": [
"amount",
"characteristics",
"lines",
"prices",
"product_label"
],
"title": "Invoice - DefaultInvoice",
"type": "object"
},
"DefaultSample_778": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"cell_varieties": {
"items": {
"$ref": "#/definitions/DefaultCellVariety_776",
"type": "object"
},
"type": "array"
},
"characteristics": {
"items": {
"$ref": "#/definitions/SampleCharacteristic_777",
"type": "object"
},
"type": "array"
},
"date": {
"description": "The ISO 8601 date format (%Y-%m-%d)",
"format": "datetime",
"type": "string"
},
"number": {
"type": "string"
},
"quantity": {
"minimum": 0,
"type": "number"
}
},
"required": [
"characteristics",
"date",
"number",
"quantity"
],
"title": "Sample - DefaultSample",
"type": "object"
},
"DefaultSettlement_560": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"amount": {
"minimum": 0,
"type": "number"
},
"date": {
"format": "date",
"type": "string"
},
"price": {
"minimum": 0,
"type": "number"
},
"status": {
"description": "0 => nothing special, 1 => to validate",
"maximum": 1,
"minimum": 0,
"type": "integer"
}
},
"required": [
"amount",
"date",
"price",
"status"
],
"title": "Settlement - DefaultSettlement",
"type": "object"
},
"DeliveryCharacteristic_551": {
"additionalProperties": false,
"properties": {
"code": {
"type": "string"
},
"label": {
"type": "string"
},
"rebill": {
"minimum": 0,
"type": "number"
},
"value": {
"minimum": 0,
"type": "number"
}
},
"required": [
"code",
"label",
"rebill",
"value"
],
"title": "Characteristic - DeliveryCharacteristic",
"type": "object"
},
"InvoiceCharacteristic_549": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"code": {
"type": "string"
},
"label": {
"type": "string"
},
"value": {
"minimum": 0,
"type": "number"
}
},
"required": [
"code",
"label",
"value"
],
"title": "Characteristic - InvoiceCharacteristic",
"type": "object"
},
"SampleCharacteristic_777": {
"additionalProperties": false,
"properties": {
"code": {
"type": "string"
},
"label": {
"type": "string"
},
"value": {
"minimum": 0,
"type": "number"
}
},
"required": [
"code",
"label",
"value"
],
"title": "Characteristic - SampleCharacteristic",
"type": "object"
},
"minimalContract_770": {
"additionalProperties": false,
"properties": {
"crm_id": {
"description": "numContratOrigin",
"type": "string"
},
"id": {
"description": "numContratOrigin",
"pattern": "\\d*",
"type": "string"
}
},
"required": [
"crm_id",
"id"
],
"title": "Contract - minimalContract",
"type": "object"
}
},
"description": "Automatically generated (please edit me)",
"properties": {
"contracts": {
"items": {
"additionalProperties": false,
"properties": {
"amount_to_deliver": {
"description": "qteSoldeContrat",
"minimum": 0,
"type": "number"
},
"amount_to_deposit": {
"minimum": 0,
"type": "number"
},
"closing_date": {
"description": "backend Data (settlement_price) : closingDate",
"format": "date",
"type": "string"
},
"commencement_date": {
"description": "dateExecDebut",
"format": "date",
"type": "string"
},
"commodity": {
"anyOf": [
{
"description": "codeContratTerme",
"type": "string"
},
{
"type": "null"
}
]
},
"commodity_id": {
"anyOf": [
{
"description": "backend Data (settlement_price) : sflCommodity",
"type": "string"
},
{
"type": "null"
}
]
},
"contracts": {
"items": {
"$ref": "#/definitions/minimalContract_770",
"type": "object"
},
"type": "array"
},
"crm_id": {
"description": "numContratOrigin",
"type": "string"
},
"date": {
"description": "dateContrat",
"format": "date",
"type": "string"
},
"delivered_amount": {
"description": "qteLivreContrat",
"minimum": 0,
"type": "number"
},
"deliveries": {
"anyOf": [
{
"items": {
"$ref": "#/definitions/DefaultDelivery_552",
"type": "object"
},
"type": "array"
},
{
"type": "null"
}
]
},
"deposited_amount": {
"description": "qteLivreDepot",
"minimum": 0,
"type": "number"
},
"fiscal_year": {
"description": "campagne",
"maximum": 2018,
"minimum": 2017,
"type": "integer"
},
"gain": {
"description": "gain",
"type": "number"
},
"id": {
"description": "numContratOrigin",
"pattern": "\\d*",
"type": "string"
},
"is_closed": {
"description": "clotureContrat == 'OUI'",
"type": "boolean"
},
"itk_feedback": {
"anyOf": [
{
"description": "itkFeedback\r\nDirectement la chaîne à afficher. Valeurs possibles : pas de retour, retour papier ou retour electronique",
"enum": [
"pas de retour",
"retour papier",
"retour electronique"
],
"type": "string"
},
{
"type": "null"
}
]
},
"maturity": {
"anyOf": [
{
"description": "echeanceMatif",
"type": "string"
},
{
"type": "null"
}
]
},
"maturity_id": {
"anyOf": [
{
"description": "backend Data (settlement_price) : sflMaturity",
"type": "string"
},
{
"type": "null"
}
]
},
"minimum_price": {
"description": "prixMini",
"minimum": 0,
"type": "number"
},
"name": {
"description": "libContrat",
"type": "string"
},
"price": {
"description": "prixContrat",
"minimum": 0,
"type": "number"
},
"product_name": {
"description": "libProduitContrat",
"type": "string"
},
"quality_bonus": {
"anyOf": [
{
"description": "qualityBonus",
"minimum": 0,
"type": "number"
},
{
"type": "null"
}
]
},
"samples": {
"items": {
"$ref": "#/definitions/DefaultSample_778",
"type": "object"
},
"type": "array"
},
"settlement_price": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"settlements": {
"items": {
"$ref": "#/definitions/DefaultSettlement_560",
"type": "object"
},
"type": "array"
},
"special_bonus": {
"anyOf": [
{
"description": "specialBonus",
"minimum": 0,
"type": "number"
},
{
"type": "null"
}
]
},
"strike": {
"description": "cotation",
"type": "number"
},
"surface": {
"anyOf": [
{
"description": "surface",
"minimum": 0,
"type": "number"
},
{
"type": "null"
}
]
},
"termination_date": {
"description": "dateExecFin",
"format": "date",
"type": "string"
},
"total_amount": {
"description": "qteContrat",
"minimum": 0,
"type": "number"
},
"type": {
"description": "typeContrat",
"type": "string"
},
"variety": {
"description": "codFamOpticollecte",
"type": "string"
},
"variety_name": {
"description": "libFamOpticollecte",
"type": "string"
},
"variety_standard_deviation": {
"anyOf": [
{
"description": "varietyStandardDeviation",
"minimum": 0,
"type": "number"
},
{
"type": "null"
}
]
},
"warranty_cost": {
"description": "primeOption",
"minimum": 0,
"type": "number"
},
"yield": {
"anyOf": [
{
"description": "yield",
"minimum": 0,
"type": "number"
},
{
"type": "null"
}
]
}
},
"required": [
"amount_to_deliver",
"amount_to_deposit",
"closing_date",
"commencement_date",
"commodity",
"commodity_id",
"contracts",
"crm_id",
"date",
"delivered_amount",
"deliveries",
"deposited_amount",
"fiscal_year",
"gain",
"id",
"is_closed",
"itk_feedback",
"maturity",
"maturity_id",
"name",
"price",
"product_name",
"quality_bonus",
"samples",
"settlement_price",
"settlements",
"special_bonus",
"strike",
"surface",
"termination_date",
"total_amount",
"type",
"variety",
"variety_name",
"variety_standard_deviation",
"yield"
],
"type": "object"
},
"type": "array"
}
},
"required": [
"contracts"
],
"title": "Contract - DefaultContract",
"type": "object"
}
{
"contracts": [
{
"amount_to_deliver": 0,
"amount_to_deposit": null,
"closing_date": null,
"commencement_date": "2018-07-01",
"commodity": null,
"commodity_id": null,
"contracts": [],
"crm_id": "27705-000",
"date": "2017-08-07",
"delivered_amount": 0,
"deposited_amount": 0,
"fiscal_year": 2018,
"gain": 0,
"id": "33569",
"is_closed": true,
"itk_feedback": null,
"maturity": null,
"maturity_id": null,
"name": "Contrat d'Engagement",
"price": 0,
"product_name": "BLE MMS 2018",
"quality_bonus": 2,
"samples": [
{
"cell_varieties": [
{
"cell": "CELLULE 1",
"variety": "BLE 1"
}
],
"characteristics": [
{
"code": "01",
"label": "Humidité",
"value": 11
},
{
"code": "02",
"label": "Impuretés",
"value": 0.1
},
{
"code": "03",
"label": "Poids Spécifique",
"value": 78
},
{
"code": "05",
"label": "Protéine",
"value": 13
}
],
"date": "2018-07-02",
"number": "535090304564560",
"quantity": 35.82
}
],
"settlement_price": null,
"special_bonus": null,
"strike": 0,
"surface": 4,
"termination_date": "2018-08-31",
"total_amount": 36,
"type": "P01",
"variety": "BT",
"variety_name": "BLE TENDRE",
"variety_standard_deviation": 1.5,
"yield": 9
},
{
"amount_to_deliver": 2,
"amount_to_deposit": null,
"closing_date": null,
"commencement_date": "2019-01-01",
"commodity": "BL2",
"commodity_id": "WHEAT",
"contracts": [],
"crm_id": "285707-000",
"date": "2019-02-12",
"delivered_amount": 0,
"deposited_amount": 0,
"fiscal_year": 2018,
"gain": 0,
"id": "238590",
"is_closed": false,
"itk_feedback": null,
"maturity": null,
"maturity_id": null,
"name": "Contrat Prix Ferme",
"price": 170.81,
"product_name": "BLE 1",
"quality_bonus": 0,
"samples": [],
"settlement_price": null,
"special_bonus": null,
"strike": 0,
"surface": 0,
"termination_date": "2019-03-31",
"total_amount": 2,
"type": "APF",
"variety": "BT",
"variety_name": "BLE TENDRE",
"variety_standard_deviation": 0,
"yield": 0
},
{
"amount_to_deliver": 11,
"amount_to_deposit": null,
"closing_date": null,
"commencement_date": "2018-07-01",
"commodity": null,
"commodity_id": null,
"contracts": [],
"crm_id": "285596-000",
"date": "2019-02-08",
"delivered_amount": 0,
"deposited_amount": 0,
"fiscal_year": 2018,
"gain": 0,
"id": "238564",
"is_closed": false,
"itk_feedback": null,
"maturity": null,
"maturity_id": null,
"name": "Contrat prix moyen de campagne",
"price": 0,
"product_name": "BLE 1",
"quality_bonus": 0,
"samples": [],
"settlement_price": null,
"special_bonus": null,
"strike": 0,
"surface": 0,
"termination_date": "2018-08-31",
"total_amount": 11,
"type": "B01",
"variety": "BT",
"variety_name": "BLE TENDRE",
"variety_standard_deviation": 0,
"yield": 0
},
{
"amount_to_deliver": 0.25,
"amount_to_deposit": null,
"closing_date": null,
"commencement_date": "2018-07-01",
"commodity": "BL2",
"commodity_id": "WHEAT",
"contracts": [],
"crm_id": "285568-000",
"date": "2019-02-07",
"delivered_amount": 0,
"deposited_amount": 0,
"fiscal_year": 2018,
"gain": 0,
"id": "238536",
"is_closed": false,
"itk_feedback": null,
"maturity": null,
"maturity_id": null,
"name": "Contrat Prix Ferme",
"price": 166.12,
"product_name": "BLE 1",
"quality_bonus": 0,
"samples": [],
"settlement_price": null,
"special_bonus": null,
"strike": 0,
"surface": 0,
"termination_date": "2018-08-31",
"total_amount": 0.25,
"type": "APF",
"variety": "BT",
"variety_name": "BLE TENDRE",
"variety_standard_deviation": 0,
"yield": 0
},
{
"amount_to_deliver": 0.2,
"amount_to_deposit": null,
"closing_date": "2019-02-26",
"commencement_date": "2018-07-01",
"commodity": "BL2",
"commodity_id": "WHEAT",
"contracts": [],
"crm_id": "285567-000",
"date": "2019-02-07",
"delivered_amount": 0,
"deposited_amount": 0,
"fiscal_year": 2018,
"gain": 0,
"id": "238535",
"is_closed": false,
"itk_feedback": null,
"maturity": "MAY-19",
"maturity_id": "May19",
"minimum_price": 157,
"name": "Contrat Euronext",
"price": 164.4,
"product_name": "BLE 1",
"quality_bonus": 0,
"samples": [],
"settlement_price": 188.25,
"special_bonus": null,
"strike": 204.5,
"surface": 0,
"termination_date": "2018-08-31",
"total_amount": 0.2,
"type": "AE1",
"variety": "BT",
"variety_name": "BLE TENDRE",
"variety_standard_deviation": 0,
"warranty_cost": 7,
"yield": 0
},
{
"amount_to_deliver": 20,
"amount_to_deposit": null,
"closing_date": null,
"commencement_date": "2018-07-01",
"commodity": null,
"commodity_id": null,
"contracts": [],
"crm_id": "285564-000",
"date": "2019-02-06",
"delivered_amount": 0,
"deposited_amount": 0,
"fiscal_year": 2018,
"gain": 0,
"id": "238533",
"is_closed": false,
"itk_feedback": null,
"maturity": null,
"maturity_id": null,
"name": "Contrat Soufflet Optimum 100%",
"price": 0,
"product_name": "BLE 1",
"quality_bonus": 0,
"samples": [],
"settlement_price": null,
"special_bonus": null,
"strike": 0,
"surface": 0,
"termination_date": "2018-08-31",
"total_amount": 20,
"type": "B02",
"variety": "BT",
"variety_name": "BLE TENDRE",
"variety_standard_deviation": 0,
"yield": 0
},
{
"amount_to_deliver": 9,
"amount_to_deposit": null,
"closing_date": null,
"commencement_date": "2018-07-01",
"commodity": null,
"commodity_id": null,
"contracts": [],
"crm_id": "285565-000",
"date": "2019-02-06",
"delivered_amount": 0,
"deposited_amount": 0,
"fiscal_year": 2018,
"gain": 0,
"id": "238530",
"is_closed": false,
"itk_feedback": null,
"maturity": null,
"maturity_id": null,
"name": "Contrat prix moyen de campagne",
"price": 0,
"product_name": "BLE 1",
"quality_bonus": 0,
"samples": [],
"settlement_price": null,
"special_bonus": null,
"strike": 0,
"surface": 0,
"termination_date": "2018-08-31",
"total_amount": 9,
"type": "B01",
"variety": "BT",
"variety_name": "BLE TENDRE",
"variety_standard_deviation": 0,
"yield": 0
},
{
"amount_to_deliver": 3,
"amount_to_deposit": null,
"closing_date": "2019-02-26",
"commencement_date": "2018-07-01",
"commodity": "BL2",
"commodity_id": "WHEAT",
"contracts": [],
"crm_id": "285561-000",
"date": "2019-02-06",
"delivered_amount": 0,
"deposited_amount": 0,
"fiscal_year": 2018,
"gain": 0,
"id": "238529",
"is_closed": false,
"itk_feedback": null,
"maturity": "MAR-19",
"maturity_id": "Mar19",
"minimum_price": 122,
"name": "Contrat Euronext",
"price": 133,
"product_name": "BLE 1",
"quality_bonus": 0,
"samples": [],
"settlement_price": 191.75,
"special_bonus": null,
"strike": 176,
"surface": 0,
"termination_date": "2018-08-31",
"total_amount": 3,
"type": "AE1",
"variety": "BT",
"variety_name": "BLE TENDRE",
"variety_standard_deviation": 0,
"warranty_cost": 11,
"yield": 0
},
{
"amount_to_deliver": 3,
"amount_to_deposit": null,
"closing_date": null,
"commencement_date": "2018-07-01",
"commodity": null,
"commodity_id": null,
"contracts": [],
"crm_id": "285560-000",
"date": "2019-02-06",
"delivered_amount": 0,
"deposited_amount": 0,
"fiscal_year": 2018,
"gain": 0,
"id": "238528",
"is_closed": false,
"itk_feedback": null,
"maturity": null,
"maturity_id": null,
"name": "Contrat de déstockage",
"price": 135,
"product_name": "BLE 1",
"quality_bonus": 0,
"samples": [],
"settlement_price": null,
"special_bonus": null,
"strike": 0,
"surface": 0,
"termination_date": "2018-08-31",
"total_amount": 3,
"type": "MED",
"variety": "BT",
"variety_name": "BLE TENDRE",
"variety_standard_deviation": 0,
"yield": 0
},
{
"amount_to_deliver": 13,
"amount_to_deposit": null,
"closing_date": null,
"commencement_date": "2018-07-01",
"commodity": null,
"commodity_id": null,
"contracts": [],
"crm_id": "285558-000",
"date": "2019-02-06",
"delivered_amount": 0,
"deposited_amount": 0,
"fiscal_year": 2018,
"gain": 0,
"id": "238527",
"is_closed": false,
"itk_feedback": null,
"maturity": null,
"maturity_id": null,
"name": "Contrat Prix Ferme",
"price": 136,
"product_name": "BLE 1",
"quality_bonus": 0,
"samples": [],
"settlement_price": null,
"special_bonus": null,
"strike": 0,
"surface": 0,
"termination_date": "2018-08-31",
"total_amount": 13,
"type": "APF",
"variety": "BT",
"variety_name": "BLE TENDRE",
"variety_standard_deviation": 0,
"yield": 0
},
{
"amount_to_deliver": 12,
"amount_to_deposit": null,
"closing_date": null,
"commencement_date": "2018-07-01",
"commodity": null,
"commodity_id": null,
"contracts": [],
"crm_id": "285557-000",
"date": "2019-02-06",
"delivered_amount": 0,
"deposited_amount": 0,
"fiscal_year": 2018,
"gain": 0,
"id": "238526",
"is_closed": false,
"itk_feedback": null,
"maturity": null,
"maturity_id": null,
"name": "Contrat Prix Ferme",
"price": 135,
"product_name": "BLE 1",
"quality_bonus": 0,
"samples": [],
"settlement_price": null,
"special_bonus": null,
"strike": 0,
"surface": 0,
"termination_date": "2018-08-31",
"total_amount": 12,
"type": "APF",
"variety": "BT",
"variety_name": "BLE TENDRE",
"variety_standard_deviation": 0,
"yield": 0
},
{
"amount_to_deliver": 10,
"amount_to_deposit": null,
"closing_date": "2019-02-26",
"commencement_date": "2018-07-01",
"commodity": "BL2",
"commodity_id": "WHEAT",
"contracts": [],
"crm_id": "285556-000",
"date": "2019-02-06",
"delivered_amount": 0,
"deposited_amount": 0,
"fiscal_year": 2018,
"gain": 0,
"id": "238525",
"is_closed": false,
"itk_feedback": null,
"maturity": "MAR-19",
"maturity_id": "Mar19",
"minimum_price": 134,
"name": "Contrat Euronext",
"price": 145,
"product_name": "BLE 1",
"quality_bonus": 0,
"samples": [],
"settlement_price": 191.75,
"special_bonus": null,
"strike": 176,
"surface": 0,
"termination_date": "2018-08-31",
"total_amount": 10,
"type": "AE1",
"variety": "BT",
"variety_name": "BLE TENDRE",
"variety_standard_deviation": 0,
"warranty_cost": 11,
"yield": 0
},
{
"amount_to_deliver": 5,
"amount_to_deposit": null,
"closing_date": null,
"commencement_date": "2018-07-01",
"commodity": null,
"commodity_id": null,
"contracts": [],
"crm_id": "285559-000",
"date": "2019-02-06",
"delivered_amount": 0,
"deposited_amount": 0,
"fiscal_year": 2018,
"gain": 0,
"id": "238524",
"is_closed": false,
"itk_feedback": null,
"maturity": null,
"maturity_id": null,
"name": "Contrat reprise céréales aliments",
"price": 0,
"product_name": "BLE 1",
"quality_bonus": 0,
"samples": [],
"settlement_price": null,
"special_bonus": null,
"strike": 0,
"surface": 0,
"termination_date": "2018-08-31",
"total_amount": 5,
"type": "RCA",
"variety": "BT",
"variety_name": "BLE TENDRE",
"variety_standard_deviation": 0,
"yield": 0
},
{
"amount_to_deliver": 25,
"amount_to_deposit": null,
"closing_date": null,
"commencement_date": "2018-07-01",
"commodity": null,
"commodity_id": null,
"contracts": [],
"crm_id": "285555-000",
"date": "2019-02-06",
"delivered_amount": 0,
"deposited_amount": 0,
"fiscal_year": 2018,
"gain": 0,
"id": "238523",
"is_closed": false,
"itk_feedback": null,
"maturity": null,
"maturity_id": null,
"name": "Contrat Semence Optimum",
"price": 0,
"product_name": "BLE ABSALON G4 STA",
"quality_bonus": 0,
"samples": [],
"settlement_price": null,
"special_bonus": null,
"strike": 0,
"surface": 0,
"termination_date": "2018-08-31",
"total_amount": 25,
"type": "B03",
"variety": "BT",
"variety_name": "BLE TENDRE",
"variety_standard_deviation": 0,
"yield": 0
},
{
"amount_to_deliver": 0.5,
"amount_to_deposit": null,
"closing_date": null,
"commencement_date": "2018-07-01",
"commodity": "BL2",
"commodity_id": "WHEAT",
"contracts": [],
"crm_id": "285552-000",
"date": "2019-02-06",
"delivered_amount": 0,
"deposited_amount": 0,
"fiscal_year": 2018,
"gain": 0,
"id": "238520",
"is_closed": false,
"itk_feedback": null,
"maturity": null,
"maturity_id": null,
"name": "Contrat Prix Ferme",
"price": 166.62,
"product_name": "BLE 1",
"quality_bonus": 0,
"samples": [],
"settlement_price": null,
"special_bonus": null,
"strike": 0,
"surface": 0,
"termination_date": "2018-08-31",
"total_amount": 0.5,
"type": "APF",
"variety": "BT",
"variety_name": "BLE TENDRE",
"variety_standard_deviation": 0,
"yield": 0
},
{
"amount_to_deliver": 2,
"amount_to_deposit": null,
"closing_date": null,
"commencement_date": "2018-07-01",
"commodity": "BL2",
"commodity_id": "WHEAT",
"contracts": [],
"crm_id": "285546-000",
"date": "2019-02-06",
"delivered_amount": 0,
"deposited_amount": 0,
"fiscal_year": 2018,
"gain": 0,
"id": "238514",
"is_closed": false,
"itk_feedback": null,
"maturity": null,
"maturity_id": null,
"name": "Contrat Prix Ferme",
"price": 165.4,
"product_name": "BLE 1",
"quality_bonus": 0,
"samples": [],
"settlement_price": null,
"special_bonus": null,
"strike": 0,
"surface": 0,
"termination_date": "2018-08-31",
"total_amount": 2,
"type": "APF",
"variety": "BT",
"variety_name": "BLE TENDRE",
"variety_standard_deviation": 0,
"yield": 0
},
{
"amount_to_deliver": 0.2,
"amount_to_deposit": null,
"closing_date": null,
"commencement_date": "2018-07-01",
"commodity": "BL2",
"commodity_id": "WHEAT",
"contracts": [],
"crm_id": "285542-000",
"date": "2019-02-06",
"delivered_amount": 0,
"deposited_amount": 0,
"fiscal_year": 2018,
"gain": 0,
"id": "238510",
"is_closed": false,
"itk_feedback": null,
"maturity": null,
"maturity_id": null,
"name": "Contrat Prix Ferme",
"price": 165.4,
"product_name": "BLE 1",
"quality_bonus": 0,
"samples": [],
"settlement_price": null,
"special_bonus": null,
"strike": 0,
"surface": 0,
"termination_date": "2018-08-31",
"total_amount": 0.2,
"type": "APF",
"variety": "BT",
"variety_name": "BLE TENDRE",
"variety_standard_deviation": 0,
"yield": 0
},
{
"amount_to_deliver": 2,
"amount_to_deposit": null,
"closing_date": null,
"commencement_date": "2018-07-01",
"commodity": null,
"commodity_id": null,
"contracts": [],
"crm_id": "223747-000",
"date": "2018-09-05",
"delivered_amount": 0,
"deposited_amount": 0,
"fiscal_year": 2018,
"gain": 0,
"id": "238430",
"is_closed": false,
"itk_feedback": null,
"maturity": null,
"maturity_id": null,
"name": "Contrat prix moyen de campagne",
"price": 0,
"product_name": "BLE 1",
"quality_bonus": 0,
"samples": [],
"settlement_price": null,
"special_bonus": null,
"strike": 0,
"surface": 0,
"termination_date": "2018-08-31",
"total_amount": 2,
"type": "B01",
"variety": "BT",
"variety_name": "BLE TENDRE",
"variety_standard_deviation": 0,
"yield": 0
},
{
"amount_to_deliver": 1,
"amount_to_deposit": null,
"closing_date": null,
"commencement_date": "2018-07-01",
"commodity": null,
"commodity_id": null,
"contracts": [],
"crm_id": "223746-000",
"date": "2018-09-05",
"delivered_amount": 0,
"deposited_amount": 0,
"fiscal_year": 2018,
"gain": 0,
"id": "238429",
"is_closed": false,
"itk_feedback": null,
"maturity": null,
"maturity_id": null,
"name": "Contrat Prix Ferme",
"price": 150,
"product_name": "BLE 1",
"quality_bonus": 0,
"samples": [],
"settlement_price": null,
"special_bonus": null,
"strike": 0,
"surface": 0,
"termination_date": "2018-08-31",
"total_amount": 1,
"type": "APF",
"variety": "BT",
"variety_name": "BLE TENDRE",
"variety_standard_deviation": 0,
"yield": 0
},
{
"amount_to_deliver": 0,
"amount_to_deposit": null,
"closing_date": "2019-02-26",
"commencement_date": "2018-12-29",
"commodity": "BL2",
"commodity_id": "WHEAT",
"contracts": [],
"crm_id": "223708-000",
"date": "2018-06-04",
"delivered_amount": 10,
"deliveries": [
{
"base_price": 0,
"characteristics": [
{
"code": "01",
"label": "Humidité",
"rebill": 0,
"value": 11
},
{
"code": "02",
"label": "Impuretés",
"rebill": 0,
"value": 0.1
},
{
"code": "03",
"label": "Poids Spécifique",
"rebill": 0,
"value": 78
},
{
"code": "05",
"label": "Protéine",
"rebill": 0,
"value": 11.5
}
],
"date": "2018-11-05",
"delivery_number": "33205-1",
"net_amount": 10,
"net_price": 0,
"normed_amount": 10,
"place_id": "0003",
"product_code": "000005",
"product_name": "BLE 1",
"settled_amount": 0,
"site_label": "GARE NOGENT S SEINE",
"stock_type": 0
}
],
"deposited_amount": 0,
"fiscal_year": 2018,
"gain": 0,
"id": "238388",
"is_closed": false,
"itk_feedback": null,
"maturity": "MAR-19",
"maturity_id": "Mar19",
"minimum_price": 145,
"name": "Contrat Euronext",
"price": 156,
"product_name": "BLE 1",
"quality_bonus": 0,
"samples": [],
"settlement_price": 191.75,
"special_bonus": null,
"strike": 176,
"surface": 0,
"termination_date": "2018-12-30",
"total_amount": 20,
"type": "AE1",
"variety": "BT",
"variety_name": "BLE TENDRE",
"variety_standard_deviation": 0,
"warranty_cost": 11,
"yield": 0
},
{
"amount_to_deliver": 0,
"amount_to_deposit": null,
"closing_date": null,
"commencement_date": "2018-07-01",
"commodity": null,
"commodity_id": null,
"contracts": [],
"crm_id": "199875-000",
"date": "2017-11-27",
"delivered_amount": 80.008,
"deliveries": [
{
"base_price": 0,
"characteristics": [
{
"code": "01",
"label": "Humidité",
"rebill": 0,
"value": 11
},
{
"code": "02",
"label": "Impuretés",
"rebill": 0,
"value": 0.1
},
{
"code": "03",
"label": "Poids Spécifique",
"rebill": 0,
"value": 78
},
{
"code": "05",
"label": "Protéine",
"rebill": 0,
"value": 13
}
],
"date": "2018-07-16",
"delivery_number": "8665-1",
"net_amount": 13,
"net_price": 0,
"normed_amount": 12.935,
"place_id": "0009",
"product_code": "000038",
"product_name": "BLE BPMF MEUNERIE",
"settled_amount": 0,
"site_label": "ANGLURE",
"stock_type": 0
},
{
"base_price": 0,
"characteristics": [
{
"code": "01",
"label": "Humidité",
"rebill": 0,
"value": 11
},
{
"code": "02",
"label": "Impuretés",
"rebill": 0,
"value": 0.3
},
{
"code": "03",
"label": "Poids Spécifique",
"rebill": 0,
"value": 82
},
{
"code": "05",
"label": "Protéine",
"rebill": 0,
"value": 13.5
}
],
"date": "2018-07-16",
"delivery_number": "8666-1",
"net_amount": 10.25,
"net_price": 0,
"normed_amount": 10.199,
"place_id": "0009",
"product_code": "000038",
"product_name": "BLE BPMF MEUNERIE",
"settled_amount": 0,
"site_label": "ANGLURE",
"stock_type": 0
},
{
"base_price": 0,
"characteristics": [
{
"code": "01",
"label": "Humidité",
"rebill": 0,
"value": 12.5
},
{
"code": "02",
"label": "Impuretés",
"rebill": 0,
"value": 1.1
},
{
"code": "03",
"label": "Poids Spécifique",
"rebill": 0,
"value": 75
},
{
"code": "05",
"label": "Protéine",
"rebill": 0,
"value": 11.2
}
],
"date": "2018-07-06",
"delivery_number": "9493-1",
"invoices": [
{
"amount": 12.007,
"characteristics": [],
"lines": [
{
"code": "COM",
"invoice_date": "2018-10-22",
"invoice_number": "16249905",
"label": "Complément Prix",
"net_price": 16
}
],
"prices": [
{
"code": "XFAC01",
"label": "Prix de base",
"value": 16
},
{
"code": "XFAC08",
"label": "Prix Net",
"value": 16
}
],
"product_label": "BLE BPMF MEUNERIE"
}
],
"net_amount": 12.14,
"net_price": 0,
"normed_amount": 12.007,
"place_id": "0009",
"product_code": "000038",
"product_name": "BLE BPMF MEUNERIE",
"settled_amount": 0,
"site_label": "ANGLURE",
"stock_type": 0
},
{
"base_price": 0,
"characteristics": [
{
"code": "01",
"label": "Humidité",
"rebill": 0,
"value": 12.2
},
{
"code": "02",
"label": "Impuretés",
"rebill": 0,
"value": 1.1
},
{
"code": "03",
"label": "Poids Spécifique",
"rebill": 0,
"value": 75.1
},
{
"code": "05",
"label": "Protéine",
"rebill": 0,
"value": 11.7
}
],
"date": "2018-07-06",
"delivery_number": "9495-1",
"invoices": [
{
"amount": 5.539,
"characteristics": [],
"lines": [
{
"code": "COM",
"invoice_date": "2018-10-22",
"invoice_number": "16249905",
"label": "Complément Prix",
"net_price": 16
}
],
"prices": [
{
"code": "XFAC01",
"label": "Prix de base",
"value": 16
},
{
"code": "XFAC08",
"label": "Prix Net",
"value": 16
}
],
"product_label": "BLE BPMF MEUNERIE"
}
],
"net_amount": 5.6,
"net_price": 0,
"normed_amount": 5.539,
"place_id": "0009",
"product_code": "000038",
"product_name": "BLE BPMF MEUNERIE",
"settled_amount": 0,
"site_label": "ANGLURE",
"stock_type": 0
},
{
"base_price": 0,
"characteristics": [
{
"code": "01",
"label": "Humidité",
"rebill": 0,
"value": 12.3
},
{
"code": "02",
"label": "Impuretés",
"rebill": 0,
"value": 1.1
},
{
"code": "03",
"label": "Poids Spécifique",
"rebill": 0,
"value": 77.2
},
{
"code": "05",
"label": "Protéine",
"rebill": 0,
"value": 11.9
}
],
"date": "2018-07-07",
"delivery_number": "9507-1",
"invoices": [
{
"amount": 12.304,
"characteristics": [],
"lines": [
{
"code": "COM",
"invoice_date": "2018-10-22",
"invoice_number": "16249905",
"label": "Complément Prix",
"net_price": 16
}
],
"prices": [
{
"code": "XFAC01",
"label": "Prix de base",
"value": 16
},
{
"code": "XFAC08",
"label": "Prix Net",
"value": 16
}
],
"product_label": "BLE BPMF MEUNERIE"
}
],
"net_amount": 12.44,
"net_price": 0,
"normed_amount": 12.304,
"place_id": "0009",
"product_code": "000038",
"product_name": "BLE BPMF MEUNERIE",
"settled_amount": 0,
"site_label": "ANGLURE",
"stock_type": 0
},
{
"base_price": 0,
"characteristics": [
{
"code": "01",
"label": "Humidité",
"rebill": 0,
"value": 12.3
},
{
"code": "02",
"label": "Impuretés",
"rebill": 0,
"value": 0.8
},
{
"code": "03",
"label": "Poids Spécifique",
"rebill": 0,
"value": 76.3
},
{
"code": "05",
"label": "Protéine",
"rebill": 0,
"value": 11.4
}
],
"date": "2018-07-07",
"delivery_number": "9510-1",
"invoices": [
{
"amount": 5.158,
"characteristics": [],
"lines": [
{
"code": "COM",
"invoice_date": "2018-10-22",
"invoice_number": "16249905",
"label": "Complément Prix",
"net_price": 16
}
],
"prices": [
{
"code": "XFAC01",
"label": "Prix de base",
"value": 16
},
{
"code": "XFAC08",
"label": "Prix Net",
"value": 16
}
],
"product_label": "BLE BPMF MEUNERIE"
}
],
"net_amount": 5.2,
"net_price": 0,
"normed_amount": 5.158,
"place_id": "0009",
"product_code": "000038",
"product_name": "BLE BPMF MEUNERIE",
"settled_amount": 0,
"site_label": "ANGLURE",
"stock_type": 0
},
{
"base_price": 0,
"characteristics": [
{
"code": "01",
"label": "Humidité",
"rebill": 0,
"value": 11
},
{
"code": "02",
"label": "Impuretés",
"rebill": 0,
"value": 0.1
},
{
"code": "03",
"label": "Poids Spécifique",
"rebill": 0,
"value": 78
},
{
"code": "05",
"label": "Protéine",
"rebill": 0,
"value": 12
}
],
"date": "2018-11-13",
"delivery_number": "110919-1",
"net_amount": 21.866,
"net_price": 0,
"normed_amount": 21.866,
"place_id": "0001",
"product_code": "000038",
"product_name": "BLE BPMF MEUNERIE",
"settled_amount": 0,
"site_label": "SARRAIL NOGENT S SEINE",
"stock_type": 0
}
],
"deposited_amount": 0,
"fiscal_year": 2018,
"gain": 0,
"id": "214562",
"is_closed": false,
"itk_feedback": null,
"maturity": null,
"maturity_id": null,
"name": "Contrat Optimum Sécurisé",
"price": 0,
"product_name": "BLE BPMF MEUNERIE",
"quality_bonus": 0,
"samples": [
{
"cell_varieties": [
{
"cell": "TAS 5",
"variety": "CROUSTY"
}
],
"characteristics": [
{
"code": "01",
"label": "Humidité",
"value": 11
},
{
"code": "02",
"label": "Impuretés",
"value": 0.2
},
{
"code": "03",
"label": "Poids Spécifique",
"value": 80
},
{
"code": "05",
"label": "Protéine",
"value": 13.5
},
{
"code": "15",
"label": "Hagberg",
"value": 330
}
],
"date": "2018-07-16",
"number": "535090361580926",
"quantity": 0
}
],
"settlement_price": null,
"special_bonus": null,
"strike": 0,
"surface": 0,
"termination_date": "2018-08-31",
"total_amount": 45,
"type": "APO",
"variety": "BT",
"variety_name": "BLE TENDRE",
"variety_standard_deviation": 0,
"yield": 0
},
{
"amount_to_deliver": 0,
"amount_to_deposit": null,
"closing_date": null,
"commencement_date": null,
"commodity": null,
"commodity_id": null,
"contracts": [],
"crm_id": "HC-001003-0",
"date": null,
"delivered_amount": 3.8,
"deliveries": [
{
"base_price": 0,
"characteristics": [
{
"code": "01",
"label": "Humidité",
"rebill": 0,
"value": 10
},
{
"code": "02",
"label": "Impuretés",
"rebill": 0,
"value": 0.3
},
{
"code": "03",
"label": "Poids Spécifique",
"rebill": 0,
"value": 82
},
{
"code": "05",
"label": "Protéine",
"rebill": 0,
"value": 14
},
{
"code": "12",
"label": "Cassés",
"rebill": 0,
"value": 0
},
{
"code": "15",
"label": "Hagberg",
"rebill": 0,
"value": 230
}
],
"date": "2018-07-16",
"delivery_number": "8277-2",
"net_amount": 3.819,
"net_price": 0,
"normed_amount": 3.8,
"place_id": "0008",
"product_code": "001003",
"product_name": "BLE MMS 2018",
"settled_amount": 0,
"site_label": "PONT S SEINE",
"stock_type": 0
}
],
"deposited_amount": 0,
"fiscal_year": 2018,
"gain": 0,
"id": "0",
"is_closed": false,
"itk_feedback": null,
"maturity": null,
"maturity_id": null,
"name": "Hors Contrat",
"price": 0,
"product_name": "BLE MMS 2018",
"quality_bonus": 0,
"samples": [],
"settlement_price": null,
"special_bonus": null,
"strike": 0,
"surface": 0,
"termination_date": null,
"total_amount": 0,
"type": "HC",
"variety": "BT",
"variety_name": "BLE TENDRE",
"variety_standard_deviation": 0,
"yield": 0
},
{
"amount_to_deliver": 0,
"amount_to_deposit": null,
"closing_date": null,
"commencement_date": null,
"commodity": null,
"commodity_id": null,
"contracts": [],
"crm_id": "EHC-000683-0",
"date": "2018-07-02",
"delivered_amount": 0,
"deposited_amount": 0,
"fiscal_year": 2018,
"gain": 0,
"id": "0",
"is_closed": false,
"itk_feedback": null,
"maturity": null,
"maturity_id": null,
"name": "Echantillon Hors Contrat",
"price": 0,
"product_name": "BLE APACHE BAGUEPI",
"quality_bonus": 0,
"samples": [
{
"cell_varieties": [
{
"cell": "TAS 8",
"variety": "BLE APACHE"
}
],
"characteristics": [
{
"code": "01",
"label": "Humidité",
"value": 11
},
{
"code": "02",
"label": "Impuretés",
"value": 0
},
{
"code": "03",
"label": "Poids Spécifique",
"value": 78
},
{
"code": "05",
"label": "Protéine",
"value": 12.5
}
],
"date": "2018-07-02",
"number": "0",
"quantity": 0
}
],
"settlement_price": null,
"special_bonus": null,
"strike": 0,
"surface": 0,
"termination_date": null,
"total_amount": 0,
"type": "EHC",
"variety": "BT",
"variety_name": "BLE TENDRE",
"variety_standard_deviation": 0,
"yield": 0
},
{
"amount_to_deliver": 0,
"amount_to_deposit": null,
"closing_date": null,
"commencement_date": null,
"commodity": null,
"commodity_id": null,
"contracts": [],
"crm_id": "HC-000038-0",
"date": null,
"delivered_amount": 48.134,
"deliveries": [
{
"base_price": 0,
"characteristics": [
{
"code": "01",
"label": "Humidité",
"rebill": 0,
"value": 11
},
{
"code": "02",
"label": "Impuretés",
"rebill": 0,
"value": 0.1
},
{
"code": "03",
"label": "Poids Spécifique",
"rebill": 0,
"value": 78
},
{
"code": "05",
"label": "Protéine",
"rebill": 0,
"value": 12
}
],
"date": "2018-11-13",
"delivery_number": "110919-2",
"net_amount": 13.134,
"net_price": 0,
"normed_amount": 13.134,
"place_id": "0001",
"product_code": "000038",
"product_name": "BLE BPMF MEUNERIE",
"settled_amount": 0,
"site_label": "SARRAIL NOGENT S SEINE",
"stock_type": 0
},
{
"base_price": 0,
"characteristics": [
{
"code": "01",
"label": "Humidité",
"rebill": 0,
"value": 11
},
{
"code": "02",
"label": "Impuretés",
"rebill": 0,
"value": 0.1
},
{
"code": "03",
"label": "Poids Spécifique",
"rebill": 0,
"value": 78
},
{
"code": "05",
"label": "Protéine",
"rebill": 0,
"value": 12
}
],
"date": "2018-11-13",
"delivery_number": "110920-1",
"net_amount": 35,
"net_price": 0,
"normed_amount": 35,
"place_id": "0001",
"product_code": "000038",
"product_name": "BLE BPMF MEUNERIE",
"settled_amount": 0,
"site_label": "SARRAIL NOGENT S SEINE",
"stock_type": 0
}
],
"deposited_amount": 0,
"fiscal_year": 2018,
"gain": 0,
"id": "0",
"is_closed": false,
"itk_feedback": null,
"maturity": null,
"maturity_id": null,
"name": "Hors Contrat",
"price": 0,
"product_name": "BLE BPMF MEUNERIE",
"quality_bonus": 0,
"samples": [],
"settlement_price": null,
"special_bonus": null,
"strike": 0,
"surface": 0,
"termination_date": null,
"total_amount": 0,
"type": "HC",
"variety": "BT",
"variety_name": "BLE TENDRE",
"variety_standard_deviation": 0,
"yield": 0
},
{
"amount_to_deliver": 0,
"amount_to_deposit": null,
"closing_date": null,
"commencement_date": null,
"commodity": null,
"commodity_id": null,
"contracts": [],
"crm_id": "HC-000021-0",
"date": null,
"delivered_amount": 9.8,
"deliveries": [
{
"base_price": 0,
"characteristics": [
{
"code": "01",
"label": "Humidité",
"rebill": 0,
"value": 11
},
{
"code": "02",
"label": "Impuretés",
"rebill": 0,
"value": 0.1
},
{
"code": "03",
"label": "Poids Spécifique",
"rebill": 0,
"value": 78
},
{
"code": "05",
"label": "Protéine",
"rebill": 0,
"value": 12.5
}
],
"date": "2019-02-12",
"delivery_number": "12387-1",
"net_amount": 9.8,
"net_price": 0,
"normed_amount": 9.8,
"place_id": "0039",
"product_code": "000021",
"product_name": "BLE APACHE",
"settled_amount": 0,
"site_label": "MORMANT",
"stock_type": 0
}
],
"deposited_amount": 0,
"fiscal_year": 2018,
"gain": 0,
"id": "0",
"is_closed": false,
"itk_feedback": null,
"maturity": null,
"maturity_id": null,
"name": "Hors Contrat",
"price": 0,
"product_name": "BLE APACHE",
"quality_bonus": 0,
"samples": [],
"settlement_price": null,
"special_bonus": null,
"strike": 0,
"surface": 0,
"termination_date": null,
"total_amount": 0,
"type": "HC",
"variety": "BT",
"variety_name": "BLE TENDRE",
"variety_standard_deviation": 0,
"yield": 0
},
{
"amount_to_deliver": 0,
"amount_to_deposit": null,
"closing_date": null,
"commencement_date": null,
"commodity": null,
"commodity_id": null,
"contracts": [],
"crm_id": "HC-000005-0",
"date": null,
"delivered_amount": 10.099,
"deliveries": [
{
"base_price": 0,
"characteristics": [
{
"code": "01",
"label": "Humidité",
"rebill": 0,
"value": 9
},
{
"code": "02",
"label": "Impuretés",
"rebill": 0,
"value": 1
},
{
"code": "03",
"label": "Poids Spécifique",
"rebill": 0,
"value": 70
},
{
"code": "05",
"label": "Protéine",
"rebill": 0,
"value": 8
}
],
"date": "2018-12-10",
"delivery_number": "8688-3",
"net_amount": 10.15,
"net_price": 0,
"normed_amount": 10.099,
"place_id": "0009",
"product_code": "000005",
"product_name": "BLE 1",
"settled_amount": 0,
"site_label": "ANGLURE",
"stock_type": 0
}
],
"deposited_amount": 0,
"fiscal_year": 2018,
"gain": 0,
"id": "0",
"is_closed": false,
"itk_feedback": null,
"maturity": null,
"maturity_id": null,
"name": "Hors Contrat",
"price": 0,
"product_name": "BLE 1",
"quality_bonus": 0,
"samples": [],
"settlement_price": null,
"special_bonus": null,
"strike": 0,
"surface": 0,
"termination_date": null,
"total_amount": 0,
"type": "HC",
"variety": "BT",
"variety_name": "BLE TENDRE",
"variety_standard_deviation": 0,
"yield": 0
},
{
"amount_to_deliver": 0,
"amount_to_deposit": null,
"closing_date": null,
"commencement_date": "2019-04-01",
"commodity": "BL2",
"commodity_id": "WHEAT",
"contracts": [],
"crm_id": "100641",
"date": "2019-02-12",
"delivered_amount": 0,
"deposited_amount": 0,
"fiscal_year": 2018,
"gain": 0,
"id": "0",
"is_closed": false,
"itk_feedback": null,
"maturity": null,
"maturity_id": null,
"name": "Offre prix ferme",
"price": 170.95,
"product_name": "BLE 1",
"quality_bonus": null,
"samples": [],
"settlement_price": null,
"special_bonus": null,
"strike": 0,
"surface": null,
"termination_date": "2019-05-31",
"total_amount": 15,
"type": "APF",
"variety": "BT",
"variety_name": "Blé tendre",
"variety_standard_deviation": null,
"yield": null
}
]
}
The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:
{
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"meta": {
"properties": {
"total_pages": {
"type": "integer"
}
},
"type": "object"
},
"users": {
"items": {
"additionalProperties": false,
"properties": {
"first_name": {
"type": "string"
},
"id": {
"enum": [
"tot",
""
],
"type": "string"
}
},
"required": [
"first_name",
"id"
],
"type": "object"
},
"type": "array"
}
},
"required": [
"users"
],
"title": "User - UserIndex",
"type": "object"
}
{
"total_pages": 1,
"users": [
{
"first_name": "reprehenderit minim eu ullamco",
"id": "tot"
},
{
"first_name": "ut sit exercitation dolore commodo",
"id": "tot"
},
{
"first_name": "consectetur sint Ut",
"id": ""
},
{
"first_name": "aliqua ut velit",
"id": "tot"
}
]
}
The input JSON schema validates the input JSON instance (JSON Schema Draft 4).
{
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"total_pages": {
"type": "integer"
},
"users": {
"items": {
"additionalProperties": false,
"properties": {
"first_name": {
"type": "string"
},
"id": {
"enum": [
"tot",
""
],
"type": "string"
}
},
"required": [
"first_name",
"id"
],
"type": "object"
},
"type": "array"
}
},
"required": [
"users"
],
"title": "User - UserIndex",
"type": "object"
}
{
"total_pages": 1,
"users": [
{
"first_name": "velit",
"id": ""
}
]
}
The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:
{
"additionalProperties": false,
"definitions": {
"DefaultOpeningHour_562": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"afternoon_end": {
"anyOf": [
{
"description": "heure en UTC à convertir à partir de la timezone du silo",
"format": "datetime",
"type": "string"
},
{
"type": "null"
}
]
},
"afternoon_start": {
"anyOf": [
{
"description": "heure en UTC à convertir à partir de la timezone du silo",
"format": "datetime",
"type": "string"
},
{
"type": "null"
}
]
},
"date": {
"format": "date",
"type": "string"
},
"morning_end": {
"anyOf": [
{
"description": "heure en UTC à convertir à partir de la timezone du silo",
"format": "datetime",
"type": "string"
},
{
"type": "null"
}
]
},
"morning_start": {
"anyOf": [
{
"description": "heure en UTC à convertir à partir de la timezone du silo",
"format": "datetime",
"type": "string"
},
{
"type": "null"
}
]
},
"opening_periods": {
"description": "Format:\r\n%Y-%m-%dT%H:%M:%S+00:00/%Y-%m-%dT%H:%M:%S+00:00",
"items": {
"type": "string"
},
"maxItems": 2,
"minItems": 0,
"type": "array"
},
"status": {
"description": "1=Ouvert = morningStart; morningEnd; afternoonStart; afternoonEnd\r\n2=Ouvert à la demande = RAS\r\n3=Fermé = RAS\r\n4=Férié = RAS\r\n5=Ouvert sans interruption = morningStart ; afternoonEnd\r\n6=Ouvert seulement la matinée = morningStart ; morningEnd\r\n7=Ouvert seulement l'après-midi = afternoonStart ; afternoonEnd\r\n8=Ouvert 24h/24h",
"maximum": 8,
"minimum": 1,
"type": "integer"
}
},
"required": [
"afternoon_end",
"afternoon_start",
"date",
"morning_end",
"morning_start",
"opening_periods",
"status"
],
"title": "OpeningHour - DefaultOpeningHour",
"type": "object"
}
},
"description": "Automatically generated (please edit me)",
"properties": {
"silos": {
"items": {
"additionalProperties": false,
"properties": {
"activities_names": {
"type": "string"
},
"address": {
"type": "string"
},
"city": {
"type": "string"
},
"country": {
"type": "string"
},
"email": {
"format": "email",
"type": "string"
},
"id": {
"pattern": "\\d*",
"type": "string"
},
"latitude": {
"maximum": 90,
"minimum": -90,
"type": "number"
},
"longitude": {
"maximum": 180,
"minimum": -180,
"type": "number"
},
"manager_name": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"mobile_number": {
"anyOf": [
{
"description": "J'ai supprimé le scheme phone number, car nous pouvions avoir des 00 00 00 00 00 qui ne matchent pas le scheme",
"type": "string"
},
{
"type": "null"
}
]
},
"name": {
"type": "string"
},
"opening_hours": {
"items": {
"$ref": "#/definitions/DefaultOpeningHour_562",
"type": "object"
},
"maxItems": 8,
"minItems": 0,
"type": "array"
},
"owner": {
"type": "string"
},
"phone_number": {
"anyOf": [
{
"description": "J'ai supprimé le scheme phone number, car nous pouvions avoir des numéros étranges qui ne matchent pas le scheme",
"type": "string"
},
{
"type": "null"
}
]
},
"region": {
"type": "string"
},
"timezone": {
"type": "string"
},
"zip_code": {
"description": "j'ai supprimé le scheme zipcode car on avait des zipcode à 6 chiffres ou 4 chiffres parfois",
"type": "string"
}
},
"required": [
"activities_names",
"address",
"city",
"country",
"email",
"id",
"latitude",
"longitude",
"manager_name",
"mobile_number",
"name",
"opening_hours",
"owner",
"phone_number",
"timezone",
"zip_code"
],
"type": "object"
},
"type": "array"
}
},
"required": [
"silos"
],
"title": "Silo - DefaultSilo",
"type": "object"
}
{
"silos": [
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nQUAI DU GENERAL SARRAIL",
"city": "NOGENT S SEINE",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0001",
"latitude": 48.491343,
"longitude": 3.492956,
"manager_name": "Johann ROUSSEAU",
"mobile_number": "06 84 95 26 13",
"name": "SARRAIL NOGENT S SEINE",
"opening_hours": [],
"owner": null,
"phone_number": "03 25 39 41 11",
"timezone": null,
"zip_code": "10400"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nAVENUE BEAUREGARD",
"city": "NOGENT S SEINE",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0003",
"latitude": 48.4981,
"longitude": 3.491312,
"manager_name": "Patrick LAURET",
"mobile_number": null,
"name": "GARE NOGENT S SEINE",
"opening_hours": [],
"owner": null,
"phone_number": "03 25 39 40 25",
"timezone": null,
"zip_code": "10400"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nA L OUEST DES GRANDS CHATELLI",
"city": "PLEURS",
"country": null,
"email": "02Recette_I@soufflet.com",
"id": "0004",
"latitude": 48.682765,
"longitude": 3.875137,
"manager_name": "Pascal SASPORTES",
"mobile_number": null,
"name": "PLEURS",
"opening_hours": [],
"owner": null,
"phone_number": "03 26 80 12 26",
"timezone": null,
"zip_code": "51230"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nMAINCLAY\nENTRE LES DEUX CHEMINS",
"city": "BESSAY",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0005",
"latitude": 46.528677,
"longitude": -1.158175,
"manager_name": "Pierre RAINEREAU",
"mobile_number": null,
"name": "BESSAY",
"opening_hours": [],
"owner": null,
"phone_number": "02 51 27 50 32",
"timezone": null,
"zip_code": "85320"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\n10 RUE COMMANDO M",
"city": "LUYERES",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0006",
"latitude": 48.376974,
"longitude": 4.200256,
"manager_name": "Thierry BARRET",
"mobile_number": "06 08 56 97 00",
"name": "LUYERES",
"opening_hours": [],
"owner": null,
"phone_number": "03 25 41 00 58",
"timezone": null,
"zip_code": "10150"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nRUE PRINCIPALE",
"city": "AULNAY",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0007",
"latitude": 48.470814,
"longitude": 4.394961,
"manager_name": "Xavier MAKOWIAK",
"mobile_number": null,
"name": "AULNAY",
"opening_hours": [],
"owner": null,
"phone_number": "03 25 92 46 25",
"timezone": null,
"zip_code": "10240"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nROUTE DE VILLADIN",
"city": "MARCILLY LE HAYER",
"country": null,
"email": "ndobler@soufflet.com",
"id": "0012",
"latitude": 48.346546,
"longitude": 3.640109,
"manager_name": "Thierry THIBAULT",
"mobile_number": null,
"name": "MARCILLY LE HAYER",
"opening_hours": [],
"owner": null,
"phone_number": "03 25 21 70 99",
"timezone": null,
"zip_code": "10290"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\n12 ROUTE DE LESMONT\nLD AUZON LES MARAIS",
"city": "VAL D AUZON",
"country": null,
"email": "ndobler@soufflet.com",
"id": "0013",
"latitude": 48.405714,
"longitude": 4.371619,
"manager_name": "Benjamin SEMENCE",
"mobile_number": null,
"name": "AUZON LES MARAIS VAL D AUZON",
"opening_hours": [],
"owner": null,
"phone_number": "03 25 46 30 89",
"timezone": null,
"zip_code": "10220"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nCOULON",
"city": "SEMENTRON",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0014",
"latitude": 47.636133,
"longitude": 3.358183,
"manager_name": "Vincent LETTRY",
"mobile_number": null,
"name": "SEMENTRON",
"opening_hours": [],
"owner": null,
"phone_number": "03 86 44 20 61",
"timezone": null,
"zip_code": "89560"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nROUTE DE FLEURIGNY",
"city": "THORIGNY S OREUSE",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0015",
"latitude": 48.295225,
"longitude": 3.38879,
"manager_name": "Frederic BOULET",
"mobile_number": null,
"name": "THORIGNY S OREUSE",
"opening_hours": [],
"owner": null,
"phone_number": "03 86 88 45 01",
"timezone": null,
"zip_code": "89260"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nZI SUD",
"city": "ARTENAY",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0016",
"latitude": 48.073628,
"longitude": 1.877975,
"manager_name": "Cyrille FOUGERON",
"mobile_number": "06 17 91 40 96",
"name": "ARTENAY BAS",
"opening_hours": [],
"owner": null,
"phone_number": "02 38 80 02 35",
"timezone": null,
"zip_code": "45410"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nGRANDE RUE\nVIAPRES LE GRAND",
"city": "PLANCY L ABBAYE",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0017",
"latitude": 48.566235,
"longitude": 4.010841,
"manager_name": "Sebastien GADOT",
"mobile_number": null,
"name": "VIAPRES LE GRAND PLANCY L ABBAYE",
"opening_hours": [],
"owner": null,
"phone_number": "03 25 37 70 32",
"timezone": null,
"zip_code": "10380"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nRD 452",
"city": "POLISY",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0018",
"latitude": 48.07118,
"longitude": 4.383688,
"manager_name": "Julien ETIENNE",
"mobile_number": "06 75 84 38 08",
"name": "POLISY",
"opening_hours": [],
"owner": null,
"phone_number": "03 25 38 51 40",
"timezone": null,
"zip_code": "10110"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nRD 965",
"city": "BRION S OURCE",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0019",
"latitude": 47.910536,
"longitude": 4.678907,
"manager_name": "Jacques COLLOT",
"mobile_number": null,
"name": "BRION S OURCE",
"opening_hours": [],
"owner": null,
"phone_number": "03 80 93 76 65",
"timezone": null,
"zip_code": "21570"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nRUE DE L ECOLE",
"city": "BOURANTON",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0020",
"latitude": 48.30658,
"longitude": 4.182381,
"manager_name": "Freddy VELGHE",
"mobile_number": null,
"name": "BOURANTON",
"opening_hours": [],
"owner": null,
"phone_number": "03 25 80 90 36",
"timezone": null,
"zip_code": "10270"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nLE CHARME RD 34",
"city": "BALNOT LA GRANGE",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0022",
"latitude": 48.000581,
"longitude": 4.167876,
"manager_name": "Thomas JOLLOIS",
"mobile_number": null,
"name": "BALNOT LA GRANGE",
"opening_hours": [],
"owner": null,
"phone_number": "03 25 70 07 33",
"timezone": null,
"zip_code": "10210"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nVILLEGRUIS",
"city": "LOUAN VILLEGRUIS FONTAINE",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0023",
"latitude": 48.600016,
"longitude": 3.446293,
"manager_name": "Laurent DELPUECH",
"mobile_number": null,
"name": "VILLEGRUIS LOUAN FONTAINE",
"opening_hours": [],
"owner": null,
"phone_number": "01 64 00 82 44",
"timezone": null,
"zip_code": "77560"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nBP 45",
"city": "ARCIS S AUBE",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0024",
"latitude": 48.532881,
"longitude": 4.131626,
"manager_name": "Bruno FAURE",
"mobile_number": null,
"name": "ARCIS S AUBE",
"opening_hours": [],
"owner": null,
"phone_number": "03 25 37 81 06",
"timezone": null,
"zip_code": "10700"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nROUTE DE DIERREY ST JULIEN",
"city": "MESNIL ST LOUP",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0025",
"latitude": 48.302056,
"longitude": 3.772614,
"manager_name": "Priscillia BOITEUX",
"mobile_number": null,
"name": "MESNIL ST LOUP",
"opening_hours": [],
"owner": null,
"phone_number": "03 25 40 43 90",
"timezone": null,
"zip_code": "10190"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nRUE EUROPE",
"city": "VILLENEUVE L ARCHEVEQUE",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0026",
"latitude": 48.238539,
"longitude": 3.554014,
"manager_name": "Jean Marc PERARD",
"mobile_number": "06 84 95 26 18",
"name": "VILLENEUVE L ARCHEVEQUE",
"opening_hours": [],
"owner": null,
"phone_number": "03 86 86 71 12",
"timezone": null,
"zip_code": "89190"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET",
"city": "GRANDVILLE",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0027",
"latitude": 48.601447,
"longitude": 4.229592,
"manager_name": "Frederic SEURAT",
"mobile_number": null,
"name": "GRANDVILLE",
"opening_hours": [],
"owner": null,
"phone_number": "03 25 37 95 08",
"timezone": null,
"zip_code": "10700"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nRUE DU MOULIN",
"city": "DIENVILLE",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0028",
"latitude": 48.344721,
"longitude": 4.539331,
"manager_name": "Stéphane HERAUD",
"mobile_number": "06 80 88 98 10",
"name": "DIENVILLE",
"opening_hours": [],
"owner": null,
"phone_number": "03 25 92 20 45",
"timezone": null,
"zip_code": "10500"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nROUTE DE LA FERTE GAUCHER",
"city": "MONTOLIVET",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0030",
"latitude": 48.828588,
"longitude": 3.423932,
"manager_name": "Guillaume HUET",
"mobile_number": null,
"name": "MONTOLIVET",
"opening_hours": [],
"owner": null,
"phone_number": "01 64 03 79 90",
"timezone": null,
"zip_code": "77320"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nRD 32 SECTION",
"city": "VILLEMORIEN",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0031",
"latitude": 48.073558,
"longitude": 4.285062,
"manager_name": "Franck PETITET",
"mobile_number": null,
"name": "VILLEMORIEN",
"opening_hours": [],
"owner": null,
"phone_number": "03 25 29 92 08",
"timezone": null,
"zip_code": "10110"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\n10 RUE DE CONDE\nARTONGES",
"city": "DHUYS ET MORIN EN BRIE",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0032",
"latitude": 48.933392,
"longitude": 3.554509,
"manager_name": "Thierry CORNU",
"mobile_number": null,
"name": "ARTONGES",
"opening_hours": [],
"owner": null,
"phone_number": "03 23 82 44 87",
"timezone": null,
"zip_code": "2330"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\n955 ROUTE DE BELLEGARDE",
"city": "BRAY EN VAL",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0033",
"latitude": 47.831147,
"longitude": 2.379005,
"manager_name": "Jean Louis RUFFIER",
"mobile_number": null,
"name": "BRAY EN VAL",
"opening_hours": [],
"owner": null,
"phone_number": "02 38 35 75 71",
"timezone": null,
"zip_code": "45460"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nTREMBLAY\nROUTE D AVANT LES MARCILLY",
"city": "AVANT LES MARCILLY",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0034",
"latitude": 48.434061,
"longitude": 3.567075,
"manager_name": "Guillaume MARGAS",
"mobile_number": null,
"name": "AVANT LES MARCILLY",
"opening_hours": [],
"owner": null,
"phone_number": "03 25 39 21 74",
"timezone": null,
"zip_code": "10400"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nCHEMIN DEPARTEMENTAL 48",
"city": "LONGSOLS",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0036",
"latitude": 48.434208,
"longitude": 4.286921,
"manager_name": "Christian TERRYN",
"mobile_number": null,
"name": "LONGSOLS",
"opening_hours": [],
"owner": null,
"phone_number": "03 25 37 68 67",
"timezone": null,
"zip_code": "10210"
},
{
"activities_names": "Magasin appro",
"address": "MAGASIN APPROS SOUFFLET\nAVENUE DES MONTOIRES\nCUIRY",
"city": "GIEN",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0037",
"latitude": 47.70647,
"longitude": 2.627211,
"manager_name": "Philippe BOUCHARD",
"mobile_number": "06 23 97 64 27",
"name": "GIEN MA",
"opening_hours": [],
"owner": null,
"phone_number": "02 38 67 41 32",
"timezone": null,
"zip_code": "45500"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nZA LA COUPE DU ROCHER",
"city": "CHAILLE LES MARAIS",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0038",
"latitude": 46.401787,
"longitude": -1.030446,
"manager_name": "Martin PENISSON",
"mobile_number": null,
"name": "CHAILLE LES MARAIS",
"opening_hours": [],
"owner": null,
"phone_number": "02 51 56 70 00",
"timezone": null,
"zip_code": "85450"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nROUTE DE PARIS",
"city": "MORMANT",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0039",
"latitude": 48.613683,
"longitude": 2.885628,
"manager_name": "Renaud PAULON",
"mobile_number": "06 79 27 78 99",
"name": "MORMANT",
"opening_hours": [],
"owner": null,
"phone_number": "01 64 06 82 18",
"timezone": null,
"zip_code": "77720"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nZA DU BOIS DE L ERABLE\nRUE DU PARC",
"city": "LIMOGES FOURCHES",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0040",
"latitude": 48.634076,
"longitude": 2.66291,
"manager_name": "Olivier MOHR",
"mobile_number": null,
"name": "LIMOGES FOURCHES",
"opening_hours": [],
"owner": null,
"phone_number": "01 64 38 86 90",
"timezone": null,
"zip_code": "77550"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nCHEMIN DEPARTEMENTAL 59\nLES RANGES",
"city": "VILLENAUXE LA PETITE",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0041",
"latitude": 48.402661,
"longitude": 3.317622,
"manager_name": "Hervé LEROY",
"mobile_number": null,
"name": "VILLENAUXE LA PETITE A",
"opening_hours": [],
"owner": null,
"phone_number": "01 64 01 19 09",
"timezone": null,
"zip_code": "77480"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nAVENUE DE LA VOULZIE",
"city": "POIGNY",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0043",
"latitude": 48.547159,
"longitude": 3.285752,
"manager_name": "Alain MAYEUX",
"mobile_number": null,
"name": "POIGNY",
"opening_hours": [],
"owner": null,
"phone_number": "01 60 67 62 62",
"timezone": null,
"zip_code": "77160"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nCHEMIN DEPARTEMENTAL 12",
"city": "COURCHAMP",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0044",
"latitude": 48.635651,
"longitude": 3.296982,
"manager_name": "François GOSSELIN",
"mobile_number": null,
"name": "COURCHAMP",
"opening_hours": [],
"owner": null,
"phone_number": "01 64 01 07 39",
"timezone": null,
"zip_code": "77560"
},
{
"activities_names": "Silos stockage céréales",
"address": "SILO SOUFFLET\n28 RUE DE GRASLA",
"city": "CHAUCHE",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0045",
"latitude": 46.831299,
"longitude": -1.275116,
"manager_name": "Christophe DRAPPIER",
"mobile_number": "06 23 30 80 39",
"name": "CHAUCHE",
"opening_hours": [],
"owner": null,
"phone_number": "02 51 41 84 46",
"timezone": null,
"zip_code": "85140"
},
{
"activities_names": "Silos stockage céréales",
"address": "SILO SOUFFLET\nRUE DU STADE",
"city": "CHAVAGNES LES REDOUX",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0046",
"latitude": 46.715292,
"longitude": -0.913468,
"manager_name": "Aubry MANDIN",
"mobile_number": "06 23 30 80 39",
"name": "CHAVAGNES LES REDOUX",
"opening_hours": [],
"owner": null,
"phone_number": "02 51 92 40 36",
"timezone": null,
"zip_code": "85390"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nROUTE DE ST MAURICE AUX RICHES HOMMES",
"city": "TRANCAULT",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0047",
"latitude": 48.365431,
"longitude": 3.530437,
"manager_name": "Yannick TROCELLIER",
"mobile_number": null,
"name": "TRANCAULT A",
"opening_hours": [],
"owner": null,
"phone_number": "03 25 21 75 80",
"timezone": null,
"zip_code": "10290"
},
{
"activities_names": "Station de Semences",
"address": "STATION DE SEMENCES\nROUTE DE PARIS",
"city": "NOGENT S SEINE",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0048",
"latitude": 48.498101,
"longitude": 3.489508,
"manager_name": "Francois GRENOT",
"mobile_number": null,
"name": "STATION SEMENCES NOGENT S SEINE",
"opening_hours": [],
"owner": null,
"phone_number": "03 25 39 40 24",
"timezone": null,
"zip_code": "10400"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\n8 RUE CHAMP BERTIN",
"city": "VILLERY",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0049",
"latitude": 48.170126,
"longitude": 4.023813,
"manager_name": "Laurent BONNET",
"mobile_number": null,
"name": "VILLERY",
"opening_hours": [],
"owner": null,
"phone_number": "03 25 40 29 19",
"timezone": null,
"zip_code": "10320"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nROUTE DE PROVINS",
"city": "PEZARCHES",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0055",
"latitude": 48.735201,
"longitude": 2.996694,
"manager_name": "Jean Michel ZEN",
"mobile_number": null,
"name": "PEZARCHES",
"opening_hours": [],
"owner": null,
"phone_number": "01 64 04 10 63",
"timezone": null,
"zip_code": "77131"
},
{
"activities_names": "Magasin appro",
"address": "MAGASIN APPROS SOUFFLET\nZI\nRUE SELLIERS",
"city": "NEUVILLE AUX BOIS",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0056",
"latitude": 48.068457,
"longitude": 2.063696,
"manager_name": "Jerome PERDEREAU",
"mobile_number": "07 77 30 47 90",
"name": "NEUVILLE AUX BOIS MA",
"opening_hours": [],
"owner": null,
"phone_number": "02 38 75 52 11",
"timezone": null,
"zip_code": "45170"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nVOIE COULMIER",
"city": "PUITS",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0063",
"latitude": 47.734474,
"longitude": 4.470654,
"manager_name": "Olivier GERMAIN",
"mobile_number": null,
"name": "PUITS",
"opening_hours": [],
"owner": null,
"phone_number": "03 80 93 14 37",
"timezone": null,
"zip_code": "21400"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nZI GUERCHE\nRUE DE L INDUSTRIE",
"city": "LES HERBIERS",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0068",
"latitude": 46.860946,
"longitude": -1.004563,
"manager_name": "Aubry MANDIN",
"mobile_number": null,
"name": "LES HERBIERS",
"opening_hours": [],
"owner": null,
"phone_number": "02 51 67 08 52",
"timezone": null,
"zip_code": "85500"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nGRANDE RUE\nROUTE DE MONTAULIN",
"city": "MONTAULIN",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0076",
"latitude": 48.259224,
"longitude": 4.21419,
"manager_name": "Luc CHAINE",
"mobile_number": null,
"name": "MONTAULIN",
"opening_hours": [],
"owner": null,
"phone_number": "03 25 41 56 47",
"timezone": null,
"zip_code": "10270"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nROUTE NOZAY",
"city": "PREMIERFAIT",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0077",
"latitude": 48.498451,
"longitude": 4.034937,
"manager_name": "Vincent DEBROUWER",
"mobile_number": null,
"name": "PREMIERFAIT",
"opening_hours": [],
"owner": null,
"phone_number": "03 25 37 71 67",
"timezone": null,
"zip_code": "10170"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nPORT AMONT",
"city": "SOUPPES S LOING",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0078",
"latitude": 48.179883,
"longitude": 2.724772,
"manager_name": "Sebastien DUCASTEL",
"mobile_number": "06 71 78 94 10",
"name": "SOUPPES S LOING",
"opening_hours": [],
"owner": null,
"phone_number": "01 64 29 73 09",
"timezone": null,
"zip_code": "77460"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nZI\nRUE EMMANUEL LEGER",
"city": "PATAY",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0080",
"latitude": 48.035717,
"longitude": 1.709216,
"manager_name": "François COUTADEUR",
"mobile_number": "06 09 68 57 00",
"name": "PATAY BAS",
"opening_hours": [],
"owner": null,
"phone_number": "02 38 80 80 96",
"timezone": null,
"zip_code": "45310"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nRUE DES VIGNES GATES",
"city": "LES LUCS S BOULOGNE",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0088",
"latitude": 46.845929,
"longitude": -1.493318,
"manager_name": "Christophe DRAPPIER",
"mobile_number": "06 23 30 80 39",
"name": "LES LUCS S BOULOGNE",
"opening_hours": [],
"owner": null,
"phone_number": "02 51 47 82 85",
"timezone": null,
"zip_code": "85170"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nROUTE DE CHATEAUNEUF",
"city": "TIGY",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0090",
"latitude": 47.806963,
"longitude": 2.20339,
"manager_name": "Martial TURBAN",
"mobile_number": "06 16 23 71 62",
"name": "TIGY",
"opening_hours": [],
"owner": null,
"phone_number": "02 38 58 02 30",
"timezone": null,
"zip_code": "45510"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\n8 AVENUE GEORGES CLEMENCEAU",
"city": "MOUTIERS LES MAUXFAITS",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0091",
"latitude": 46.493097,
"longitude": -1.424227,
"manager_name": "Romain ROY",
"mobile_number": "06 19 25 83 39",
"name": "MOUTIERS LES MAUXFAITS",
"opening_hours": [],
"owner": null,
"phone_number": "02 51 98 94 33",
"timezone": null,
"zip_code": "85540"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nALLEE HENRI ET MONIQUE BRIDIER",
"city": "LA CHAPELLE ST URSIN",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0093",
"latitude": 47.049576,
"longitude": 2.306101,
"manager_name": "Gilles CENDRE",
"mobile_number": "06 14 92 33 15",
"name": "LA CHAPELLE ST URSIN",
"opening_hours": [],
"owner": null,
"phone_number": "02 48 23 00 48",
"timezone": null,
"zip_code": "18570"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nCHEMIN DEPARTEMENTAL 193",
"city": "COURCELLES S VOIRE",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0094",
"latitude": 48.477513,
"longitude": 4.535766,
"manager_name": "Alex DUSSART",
"mobile_number": null,
"name": "COURCELLES S VOIRE",
"opening_hours": [],
"owner": null,
"phone_number": "03 25 92 13 96",
"timezone": null,
"zip_code": "10500"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\n23 RUE DE LA FILATURE",
"city": "AUNAY SS CRECY",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0095",
"latitude": 48.672772,
"longitude": 1.306461,
"manager_name": "Ronan PEIGNE",
"mobile_number": null,
"name": "AUNAY SS CRECY",
"opening_hours": [],
"owner": null,
"phone_number": "02 37 82 27 94",
"timezone": null,
"zip_code": "28500"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\n4 RUE MARQUIS DE TORCY",
"city": "ST DENIS LA CHEVASSE",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0112",
"latitude": 46.825642,
"longitude": -1.360735,
"manager_name": "David THOUZEAU",
"mobile_number": null,
"name": "ST DENIS LA CHEVASSE",
"opening_hours": [],
"owner": null,
"phone_number": "02 51 41 39 93",
"timezone": null,
"zip_code": "85170"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nLES ESSAIS LA MOTHE ACHARD\nD978 RUE DE NANTES",
"city": "ST GEORGES DE POINTINDOUX",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0114",
"latitude": 46.626265,
"longitude": -1.655914,
"manager_name": "Francis BERNARD",
"mobile_number": "06 25 70 33 25",
"name": "LA MOTHE ACHARD ST GEORGES DE POINTINDOU",
"opening_hours": [],
"owner": null,
"phone_number": "02 51 47 90 04",
"timezone": null,
"zip_code": "85150"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\n116 RUE DES PETITES JARRIES\nLA JARIETTE DE BOISSEUIL",
"city": "ST MARD",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0119",
"latitude": 46.096049,
"longitude": -0.671604,
"manager_name": "Eric PHELIPPON",
"mobile_number": null,
"name": "ST MARD",
"opening_hours": [],
"owner": null,
"phone_number": "05 46 68 99 62",
"timezone": null,
"zip_code": "17700"
},
{
"activities_names": "Silos stockage céréales",
"address": "SILO SOUFFLET\n34 RUE DE L EGLISE\nLE BOURG",
"city": "MONTREVERD",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0126",
"latitude": 46.895624,
"longitude": -1.422928,
"manager_name": "Maxime ARNOUX",
"mobile_number": "06 23 30 80 39",
"name": "ST SULPICE LE VERDON",
"opening_hours": [],
"owner": null,
"phone_number": "02 51 42 81 63",
"timezone": null,
"zip_code": "85260"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nBOIS MARIE",
"city": "TALMONT ST HILAIRE",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0128",
"latitude": 46.500407,
"longitude": -1.623018,
"manager_name": "Emmanuel GABORIEAU",
"mobile_number": null,
"name": "TALMONT ST HILAIRE BOIS MARIE",
"opening_hours": [],
"owner": null,
"phone_number": "02 51 90 24 51",
"timezone": null,
"zip_code": "85440"
},
{
"activities_names": "Plateforme stockage céréales",
"address": "PLATEFORME SOUFFLET\nLA BONNE AMIE",
"city": "CURZON",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0132",
"latitude": 46.462068,
"longitude": -1.305868,
"manager_name": "Romain ROY",
"mobile_number": "06 03 96 09 06",
"name": "CURZON",
"opening_hours": [],
"owner": null,
"phone_number": "02 51 98 93 07",
"timezone": null,
"zip_code": "85480"
},
{
"activities_names": "Plateforme stockage céréales",
"address": "PLATEFORME SOUFFLET\nLA BARBIERE",
"city": "TRIAIZE",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0133",
"latitude": 46.356982,
"longitude": -1.193299,
"manager_name": "Romain ROY",
"mobile_number": "06 03 96 09 06",
"name": "TRIAIZE",
"opening_hours": [],
"owner": null,
"phone_number": "02 51 98 93 07",
"timezone": null,
"zip_code": "85580"
},
{
"activities_names": "Silo portuaire fluvial",
"address": "SILO SOUFFLET\n2 RUE DE LA GRANGE AUX DAMES",
"city": "METZ",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0140",
"latitude": 49.142231,
"longitude": 6.192431,
"manager_name": "Serge LECOMTE",
"mobile_number": null,
"name": "METZ",
"opening_hours": [],
"owner": null,
"phone_number": "03 87 30 29 92",
"timezone": null,
"zip_code": "57050"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nCHEMIN VERT",
"city": "AUXY",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0148",
"latitude": 48.100618,
"longitude": 2.484074,
"manager_name": "Olivier HAUTEFEUILLE",
"mobile_number": "06 30 85 28 75",
"name": "AUXY",
"opening_hours": [],
"owner": null,
"phone_number": "02 38 89 84 90",
"timezone": null,
"zip_code": "45340"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nFERME HERBUES\nD175",
"city": "VERPILLIERES S OURCE",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0152",
"latitude": 48.036408,
"longitude": 4.565885,
"manager_name": "Herve PITEL",
"mobile_number": null,
"name": "VERPILLIERES S OURCE",
"opening_hours": [],
"owner": null,
"phone_number": "03 25 29 71 72",
"timezone": null,
"zip_code": "10360"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nCHEMIN DEPARTEMENTAL 204\nDIRECTION SAUSSOY",
"city": "ST DENIS LES REBAIS",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0154",
"latitude": 48.866829,
"longitude": 3.206677,
"manager_name": "Christophe CRAPART",
"mobile_number": null,
"name": "ST DENIS LES REBAIS",
"opening_hours": [],
"owner": null,
"phone_number": "01 64 20 97 56",
"timezone": null,
"zip_code": "77510"
},
{
"activities_names": "Plateforme stockage céréales",
"address": "PLATEFORME SOUFFLET\nLD LA VOVE\nROUTE DE VILLEMORIEN",
"city": "AIX VILLEMAUR PALIS",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0155",
"latitude": 48.209202,
"longitude": 3.752399,
"manager_name": "Priscillia BOITEUX",
"mobile_number": "06 14 06 16 73",
"name": "LA VOVE AIX EN OTHE",
"opening_hours": [],
"owner": null,
"phone_number": null,
"timezone": null,
"zip_code": "10160"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nROUTE DE JOIGNY\nNEUILLY",
"city": "VALRAVILLON",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0157",
"latitude": 47.913713,
"longitude": 3.428399,
"manager_name": "Baptiste BERRY",
"mobile_number": null,
"name": "NEUILLY",
"opening_hours": [],
"owner": null,
"phone_number": "03 86 73 76 94",
"timezone": null,
"zip_code": "89113"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\n2 ROUTE DES FONTENOTTES",
"city": "LUX",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0158",
"latitude": 47.489106,
"longitude": 5.201657,
"manager_name": "Julien CONRAUX",
"mobile_number": null,
"name": "LUX",
"opening_hours": [],
"owner": null,
"phone_number": "03 80 75 38 92",
"timezone": null,
"zip_code": "21120"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nAVENUE DU 19 MARS 1962",
"city": "VERGIGNY",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0165",
"latitude": 47.9826,
"longitude": 3.734658,
"manager_name": "Benoit LAVEAU",
"mobile_number": null,
"name": "VERGIGNY",
"opening_hours": [],
"owner": null,
"phone_number": "03 86 43 47 50",
"timezone": null,
"zip_code": "89600"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nRUE ST FIACRE",
"city": "VENIZY",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0166",
"latitude": 48.026206,
"longitude": 3.710336,
"manager_name": "Gaetan PAUL",
"mobile_number": null,
"name": "VENIZY",
"opening_hours": [],
"owner": null,
"phone_number": "03 86 35 08 27",
"timezone": null,
"zip_code": "89210"
},
{
"activities_names": "Plateforme stockage céréales",
"address": "PLATEFORME SOUFFLET\nROUTE DE MONTACHER",
"city": "ST VALERIEN",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0168",
"latitude": 48.175894,
"longitude": 3.071146,
"manager_name": "Nicolas METIER",
"mobile_number": "06 48 74 02 89",
"name": "ST VALERIEN",
"opening_hours": [],
"owner": null,
"phone_number": null,
"timezone": null,
"zip_code": "89150"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nROUTE DE LEZINNES",
"city": "PACY S ARMANCON",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0170",
"latitude": 47.778385,
"longitude": 4.109715,
"manager_name": "Xavier RICHEZ",
"mobile_number": null,
"name": "PACY S ARMANCON",
"opening_hours": [],
"owner": null,
"phone_number": "03 86 75 60 92",
"timezone": null,
"zip_code": "89160"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nZI LA BAGATELLE\nD144 ALLEE CLEMENT ADER",
"city": "CLAMECY",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0171",
"latitude": 47.471002,
"longitude": 3.520377,
"manager_name": "Lionel BONNIN",
"mobile_number": null,
"name": "CLAMECY",
"opening_hours": [],
"owner": null,
"phone_number": "03 86 27 17 52",
"timezone": null,
"zip_code": "58500"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nD204 ROUTE DE GIGNY",
"city": "CRUZY LE CHATEL",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0172",
"latitude": 47.848645,
"longitude": 4.232284,
"manager_name": "Thomas BLANDIN",
"mobile_number": "06 33 17 70 29",
"name": "CRUZY LE CHATEL",
"opening_hours": [],
"owner": null,
"phone_number": "03 86 75 24 81",
"timezone": null,
"zip_code": "89740"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nLES PERRIERES\nROUTE DE LICHERES PRES AIGREMONT",
"city": "CHABLIS",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0173",
"latitude": 47.798286,
"longitude": 3.79692,
"manager_name": "Stephane ROLLIN",
"mobile_number": null,
"name": "CHABLIS",
"opening_hours": [],
"owner": null,
"phone_number": "03 86 42 10 34",
"timezone": null,
"zip_code": "89800"
},
{
"activities_names": "Silos stockage céréales",
"address": "SILO SOUFFLET\n63 GRANDE RUE",
"city": "SONGY",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0175",
"latitude": 48.794456,
"longitude": 4.510083,
"manager_name": "Alain BECQ",
"mobile_number": "06 17 92 60 87",
"name": "SONGY",
"opening_hours": [],
"owner": null,
"phone_number": null,
"timezone": null,
"zip_code": "51240"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nD49 ROUTE DE NITRY\nSACY",
"city": "VERMENTON",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0176",
"latitude": 47.672264,
"longitude": 3.833202,
"manager_name": "Jean-Philippe REQUET",
"mobile_number": null,
"name": "SACY",
"opening_hours": [],
"owner": null,
"phone_number": "03 86 81 57 50",
"timezone": null,
"zip_code": "89270"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nD12\nDIRECTION VILLIERS LES HAUTS",
"city": "SARRY",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0177",
"latitude": 47.671609,
"longitude": 4.07775,
"manager_name": "Valerie LORE",
"mobile_number": null,
"name": "SARRY",
"opening_hours": [],
"owner": null,
"phone_number": "03 86 82 85 97",
"timezone": null,
"zip_code": "89310"
},
{
"activities_names": "Silos stockage céréales",
"address": "SILO SOUFFLET\nLE FIEF DE LA POINTE\nZONE ARTISANALE",
"city": "LANDRAIS",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0180",
"latitude": 46.073804,
"longitude": -0.872318,
"manager_name": "Vincent FRAPPE",
"mobile_number": null,
"name": "LANDRAIS",
"opening_hours": [],
"owner": null,
"phone_number": "05 46 27 77 93",
"timezone": null,
"zip_code": "17290"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\n32 RTE D ANCHAIS",
"city": "MAILLEZAIS",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0181",
"latitude": 46.367243,
"longitude": -0.731346,
"manager_name": "Nadine VERGNAUD",
"mobile_number": null,
"name": "MAILLEZAIS",
"opening_hours": [],
"owner": null,
"phone_number": "02 51 00 71 27",
"timezone": null,
"zip_code": "85420"
},
{
"activities_names": "Silos stockage céréales",
"address": "SILO SOUFFLET\nLE BOURG\nALLEE DU MARAIS",
"city": "ST GEORGES DE REX",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0182",
"latitude": 46.276287,
"longitude": -0.647089,
"manager_name": "Benoit MOREAU",
"mobile_number": null,
"name": "ST GEORGES DE REX",
"opening_hours": [],
"owner": null,
"phone_number": "03 25 38 50 35",
"timezone": null,
"zip_code": "79210"
},
{
"activities_names": "Usine Aliment",
"address": "USINE SOUFFLET\nBOIS MARIE",
"city": "TALMONT ST HILAIRE",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0184",
"latitude": 46.500407,
"longitude": -1.623018,
"manager_name": "Emmanuel GABORIEAU",
"mobile_number": null,
"name": "TALMONT ST HILAIRE USINE BM",
"opening_hours": [],
"owner": null,
"phone_number": "02 51 90 24 51",
"timezone": null,
"zip_code": "85440"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\n59 RUE LES ROCHES\nLD CHEVIGNY",
"city": "ETAIS LA SAUVIN",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0185",
"latitude": 47.509935,
"longitude": 3.304225,
"manager_name": "Dominique Robert BERNARD",
"mobile_number": null,
"name": "ETAIS LA SAUVIN",
"opening_hours": [],
"owner": null,
"phone_number": "03 86 47 23 10",
"timezone": null,
"zip_code": "89480"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "PLATEFORME SOUFFLET\nROUTE DE GUIGNONVILLE",
"city": "CHARMONT EN BEAUCE",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0186",
"latitude": 48.224293,
"longitude": 2.104927,
"manager_name": "Frederic DARRE",
"mobile_number": "06 88 21 64 30",
"name": "CHARMONT EN BEAUCE",
"opening_hours": [],
"owner": null,
"phone_number": "02 38 39 59 61",
"timezone": null,
"zip_code": "45480"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nPLACE DES BARQUES\nBP 24",
"city": "MARANS",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0187",
"latitude": 46.312902,
"longitude": -1.00001,
"manager_name": "Jacques BAUDINET",
"mobile_number": "06 07 26 74 64",
"name": "MARANS",
"opening_hours": [],
"owner": null,
"phone_number": "05 46 68 58 94",
"timezone": null,
"zip_code": "17320"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\n1 ROUTE DE BENON",
"city": "BOUHET",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0189",
"latitude": 46.174269,
"longitude": -0.846023,
"manager_name": "Frédéric GENDRAUD",
"mobile_number": null,
"name": "BOUHET",
"opening_hours": [],
"owner": null,
"phone_number": "05 46 68 20 96",
"timezone": null,
"zip_code": "17540"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nROUTE D AUXERRE",
"city": "CHATEL CENSOIR",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0190",
"latitude": 47.54395,
"longitude": 3.633867,
"manager_name": "Jean-François FEDON",
"mobile_number": null,
"name": "CHATEL CENSOIR",
"opening_hours": [],
"owner": null,
"phone_number": "03 86 81 01 36",
"timezone": null,
"zip_code": "89660"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nLD CHAMPS DE LA BATAILLE\nD71 LA PRISE D EAU",
"city": "GIVRY",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0191",
"latitude": 47.52613,
"longitude": 3.79078,
"manager_name": "Clement VIE",
"mobile_number": null,
"name": "GIVRY",
"opening_hours": [],
"owner": null,
"phone_number": "03 86 33 43 50",
"timezone": null,
"zip_code": "89200"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nROUTE DE CLAMECY",
"city": "COULANGES S YONNE",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0192",
"latitude": 47.52091,
"longitude": 3.540155,
"manager_name": "Joel GIBLIN",
"mobile_number": null,
"name": "COULANGES S YONNE",
"opening_hours": [],
"owner": null,
"phone_number": "03 86 81 70 94",
"timezone": null,
"zip_code": "89480"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nQUAI DE LA GARE",
"city": "ARZEMBOUY",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0193",
"latitude": 47.252573,
"longitude": 3.380571,
"manager_name": "Emmanuel LEMAIRE",
"mobile_number": null,
"name": "ARZEMBOUY",
"opening_hours": [],
"owner": null,
"phone_number": "03 86 60 11 21",
"timezone": null,
"zip_code": "58700"
},
{
"activities_names": "Silos stockage céréales",
"address": "SILO SOUFFLET\nROUTE DE TREMEMONT RD26\nST CHERON DES CHAMPS",
"city": "TREMBLAY LES VILLAGES",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0194",
"latitude": 48.577409,
"longitude": 1.440508,
"manager_name": "Inès FINET",
"mobile_number": "06 03 68 24 12",
"name": "TREMBLAY LES VILLAGES ST CHERON",
"opening_hours": [],
"owner": null,
"phone_number": null,
"timezone": null,
"zip_code": "28170"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nLES FOURNEAUX\nD51 DIRECTION TONERRE",
"city": "SERRIGNY",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0195",
"latitude": 47.848165,
"longitude": 3.916421,
"manager_name": "Jean Charles MAINGARD",
"mobile_number": null,
"name": "SERRIGNY",
"opening_hours": [],
"owner": null,
"phone_number": "03 86 54 42 73",
"timezone": null,
"zip_code": "89700"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nRUE DE LA MONTAGNE",
"city": "ASCOUX",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0196",
"latitude": 48.130063,
"longitude": 2.251828,
"manager_name": "Florian François",
"mobile_number": null,
"name": "ASCOUX",
"opening_hours": [],
"owner": null,
"phone_number": "02 38 33 03 30",
"timezone": null,
"zip_code": "45300"
},
{
"activities_names": "Plateforme stockage céréales",
"address": "PLATEFORME SOUFFLET\nRD 108",
"city": "CLAVETTE",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0198",
"latitude": 46.136614,
"longitude": -1.00905,
"manager_name": "JAYME-Patrice JULIE",
"mobile_number": "06 70 64 46 24",
"name": "CLAVETTE",
"opening_hours": [],
"owner": null,
"phone_number": null,
"timezone": null,
"zip_code": "17220"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nLES GRANDS CHAMPS",
"city": "GEMOZAC",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0212",
"latitude": 45.570102,
"longitude": -0.662892,
"manager_name": "Frédéric ROY",
"mobile_number": null,
"name": "GEMOZAC GRANDS CHAMPS",
"opening_hours": [],
"owner": null,
"phone_number": "05 46 94 63 87",
"timezone": null,
"zip_code": "17260"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nD723 RUE DE LA GRANDE MARE\nDIRECTION D921",
"city": "PITHIVIERS LE VIEIL",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0213",
"latitude": 48.20534,
"longitude": 2.239184,
"manager_name": "Frederic DARRE",
"mobile_number": "06 88 21 64 30",
"name": "BOUZONVILLE EN BEAUCE PITHIVIERS LE VIEI",
"opening_hours": [],
"owner": null,
"phone_number": "02 38 30 02 05",
"timezone": null,
"zip_code": "45300"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nROUTE DE ROYAN",
"city": "COZES",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0214",
"latitude": 45.588271,
"longitude": -0.844822,
"manager_name": "Christophe MOREAU",
"mobile_number": null,
"name": "COZES",
"opening_hours": [],
"owner": null,
"phone_number": "05 46 90 70 33",
"timezone": null,
"zip_code": "17120"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\n42 RUE DU GRAND PRE\nLE CHAMP DU CLONE",
"city": "CORME ROYAL",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0216",
"latitude": 45.744012,
"longitude": -0.80745,
"manager_name": "Philippe MURAT",
"mobile_number": null,
"name": "CORME ROYAL",
"opening_hours": [],
"owner": null,
"phone_number": "05 46 94 42 52",
"timezone": null,
"zip_code": "17600"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nCOUR DE LA GARE\nLE VILLAGE",
"city": "SAINVILLE",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0217",
"latitude": 48.412495,
"longitude": 1.877796,
"manager_name": "Thierry BOUCHU",
"mobile_number": "06 72 00 36 10",
"name": "SAINVILLE",
"opening_hours": [],
"owner": null,
"phone_number": "02 37 24 60 36",
"timezone": null,
"zip_code": "28700"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nRUE CROIX DANDONNEAU",
"city": "MONTILS",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0218",
"latitude": 45.653192,
"longitude": -0.505693,
"manager_name": "Teddy DEBAIN",
"mobile_number": null,
"name": "MONTILS",
"opening_hours": [],
"owner": null,
"phone_number": "05 46 96 42 36",
"timezone": null,
"zip_code": "17800"
},
{
"activities_names": "Silos stockage céréales",
"address": "SILO SOUFFLET\n4 LIMORLIN",
"city": "BOUGNEAU",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0219",
"latitude": 45.618496,
"longitude": -0.498872,
"manager_name": "Mickael PUJO",
"mobile_number": null,
"name": "BOUGNEAU",
"opening_hours": [],
"owner": null,
"phone_number": "05 46 96 16 50",
"timezone": null,
"zip_code": "17800"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\n3 ROUTE DES ROCS",
"city": "ST GEORGES DES AGOUTS",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0220",
"latitude": 45.359115,
"longitude": -0.662642,
"manager_name": "Arnaud RIPPE",
"mobile_number": null,
"name": "ST GEORGES DES AGOUTS",
"opening_hours": [],
"owner": null,
"phone_number": "05 46 86 01 22",
"timezone": null,
"zip_code": "17150"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nLA COULEE DE L ARSEAU",
"city": "PUYRAVAULT",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0224",
"latitude": 46.382468,
"longitude": -1.083071,
"manager_name": "Martin PENISSON",
"mobile_number": null,
"name": "PUYRAVAULT",
"opening_hours": [],
"owner": null,
"phone_number": "02 51 28 60 81",
"timezone": null,
"zip_code": "85450"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\n8 ROUTE DE MOQUESOURIS\nPLASSAC",
"city": "EPARGNES",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0225",
"latitude": 45.534718,
"longitude": -0.810619,
"manager_name": "Christophe MOREAU",
"mobile_number": null,
"name": "EPARGNES",
"opening_hours": [],
"owner": null,
"phone_number": "05 46 90 70 91",
"timezone": null,
"zip_code": "17120"
},
{
"activities_names": "Magasin appro",
"address": "MAGASIN APPROS SOUFFLET\n10 RUE DU 19EME BATAILLON\nDE CHASSEURS A PIED",
"city": "VERDUN",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0226",
"latitude": 49.164792,
"longitude": 5.397712,
"manager_name": "Isabelle LECRIQUE",
"mobile_number": null,
"name": "VERDUN MA",
"opening_hours": [],
"owner": null,
"phone_number": "03 29 84 53 36",
"timezone": null,
"zip_code": "55100"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\n31 RUE DE L ARQUEBUSE",
"city": "SCEAUX DU GATINAIS",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0228",
"latitude": 48.107331,
"longitude": 2.602605,
"manager_name": "Gaêtan PIGET",
"mobile_number": "06 71 74 80 83",
"name": "SCEAUX DU GATINAIS",
"opening_hours": [],
"owner": null,
"phone_number": "02 38 87 42 42",
"timezone": null,
"zip_code": "45490"
},
{
"activities_names": "Silos stockage céréales",
"address": "SILO SOUFFLET\nRUE DE DREVILLE\nDREVILLE",
"city": "SERMAISES",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0229",
"latitude": 48.294347,
"longitude": 2.215206,
"manager_name": "Frederic DARRE",
"mobile_number": null,
"name": "SERMAISES",
"opening_hours": [],
"owner": null,
"phone_number": "02 38 39 76 11",
"timezone": null,
"zip_code": "45300"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nROUTE DE OUANNE",
"city": "MERRY SEC",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0230",
"latitude": 47.660723,
"longitude": 3.488795,
"manager_name": "Ludovic PHILIPPE",
"mobile_number": null,
"name": "MERRY SEC",
"opening_hours": [],
"owner": null,
"phone_number": "03 86 41 66 38",
"timezone": null,
"zip_code": "89560"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\n1 RUE DES VELAIS",
"city": "BENEUVRE",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0231",
"latitude": 47.692334,
"longitude": 4.942469,
"manager_name": "Adrien ROUGET",
"mobile_number": null,
"name": "BENEUVRE CENTRE",
"opening_hours": [],
"owner": null,
"phone_number": "03 80 81 00 33",
"timezone": null,
"zip_code": "21290"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nGARE DE POINSON LES GRANCEY",
"city": "POINSON LES GRANCEY",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0232",
"latitude": 47.688317,
"longitude": 4.974198,
"manager_name": "Dylan NOIROT",
"mobile_number": null,
"name": "BENEUVRE GARE POINSON LES GRANCEY",
"opening_hours": [],
"owner": null,
"phone_number": "03 80 81 00 33",
"timezone": null,
"zip_code": "52160"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\n7 RUE DE NEUILLY",
"city": "SENS BEAUJEU",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0235",
"latitude": 47.325277,
"longitude": 2.704706,
"manager_name": "Thibault RAMEAU",
"mobile_number": "06 63 60 15 47",
"name": "SENS BEAUJEU",
"opening_hours": [],
"owner": null,
"phone_number": "02 48 79 03 14",
"timezone": null,
"zip_code": "18300"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nZI DE SEPT SORTS\nRUE DE LA MERLETTE",
"city": "SEPT SORTS",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0236",
"latitude": 48.948553,
"longitude": 3.10374,
"manager_name": "Thomas BERGER",
"mobile_number": "06 83 57 28 75",
"name": "SEPT SORTS",
"opening_hours": [],
"owner": null,
"phone_number": "01 60 22 07 86",
"timezone": null,
"zip_code": "77260"
},
{
"activities_names": "Magasin appro",
"address": "MAGASIN APPROS SOUFFLET\nZI DE RHOVYL\nRUE DU FILAGE",
"city": "TRONVILLE EN BARROIS",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0240",
"latitude": 48.718381,
"longitude": 5.281358,
"manager_name": " Fabrice MULLER",
"mobile_number": null,
"name": "TRONVILLE EN BARROIS MA",
"opening_hours": [],
"owner": null,
"phone_number": "03 29 78 80 00",
"timezone": null,
"zip_code": "55310"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\n42 RTE DE MARIGNAC",
"city": "CHADENAC",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0241",
"latitude": 45.53697,
"longitude": -0.451697,
"manager_name": "Romain MABILLAT",
"mobile_number": null,
"name": "CHADENAC",
"opening_hours": [],
"owner": null,
"phone_number": "05 46 91 20 04",
"timezone": null,
"zip_code": "17800"
},
{
"activities_names": "Silos stockage céréales",
"address": "SILO SOUFFLET\nLES BRANDES",
"city": "PONS",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0242",
"latitude": 45.541362,
"longitude": -0.56167,
"manager_name": "Manuel GARECHE",
"mobile_number": null,
"name": "BELLUIRE PONS",
"opening_hours": [],
"owner": null,
"phone_number": "05 46 91 33 04",
"timezone": null,
"zip_code": "17800"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nLE MAGNOT\n21 MALABRIE",
"city": "LA TAILLEE",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0245",
"latitude": 46.382576,
"longitude": -0.942533,
"manager_name": "Aurelien EGEA",
"mobile_number": "06 86 07 31 18",
"name": "LA TAILLEE",
"opening_hours": [],
"owner": null,
"phone_number": "02 51 52 53 39",
"timezone": null,
"zip_code": "85450"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\n581 RUE DES BRANDES\nCHAILLE",
"city": "ST GEORGES DU BOIS",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0246",
"latitude": 46.126809,
"longitude": -0.71818,
"manager_name": "Jérome NOUZILLE",
"mobile_number": null,
"name": "ST GEORGES DU BOIS",
"opening_hours": [],
"owner": null,
"phone_number": "05 46 27 90 17",
"timezone": null,
"zip_code": "17700"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nLES BARRES",
"city": "L HERMENAULT",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0247",
"latitude": 46.517531,
"longitude": -0.90397,
"manager_name": "Sebastien FILLONNEAU",
"mobile_number": "06 07 26 75 09",
"name": "L HERMENAULT",
"opening_hours": [],
"owner": null,
"phone_number": "02 51 00 10 02",
"timezone": null,
"zip_code": "85570"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nRD 194\nDIRECTION RD 618",
"city": "VIVIERS S CHIERS",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0250",
"latitude": 49.472011,
"longitude": 5.600878,
"manager_name": "Olivier MARCHETTI",
"mobile_number": null,
"name": "VIVIERS S CHIERS",
"opening_hours": [],
"owner": null,
"phone_number": "03 82 39 25 80",
"timezone": null,
"zip_code": "54260"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nROUTE DE NERON",
"city": "NUARS",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0251",
"latitude": 47.377969,
"longitude": 3.698435,
"manager_name": "Corentin BERLIN",
"mobile_number": null,
"name": "NUARS",
"opening_hours": [],
"owner": null,
"phone_number": "03 86 24 80 76",
"timezone": null,
"zip_code": "58190"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\n4 RUE DU SAFRAN",
"city": "BOYNES",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0252",
"latitude": 48.11796,
"longitude": 2.356814,
"manager_name": "Luc JAMOT",
"mobile_number": "06 70 41 31 47",
"name": "BOYNES",
"opening_hours": [],
"owner": null,
"phone_number": "02 38 34 56 90",
"timezone": null,
"zip_code": "45300"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nROUTE DE CHALONS",
"city": "MONTMIRAIL",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0253",
"latitude": 48.873439,
"longitude": 3.574233,
"manager_name": "Alain RONDEAU",
"mobile_number": null,
"name": "MONTMIRAIL B",
"opening_hours": [],
"owner": null,
"phone_number": "03 26 81 61 12",
"timezone": null,
"zip_code": "51210"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nZA COMMERCIALE\nROUTE DEPARTEMENTALE 9",
"city": "LANEUVEVILLE DEVANT BAYON",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0257",
"latitude": 48.468786,
"longitude": 6.255743,
"manager_name": "Stéphane FERRY",
"mobile_number": "06 14 33 21 92",
"name": "LANEUVEVILLE DEVANT BAYON",
"opening_hours": [],
"owner": null,
"phone_number": null,
"timezone": null,
"zip_code": "54740"
},
{
"activities_names": "Plateforme stockage céréales",
"address": "PLATEFORME SOUFFLET\nRUE DU VERGERS",
"city": "MARCILLY LA CAMPAGNE",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0258",
"latitude": 48.835221,
"longitude": 1.192349,
"manager_name": "Camille LUST",
"mobile_number": "06 12 46 45 88",
"name": "MARCILLY LA CAMPAGNE",
"opening_hours": [],
"owner": null,
"phone_number": null,
"timezone": null,
"zip_code": "27320"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nROUTE DE VERTILLY",
"city": "SERGINES",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0259",
"latitude": 48.3399,
"longitude": 3.277699,
"manager_name": "Vincent THIERRY",
"mobile_number": "06 86 33 28 16",
"name": "SERGINES",
"opening_hours": [],
"owner": null,
"phone_number": "03 86 66 39 80",
"timezone": null,
"zip_code": "89140"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nLD LA COGNARDERIE",
"city": "CHANTECOQ",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0261",
"latitude": 48.035377,
"longitude": 2.962588,
"manager_name": "Florian PAUL",
"mobile_number": "06 71 78 94 10",
"name": "CHANTECOQ",
"opening_hours": [],
"owner": null,
"phone_number": "02 38 87 27 85",
"timezone": null,
"zip_code": "45320"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nRUE DE LA GARE",
"city": "CHILLEURS AUX BOIS",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0262",
"latitude": 48.092647,
"longitude": 2.123514,
"manager_name": "Jerome PERDEREAU",
"mobile_number": "06 70 41 22 43",
"name": "CHILLEURS AUX BOIS",
"opening_hours": [],
"owner": null,
"phone_number": "02 38 39 82 42",
"timezone": null,
"zip_code": "45170"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nLE PONT CROTTE",
"city": "BOURNEZEAU",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0267",
"latitude": 46.628974,
"longitude": -1.187856,
"manager_name": "Anthony METAIS",
"mobile_number": "06 03 96 09 04",
"name": "BOURNEZEAU",
"opening_hours": [],
"owner": null,
"phone_number": "02 51 40 87 87",
"timezone": null,
"zip_code": "85480"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\n7 RUE DE JERICHO",
"city": "FONTENAY LE COMTE",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0272",
"latitude": 46.459562,
"longitude": -0.792412,
"manager_name": "Nadine VERGNAUD",
"mobile_number": null,
"name": "FONTENAY LE COMTE",
"opening_hours": [],
"owner": null,
"phone_number": "02 51 69 20 24",
"timezone": null,
"zip_code": "85200"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nLES GRANDES RATONNIERES",
"city": "ST MEDARD D AUNIS",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0273",
"latitude": 46.136638,
"longitude": -1.009019,
"manager_name": "Gabriel BRECHOIRE",
"mobile_number": null,
"name": "ST MEDARD D AUNIS",
"opening_hours": [],
"owner": null,
"phone_number": "05 46 35 92 51",
"timezone": null,
"zip_code": "17220"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "PLATEFORME SOUFFLET\nRD60\nDIRECTION DOULEVANT LE CHATEAU",
"city": "NULLY TREMILLY",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0275",
"latitude": 48.363984,
"longitude": 4.82773,
"manager_name": "Sébastien DRIAT",
"mobile_number": null,
"name": "NULLY",
"opening_hours": [],
"owner": null,
"phone_number": "03 25 55 66 97",
"timezone": null,
"zip_code": "52110"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\n4 RUE DU PLESSIS",
"city": "CORBREUSE",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0276",
"latitude": 48.494928,
"longitude": 1.962198,
"manager_name": "Philippe ROYNE",
"mobile_number": "06 28 47 04 75",
"name": "CORBREUSE",
"opening_hours": [],
"owner": null,
"phone_number": "01 64 59 40 92",
"timezone": null,
"zip_code": "91410"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\n3 RUE GAMBETTA",
"city": "GONDREVILLE",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0278",
"latitude": 48.050301,
"longitude": 2.65416,
"manager_name": "Daniel COLLET",
"mobile_number": "06 80 05 65 46",
"name": "GONDREVILLE",
"opening_hours": [],
"owner": null,
"phone_number": "02 38 89 87 90",
"timezone": null,
"zip_code": "45490"
},
{
"activities_names": "Silo portuaire fluvial",
"address": "SILO SOUFFLET\n1 CHEMIN DU PORT",
"city": "GRIGNY",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0279",
"latitude": 48.666763,
"longitude": 2.404918,
"manager_name": "Yannick CAILLETEAU",
"mobile_number": "06 76 09 25 28",
"name": "GRIGNY",
"opening_hours": [],
"owner": null,
"phone_number": "01 69 02 76 00",
"timezone": null,
"zip_code": "91350"
},
{
"activities_names": "Silos stockage céréales",
"address": "SILO SOUFFLET\nCHEMIN DE BRIOTTE D59\nAVANT LE CIMETIERE",
"city": "VILLENAUXE LA PETITE",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0284",
"latitude": 48.403065,
"longitude": 3.321639,
"manager_name": "Hervé LEROY",
"mobile_number": null,
"name": "VILLENAUXE LA PETITE B",
"opening_hours": [],
"owner": null,
"phone_number": "01 60 67 18 35",
"timezone": null,
"zip_code": "77480"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nCHEMIN MESSE",
"city": "HERME",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0285",
"latitude": 48.490881,
"longitude": 3.344926,
"manager_name": "Cyrille DELAVACHERIE",
"mobile_number": null,
"name": "HERME",
"opening_hours": [],
"owner": null,
"phone_number": "01 64 00 78 01",
"timezone": null,
"zip_code": "77114"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\n1 ROUTE BAILLY",
"city": "RIGNY LA NONNEUSE",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0286",
"latitude": 48.403367,
"longitude": 3.659315,
"manager_name": "Damien BACHOT",
"mobile_number": null,
"name": "RIGNY LA NONNEUSE",
"opening_hours": [],
"owner": null,
"phone_number": "03 25 21 63 36",
"timezone": null,
"zip_code": "10290"
},
{
"activities_names": "Silo portuaire fluvial",
"address": "SILO SOUFFLET\n51 RUE DES ETANGS\nLE VIEUX MOUY",
"city": "MOUY S SEINE",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0287",
"latitude": 48.425523,
"longitude": 3.227539,
"manager_name": "Eric BOURBONNEUX",
"mobile_number": null,
"name": "MOUY S SEINE A",
"opening_hours": [],
"owner": null,
"phone_number": "01 64 01 17 02",
"timezone": null,
"zip_code": "77480"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nROUTE DE SOLIGNY",
"city": "TRANCAULT",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0288",
"latitude": 48.385037,
"longitude": 3.52667,
"manager_name": "Yannick TROCELLIER",
"mobile_number": null,
"name": "TRANCAULT B",
"opening_hours": [],
"owner": null,
"phone_number": "03 25 21 73 19",
"timezone": null,
"zip_code": "10290"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nLE BOIS DU PARC",
"city": "PLESSIS ST BENOIST",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0290",
"latitude": 48.448263,
"longitude": 2.007105,
"manager_name": "Philippe FAUVET",
"mobile_number": "06 76 09 66 76",
"name": "PLESSIS ST BENOIST",
"opening_hours": [],
"owner": null,
"phone_number": "01 64 95 51 45",
"timezone": null,
"zip_code": "91410"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\n10 RUE EMILE CHAPPERON",
"city": "LEVESVILLE LA CHENARD",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0291",
"latitude": 48.303962,
"longitude": 1.823772,
"manager_name": "Alexis DENOUAL",
"mobile_number": null,
"name": "LEVESVILLE LA CHENARD",
"opening_hours": [],
"owner": null,
"phone_number": "02 37 22 12 16",
"timezone": null,
"zip_code": "28210"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nROUTE DE LA GARE",
"city": "MALESHERBES",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0292",
"latitude": 48.290312,
"longitude": 2.402083,
"manager_name": "Clément HAUTEFEUILLE",
"mobile_number": "06 71 74 75 83",
"name": "MALESHERBES",
"opening_hours": [],
"owner": null,
"phone_number": "02 38 34 87 13",
"timezone": null,
"zip_code": "45330"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nMORSANG SUD\nROUTE DEPARTEMENTALE 63 LA MONTAGNE",
"city": "ETAMPES",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0293",
"latitude": 48.404583,
"longitude": 2.213756,
"manager_name": "Clément HAUTEFEUILLE",
"mobile_number": "06 71 74 75 83",
"name": "ETAMPES LA MONTAGNE",
"opening_hours": [],
"owner": null,
"phone_number": "01 64 94 19 92",
"timezone": null,
"zip_code": "91150"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nCOUR DE LA GARE\nLE PETIT ORME",
"city": "PARAY DOUAVILLE",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0294",
"latitude": 48.477941,
"longitude": 1.851777,
"manager_name": "Nicolas TRICARD",
"mobile_number": "06 12 46 46 54",
"name": "PARAY DOUAVILLE",
"opening_hours": [],
"owner": null,
"phone_number": "01 30 88 07 66",
"timezone": null,
"zip_code": "78660"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nCHEMIN LATERAL\nDEPOT TOTAL",
"city": "PUISEAUX",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0295",
"latitude": 48.206284,
"longitude": 2.462572,
"manager_name": "LACONCHE Vincent",
"mobile_number": "06 71 74 66 80",
"name": "PUISEAUX A",
"opening_hours": [],
"owner": null,
"phone_number": "02 38 34 55 70",
"timezone": null,
"zip_code": "45390"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nROUTE DE NERONDES\nD43 LE BOURG",
"city": "IGNOL",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0296",
"latitude": 46.96859,
"longitude": 2.844774,
"manager_name": "Jean Jacques COCU",
"mobile_number": "06 12 17 27 70",
"name": "IGNOL",
"opening_hours": [],
"owner": null,
"phone_number": "02 48 74 84 50",
"timezone": null,
"zip_code": "18350"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nLE REBILLATE\n2 ROUTE DE ST LOUP",
"city": "CHAVANNES",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0297",
"latitude": 46.851288,
"longitude": 2.376195,
"manager_name": "Alexandre BRY",
"mobile_number": "06 03 81 63 97",
"name": "CHAVANNES",
"opening_hours": [],
"owner": null,
"phone_number": "02 48 60 57 30",
"timezone": null,
"zip_code": "18190"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nRUE DE LA LIBERATION\nLIEU-DIT LA VOIE DE MARIGNY",
"city": "ORVILLIERS ST JULIEN",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0354",
"latitude": 48.436435,
"longitude": 3.814018,
"manager_name": "Stéphane DENIZOT",
"mobile_number": null,
"name": "ORVILLIERS ST JULIEN",
"opening_hours": [],
"owner": null,
"phone_number": "03 25 24 66 51",
"timezone": null,
"zip_code": "10170"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nRD 6 LA COMBE",
"city": "PONT LA VILLE",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0360",
"latitude": 48.078308,
"longitude": 4.888503,
"manager_name": "Jean Pierre PRINCET",
"mobile_number": "06 29 87 54 51",
"name": "PONT LA VILLE",
"opening_hours": [],
"owner": null,
"phone_number": null,
"timezone": null,
"zip_code": "52120"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\n92 RUE DE ST JEAN",
"city": "ST GEORGES DU VIEVRE",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0430",
"latitude": 49.239822,
"longitude": 0.582699,
"manager_name": "Gaylord BOUCKAERT",
"mobile_number": "06 75 62 71 07",
"name": "ST GEORGES DU VIEVRE",
"opening_hours": [],
"owner": null,
"phone_number": "02 32 20 02 58",
"timezone": null,
"zip_code": "27450"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nZONE ARTISANALE\nD386",
"city": "POILLY",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0453",
"latitude": 49.219016,
"longitude": 3.813866,
"manager_name": "Damien NOIZET",
"mobile_number": "06 12 52 73 30",
"name": "POILLY",
"opening_hours": [],
"owner": null,
"phone_number": "03 26 61 80 84",
"timezone": null,
"zip_code": "51170"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nD106",
"city": "ETON",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0460",
"latitude": 49.271094,
"longitude": 5.667438,
"manager_name": " Geoffrey VEBER",
"mobile_number": "06 72 28 86 45",
"name": "ETON",
"opening_hours": [],
"owner": null,
"phone_number": "03 29 83 73 36",
"timezone": null,
"zip_code": "55240"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nROUTE DE GRANGE L EVEQUE\nROUTE DEPARTEMENTALE 15",
"city": "ST LYE",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0461",
"latitude": 48.34484,
"longitude": 3.981378,
"manager_name": "Herve MATRAT",
"mobile_number": null,
"name": "ST LYE",
"opening_hours": [],
"owner": null,
"phone_number": "03 25 41 00 18",
"timezone": null,
"zip_code": "10180"
},
{
"activities_names": "Plateforme stockage céréales",
"address": "PLATEFORME SOUFFLET\nROUTE DE VILLERS LE CHATEAU",
"city": "MATOUGUES",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0462",
"latitude": 48.981112,
"longitude": 4.252749,
"manager_name": "Victor ADNET",
"mobile_number": null,
"name": "MATOUGUES",
"opening_hours": [],
"owner": null,
"phone_number": null,
"timezone": null,
"zip_code": "51510"
},
{
"activities_names": "Plateforme stockage céréales",
"address": "STOCKAGE SOUFFLET\n7 PLACE DES TILLEULS",
"city": "OSMOY",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0471",
"latitude": 48.869324,
"longitude": 1.71603,
"manager_name": "Paul PETILLON",
"mobile_number": "06 82 81 78 70",
"name": "OSMOY",
"opening_hours": [],
"owner": null,
"phone_number": "01 34 87 23 57",
"timezone": null,
"zip_code": "78910"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\n1 CHEMIN MOULANT",
"city": "ST MARDS DE BLACARVILLE",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0481",
"latitude": 49.384745,
"longitude": 0.534026,
"manager_name": "Raynald DEUVE",
"mobile_number": "06 61 38 33 67",
"name": "ST MARDS DE BLACARVILLE",
"opening_hours": [],
"owner": null,
"phone_number": "02 32 42 05 13",
"timezone": null,
"zip_code": "27500"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nLE POMMEREY\nROUTE DEPARTEMENTALE 94",
"city": "ROUGEMONTIERS",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0482",
"latitude": 49.358264,
"longitude": 0.722644,
"manager_name": "Valentin CHERON",
"mobile_number": "06 33 34 78 12",
"name": "ROUGEMONTIERS",
"opening_hours": [],
"owner": null,
"phone_number": "02 32 20 15 00",
"timezone": null,
"zip_code": "27350"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nBOIS DE L HOPITAL",
"city": "MESSEME",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0490",
"latitude": 47.010253,
"longitude": 0.14685,
"manager_name": "Romain AUGUIER",
"mobile_number": null,
"name": "MESSEME",
"opening_hours": [],
"owner": null,
"phone_number": "05 49 98 04 63",
"timezone": null,
"zip_code": "86200"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\n71 RUE EDMOND HUBERT",
"city": "EGREVILLE",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0504",
"latitude": 48.176621,
"longitude": 2.865232,
"manager_name": "Eric QUINAULT",
"mobile_number": null,
"name": "EGREVILLE",
"opening_hours": [],
"owner": null,
"phone_number": "01 64 29 57 11",
"timezone": null,
"zip_code": "77620"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nROUTE DE VOULX",
"city": "ESMANS",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0515",
"latitude": 48.354487,
"longitude": 2.95762,
"manager_name": "CANAULT Yann",
"mobile_number": "06 86 86 96 69",
"name": "ESMANS",
"opening_hours": [],
"owner": null,
"phone_number": "01 64 32 22 04",
"timezone": null,
"zip_code": "77940"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nLA VILLEDIEU",
"city": "LAONS",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0518",
"latitude": 48.679906,
"longitude": 1.190474,
"manager_name": "Sebastien LESAGE",
"mobile_number": "06 20 77 59 58",
"name": "LAONS VILLEDIEU",
"opening_hours": [],
"owner": null,
"phone_number": "02 37 38 18 87",
"timezone": null,
"zip_code": "28270"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\n1 RUE DE DOURDAIGNE",
"city": "HUISSEAU S MAUVES",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0606",
"latitude": 47.888253,
"longitude": 1.716216,
"manager_name": "Julien LAURET",
"mobile_number": "06 17 94 72 37",
"name": "HUISSEAU S MAUVES",
"opening_hours": [],
"owner": null,
"phone_number": "02 38 80 59 80",
"timezone": null,
"zip_code": "45130"
},
{
"activities_names": "Silos stockage céréales",
"address": "SILO SOUFFLET\nBONTENY",
"city": "TERNAY",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0611",
"latitude": 47.036569,
"longitude": -0.036739,
"manager_name": "Bruno RIGAUDEAU",
"mobile_number": "06 08 98 79 79",
"name": "TERNAY",
"opening_hours": [],
"owner": null,
"phone_number": "05 49 22 93 77",
"timezone": null,
"zip_code": "86120"
},
{
"activities_names": "Silos stockage céréales",
"address": "SILO SOUFFLET\nLA MALTERIE\nD726 ROUTE DE TOURY",
"city": "PITHIVIERS LE VIEIL",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0619",
"latitude": 48.170846,
"longitude": 2.234141,
"manager_name": "Marc GROSSIER",
"mobile_number": "06 70 41 29 77",
"name": "PITHIVIERS LE VIEIL A",
"opening_hours": [],
"owner": null,
"phone_number": "02 38 34 06 92",
"timezone": null,
"zip_code": "45300"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\n52 ROUTE DE DIJON",
"city": "BRAZEY EN PLAINE",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0623",
"latitude": 47.139619,
"longitude": 5.214771,
"manager_name": "Jeremy JEANSON",
"mobile_number": "06 86 26 61 04",
"name": "BRAZEY EN PLAINE",
"opening_hours": [],
"owner": null,
"phone_number": "03 80 77 90 88",
"timezone": null,
"zip_code": "21470"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\n2 RUE DE LA BASCULE",
"city": "NEUVILLE DE POITOU",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0636",
"latitude": 46.680705,
"longitude": 0.247807,
"manager_name": "Ludovic BARREAU",
"mobile_number": null,
"name": "NEUVILLE DE POITOU",
"opening_hours": [],
"owner": null,
"phone_number": "05 49 51 21 02",
"timezone": null,
"zip_code": "86170"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\n59 RUE DE LA GARE",
"city": "VILLIERS ST GEORGES",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0638",
"latitude": 48.650315,
"longitude": 3.411608,
"manager_name": "Dominique ROLLET",
"mobile_number": null,
"name": "VILLIERS ST GEORGES",
"opening_hours": [],
"owner": null,
"phone_number": "01 64 01 90 38",
"timezone": null,
"zip_code": "77560"
},
{
"activities_names": "Plateforme stockage céréales",
"address": "PLATEFORME SOUFFLET\nROUTE DES CROIX",
"city": "BUSSY LE REPOS",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0644",
"latitude": 48.056621,
"longitude": 3.239051,
"manager_name": "Guillaume CACHON",
"mobile_number": null,
"name": "BUSSY LE REPOS",
"opening_hours": [],
"owner": null,
"phone_number": "03 86 83 09 84",
"timezone": null,
"zip_code": "89500"
},
{
"activities_names": "Plateforme stockage céréales",
"address": "PLATEFORME SOUFFLET\nRD98\nDIRECTION D AUGER ST VINCENT",
"city": "ORMOY VILLERS",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0645",
"latitude": 49.200492,
"longitude": 2.834963,
"manager_name": "Noelle GOUVEIA",
"mobile_number": "06 08 74 18 33",
"name": "ORMOY VILLERS",
"opening_hours": [],
"owner": null,
"phone_number": null,
"timezone": null,
"zip_code": "60800"
},
{
"activities_names": "Plateforme stockage céréales",
"address": "PLATEFORME SOUFFLET\nROUTE DES AIX D ANGUILLON",
"city": "RIANS",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0650",
"latitude": 47.19216,
"longitude": 2.60336,
"manager_name": "François CHATAGNON",
"mobile_number": "06 09 03 81 60",
"name": "RIANS",
"opening_hours": [],
"owner": null,
"phone_number": "02 48 23 00 48",
"timezone": null,
"zip_code": "18220"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "STOCKAGE SOUFFLET\nCHEMIN DU MOULIN DU LANQUENEST",
"city": "PRESSIGNY",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0651",
"latitude": 47.748667,
"longitude": 5.657034,
"manager_name": "Adrien MAILLOT",
"mobile_number": null,
"name": "PRESSIGNY STK",
"opening_hours": [],
"owner": null,
"phone_number": null,
"timezone": null,
"zip_code": "52500"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "STOCKAGE SOUFFLET\nCHEZ EARL DE SEUCHEY\nHAMEAU FERME DE SEUCHEY",
"city": "SAULLES",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0652",
"latitude": 47.688112,
"longitude": 5.525975,
"manager_name": "Vianney FEVRE",
"mobile_number": null,
"name": "SAULLES SEUCHEY STK",
"opening_hours": [],
"owner": null,
"phone_number": null,
"timezone": null,
"zip_code": "52500"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\n45 RUE DE VAUDRAN\nZONE ARTISANALE",
"city": "DAMPIERRE S SALON",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0661",
"latitude": 47.564179,
"longitude": 5.670734,
"manager_name": "Thierry MORLOT",
"mobile_number": "06 70 00 79 19",
"name": "DAMPIERRE S SALON",
"opening_hours": [],
"owner": null,
"phone_number": "03 84 32 38 05",
"timezone": null,
"zip_code": "70180"
},
{
"activities_names": "Magasin appro",
"address": "MAGASIN APPROS SOUFFLET\n31 ROUTE DE CHITRY",
"city": "ST BRIS LE VINEUX",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0663",
"latitude": 47.746778,
"longitude": 3.659625,
"manager_name": "Matthieu MOREAU",
"mobile_number": null,
"name": "ST BRIS LE VINEUX MA",
"opening_hours": [],
"owner": null,
"phone_number": "03 86 53 69 70",
"timezone": null,
"zip_code": "89530"
},
{
"activities_names": "Plateforme stockage céréales",
"address": "PLATEFORME SOUFFLET\nD18E3\nAVENUE DES TILLEULS",
"city": "SOMMESOUS",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0665",
"latitude": 48.731425,
"longitude": 4.202157,
"manager_name": "Candice ROYER",
"mobile_number": null,
"name": "SOMMESOUS",
"opening_hours": [],
"owner": null,
"phone_number": null,
"timezone": null,
"zip_code": "51320"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nRTE DE COUSSAY",
"city": "CHOUPPES",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0670",
"latitude": 46.804019,
"longitude": 0.193073,
"manager_name": "Thomas CHAPILLON",
"mobile_number": null,
"name": "CHOUPPES",
"opening_hours": [],
"owner": null,
"phone_number": "05 49 50 89 89",
"timezone": null,
"zip_code": "86110"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nLA CHATAIGNERAIE",
"city": "VICQ S GARTEMPE",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0672",
"latitude": 46.735402,
"longitude": 0.846262,
"manager_name": "Adrien ROBIN",
"mobile_number": null,
"name": "VICQ S GARTEMPE",
"opening_hours": [],
"owner": null,
"phone_number": "05 49 23 19 23",
"timezone": null,
"zip_code": "86260"
},
{
"activities_names": "Silos stockage céréales",
"address": "SILO SOUFFLET\n12 RUE HUILERIE",
"city": "MAILLE",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0673",
"latitude": 46.676855,
"longitude": 0.093568,
"manager_name": "Kevin LANDREAU",
"mobile_number": null,
"name": "MAILLE",
"opening_hours": [],
"owner": null,
"phone_number": "05 49 60 17 24",
"timezone": null,
"zip_code": "86190"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nLA PINELIERE",
"city": "BENASSAY",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0674",
"latitude": 46.587804,
"longitude": 0.0592,
"manager_name": "Sylvain CHAMORET",
"mobile_number": null,
"name": "LA PINELIERE",
"opening_hours": [],
"owner": null,
"phone_number": "05 49 57 52 42",
"timezone": null,
"zip_code": "86470"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nRUE DU CHILLOU",
"city": "BENASSAY",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0675",
"latitude": 46.516027,
"longitude": 0.049589,
"manager_name": "Maxime ROLLAND",
"mobile_number": null,
"name": "LE CHILLOU",
"opening_hours": [],
"owner": null,
"phone_number": "05 49 53 09 09",
"timezone": null,
"zip_code": "86470"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\n13 RUE ST NICOLAS",
"city": "VITRY LA VILLE",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0687",
"latitude": 48.844232,
"longitude": 4.459819,
"manager_name": "Christophe SONGY",
"mobile_number": null,
"name": "VITRY LA VILLE",
"opening_hours": [],
"owner": null,
"phone_number": "03 26 67 38 71",
"timezone": null,
"zip_code": "51240"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nROUTE DE FONTAINEBLEAU",
"city": "NANGIS",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0689",
"latitude": 48.547623,
"longitude": 2.997446,
"manager_name": "Frédéric BOILEAU",
"mobile_number": null,
"name": "NANGIS",
"opening_hours": [],
"owner": null,
"phone_number": "01 64 08 14 45",
"timezone": null,
"zip_code": "77370"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nRUE DU GENERAL DE GAULLE",
"city": "POGNY",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0691",
"latitude": 48.863798,
"longitude": 4.474257,
"manager_name": "Baptiste CHAINE",
"mobile_number": null,
"name": "POGNY",
"opening_hours": [],
"owner": null,
"phone_number": "03 26 67 70 04",
"timezone": null,
"zip_code": "51240"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nRUE DE LA LIBERATION",
"city": "MARSON",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0692",
"latitude": 48.908668,
"longitude": 4.521966,
"manager_name": "Jeremie RAULET",
"mobile_number": null,
"name": "MARSON",
"opening_hours": [],
"owner": null,
"phone_number": "03 26 67 90 12",
"timezone": null,
"zip_code": "51240"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nRUE DE MONTSUZON\nFONTAINE COOLE",
"city": "FAUX VESIGNEUL",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0693",
"latitude": 48.796343,
"longitude": 4.385317,
"manager_name": "Vincent DOBIAS",
"mobile_number": null,
"name": "FAUX VESIGNEUL",
"opening_hours": [],
"owner": null,
"phone_number": "03 26 70 60 05",
"timezone": null,
"zip_code": "51320"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nD 14\nROUTE DE L ORME NOIX",
"city": "HUIRON",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0695",
"latitude": 48.693232,
"longitude": 4.508219,
"manager_name": "julien BOIVIN",
"mobile_number": "06 80 51 82 73",
"name": "HUIRON",
"opening_hours": [],
"owner": null,
"phone_number": "03 26 74 22 24",
"timezone": null,
"zip_code": "51300"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nD1\nRUE ST HILAIRE",
"city": "LE FRESNE",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0696",
"latitude": 48.911379,
"longitude": 4.650908,
"manager_name": "Antoine JACQUIER",
"mobile_number": null,
"name": "LE FRESNE",
"opening_hours": [],
"owner": null,
"phone_number": "03 26 67 90 57",
"timezone": null,
"zip_code": "51240"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nRUE DE BASSU",
"city": "VANAULT LE CHATEL",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0697",
"latitude": 48.85871,
"longitude": 4.721777,
"manager_name": "Raphael BOURGOIN",
"mobile_number": null,
"name": "VANAULT LE CHATEL",
"opening_hours": [],
"owner": null,
"phone_number": "03 26 73 33 74",
"timezone": null,
"zip_code": "51330"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nROUTE D AULNAY\nD60 LES CHAMPS DORMAT",
"city": "LA CHAUSSEE S MARNE",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0699",
"latitude": 48.830123,
"longitude": 4.541977,
"manager_name": "Alain BECK",
"mobile_number": null,
"name": "LA CHAUSSEE S MARNE",
"opening_hours": [],
"owner": null,
"phone_number": "03 26 72 96 03",
"timezone": null,
"zip_code": "51240"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nLES CHAMPS DES DAURONS",
"city": "ST PALAIS",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0708",
"latitude": 47.256921,
"longitude": 2.393924,
"manager_name": "Quentin ARCHAMBAULT",
"mobile_number": "06 79 54 93 28",
"name": "ST PALAIS",
"opening_hours": [],
"owner": null,
"phone_number": "02 48 23 28 84",
"timezone": null,
"zip_code": "18110"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nHAMEAU DE NEZE",
"city": "MEZIERES EN VEXIN",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0736",
"latitude": 49.184502,
"longitude": 1.501324,
"manager_name": "Frederic MARC",
"mobile_number": "06 16 23 49 13",
"name": "MEZIERES EN VEXIN",
"opening_hours": [],
"owner": null,
"phone_number": "02 32 52 35 45",
"timezone": null,
"zip_code": "27510"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\n1 LE SILO\nLA GRANDE GORCE",
"city": "LE CHAY",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0738",
"latitude": 45.642416,
"longitude": -0.905971,
"manager_name": "Yohan PAPIN",
"mobile_number": null,
"name": "LE CHAY",
"opening_hours": [],
"owner": null,
"phone_number": "05 46 02 84 94",
"timezone": null,
"zip_code": "17600"
},
{
"activities_names": "Silos stockage céréales",
"address": "SILO SOUFFLET\nLE BOURG",
"city": "BALANZAC",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0739",
"latitude": 45.730856,
"longitude": -0.840172,
"manager_name": "Philippe MURAT",
"mobile_number": null,
"name": "BALANZAC",
"opening_hours": [],
"owner": null,
"phone_number": "05 46 94 41 90",
"timezone": null,
"zip_code": "17600"
},
{
"activities_names": "Silos stockage céréales",
"address": "SILO SOUFFLET\nRUE DU GENERAL PATTON",
"city": "CHALONS EN CHAMPAGNE",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0747",
"latitude": 50.716025,
"longitude": 3.053512,
"manager_name": "Alain BECK",
"mobile_number": null,
"name": "CHALONS EN CHAMPAGNE",
"opening_hours": [],
"owner": null,
"phone_number": "03 26 65 43 45",
"timezone": null,
"zip_code": "51000"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nZA LES OUCHES\nROUTE DE HONVILLE",
"city": "BOISVILLE LA ST PERE",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0750",
"latitude": 48.332928,
"longitude": 1.692566,
"manager_name": "Reynald HUET",
"mobile_number": null,
"name": "BOISVILLE LA ST PERE",
"opening_hours": [],
"owner": null,
"phone_number": "02 37 99 31 08",
"timezone": null,
"zip_code": "28150"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nROUTE DE SEPMES LA BROSSE\nBP 17",
"city": "STE MAURE DE TOURAINE",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0753",
"latitude": 47.099675,
"longitude": 0.62138,
"manager_name": "Philippe GARROT",
"mobile_number": null,
"name": "STE MAURE DE TOURAINE",
"opening_hours": [],
"owner": null,
"phone_number": "02 47 72 30 00",
"timezone": null,
"zip_code": "37800"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\n12 RUE DES MINIMES\nBELLEVUE",
"city": "ST JEAN DE LIVERSAY",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0756",
"latitude": 46.271196,
"longitude": -0.882011,
"manager_name": "Philippe PRUGNAUD",
"mobile_number": null,
"name": "ST JEAN DE LIVERSAY",
"opening_hours": [],
"owner": null,
"phone_number": "05 46 01 99 19",
"timezone": null,
"zip_code": "17170"
},
{
"activities_names": "Silos stockage céréales",
"address": "SILO SOUFFLET\nLA JUSTICE",
"city": "NOYANT DE TOURAINE",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0768",
"latitude": 47.112202,
"longitude": 0.576305,
"manager_name": "Laurent MERLE",
"mobile_number": null,
"name": "NOYANT DE TOURAINE",
"opening_hours": [],
"owner": null,
"phone_number": "02 47 73 50 24",
"timezone": null,
"zip_code": "37800"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nCHEMIN DU PUY GAUTHIER",
"city": "STE HERMINE",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0773",
"latitude": 46.548415,
"longitude": -1.063793,
"manager_name": "Nicolas FERRET",
"mobile_number": null,
"name": "STE HERMINE",
"opening_hours": [],
"owner": null,
"phone_number": "02 51 27 36 02",
"timezone": null,
"zip_code": "85210"
},
{
"activities_names": "Magasin appro",
"address": "MAGASIN APPROS SOUFFLET\nCHEMIN DES DOCKS",
"city": "CREPY EN VALOIS",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0789",
"latitude": 49.229971,
"longitude": 2.887541,
"manager_name": "Laurent DUFAY",
"mobile_number": "06 75 62 08 42",
"name": "CREPY EN VALOIS MA",
"opening_hours": [],
"owner": null,
"phone_number": "03 44 39 39 00",
"timezone": null,
"zip_code": "60800"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "PLATEFORME SOUFFLET\nLA CASTINIERE\nRD 1 ENTRE GARCHY ET CHAMPCELLEE",
"city": "SUILLY LA TOUR",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0794",
"latitude": 47.311227,
"longitude": 3.081717,
"manager_name": "Mathieu BITAULT",
"mobile_number": "06 40 27 20 71",
"name": "SUILLY LA TOUR",
"opening_hours": [],
"owner": null,
"phone_number": "03 86 24 46 17",
"timezone": null,
"zip_code": "58150"
},
{
"activities_names": "Plateforme stockage céréales",
"address": "PLATEFORME SOUFFLET\nROUTE DE BILLANCELLE",
"city": "COURVILLE S EURE",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0796",
"latitude": 48.459529,
"longitude": 1.229495,
"manager_name": "Brice DARMIGNY",
"mobile_number": "06 89 36 21 72",
"name": "COURVILLE S EURE",
"opening_hours": [],
"owner": null,
"phone_number": null,
"timezone": null,
"zip_code": "28190"
},
{
"activities_names": "Silos stockage céréales",
"address": "SILO SOUFFLET\nLA BILLETTE",
"city": "ST EPAIN",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0803",
"latitude": 47.158832,
"longitude": 0.580518,
"manager_name": "Thomas MAUCLERC",
"mobile_number": null,
"name": "ST EPAIN",
"opening_hours": [],
"owner": null,
"phone_number": "02 47 65 81 11",
"timezone": null,
"zip_code": "37800"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\n2 CHEMIN ANCIENNE GARE\nZI",
"city": "SAUSSAY LA CAMPAGNE",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0809",
"latitude": 49.314063,
"longitude": 1.504643,
"manager_name": "Thierry ARNAL",
"mobile_number": "06 16 23 49 15",
"name": "SAUSSAY LA CAMPAGNE",
"opening_hours": [],
"owner": null,
"phone_number": "02 32 55 82 31",
"timezone": null,
"zip_code": "27150"
},
{
"activities_names": "Silos stockage céréales",
"address": "SILO SOUFFLET\nLA CROIX",
"city": "MANTHELAN",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0813",
"latitude": 47.12916,
"longitude": 0.777623,
"manager_name": "Thomas MAUCLERC",
"mobile_number": null,
"name": "MANTHELAN",
"opening_hours": [],
"owner": null,
"phone_number": "02 47 92 80 76",
"timezone": null,
"zip_code": "37240"
},
{
"activities_names": "Silos stockage céréales",
"address": "SILO SOUFFLET\nLE CORPS DE GARDE",
"city": "LA CELLE ST AVANT",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0819",
"latitude": 47.013531,
"longitude": 0.599488,
"manager_name": "Laurent MERLE",
"mobile_number": "07 82 64 70 48",
"name": "LA CELLE ST AVANT",
"opening_hours": [],
"owner": null,
"phone_number": null,
"timezone": null,
"zip_code": "37160"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nZI DE ST USTRES",
"city": "INGRANDES",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0820",
"latitude": 46.895786,
"longitude": 0.582827,
"manager_name": "Yves VASLET",
"mobile_number": null,
"name": "INGRANDES",
"opening_hours": [],
"owner": null,
"phone_number": "05 49 02 73 77",
"timezone": null,
"zip_code": "86220"
},
{
"activities_names": "Silos stockage céréales",
"address": "SILO SOUFFLET\nROUTE DE BOURNAN",
"city": "SEPMES",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0821",
"latitude": 47.065559,
"longitude": 0.684517,
"manager_name": "Thomas MAUCLERC",
"mobile_number": null,
"name": "SEPMES",
"opening_hours": [],
"owner": null,
"phone_number": "02 47 65 44 39",
"timezone": null,
"zip_code": "37800"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nLES PACAGES D ARGENSON\nROUTE DE MAILLE",
"city": "NOUATRE",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0823",
"latitude": 47.046659,
"longitude": 0.562711,
"manager_name": "Eric MILCENT",
"mobile_number": null,
"name": "NOUATRE",
"opening_hours": [],
"owner": null,
"phone_number": "02 47 65 30 72",
"timezone": null,
"zip_code": "37800"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "STOCKAGE SOUFFLET\nROUTE CHAPELAINE",
"city": "SOMSOIS",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0825",
"latitude": 48.590105,
"longitude": 4.498991,
"manager_name": "Hervé PETIT",
"mobile_number": "06 48 74 02 61",
"name": "SOMSOIS TRANSP VAL DE SOUDE STK",
"opening_hours": [],
"owner": null,
"phone_number": "03 26 74 22 52",
"timezone": null,
"zip_code": "51290"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nLE GRIGNON",
"city": "DESCARTES",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0826",
"latitude": 47.003538,
"longitude": 0.644056,
"manager_name": "Hubert COURTINE",
"mobile_number": null,
"name": "DESCARTES",
"opening_hours": [],
"owner": null,
"phone_number": "02 47 92 45 27",
"timezone": null,
"zip_code": "37160"
},
{
"activities_names": "Silos stockage céréales",
"address": "SILO SOUFFLET\nLES GIRARDIERES",
"city": "SORIGNY",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0827",
"latitude": 47.193257,
"longitude": 0.693894,
"manager_name": "Marion POMMIER",
"mobile_number": null,
"name": "SORIGNY",
"opening_hours": [],
"owner": null,
"phone_number": "02 47 26 96 62",
"timezone": null,
"zip_code": "37250"
},
{
"activities_names": "Silo portuaire fluvial",
"address": "SILO SOUFFLET\nRUE DE LA SUCRERIE",
"city": "BRAY S SEINE",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0830",
"latitude": 48.416259,
"longitude": 3.229937,
"manager_name": "Quentin DABKOWSKI",
"mobile_number": null,
"name": "BRAY S SEINE",
"opening_hours": [],
"owner": null,
"phone_number": "01 60 52 64 15",
"timezone": null,
"zip_code": "77480"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nLD LA GARENNE",
"city": "GIVERVILLE",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0834",
"latitude": 49.184788,
"longitude": 0.572357,
"manager_name": "Romain REIGNIER",
"mobile_number": "06 28 47 05 52",
"name": "GIVERVILLE",
"opening_hours": [],
"owner": null,
"phone_number": "02 32 45 93 47",
"timezone": null,
"zip_code": "27560"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nPLAINE DE MARTAINVILLE",
"city": "LE CORMIER",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0835",
"latitude": 48.990417,
"longitude": 1.298005,
"manager_name": "Arnaud RENOULT",
"mobile_number": "06 73 18 07 27",
"name": "LE CORMIER",
"opening_hours": [],
"owner": null,
"phone_number": "02 32 30 79 73",
"timezone": null,
"zip_code": "27120"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nROUTE DE ST VINCENT DU BOULAY\nRD 138 DIRECTION THIBERVILLE",
"city": "ST MARTIN DU TILLEUL",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0836",
"latitude": 49.109582,
"longitude": 0.512926,
"manager_name": "Ludovic AUDREN",
"mobile_number": "06 48 74 03 17",
"name": "ST MARTIN DU TILLEUL",
"opening_hours": [],
"owner": null,
"phone_number": "02 32 46 46 52",
"timezone": null,
"zip_code": "27300"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\n4 RUE DU DANEMARK",
"city": "CANTELEU",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0837",
"latitude": 49.424363,
"longitude": 1.020228,
"manager_name": "Pascal SOUFFLET",
"mobile_number": null,
"name": "DIEPPEDALLE CROISSET CANTELEU",
"opening_hours": [],
"owner": null,
"phone_number": "02 35 36 30 50",
"timezone": null,
"zip_code": "76380"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nZI LES BUTZ",
"city": "MARTAINNEVILLE",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0848",
"latitude": 50.011739,
"longitude": 1.718883,
"manager_name": "En recrutement",
"mobile_number": "06 27 09 35 83",
"name": "MARTAINNEVILLE",
"opening_hours": [],
"owner": null,
"phone_number": "03 22 24 47 69",
"timezone": null,
"zip_code": "80140"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nRTE DE ST JUST",
"city": "FOUQUEROLLES",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0849",
"latitude": 49.459018,
"longitude": 2.217107,
"manager_name": "Florian VALTENAIRE",
"mobile_number": null,
"name": "FOUQUEROLLES",
"opening_hours": [],
"owner": null,
"phone_number": "03 44 10 51 00",
"timezone": null,
"zip_code": "60510"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\n1 ROUTE DEPARTEMENTALE",
"city": "OROER",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0854",
"latitude": 49.500039,
"longitude": 2.163462,
"manager_name": "Julien LESEUTE",
"mobile_number": null,
"name": "OROER",
"opening_hours": [],
"owner": null,
"phone_number": "03 44 10 51 00",
"timezone": null,
"zip_code": "60510"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nZI RTE NATIONALE",
"city": "QUEVAUVILLERS",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0862",
"latitude": 49.819418,
"longitude": 2.077265,
"manager_name": "Mathieu PIGNON",
"mobile_number": "06 27 09 35 92",
"name": "QUEVAUVILLERS",
"opening_hours": [],
"owner": null,
"phone_number": "03 22 89 35 28",
"timezone": null,
"zip_code": "80710"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\n7 QUAI DE L APPORT PARIS",
"city": "CORBEIL ESSONNES",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0876",
"latitude": 48.615146,
"longitude": 2.479824,
"manager_name": "Eddie LEMERET",
"mobile_number": null,
"name": "CORBEIL ESSONNES",
"opening_hours": [],
"owner": null,
"phone_number": "01 60 90 41 24",
"timezone": null,
"zip_code": "91100"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nRUE DU MOULIN",
"city": "BONNARD",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0885",
"latitude": 47.923015,
"longitude": 3.535764,
"manager_name": "Anthony MICHAUD",
"mobile_number": "06 82 56 55 51",
"name": "BONNARD",
"opening_hours": [],
"owner": null,
"phone_number": "03 86 73 23 95",
"timezone": null,
"zip_code": "89400"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nROUTE D ORMESSON",
"city": "CHATENOY",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0911",
"latitude": 48.232348,
"longitude": 2.634404,
"manager_name": "Sebastien DUCASTEL",
"mobile_number": "06 45 69 62 14",
"name": "CHATENOY",
"opening_hours": [],
"owner": null,
"phone_number": "01 64 45 51 50",
"timezone": null,
"zip_code": "77167"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\n18 RUE DE LA FORET",
"city": "BINAS",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0919",
"latitude": 47.901638,
"longitude": 1.459371,
"manager_name": "Christophe BLET",
"mobile_number": "06 12 85 36 24",
"name": "BINAS",
"opening_hours": [],
"owner": null,
"phone_number": "02 54 82 41 28",
"timezone": null,
"zip_code": "41240"
},
{
"activities_names": "Magasin appro",
"address": "MAGASIN APPROS SOUFFLET\nRUE DE L ARTISANAT",
"city": "VIBRAYE",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0934",
"latitude": 48.071105,
"longitude": 0.736479,
"manager_name": "Elise CALLU",
"mobile_number": null,
"name": "VIBRAYE MA",
"opening_hours": [],
"owner": null,
"phone_number": null,
"timezone": null,
"zip_code": "72320"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\n127 ROUTE DE LA FERTE\nLE RETARD",
"city": "FEROLLES",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0950",
"latitude": 47.829092,
"longitude": 2.09969,
"manager_name": "Dominique ALLARD",
"mobile_number": null,
"name": "FEROLLES",
"opening_hours": [],
"owner": null,
"phone_number": "02 38 46 80 14",
"timezone": null,
"zip_code": "45150"
},
{
"activities_names": "Site Mixte Céréales Appros",
"address": "SILO SOUFFLET\nROUTE DE LA CROIX CHAILLAT",
"city": "VICQ EXEMPLET",
"country": null,
"email": "nomail.cds@soufflet.com",
"id": "0983",
"latitude": 46.627986,
"longitude": 2.1491,
"manager_name": "Philippe DESSOUBRAIS",
"mobile_number": "06 09 90 68 40",
"name": "VICQ EXEMPLET",
"opening_hours": [],
"owner": null,
"phone_number": "02 54 30 04 80",
"timezone": null,
"zip_code": "36400"
}
]
}