import { ApiIngredientType } from "@/types"; export const INGREDIENT_API_RESPONSE = ({ "count": 1, "next": null, "previous": null, "results": [ { "id": 59197, "uuid": "c85abb5d-2325-42fa-b497-a0a73f38bc1e", "remote_id": "4250241203517", "source_name": "Open Food Facts", "source_url": "https://world.openfoodfacts.org/api/v0/product/4250241203517.json", "code": "4250241203517", "name": "10 Fischstäbchen", "created": "2020-12-20T09:00:00+09:00", "last_update": "2025-09-24T05:31:30.074337+09:00", "last_imported": "2020-12-20T22:47:01.477000+09:00", "energy": 195, "protein": "13.000", "carbohydrates": "18.000", "carbohydrates_sugar": "0.800", "fat": "7.700", "fat_saturated": "0.600", "fiber": "0.800", "sodium": "0.356", "is_vegan": false, "is_vegetarian": false, "nutriscore": "d", "weight_units": [ { "id": 11, "ingredient": 59197, "gram": 30, "name": "Stück" }, { "id": 12, "ingredient": 59197, "gram": 240, "name": "Packung" } ], "language": { "id": 1, "short_name": "de", "full_name": "Deutsch", "full_name_en": "German" }, "license": { "id": 5, "full_name": "Open Data Commons Open Database License", "short_name": "ODbL", "url": "https://opendatacommons.org/licenses/odbl/" }, "license_title": "", "license_object_url": "", "license_author": "Open Food Facts", "license_author_url": "", "license_derivative_source_url": "", "image": { "id": 1, "uuid": "7f4120cd-a5c1-4a3a-b31b-974e62478222", "ingredient_id": 59197, "ingredient_uuid": "c85abb5d-2325-42fa-b497-a0a73f38bc1e", "image": "http://localhost:8000/media/ingredients/59197/7f4120cd-a5c1-4a3a-b31b-974e62478222.jpg", "created": "2025-09-24T05:31:30.059629+09:00", "last_update": "2025-09-24T05:31:30.062273+09:00", "size": 304802, "width": 2050, "height": 993, "license": 1, "license_title": "Photo", "license_object_url": "https://world.openfoodfacts.org/cgi/product_image.pl?code=4250241203517&id=2", "license_author": "kiliweb", "license_author_url": "https://world.openfoodfacts.org/photographer/kiliweb", "license_derivative_source_url": "" }, "thumbnails": { "small": "http://localhost:8000/media/ingredients/59197/7f4120cd-a5c1-4a3a-b31b-974e62478222.jpg.200x200_q85.jpg", "medium": "http://localhost:8000/media/ingredients/59197/7f4120cd-a5c1-4a3a-b31b-974e62478222.jpg.400x400_q85.jpg" } } ] } as unknown as { count: number; next: null; previous: null; results: ApiIngredientType[] });