timkolloch / tandoor_importer

A program to import food nutrients to a Tandoor instance
MIT License
1 stars 0 forks source link

Program crashes while loading foods #2

Closed timkolloch closed 2 months ago

timkolloch commented 2 months ago

The program crashes in the get_foods method while parsing the json received from the Tandoor API when a field is where a f32 is required has the value null.

TheMBeat commented 2 months ago

Here is my output:


{
    "count": 458,
    "next": "/api/food/?page=10",
    "previous": "/api/food/?page=8",
    "results": [
        {
            "id": 289,
            "name": "Thymian",
            "plural_name": "Thymian",
            "description": "",
            "shopping": false,
            "recipe": null,
            "url": "",
            "properties": [
                {
                    "id": 1034,
                    "property_amount": 5.56,
                    "property_type": {
                        "id": 1,
                        "name": "Proteine",
                        "unit": "g",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-proteins",
                        "fdc_id": 1003
                    }
                },
                {
                    "id": 1035,
                    "property_amount": 1.68,
                    "property_type": {
                        "id": 4,
                        "name": "Fett",
                        "unit": "g",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-fats",
                        "fdc_id": 1004
                    }
                },
                {
                    "id": 1036,
                    "property_amount": 24.45,
                    "property_type": {
                        "id": 3,
                        "name": "Kohlenhydrate",
                        "unit": "g",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-carbohydrates",
                        "fdc_id": 1005
                    }
                },
                {
                    "id": 1037,
                    "property_amount": 101.0,
                    "property_type": {
                        "id": 2,
                        "name": "Kalorien",
                        "unit": "kcal",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-calories",
                        "fdc_id": 1008
                    }
                }
            ],
            "properties_food_amount": 100.0,
            "properties_food_unit": {
                "id": 3,
                "name": "g",
                "plural_name": "g",
                "description": "",
                "base_unit": "g",
                "open_data_slug": "unit-g"
            },
            "fdc_id": 173470,
            "food_onhand": false,
            "supermarket_category": {
                "id": 5,
                "name": "Kräuter und Gewürze",
                "description": null
            },
            "parent": null,
            "numchild": 0,
            "inherit_fields": [],
            "full_name": "Thymian",
            "ignore_shopping": false,
            "substitute": [],
            "substitute_siblings": false,
            "substitute_children": false,
            "substitute_onhand": false,
            "child_inherit_fields": [],
            "open_data_slug": "food-thyme-fresh"
        },
        {
            "id": 278,
            "name": "Tintenfisch",
            "plural_name": "Tintenfisch",
            "description": "",
            "shopping": false,
            "recipe": null,
            "url": "",
            "properties": [
                {
                    "id": 992,
                    "property_amount": 92.0,
                    "property_type": {
                        "id": 2,
                        "name": "Kalorien",
                        "unit": "kcal",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-calories",
                        "fdc_id": 1008
                    }
                },
                {
                    "id": 993,
                    "property_amount": 15.58,
                    "property_type": {
                        "id": 1,
                        "name": "Proteine",
                        "unit": "g",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-proteins",
                        "fdc_id": 1003
                    }
                },
                {
                    "id": 994,
                    "property_amount": 1.38,
                    "property_type": {
                        "id": 4,
                        "name": "Fett",
                        "unit": "g",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-fats",
                        "fdc_id": 1004
                    }
                },
                {
                    "id": 995,
                    "property_amount": 3.08,
                    "property_type": {
                        "id": 3,
                        "name": "Kohlenhydrate",
                        "unit": "g",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-carbohydrates",
                        "fdc_id": 1005
                    }
                }
            ],
            "properties_food_amount": 100.0,
            "properties_food_unit": {
                "id": 3,
                "name": "g",
                "plural_name": "g",
                "description": "",
                "base_unit": "g",
                "open_data_slug": "unit-g"
            },
            "fdc_id": 174223,
            "food_onhand": false,
            "supermarket_category": {
                "id": 20,
                "name": "Fisch und Meeresfrüchte",
                "description": null
            },
            "parent": null,
            "numchild": 0,
            "inherit_fields": [],
            "full_name": "Tintenfisch",
            "ignore_shopping": false,
            "substitute": [],
            "substitute_siblings": false,
            "substitute_children": false,
            "substitute_onhand": false,
            "child_inherit_fields": [],
            "open_data_slug": "food-mollusks-squid-mixed-species-raw"
        },
        {
            "id": 495,
            "name": "TK - Beerenmischung",
            "plural_name": null,
            "description": "",
            "shopping": false,
            "recipe": null,
            "url": "",
            "properties": [],
            "properties_food_amount": 100.0,
            "properties_food_unit": null,
            "fdc_id": null,
            "food_onhand": false,
            "supermarket_category": null,
            "parent": null,
            "numchild": 0,
            "inherit_fields": [],
            "full_name": "TK - Beerenmischung",
            "ignore_shopping": false,
            "substitute": [],
            "substitute_siblings": false,
            "substitute_children": false,
            "substitute_onhand": false,
            "child_inherit_fields": [],
            "open_data_slug": null
        },
        {
            "id": 357,
            "name": "Toast",
            "plural_name": null,
            "description": "",
            "shopping": false,
            "recipe": null,
            "url": "",
            "properties": [],
            "properties_food_amount": 100.0,
            "properties_food_unit": null,
            "fdc_id": null,
            "food_onhand": false,
            "supermarket_category": null,
            "parent": null,
            "numchild": 0,
            "inherit_fields": [],
            "full_name": "Toast",
            "ignore_shopping": false,
            "substitute": [],
            "substitute_siblings": false,
            "substitute_children": false,
            "substitute_onhand": false,
            "child_inherit_fields": [],
            "open_data_slug": null
        },
        {
            "id": 504,
            "name": "Tofu",
            "plural_name": null,
            "description": "",
            "shopping": false,
            "recipe": null,
            "url": "",
            "properties": [],
            "properties_food_amount": 100.0,
            "properties_food_unit": null,
            "fdc_id": null,
            "food_onhand": false,
            "supermarket_category": null,
            "parent": null,
            "numchild": 0,
            "inherit_fields": [],
            "full_name": "Tofu",
            "ignore_shopping": false,
            "substitute": [],
            "substitute_siblings": false,
            "substitute_children": false,
            "substitute_onhand": false,
            "child_inherit_fields": [],
            "open_data_slug": null
        },
        {
            "id": 293,
            "name": "Tomate",
            "plural_name": "Tomaten",
            "description": "",
            "shopping": false,
            "recipe": null,
            "url": "",
            "properties": [
                {
                    "id": 1050,
                    "property_amount": 0.82,
                    "property_type": {
                        "id": 1,
                        "name": "Proteine",
                        "unit": "g",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-proteins",
                        "fdc_id": 1003
                    }
                },
                {
                    "id": 1051,
                    "property_amount": 0.31,
                    "property_type": {
                        "id": 4,
                        "name": "Fett",
                        "unit": "g",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-fats",
                        "fdc_id": 1004
                    }
                },
                {
                    "id": 1052,
                    "property_amount": 4.04,
                    "property_type": {
                        "id": 3,
                        "name": "Kohlenhydrate",
                        "unit": "g",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-carbohydrates",
                        "fdc_id": 1005
                    }
                },
                {
                    "id": 1053,
                    "property_amount": 20.0,
                    "property_type": {
                        "id": 2,
                        "name": "Kalorien",
                        "unit": "kcal",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-calories",
                        "fdc_id": 1008
                    }
                }
            ],
            "properties_food_amount": 100.0,
            "properties_food_unit": {
                "id": 3,
                "name": "g",
                "plural_name": "g",
                "description": "",
                "base_unit": "g",
                "open_data_slug": "unit-g"
            },
            "fdc_id": 2345232,
            "food_onhand": false,
            "supermarket_category": {
                "id": 19,
                "name": "Obst und Gemüse",
                "description": null
            },
            "parent": null,
            "numchild": 0,
            "inherit_fields": [],
            "full_name": "Tomate",
            "ignore_shopping": false,
            "substitute": [],
            "substitute_siblings": false,
            "substitute_children": false,
            "substitute_onhand": false,
            "child_inherit_fields": [],
            "open_data_slug": "food-tomatoes-raw"
        },
        {
            "id": 13,
            "name": "Tomatenmark",
            "plural_name": null,
            "description": "",
            "shopping": false,
            "recipe": null,
            "url": "",
            "properties": [],
            "properties_food_amount": 100.0,
            "properties_food_unit": null,
            "fdc_id": null,
            "food_onhand": false,
            "supermarket_category": null,
            "parent": null,
            "numchild": 0,
            "inherit_fields": [],
            "full_name": "Tomatenmark",
            "ignore_shopping": false,
            "substitute": [],
            "substitute_siblings": false,
            "substitute_children": false,
            "substitute_onhand": false,
            "child_inherit_fields": [],
            "open_data_slug": null
        },
        {
            "id": 200,
            "name": "Topinambur",
            "plural_name": "Topinambure",
            "description": "",
            "shopping": false,
            "recipe": null,
            "url": "",
            "properties": [
                {
                    "id": 680,
                    "property_amount": 73.0,
                    "property_type": {
                        "id": 2,
                        "name": "Kalorien",
                        "unit": "kcal",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-calories",
                        "fdc_id": 1008
                    }
                },
                {
                    "id": 681,
                    "property_amount": 2.0,
                    "property_type": {
                        "id": 1,
                        "name": "Proteine",
                        "unit": "g",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-proteins",
                        "fdc_id": 1003
                    }
                },
                {
                    "id": 682,
                    "property_amount": 0.01,
                    "property_type": {
                        "id": 4,
                        "name": "Fett",
                        "unit": "g",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-fats",
                        "fdc_id": 1004
                    }
                },
                {
                    "id": 683,
                    "property_amount": 17.44,
                    "property_type": {
                        "id": 3,
                        "name": "Kohlenhydrate",
                        "unit": "g",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-carbohydrates",
                        "fdc_id": 1005
                    }
                }
            ],
            "properties_food_amount": 100.0,
            "properties_food_unit": {
                "id": 3,
                "name": "g",
                "plural_name": "g",
                "description": "",
                "base_unit": "g",
                "open_data_slug": "unit-g"
            },
            "fdc_id": 169236,
            "food_onhand": false,
            "supermarket_category": {
                "id": 19,
                "name": "Obst und Gemüse",
                "description": null
            },
            "parent": null,
            "numchild": 0,
            "inherit_fields": [],
            "full_name": "Topinambur",
            "ignore_shopping": false,
            "substitute": [],
            "substitute_siblings": false,
            "substitute_children": false,
            "substitute_onhand": false,
            "child_inherit_fields": [],
            "open_data_slug": "food-jerusalem-artichokes-raw"
        },
        {
            "id": 486,
            "name": "Tortilla Chips",
            "plural_name": null,
            "description": "",
            "shopping": false,
            "recipe": null,
            "url": "",
            "properties": [],
            "properties_food_amount": 100.0,
            "properties_food_unit": null,
            "fdc_id": null,
            "food_onhand": false,
            "supermarket_category": null,
            "parent": null,
            "numchild": 0,
            "inherit_fields": [],
            "full_name": "Tortilla Chips",
            "ignore_shopping": false,
            "substitute": [],
            "substitute_siblings": false,
            "substitute_children": false,
            "substitute_onhand": false,
            "child_inherit_fields": [],
            "open_data_slug": null
        },
        {
            "id": 19,
            "name": "Tortilla(s)",
            "plural_name": null,
            "description": "",
            "shopping": false,
            "recipe": null,
            "url": "",
            "properties": [
                {
                    "id": 1218,
                    "property_amount": null,
                    "property_type": {
                        "id": 2,
                        "name": "Kalorien",
                        "unit": "kcal",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-calories",
                        "fdc_id": 1008
                    }
                },
                {
                    "id": 1219,
                    "property_amount": null,
                    "property_type": {
                        "id": 3,
                        "name": "Kohlenhydrate",
                        "unit": "g",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-carbohydrates",
                        "fdc_id": 1005
                    }
                },
                {
                    "id": 1220,
                    "property_amount": null,
                    "property_type": {
                        "id": 4,
                        "name": "Fett",
                        "unit": "g",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-fats",
                        "fdc_id": 1004
                    }
                },
                {
                    "id": 1221,
                    "property_amount": null,
                    "property_type": {
                        "id": 1,
                        "name": "Proteine",
                        "unit": "g",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-proteins",
                        "fdc_id": 1003
                    }
                }
            ],
            "properties_food_amount": 100.0,
            "properties_food_unit": null,
            "fdc_id": null,
            "food_onhand": false,
            "supermarket_category": null,
            "parent": null,
            "numchild": 0,
            "inherit_fields": [],
            "full_name": "Tortilla(s)",
            "ignore_shopping": false,
            "substitute": [],
            "substitute_siblings": false,
            "substitute_children": false,
            "substitute_onhand": false,
            "child_inherit_fields": [],
            "open_data_slug": null
        },
        {
            "id": 294,
            "name": "Traubentomate",
            "plural_name": "Traubentomaten",
            "description": "",
            "shopping": false,
            "recipe": null,
            "url": "",
            "properties": [
                {
                    "id": 1054,
                    "property_amount": 0.31,
                    "property_type": {
                        "id": 4,
                        "name": "Fett",
                        "unit": "g",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-fats",
                        "fdc_id": 1004
                    }
                },
                {
                    "id": 1055,
                    "property_amount": 4.04,
                    "property_type": {
                        "id": 3,
                        "name": "Kohlenhydrate",
                        "unit": "g",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-carbohydrates",
                        "fdc_id": 1005
                    }
                },
                {
                    "id": 1056,
                    "property_amount": 20.0,
                    "property_type": {
                        "id": 2,
                        "name": "Kalorien",
                        "unit": "kcal",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-calories",
                        "fdc_id": 1008
                    }
                },
                {
                    "id": 1057,
                    "property_amount": 0.82,
                    "property_type": {
                        "id": 1,
                        "name": "Proteine",
                        "unit": "g",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-proteins",
                        "fdc_id": 1003
                    }
                }
            ],
            "properties_food_amount": 100.0,
            "properties_food_unit": {
                "id": 3,
                "name": "g",
                "plural_name": "g",
                "description": "",
                "base_unit": "g",
                "open_data_slug": "unit-g"
            },
            "fdc_id": 2345232,
            "food_onhand": false,
            "supermarket_category": {
                "id": 19,
                "name": "Obst und Gemüse",
                "description": null
            },
            "parent": null,
            "numchild": 0,
            "inherit_fields": [],
            "full_name": "Traubentomate",
            "ignore_shopping": false,
            "substitute": [],
            "substitute_siblings": false,
            "substitute_children": false,
            "substitute_onhand": false,
            "child_inherit_fields": [],
            "open_data_slug": "food-tomatoes-grape"
        },
        {
            "id": 354,
            "name": "Trockenhefe",
            "plural_name": null,
            "description": "",
            "shopping": false,
            "recipe": null,
            "url": "",
            "properties": [],
            "properties_food_amount": 100.0,
            "properties_food_unit": null,
            "fdc_id": null,
            "food_onhand": false,
            "supermarket_category": null,
            "parent": null,
            "numchild": 0,
            "inherit_fields": [],
            "full_name": "Trockenhefe",
            "ignore_shopping": false,
            "substitute": [],
            "substitute_siblings": false,
            "substitute_children": false,
            "substitute_onhand": false,
            "child_inherit_fields": [],
            "open_data_slug": null
        },
        {
            "id": 468,
            "name": "Trüffelöl",
            "plural_name": null,
            "description": "",
            "shopping": false,
            "recipe": null,
            "url": "",
            "properties": [],
            "properties_food_amount": 100.0,
            "properties_food_unit": null,
            "fdc_id": null,
            "food_onhand": false,
            "supermarket_category": null,
            "parent": null,
            "numchild": 0,
            "inherit_fields": [],
            "full_name": "Trüffelöl",
            "ignore_shopping": false,
            "substitute": [],
            "substitute_siblings": false,
            "substitute_children": false,
            "substitute_onhand": false,
            "child_inherit_fields": [],
            "open_data_slug": null
        },
        {
            "id": 29,
            "name": "Tunfisch",
            "plural_name": "Tunfisch",
            "description": "",
            "shopping": false,
            "recipe": null,
            "url": "",
            "properties": [
                {
                    "id": 9,
                    "property_amount": 0.88,
                    "property_type": {
                        "id": 4,
                        "name": "Fett",
                        "unit": "g",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-fats",
                        "fdc_id": 1004
                    }
                },
                {
                    "id": 10,
                    "property_amount": 19.47,
                    "property_type": {
                        "id": 1,
                        "name": "Proteine",
                        "unit": "g",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-proteins",
                        "fdc_id": 1003
                    }
                },
                {
                    "id": 11,
                    "property_amount": 88.0,
                    "property_type": {
                        "id": 2,
                        "name": "Kalorien",
                        "unit": "kcal",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-calories",
                        "fdc_id": 1008
                    }
                },
                {
                    "id": 12,
                    "property_amount": 0.88,
                    "property_type": {
                        "id": 3,
                        "name": "Kohlenhydrate",
                        "unit": "g",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-carbohydrates",
                        "fdc_id": 1005
                    }
                }
            ],
            "properties_food_amount": 100.0,
            "properties_food_unit": {
                "id": 3,
                "name": "g",
                "plural_name": "g",
                "description": "",
                "base_unit": "g",
                "open_data_slug": "unit-g"
            },
            "fdc_id": 2446677,
            "food_onhand": false,
            "supermarket_category": {
                "id": 10,
                "name": "Konserven",
                "description": null
            },
            "parent": null,
            "numchild": 0,
            "inherit_fields": [],
            "full_name": "Tunfisch",
            "ignore_shopping": false,
            "substitute": [],
            "substitute_siblings": false,
            "substitute_children": false,
            "substitute_onhand": false,
            "child_inherit_fields": [],
            "open_data_slug": "food-tuna-canned"
        },
        {
            "id": 367,
            "name": "Turmericpulver",
            "plural_name": null,
            "description": "",
            "shopping": false,
            "recipe": null,
            "url": "",
            "properties": [],
            "properties_food_amount": 100.0,
            "properties_food_unit": null,
            "fdc_id": null,
            "food_onhand": false,
            "supermarket_category": null,
            "parent": null,
            "numchild": 0,
            "inherit_fields": [],
            "full_name": "Turmericpulver",
            "ignore_shopping": false,
            "substitute": [],
            "substitute_siblings": false,
            "substitute_children": false,
            "substitute_onhand": false,
            "child_inherit_fields": [],
            "open_data_slug": null
        },
        {
            "id": 30,
            "name": "ungesalzene Butter",
            "plural_name": "ungesalzene Butter",
            "description": "",
            "shopping": false,
            "recipe": null,
            "url": "",
            "properties": [
                {
                    "id": 13,
                    "property_amount": 81.5,
                    "property_type": {
                        "id": 4,
                        "name": "Fett",
                        "unit": "g",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-fats",
                        "fdc_id": 1004
                    }
                },
                {
                    "id": 14,
                    "property_amount": 0.0,
                    "property_type": {
                        "id": 3,
                        "name": "Kohlenhydrate",
                        "unit": "g",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-carbohydrates",
                        "fdc_id": 1005
                    }
                }
            ],
            "properties_food_amount": 100.0,
            "properties_food_unit": {
                "id": 3,
                "name": "g",
                "plural_name": "g",
                "description": "",
                "base_unit": "g",
                "open_data_slug": "unit-g"
            },
            "fdc_id": 789828,
            "food_onhand": false,
            "supermarket_category": {
                "id": 14,
                "name": "Molkereiprodukte",
                "description": null
            },
            "parent": null,
            "numchild": 0,
            "inherit_fields": [],
            "full_name": "ungesalzene Butter",
            "ignore_shopping": false,
            "substitute": [],
            "substitute_siblings": false,
            "substitute_children": false,
            "substitute_onhand": false,
            "child_inherit_fields": [],
            "open_data_slug": "food-butter-unsalted"
        },
        {
            "id": 299,
            "name": "Vanilleeis",
            "plural_name": "Vanilleeis",
            "description": "",
            "shopping": false,
            "recipe": null,
            "url": "",
            "properties": [
                {
                    "id": 1073,
                    "property_amount": 3.5,
                    "property_type": {
                        "id": 1,
                        "name": "Proteine",
                        "unit": "g",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-proteins",
                        "fdc_id": 1003
                    }
                },
                {
                    "id": 1074,
                    "property_amount": 11.0,
                    "property_type": {
                        "id": 4,
                        "name": "Fett",
                        "unit": "g",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-fats",
                        "fdc_id": 1004
                    }
                },
                {
                    "id": 1075,
                    "property_amount": 23.6,
                    "property_type": {
                        "id": 3,
                        "name": "Kohlenhydrate",
                        "unit": "g",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-carbohydrates",
                        "fdc_id": 1005
                    }
                },
                {
                    "id": 1076,
                    "property_amount": 207.0,
                    "property_type": {
                        "id": 2,
                        "name": "Kalorien",
                        "unit": "kcal",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-calories",
                        "fdc_id": 1008
                    }
                }
            ],
            "properties_food_amount": 100.0,
            "properties_food_unit": {
                "id": 3,
                "name": "g",
                "plural_name": "g",
                "description": "",
                "base_unit": "g",
                "open_data_slug": "unit-g"
            },
            "fdc_id": 2341033,
            "food_onhand": false,
            "supermarket_category": {
                "id": 8,
                "name": "Tiefkühl",
                "description": null
            },
            "parent": null,
            "numchild": 0,
            "inherit_fields": [],
            "full_name": "Vanilleeis",
            "ignore_shopping": false,
            "substitute": [],
            "substitute_siblings": false,
            "substitute_children": false,
            "substitute_onhand": false,
            "child_inherit_fields": [],
            "open_data_slug": "food-ice-cream-vanilla"
        },
        {
            "id": 298,
            "name": "Vanilleextrakt",
            "plural_name": "Vanilleextrakt",
            "description": "",
            "shopping": false,
            "recipe": null,
            "url": "",
            "properties": [
                {
                    "id": 1069,
                    "property_amount": 0.06,
                    "property_type": {
                        "id": 4,
                        "name": "Fett",
                        "unit": "g",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-fats",
                        "fdc_id": 1004
                    }
                },
                {
                    "id": 1070,
                    "property_amount": 12.65,
                    "property_type": {
                        "id": 3,
                        "name": "Kohlenhydrate",
                        "unit": "g",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-carbohydrates",
                        "fdc_id": 1005
                    }
                },
                {
                    "id": 1071,
                    "property_amount": 288.0,
                    "property_type": {
                        "id": 2,
                        "name": "Kalorien",
                        "unit": "kcal",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-calories",
                        "fdc_id": 1008
                    }
                },
                {
                    "id": 1072,
                    "property_amount": 0.06,
                    "property_type": {
                        "id": 1,
                        "name": "Proteine",
                        "unit": "g",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-proteins",
                        "fdc_id": 1003
                    }
                }
            ],
            "properties_food_amount": 100.0,
            "properties_food_unit": {
                "id": 3,
                "name": "g",
                "plural_name": "g",
                "description": "",
                "base_unit": "g",
                "open_data_slug": "unit-g"
            },
            "fdc_id": 173471,
            "food_onhand": false,
            "supermarket_category": {
                "id": 5,
                "name": "Kräuter und Gewürze",
                "description": null
            },
            "parent": null,
            "numchild": 0,
            "inherit_fields": [],
            "full_name": "Vanilleextrakt",
            "ignore_shopping": false,
            "substitute": [],
            "substitute_siblings": false,
            "substitute_children": false,
            "substitute_onhand": false,
            "child_inherit_fields": [],
            "open_data_slug": "food-vanilla-extract"
        },
        {
            "id": 336,
            "name": "Vanillezucker",
            "plural_name": null,
            "description": "",
            "shopping": false,
            "recipe": null,
            "url": "",
            "properties": [],
            "properties_food_amount": 100.0,
            "properties_food_unit": null,
            "fdc_id": null,
            "food_onhand": false,
            "supermarket_category": null,
            "parent": null,
            "numchild": 0,
            "inherit_fields": [],
            "full_name": "Vanillezucker",
            "ignore_shopping": false,
            "substitute": [],
            "substitute_siblings": false,
            "substitute_children": false,
            "substitute_onhand": false,
            "child_inherit_fields": [],
            "open_data_slug": null
        },
        {
            "id": 407,
            "name": "viel Olivenöl",
            "plural_name": null,
            "description": "",
            "shopping": false,
            "recipe": null,
            "url": "",
            "properties": [],
            "properties_food_amount": 100.0,
            "properties_food_unit": null,
            "fdc_id": null,
            "food_onhand": false,
            "supermarket_category": null,
            "parent": null,
            "numchild": 0,
            "inherit_fields": [],
            "full_name": "viel Olivenöl",
            "ignore_shopping": false,
            "substitute": [],
            "substitute_siblings": false,
            "substitute_children": false,
            "substitute_onhand": false,
            "child_inherit_fields": [],
            "open_data_slug": null
        },
        {
            "id": 369,
            "name": "voll grüne Bohnen",
            "plural_name": null,
            "description": "",
            "shopping": false,
            "recipe": null,
            "url": "",
            "properties": [],
            "properties_food_amount": 100.0,
            "properties_food_unit": null,
            "fdc_id": null,
            "food_onhand": false,
            "supermarket_category": null,
            "parent": null,
            "numchild": 0,
            "inherit_fields": [],
            "full_name": "voll grüne Bohnen",
            "ignore_shopping": false,
            "substitute": [],
            "substitute_siblings": false,
            "substitute_children": false,
            "substitute_onhand": false,
            "child_inherit_fields": [],
            "open_data_slug": null
        },
        {
            "id": 365,
            "name": "voll Himbeeren",
            "plural_name": null,
            "description": "",
            "shopping": false,
            "recipe": null,
            "url": "",
            "properties": [],
            "properties_food_amount": 100.0,
            "properties_food_unit": null,
            "fdc_id": null,
            "food_onhand": false,
            "supermarket_category": null,
            "parent": null,
            "numchild": 0,
            "inherit_fields": [],
            "full_name": "voll Himbeeren",
            "ignore_shopping": false,
            "substitute": [],
            "substitute_siblings": false,
            "substitute_children": false,
            "substitute_onhand": false,
            "child_inherit_fields": [],
            "open_data_slug": null
        },
        {
            "id": 140,
            "name": "Vollkornhirse",
            "plural_name": "Vollkornhirse",
            "description": "",
            "shopping": false,
            "recipe": null,
            "url": "",
            "properties": [
                {
                    "id": 437,
                    "property_amount": 10.02,
                    "property_type": {
                        "id": 1,
                        "name": "Proteine",
                        "unit": "g",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-proteins",
                        "fdc_id": 1003
                    }
                },
                {
                    "id": 438,
                    "property_amount": 4.19,
                    "property_type": {
                        "id": 4,
                        "name": "Fett",
                        "unit": "g",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-fats",
                        "fdc_id": 1004
                    }
                },
                {
                    "id": 439,
                    "property_amount": 74.45,
                    "property_type": {
                        "id": 3,
                        "name": "Kohlenhydrate",
                        "unit": "g",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-carbohydrates",
                        "fdc_id": 1005
                    }
                }
            ],
            "properties_food_amount": 100.0,
            "properties_food_unit": {
                "id": 3,
                "name": "g",
                "plural_name": "g",
                "description": "",
                "base_unit": "g",
                "open_data_slug": "unit-g"
            },
            "fdc_id": 2512379,
            "food_onhand": false,
            "supermarket_category": {
                "id": 6,
                "name": "Cerealien",
                "description": null
            },
            "parent": null,
            "numchild": 0,
            "inherit_fields": [],
            "full_name": "Vollkornhirse",
            "ignore_shopping": false,
            "substitute": [],
            "substitute_siblings": false,
            "substitute_children": false,
            "substitute_onhand": false,
            "child_inherit_fields": [],
            "open_data_slug": "food-millet-whole-grain"
        },
        {
            "id": 333,
            "name": "Vollkornmehl",
            "plural_name": "Vollkornmehl",
            "description": "",
            "shopping": false,
            "recipe": null,
            "url": "",
            "properties": [
                {
                    "id": 1210,
                    "property_amount": 370.0,
                    "property_type": {
                        "id": 2,
                        "name": "Kalorien",
                        "unit": "kcal",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-calories",
                        "fdc_id": 1008
                    }
                },
                {
                    "id": 1211,
                    "property_amount": 15.1,
                    "property_type": {
                        "id": 1,
                        "name": "Proteine",
                        "unit": "g",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-proteins",
                        "fdc_id": 1003
                    }
                },
                {
                    "id": 1212,
                    "property_amount": 2.73,
                    "property_type": {
                        "id": 4,
                        "name": "Fett",
                        "unit": "g",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-fats",
                        "fdc_id": 1004
                    }
                },
                {
                    "id": 1213,
                    "property_amount": 71.2,
                    "property_type": {
                        "id": 3,
                        "name": "Kohlenhydrate",
                        "unit": "g",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-carbohydrates",
                        "fdc_id": 1005
                    }
                }
            ],
            "properties_food_amount": 100.0,
            "properties_food_unit": {
                "id": 3,
                "name": "g",
                "plural_name": "g",
                "description": "",
                "base_unit": "g",
                "open_data_slug": "unit-g"
            },
            "fdc_id": 790085,
            "food_onhand": false,
            "supermarket_category": {
                "id": 17,
                "name": "Backen",
                "description": null
            },
            "parent": null,
            "numchild": 0,
            "inherit_fields": [],
            "full_name": "Vollkornmehl",
            "ignore_shopping": false,
            "substitute": [],
            "substitute_siblings": false,
            "substitute_children": false,
            "substitute_onhand": false,
            "child_inherit_fields": [],
            "open_data_slug": "food-flour-wheat-whole-grain-unenriched"
        },
        {
            "id": 536,
            "name": "Vollkornnudel",
            "plural_name": null,
            "description": "",
            "shopping": false,
            "recipe": null,
            "url": "",
            "properties": [],
            "properties_food_amount": 100.0,
            "properties_food_unit": null,
            "fdc_id": null,
            "food_onhand": false,
            "supermarket_category": null,
            "parent": null,
            "numchild": 0,
            "inherit_fields": [],
            "full_name": "Vollkornnudel",
            "ignore_shopping": false,
            "substitute": [],
            "substitute_siblings": false,
            "substitute_children": false,
            "substitute_onhand": false,
            "child_inherit_fields": [],
            "open_data_slug": null
        },
        {
            "id": 364,
            "name": "voll Mangostückchen",
            "plural_name": null,
            "description": "",
            "shopping": false,
            "recipe": null,
            "url": "",
            "properties": [],
            "properties_food_amount": 100.0,
            "properties_food_unit": null,
            "fdc_id": null,
            "food_onhand": false,
            "supermarket_category": null,
            "parent": null,
            "numchild": 0,
            "inherit_fields": [],
            "full_name": "voll Mangostückchen",
            "ignore_shopping": false,
            "substitute": [],
            "substitute_siblings": false,
            "substitute_children": false,
            "substitute_onhand": false,
            "child_inherit_fields": [],
            "open_data_slug": null
        },
        {
            "id": 82,
            "name": "Vollmilch",
            "plural_name": "Vollmilch",
            "description": "",
            "shopping": false,
            "recipe": null,
            "url": "",
            "properties": [
                {
                    "id": 213,
                    "property_amount": 4.63,
                    "property_type": {
                        "id": 3,
                        "name": "Kohlenhydrate",
                        "unit": "g",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-carbohydrates",
                        "fdc_id": 1005
                    }
                },
                {
                    "id": 214,
                    "property_amount": 60.0,
                    "property_type": {
                        "id": 2,
                        "name": "Kalorien",
                        "unit": "kcal",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-calories",
                        "fdc_id": 1008
                    }
                },
                {
                    "id": 215,
                    "property_amount": 3.27,
                    "property_type": {
                        "id": 1,
                        "name": "Proteine",
                        "unit": "g",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-proteins",
                        "fdc_id": 1003
                    }
                },
                {
                    "id": 216,
                    "property_amount": 3.2,
                    "property_type": {
                        "id": 4,
                        "name": "Fett",
                        "unit": "g",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-fats",
                        "fdc_id": 1004
                    }
                }
            ],
            "properties_food_amount": 100.0,
            "properties_food_unit": {
                "id": 3,
                "name": "g",
                "plural_name": "g",
                "description": "",
                "base_unit": "g",
                "open_data_slug": "unit-g"
            },
            "fdc_id": 746782,
            "food_onhand": false,
            "supermarket_category": {
                "id": 14,
                "name": "Molkereiprodukte",
                "description": null
            },
            "parent": null,
            "numchild": 0,
            "inherit_fields": [],
            "full_name": "Vollmilch",
            "ignore_shopping": false,
            "substitute": [],
            "substitute_siblings": false,
            "substitute_children": false,
            "substitute_onhand": false,
            "child_inherit_fields": [],
            "open_data_slug": "food-milk-whole"
        },
        {
            "id": 425,
            "name": "vorgekochte Kartoffeln",
            "plural_name": null,
            "description": "",
            "shopping": false,
            "recipe": null,
            "url": "",
            "properties": [],
            "properties_food_amount": 100.0,
            "properties_food_unit": null,
            "fdc_id": null,
            "food_onhand": false,
            "supermarket_category": null,
            "parent": null,
            "numchild": 0,
            "inherit_fields": [],
            "full_name": "vorgekochte Kartoffeln",
            "ignore_shopping": false,
            "substitute": [],
            "substitute_siblings": false,
            "substitute_children": false,
            "substitute_onhand": false,
            "child_inherit_fields": [],
            "open_data_slug": null
        },
        {
            "id": 230,
            "name": "Walnüsse",
            "plural_name": "Walnüsse",
            "description": "",
            "shopping": false,
            "recipe": null,
            "url": "",
            "properties": [
                {
                    "id": 799,
                    "property_amount": 14.56,
                    "property_type": {
                        "id": 1,
                        "name": "Proteine",
                        "unit": "g",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-proteins",
                        "fdc_id": 1003
                    }
                },
                {
                    "id": 800,
                    "property_amount": 69.74,
                    "property_type": {
                        "id": 4,
                        "name": "Fett",
                        "unit": "g",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-fats",
                        "fdc_id": 1004
                    }
                },
                {
                    "id": 801,
                    "property_amount": 10.91,
                    "property_type": {
                        "id": 3,
                        "name": "Kohlenhydrate",
                        "unit": "g",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-carbohydrates",
                        "fdc_id": 1005
                    }
                }
            ],
            "properties_food_amount": 100.0,
            "properties_food_unit": {
                "id": 3,
                "name": "g",
                "plural_name": "g",
                "description": "",
                "base_unit": "g",
                "open_data_slug": "unit-g"
            },
            "fdc_id": 2346394,
            "food_onhand": false,
            "supermarket_category": {
                "id": 11,
                "name": "Trockenwaren",
                "description": null
            },
            "parent": null,
            "numchild": 0,
            "inherit_fields": [],
            "full_name": "Walnüsse",
            "ignore_shopping": false,
            "substitute": [],
            "substitute_siblings": false,
            "substitute_children": false,
            "substitute_onhand": false,
            "child_inherit_fields": [],
            "open_data_slug": "food-nuts-walnuts-raw"
        },
        {
            "id": 478,
            "name": "warmes Wasser",
            "plural_name": null,
            "description": "",
            "shopping": false,
            "recipe": null,
            "url": "",
            "properties": [],
            "properties_food_amount": 100.0,
            "properties_food_unit": null,
            "fdc_id": null,
            "food_onhand": false,
            "supermarket_category": null,
            "parent": null,
            "numchild": 0,
            "inherit_fields": [],
            "full_name": "warmes Wasser",
            "ignore_shopping": false,
            "substitute": [],
            "substitute_siblings": false,
            "substitute_children": false,
            "substitute_onhand": false,
            "child_inherit_fields": [],
            "open_data_slug": null
        },
        {
            "id": 318,
            "name": "Wasser",
            "plural_name": "Wasser",
            "description": "",
            "shopping": false,
            "recipe": null,
            "url": "",
            "properties": [
                {
                    "id": 1152,
                    "property_amount": 0.0,
                    "property_type": {
                        "id": 3,
                        "name": "Kohlenhydrate",
                        "unit": "g",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-carbohydrates",
                        "fdc_id": 1005
                    }
                },
                {
                    "id": 1153,
                    "property_amount": 0.0,
                    "property_type": {
                        "id": 2,
                        "name": "Kalorien",
                        "unit": "kcal",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-calories",
                        "fdc_id": 1008
                    }
                },
                {
                    "id": 1154,
                    "property_amount": 0.0,
                    "property_type": {
                        "id": 1,
                        "name": "Proteine",
                        "unit": "g",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-proteins",
                        "fdc_id": 1003
                    }
                },
                {
                    "id": 1155,
                    "property_amount": 0.0,
                    "property_type": {
                        "id": 4,
                        "name": "Fett",
                        "unit": "g",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-fats",
                        "fdc_id": 1004
                    }
                }
            ],
            "properties_food_amount": 100.0,
            "properties_food_unit": {
                "id": 3,
                "name": "g",
                "plural_name": "g",
                "description": "",
                "base_unit": "g",
                "open_data_slug": "unit-g"
            },
            "fdc_id": 173647,
            "food_onhand": false,
            "supermarket_category": {
                "id": 12,
                "name": "Säfte",
                "description": null
            },
            "parent": null,
            "numchild": 0,
            "inherit_fields": [],
            "full_name": "Wasser",
            "ignore_shopping": false,
            "substitute": [],
            "substitute_siblings": false,
            "substitute_children": false,
            "substitute_onhand": false,
            "child_inherit_fields": [],
            "open_data_slug": "food-beverages-water-tap-drinking"
        },
        {
            "id": 301,
            "name": "Wassermelone",
            "plural_name": "Wassermelonen",
            "description": "",
            "shopping": false,
            "recipe": null,
            "url": "",
            "properties": [
                {
                    "id": 1085,
                    "property_amount": 7.55,
                    "property_type": {
                        "id": 3,
                        "name": "Kohlenhydrate",
                        "unit": "g",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-carbohydrates",
                        "fdc_id": 1005
                    }
                },
                {
                    "id": 1086,
                    "property_amount": 30.0,
                    "property_type": {
                        "id": 2,
                        "name": "Kalorien",
                        "unit": "kcal",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-calories",
                        "fdc_id": 1008
                    }
                },
                {
                    "id": 1087,
                    "property_amount": 0.61,
                    "property_type": {
                        "id": 1,
                        "name": "Proteine",
                        "unit": "g",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-proteins",
                        "fdc_id": 1003
                    }
                },
                {
                    "id": 1088,
                    "property_amount": 0.15,
                    "property_type": {
                        "id": 4,
                        "name": "Fett",
                        "unit": "g",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-fats",
                        "fdc_id": 1004
                    }
                }
            ],
            "properties_food_amount": 100.0,
            "properties_food_unit": {
                "id": 3,
                "name": "g",
                "plural_name": "g",
                "description": "",
                "base_unit": "g",
                "open_data_slug": "unit-g"
            },
            "fdc_id": 2344765,
            "food_onhand": false,
            "supermarket_category": {
                "id": 19,
                "name": "Obst und Gemüse",
                "description": null
            },
            "parent": null,
            "numchild": 0,
            "inherit_fields": [],
            "full_name": "Wassermelone",
            "ignore_shopping": false,
            "substitute": [],
            "substitute_siblings": false,
            "substitute_children": false,
            "substitute_onhand": false,
            "child_inherit_fields": [],
            "open_data_slug": "food-watermelon-raw"
        },
        {
            "id": 168,
            "name": "Weinstein",
            "plural_name": "Weinstein",
            "description": "",
            "shopping": false,
            "recipe": null,
            "url": "",
            "properties": [
                {
                    "id": 548,
                    "property_amount": 258.0,
                    "property_type": {
                        "id": 2,
                        "name": "Kalorien",
                        "unit": "kcal",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-calories",
                        "fdc_id": 1008
                    }
                },
                {
                    "id": 549,
                    "property_amount": 0.0,
                    "property_type": {
                        "id": 1,
                        "name": "Proteine",
                        "unit": "g",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-proteins",
                        "fdc_id": 1003
                    }
                },
                {
                    "id": 550,
                    "property_amount": 0.0,
                    "property_type": {
                        "id": 4,
                        "name": "Fett",
                        "unit": "g",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-fats",
                        "fdc_id": 1004
                    }
                },
                {
                    "id": 551,
                    "property_amount": 61.5,
                    "property_type": {
                        "id": 3,
                        "name": "Kohlenhydrate",
                        "unit": "g",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-carbohydrates",
                        "fdc_id": 1005
                    }
                }
            ],
            "properties_food_amount": 100.0,
            "properties_food_unit": {
                "id": 3,
                "name": "g",
                "plural_name": "g",
                "description": "",
                "base_unit": "g",
                "open_data_slug": "unit-g"
            },
            "fdc_id": 175041,
            "food_onhand": false,
            "supermarket_category": {
                "id": 17,
                "name": "Backen",
                "description": null
            },
            "parent": null,
            "numchild": 0,
            "inherit_fields": [],
            "full_name": "Weinstein",
            "ignore_shopping": false,
            "substitute": [],
            "substitute_siblings": false,
            "substitute_children": false,
            "substitute_onhand": false,
            "child_inherit_fields": [],
            "open_data_slug": "food-cream-of-tartar"
        },
        {
            "id": 193,
            "name": "Weintraube",
            "plural_name": "Weintrauben",
            "description": "",
            "shopping": false,
            "recipe": null,
            "url": "",
            "properties": [
                {
                    "id": 652,
                    "property_amount": 0.72,
                    "property_type": {
                        "id": 1,
                        "name": "Proteine",
                        "unit": "g",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-proteins",
                        "fdc_id": 1003
                    }
                },
                {
                    "id": 653,
                    "property_amount": 0.16,
                    "property_type": {
                        "id": 4,
                        "name": "Fett",
                        "unit": "g",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-fats",
                        "fdc_id": 1004
                    }
                },
                {
                    "id": 654,
                    "property_amount": 18.1,
                    "property_type": {
                        "id": 3,
                        "name": "Kohlenhydrate",
                        "unit": "g",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-carbohydrates",
                        "fdc_id": 1005
                    }
                },
                {
                    "id": 655,
                    "property_amount": 69.0,
                    "property_type": {
                        "id": 2,
                        "name": "Kalorien",
                        "unit": "kcal",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-calories",
                        "fdc_id": 1008
                    }
                }
            ],
            "properties_food_amount": 100.0,
            "properties_food_unit": {
                "id": 3,
                "name": "g",
                "plural_name": "g",
                "description": "",
                "base_unit": "g",
                "open_data_slug": "unit-g"
            },
            "fdc_id": 2344732,
            "food_onhand": false,
            "supermarket_category": {
                "id": 19,
                "name": "Obst und Gemüse",
                "description": null
            },
            "parent": null,
            "numchild": 0,
            "inherit_fields": [],
            "full_name": "Weintraube",
            "ignore_shopping": false,
            "substitute": [],
            "substitute_siblings": false,
            "substitute_children": false,
            "substitute_onhand": false,
            "child_inherit_fields": [],
            "open_data_slug": "food-grapes-raw"
        },
        {
            "id": 128,
            "name": "Weiße Bohnen",
            "plural_name": "Weiße Bohnen",
            "description": "",
            "shopping": false,
            "recipe": null,
            "url": "",
            "properties": [
                {
                    "id": 392,
                    "property_amount": 10.8,
                    "property_type": {
                        "id": 1,
                        "name": "Proteine",
                        "unit": "g",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-proteins",
                        "fdc_id": 1003
                    }
                },
                {
                    "id": 393,
                    "property_amount": 0.57,
                    "property_type": {
                        "id": 4,
                        "name": "Fett",
                        "unit": "g",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-fats",
                        "fdc_id": 1004
                    }
                },
                {
                    "id": 394,
                    "property_amount": 30.9,
                    "property_type": {
                        "id": 3,
                        "name": "Kohlenhydrate",
                        "unit": "g",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-carbohydrates",
                        "fdc_id": 1005
                    }
                },
                {
                    "id": 395,
                    "property_amount": 168.0,
                    "property_type": {
                        "id": 2,
                        "name": "Kalorien",
                        "unit": "kcal",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-calories",
                        "fdc_id": 1008
                    }
                }
            ],
            "properties_food_amount": 100.0,
            "properties_food_unit": {
                "id": 3,
                "name": "g",
                "plural_name": "g",
                "description": "",
                "base_unit": "g",
                "open_data_slug": "unit-g"
            },
            "fdc_id": 2342832,
            "food_onhand": false,
            "supermarket_category": {
                "id": 10,
                "name": "Konserven",
                "description": null
            },
            "parent": null,
            "numchild": 0,
            "inherit_fields": [],
            "full_name": "Weiße Bohnen",
            "ignore_shopping": false,
            "substitute": [],
            "substitute_siblings": false,
            "substitute_children": false,
            "substitute_onhand": false,
            "child_inherit_fields": [],
            "open_data_slug": "food-white-beans-from-canned-no-added-fat"
        },
        {
            "id": 451,
            "name": "weiße Kuvertüre",
            "plural_name": null,
            "description": "",
            "shopping": false,
            "recipe": null,
            "url": "",
            "properties": [],
            "properties_food_amount": 100.0,
            "properties_food_unit": null,
            "fdc_id": null,
            "food_onhand": false,
            "supermarket_category": null,
            "parent": null,
            "numchild": 0,
            "inherit_fields": [],
            "full_name": "weiße Kuvertüre",
            "ignore_shopping": false,
            "substitute": [],
            "substitute_siblings": false,
            "substitute_children": false,
            "substitute_onhand": false,
            "child_inherit_fields": [],
            "open_data_slug": null
        },
        {
            "id": 461,
            "name": "Weiße Modellierschokolade",
            "plural_name": null,
            "description": "",
            "shopping": false,
            "recipe": null,
            "url": "",
            "properties": [],
            "properties_food_amount": 100.0,
            "properties_food_unit": null,
            "fdc_id": null,
            "food_onhand": false,
            "supermarket_category": null,
            "parent": null,
            "numchild": 0,
            "inherit_fields": [],
            "full_name": "Weiße Modellierschokolade",
            "ignore_shopping": false,
            "substitute": [],
            "substitute_siblings": false,
            "substitute_children": false,
            "substitute_onhand": false,
            "child_inherit_fields": [],
            "open_data_slug": null
        },
        {
            "id": 104,
            "name": "Weißer Spargel",
            "plural_name": "Weißer Spargel",
            "description": "",
            "shopping": false,
            "recipe": null,
            "url": "",
            "properties": [
                {
                    "id": 304,
                    "property_amount": 0.2,
                    "property_type": {
                        "id": 4,
                        "name": "Fett",
                        "unit": "g",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-fats",
                        "fdc_id": 1004
                    }
                },
                {
                    "id": 305,
                    "property_amount": 1.8,
                    "property_type": {
                        "id": 1,
                        "name": "Proteine",
                        "unit": "g",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-proteins",
                        "fdc_id": 1003
                    }
                },
                {
                    "id": 306,
                    "property_amount": 3.1,
                    "property_type": {
                        "id": 3,
                        "name": "Kohlenhydrate",
                        "unit": "g",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-carbohydrates",
                        "fdc_id": 1005
                    }
                },
                {
                    "id": 307,
                    "property_amount": 17.0,
                    "property_type": {
                        "id": 2,
                        "name": "Kalorien",
                        "unit": "kcal",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-calories",
                        "fdc_id": 1008
                    }
                }
            ],
            "properties_food_amount": 100.0,
            "properties_food_unit": {
                "id": 3,
                "name": "g",
                "plural_name": "g",
                "description": "",
                "base_unit": "g",
                "open_data_slug": "unit-g"
            },
            "fdc_id": 0,
            "food_onhand": false,
            "supermarket_category": {
                "id": 19,
                "name": "Obst und Gemüse",
                "description": null
            },
            "parent": null,
            "numchild": 0,
            "inherit_fields": [],
            "full_name": "Weißer Spargel",
            "ignore_shopping": false,
            "substitute": [],
            "substitute_siblings": false,
            "substitute_children": false,
            "substitute_onhand": false,
            "child_inherit_fields": [],
            "open_data_slug": "food-asparagus-white"
        },
        {
            "id": 237,
            "name": "weiße Zwiebel",
            "plural_name": "weiße Zwiebeln",
            "description": "",
            "shopping": false,
            "recipe": null,
            "url": "",
            "properties": [
                {
                    "id": 826,
                    "property_amount": 35.0,
                    "property_type": {
                        "id": 2,
                        "name": "Kalorien",
                        "unit": "kcal",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-calories",
                        "fdc_id": 1008
                    }
                },
                {
                    "id": 827,
                    "property_amount": 0.89,
                    "property_type": {
                        "id": 1,
                        "name": "Proteine",
                        "unit": "g",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-proteins",
                        "fdc_id": 1003
                    }
                },
                {
                    "id": 828,
                    "property_amount": 0.13,
                    "property_type": {
                        "id": 4,
                        "name": "Fett",
                        "unit": "g",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-fats",
                        "fdc_id": 1004
                    }
                },
                {
                    "id": 829,
                    "property_amount": 7.68,
                    "property_type": {
                        "id": 3,
                        "name": "Kohlenhydrate",
                        "unit": "g",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-carbohydrates",
                        "fdc_id": 1005
                    }
                }
            ],
            "properties_food_amount": 100.0,
            "properties_food_unit": {
                "id": 3,
                "name": "g",
                "plural_name": "g",
                "description": "",
                "base_unit": "g",
                "open_data_slug": "unit-g"
            },
            "fdc_id": 1104962,
            "food_onhand": false,
            "supermarket_category": {
                "id": 19,
                "name": "Obst und Gemüse",
                "description": null
            },
            "parent": null,
            "numchild": 0,
            "inherit_fields": [],
            "full_name": "weiße Zwiebel",
            "ignore_shopping": false,
            "substitute": [],
            "substitute_siblings": false,
            "substitute_children": false,
            "substitute_onhand": false,
            "child_inherit_fields": [],
            "open_data_slug": "food-onions-white-raw"
        },
        {
            "id": 302,
            "name": "Weißwein",
            "plural_name": "Weißwein",
            "description": "",
            "shopping": false,
            "recipe": null,
            "url": "",
            "properties": [
                {
                    "id": 1089,
                    "property_amount": 0.07,
                    "property_type": {
                        "id": 1,
                        "name": "Proteine",
                        "unit": "g",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-proteins",
                        "fdc_id": 1003
                    }
                },
                {
                    "id": 1090,
                    "property_amount": 0.0,
                    "property_type": {
                        "id": 4,
                        "name": "Fett",
                        "unit": "g",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-fats",
                        "fdc_id": 1004
                    }
                },
                {
                    "id": 1091,
                    "property_amount": 2.6,
                    "property_type": {
                        "id": 3,
                        "name": "Kohlenhydrate",
                        "unit": "g",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-carbohydrates",
                        "fdc_id": 1005
                    }
                },
                {
                    "id": 1092,
                    "property_amount": 82.0,
                    "property_type": {
                        "id": 2,
                        "name": "Kalorien",
                        "unit": "kcal",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-calories",
                        "fdc_id": 1008
                    }
                }
            ],
            "properties_food_amount": 100.0,
            "properties_food_unit": {
                "id": 3,
                "name": "g",
                "plural_name": "g",
                "description": "",
                "base_unit": "g",
                "open_data_slug": "unit-g"
            },
            "fdc_id": 2346264,
            "food_onhand": false,
            "supermarket_category": {
                "id": 2,
                "name": "Alkohol",
                "description": null
            },
            "parent": null,
            "numchild": 0,
            "inherit_fields": [],
            "full_name": "Weißwein",
            "ignore_shopping": false,
            "substitute": [],
            "substitute_siblings": false,
            "substitute_children": false,
            "substitute_onhand": false,
            "child_inherit_fields": [],
            "open_data_slug": "food-wine-white"
        },
        {
            "id": 441,
            "name": "Weißweinessig",
            "plural_name": null,
            "description": "",
            "shopping": false,
            "recipe": null,
            "url": "",
            "properties": [],
            "properties_food_amount": 100.0,
            "properties_food_unit": null,
            "fdc_id": null,
            "food_onhand": false,
            "supermarket_category": null,
            "parent": null,
            "numchild": 0,
            "inherit_fields": [],
            "full_name": "Weißweinessig",
            "ignore_shopping": false,
            "substitute": [],
            "substitute_siblings": false,
            "substitute_children": false,
            "substitute_onhand": false,
            "child_inherit_fields": [],
            "open_data_slug": null
        },
        {
            "id": 218,
            "name": "Weizengluten",
            "plural_name": "Weizengluten",
            "description": "",
            "shopping": false,
            "recipe": null,
            "url": "",
            "properties": [
                {
                    "id": 752,
                    "property_amount": 370.0,
                    "property_type": {
                        "id": 2,
                        "name": "Kalorien",
                        "unit": "kcal",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-calories",
                        "fdc_id": 1008
                    }
                },
                {
                    "id": 753,
                    "property_amount": 75.16,
                    "property_type": {
                        "id": 1,
                        "name": "Proteine",
                        "unit": "g",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-proteins",
                        "fdc_id": 1003
                    }
                },
                {
                    "id": 754,
                    "property_amount": 1.85,
                    "property_type": {
                        "id": 4,
                        "name": "Fett",
                        "unit": "g",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-fats",
                        "fdc_id": 1004
                    }
                },
                {
                    "id": 755,
                    "property_amount": 13.79,
                    "property_type": {
                        "id": 3,
                        "name": "Kohlenhydrate",
                        "unit": "g",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-carbohydrates",
                        "fdc_id": 1005
                    }
                }
            ],
            "properties_food_amount": 100.0,
            "properties_food_unit": {
                "id": 3,
                "name": "g",
                "plural_name": "g",
                "description": "",
                "base_unit": "g",
                "open_data_slug": "unit-g"
            },
            "fdc_id": 168147,
            "food_onhand": false,
            "supermarket_category": {
                "id": 18,
                "name": "Backwaren",
                "description": null
            },
            "parent": null,
            "numchild": 0,
            "inherit_fields": [],
            "full_name": "Weizengluten",
            "ignore_shopping": false,
            "substitute": [],
            "substitute_siblings": false,
            "substitute_children": false,
            "substitute_onhand": false,
            "child_inherit_fields": [],
            "open_data_slug": "food-vital-wheat-gluten"
        },
        {
            "id": 105,
            "name": "Weizenmehl 405",
            "plural_name": "Weizenmehl 405",
            "description": "",
            "shopping": false,
            "recipe": null,
            "url": "",
            "properties": [
                {
                    "id": 308,
                    "property_amount": 362.0,
                    "property_type": {
                        "id": 2,
                        "name": "Kalorien",
                        "unit": "kcal",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-calories",
                        "fdc_id": 1008
                    }
                },
                {
                    "id": 309,
                    "property_amount": 12.0,
                    "property_type": {
                        "id": 1,
                        "name": "Proteine",
                        "unit": "g",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-proteins",
                        "fdc_id": 1003
                    }
                },
                {
                    "id": 310,
                    "property_amount": 1.7,
                    "property_type": {
                        "id": 4,
                        "name": "Fett",
                        "unit": "g",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-fats",
                        "fdc_id": 1004
                    }
                },
                {
                    "id": 311,
                    "property_amount": 74.6,
                    "property_type": {
                        "id": 3,
                        "name": "Kohlenhydrate",
                        "unit": "g",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-carbohydrates",
                        "fdc_id": 1005
                    }
                }
            ],
            "properties_food_amount": 100.0,
            "properties_food_unit": {
                "id": 3,
                "name": "g",
                "plural_name": "g",
                "description": "",
                "base_unit": "g",
                "open_data_slug": "unit-g"
            },
            "fdc_id": 790018,
            "food_onhand": false,
            "supermarket_category": {
                "id": 17,
                "name": "Backen",
                "description": null
            },
            "parent": null,
            "numchild": 0,
            "inherit_fields": [],
            "full_name": "Weizenmehl 405",
            "ignore_shopping": false,
            "substitute": [],
            "substitute_siblings": false,
            "substitute_children": false,
            "substitute_onhand": false,
            "child_inherit_fields": [],
            "open_data_slug": "food-flour-wheat-all-purpose-unenriched-unbleached"
        },
        {
            "id": 477,
            "name": "Weizenmehl Type 405",
            "plural_name": null,
            "description": "",
            "shopping": false,
            "recipe": null,
            "url": "",
            "properties": [],
            "properties_food_amount": 100.0,
            "properties_food_unit": null,
            "fdc_id": null,
            "food_onhand": false,
            "supermarket_category": null,
            "parent": null,
            "numchild": 0,
            "inherit_fields": [],
            "full_name": "Weizenmehl Type 405",
            "ignore_shopping": false,
            "substitute": [],
            "substitute_siblings": false,
            "substitute_children": false,
            "substitute_onhand": false,
            "child_inherit_fields": [],
            "open_data_slug": null
        },
        {
            "id": 446,
            "name": "Wiener",
            "plural_name": null,
            "description": "",
            "shopping": false,
            "recipe": null,
            "url": "",
            "properties": [],
            "properties_food_amount": 100.0,
            "properties_food_unit": null,
            "fdc_id": null,
            "food_onhand": false,
            "supermarket_category": null,
            "parent": null,
            "numchild": 0,
            "inherit_fields": [],
            "full_name": "Wiener",
            "ignore_shopping": false,
            "substitute": [],
            "substitute_siblings": false,
            "substitute_children": false,
            "substitute_onhand": false,
            "child_inherit_fields": [],
            "open_data_slug": null
        },
        {
            "id": 276,
            "name": "Winterkürbis",
            "plural_name": "Winterkürbis",
            "description": "",
            "shopping": false,
            "recipe": null,
            "url": "",
            "properties": [
                {
                    "id": 980,
                    "property_amount": 26.0,
                    "property_type": {
                        "id": 2,
                        "name": "Kalorien",
                        "unit": "kcal",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-calories",
                        "fdc_id": 1008
                    }
                },
                {
                    "id": 981,
                    "property_amount": 1.0,
                    "property_type": {
                        "id": 1,
                        "name": "Proteine",
                        "unit": "g",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-proteins",
                        "fdc_id": 1003
                    }
                },
                {
                    "id": 982,
                    "property_amount": 0.1,
                    "property_type": {
                        "id": 4,
                        "name": "Fett",
                        "unit": "g",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-fats",
                        "fdc_id": 1004
                    }
                },
                {
                    "id": 983,
                    "property_amount": 6.5,
                    "property_type": {
                        "id": 3,
                        "name": "Kohlenhydrate",
                        "unit": "g",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-carbohydrates",
                        "fdc_id": 1005
                    }
                }
            ],
            "properties_food_amount": 100.0,
            "properties_food_unit": {
                "id": 3,
                "name": "g",
                "plural_name": "g",
                "description": "",
                "base_unit": "g",
                "open_data_slug": "unit-g"
            },
            "fdc_id": 2345206,
            "food_onhand": false,
            "supermarket_category": {
                "id": 19,
                "name": "Obst und Gemüse",
                "description": null
            },
            "parent": null,
            "numchild": 0,
            "inherit_fields": [],
            "full_name": "Winterkürbis",
            "ignore_shopping": false,
            "substitute": [],
            "substitute_siblings": false,
            "substitute_children": false,
            "substitute_onhand": false,
            "child_inherit_fields": [],
            "open_data_slug": "food-winter-squash-raw"
        },
        {
            "id": 305,
            "name": "Worcestersauce",
            "plural_name": "Worcestersauce",
            "description": "",
            "shopping": false,
            "recipe": null,
            "url": "",
            "properties": [
                {
                    "id": 1101,
                    "property_amount": 19.2,
                    "property_type": {
                        "id": 3,
                        "name": "Kohlenhydrate",
                        "unit": "g",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-carbohydrates",
                        "fdc_id": 1005
                    }
                },
                {
                    "id": 1102,
                    "property_amount": 77.0,
                    "property_type": {
                        "id": 2,
                        "name": "Kalorien",
                        "unit": "kcal",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-calories",
                        "fdc_id": 1008
                    }
                },
                {
                    "id": 1103,
                    "property_amount": 0.0,
                    "property_type": {
                        "id": 1,
                        "name": "Proteine",
                        "unit": "g",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-proteins",
                        "fdc_id": 1003
                    }
                },
                {
                    "id": 1104,
                    "property_amount": 0.0,
                    "property_type": {
                        "id": 4,
                        "name": "Fett",
                        "unit": "g",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-fats",
                        "fdc_id": 1004
                    }
                }
            ],
            "properties_food_amount": 100.0,
            "properties_food_unit": {
                "id": 3,
                "name": "g",
                "plural_name": "g",
                "description": "",
                "base_unit": "g",
                "open_data_slug": "unit-g"
            },
            "fdc_id": 2342922,
            "food_onhand": false,
            "supermarket_category": {
                "id": 4,
                "name": "Soßen",
                "description": null
            },
            "parent": null,
            "numchild": 0,
            "inherit_fields": [],
            "full_name": "Worcestersauce",
            "ignore_shopping": false,
            "substitute": [],
            "substitute_siblings": false,
            "substitute_children": false,
            "substitute_onhand": false,
            "child_inherit_fields": [],
            "open_data_slug": "food-worcestershire-sauce"
        },
        {
            "id": 317,
            "name": "Xanthangummi",
            "plural_name": "Xanthangummi",
            "description": "",
            "shopping": false,
            "recipe": null,
            "url": "",
            "properties": [
                {
                    "id": 1148,
                    "property_amount": 11.11,
                    "property_type": {
                        "id": 1,
                        "name": "Proteine",
                        "unit": "g",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-proteins",
                        "fdc_id": 1003
                    }
                },
                {
                    "id": 1149,
                    "property_amount": 77.78,
                    "property_type": {
                        "id": 3,
                        "name": "Kohlenhydrate",
                        "unit": "g",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-carbohydrates",
                        "fdc_id": 1005
                    }
                },
                {
                    "id": 1150,
                    "property_amount": 333.0,
                    "property_type": {
                        "id": 2,
                        "name": "Kalorien",
                        "unit": "kcal",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-calories",
                        "fdc_id": 1008
                    }
                },
                {
                    "id": 1151,
                    "property_amount": 0.0,
                    "property_type": {
                        "id": 4,
                        "name": "Fett",
                        "unit": "g",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-fats",
                        "fdc_id": 1004
                    }
                }
            ],
            "properties_food_amount": 100.0,
            "properties_food_unit": {
                "id": 3,
                "name": "g",
                "plural_name": "g",
                "description": "",
                "base_unit": "g",
                "open_data_slug": "unit-g"
            },
            "fdc_id": 2433714,
            "food_onhand": false,
            "supermarket_category": {
                "id": 11,
                "name": "Trockenwaren",
                "description": null
            },
            "parent": null,
            "numchild": 0,
            "inherit_fields": [],
            "full_name": "Xanthangummi",
            "ignore_shopping": false,
            "substitute": [],
            "substitute_siblings": false,
            "substitute_children": false,
            "substitute_onhand": false,
            "child_inherit_fields": [],
            "open_data_slug": "food-xanthan-gum"
        },
        {
            "id": 157,
            "name": "Zimt",
            "plural_name": "Zimt",
            "description": "",
            "shopping": false,
            "recipe": null,
            "url": "",
            "properties": [
                {
                    "id": 504,
                    "property_amount": 125.0,
                    "property_type": {
                        "id": 3,
                        "name": "Kohlenhydrate",
                        "unit": "g",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-carbohydrates",
                        "fdc_id": 1005
                    }
                },
                {
                    "id": 505,
                    "property_amount": 0.0,
                    "property_type": {
                        "id": 2,
                        "name": "Kalorien",
                        "unit": "kcal",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-calories",
                        "fdc_id": 1008
                    }
                },
                {
                    "id": 506,
                    "property_amount": 0.0,
                    "property_type": {
                        "id": 1,
                        "name": "Proteine",
                        "unit": "g",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-proteins",
                        "fdc_id": 1003
                    }
                },
                {
                    "id": 507,
                    "property_amount": 0.0,
                    "property_type": {
                        "id": 4,
                        "name": "Fett",
                        "unit": "g",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-fats",
                        "fdc_id": 1004
                    }
                }
            ],
            "properties_food_amount": 100.0,
            "properties_food_unit": {
                "id": 3,
                "name": "g",
                "plural_name": "g",
                "description": "",
                "base_unit": "g",
                "open_data_slug": "unit-g"
            },
            "fdc_id": 2386195,
            "food_onhand": false,
            "supermarket_category": {
                "id": 5,
                "name": "Kräuter und Gewürze",
                "description": null
            },
            "parent": null,
            "numchild": 0,
            "inherit_fields": [],
            "full_name": "Zimt",
            "ignore_shopping": false,
            "substitute": [],
            "substitute_siblings": false,
            "substitute_children": false,
            "substitute_onhand": false,
            "child_inherit_fields": [],
            "open_data_slug": "food-ground-cinnamon"
        },
        {
            "id": 156,
            "name": "Zimtstange",
            "plural_name": "Zimtstangen",
            "description": "",
            "shopping": false,
            "recipe": null,
            "url": "",
            "properties": [
                {
                    "id": 500,
                    "property_amount": 0.0,
                    "property_type": {
                        "id": 1,
                        "name": "Proteine",
                        "unit": "g",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-proteins",
                        "fdc_id": 1003
                    }
                },
                {
                    "id": 501,
                    "property_amount": 0.0,
                    "property_type": {
                        "id": 4,
                        "name": "Fett",
                        "unit": "g",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-fats",
                        "fdc_id": 1004
                    }
                },
                {
                    "id": 502,
                    "property_amount": 75.0,
                    "property_type": {
                        "id": 3,
                        "name": "Kohlenhydrate",
                        "unit": "g",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-carbohydrates",
                        "fdc_id": 1005
                    }
                },
                {
                    "id": 503,
                    "property_amount": 250.0,
                    "property_type": {
                        "id": 2,
                        "name": "Kalorien",
                        "unit": "kcal",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-calories",
                        "fdc_id": 1008
                    }
                }
            ],
            "properties_food_amount": 100.0,
            "properties_food_unit": {
                "id": 3,
                "name": "g",
                "plural_name": "g",
                "description": "",
                "base_unit": "g",
                "open_data_slug": "unit-g"
            },
            "fdc_id": 2390408,
            "food_onhand": false,
            "supermarket_category": {
                "id": 5,
                "name": "Kräuter und Gewürze",
                "description": null
            },
            "parent": null,
            "numchild": 0,
            "inherit_fields": [],
            "full_name": "Zimtstange",
            "ignore_shopping": false,
            "substitute": [],
            "substitute_siblings": false,
            "substitute_children": false,
            "substitute_onhand": false,
            "child_inherit_fields": [],
            "open_data_slug": "food-cinnamon-sticks-cinnamon"
        }
    ]
}
´´´
timkolloch commented 2 months ago

"id": 19,
            "name": "Tortilla(s)",
            "plural_name": null,
            "description": "",
            "shopping": false,
            "recipe": null,
            "url": "",
            "properties": [
                {
                    "id": 1218,
                    "property_amount": null,
                    "property_type": {
                        "id": 2,
                        "name": "Kalorien",
                        "unit": "kcal",
                        "description": null,
                        "order": 0,
                        "open_data_slug": "property-calories",
                        "fdc_id": 1008
                    }
                },

Here you can see the (or one of I did not check all properties) problem. Just like I thought the property amount of kalories here is null. This does break my problem as I always expected a non null value.

I suppose I will have a fix by Monday!