{ "info": { "_postman_id": "b0654035-2fe8-401a-90cc-1d2e1cd398cd", "name": "spoonacular Ingredients Recipes API", "description": "The spoonacular Nutrition, Recipe, and Food API allows you to access over thousands of recipes, thousands of ingredients, 800,000 food products, over 100,000 menu items, and restaurants. Our food ontology and semantic recipe search engine makes it possible to search for recipes using natural language queries, such as \"gluten free brownies without sugar\" or \"low fat vegan cupcakes.\" You can automatically calculate the nutritional information for any recipe, analyze recipe costs, visualize ingredient lists, find recipes for what's in your fridge, find recipes based on special diets, nutritional requirements, or favorite ingredients, classify recipes into types and cuisines, convert ingredient amounts, or even compute an entire meal plan. With our powerful API, you can create many kinds of food and especially nutrition apps.\n\nSpecial diets/dietary requirements currently available include: vegan, vegetarian, pescetarian, gluten free, grain free, dairy free, high protein, whole 30, low sodium, low carb, Paleo, ketogenic, FODMAP, and Primal.\n\nContact Support:\n Name: David Urbansky\n Email: mail@spoonacular.com", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T03:00:34.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "lastUpdatedBy": "35240", "uid": "35240-b0654035-2fe8-401a-90cc-1d2e1cd398cd" }, "item": [ { "name": "recipes", "item": [ { "name": "complexSearch", "item": [ { "name": "Search Recipes", "id": "0e8ce65d-a4a1-42c9-8773-dffcd9db6560", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/recipes/complexSearch?query=&cuisine=&excludeCuisine=&diet=&intolerances=&equipment=&includeIngredients=&excludeIngredients=&type=&instructionsRequired=&fillIngredients=&addRecipeInformation=&addRecipeNutrition=&author=&tags=&recipeBoxId=&titleMatch=&maxReadyTime=&minServings=&maxServings=&ignorePantry=false&sort=&sortDirection=&minCarbs=&maxCarbs=&minProtein=&maxProtein=&minCalories=&maxCalories=&minFat=&maxFat=&minAlcohol=&maxAlcohol=&minCaffeine=&maxCaffeine=&minCopper=&maxCopper=&minCalcium=&maxCalcium=&minCholine=&maxCholine=&minCholesterol=&maxCholesterol=&minFluoride=&maxFluoride=&minSaturatedFat=&maxSaturatedFat=&minVitaminA=&maxVitaminA=&minVitaminC=&maxVitaminC=&minVitaminD=&maxVitaminD=&minVitaminE=&maxVitaminE=&minVitaminK=&maxVitaminK=&minVitaminB1=&maxVitaminB1=&minVitaminB2=&maxVitaminB2=&minVitaminB5=&maxVitaminB5=&minVitaminB3=&maxVitaminB3=&minVitaminB6=&maxVitaminB6=&minVitaminB12=&maxVitaminB12=&minFiber=&maxFiber=&minFolate=&maxFolate=&minFolicAcid=&maxFolicAcid=&minIodine=&maxIodine=&minIron=&maxIron=&minMagnesium=&maxMagnesium=&minManganese=&maxManganese=&minPhosphorus=&maxPhosphorus=&minPotassium=&maxPotassium=&minSelenium=&maxSelenium=&minSodium=&maxSodium=&minSugar=&maxSugar=&minZinc=&maxZinc=&offset=&number=10", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "complexSearch" ], "query": [ { "description": "(Required) The (natural language) search query.", "key": "query", "value": "" }, { "description": "The cuisine(s) of the recipes. One or more, comma separated (will be interpreted as 'OR'). See a full list of supported cuisines.", "key": "cuisine", "value": "" }, { "description": "The cuisine(s) the recipes must not match. One or more, comma separated (will be interpreted as 'AND'). See a full list of supported cuisines.", "key": "excludeCuisine", "value": "" }, { "description": "The diet for which the recipes must be suitable. See a full list of supported diets.", "key": "diet", "value": "" }, { "description": "A comma-separated list of intolerances. All recipes returned must not contain ingredients that are not suitable for people with the intolerances entered. See a full list of supported intolerances.", "key": "intolerances", "value": "" }, { "description": "The equipment required. Multiple values will be interpreted as 'or'. For example, value could be \"blender, frying pan, bowl\".", "key": "equipment", "value": "" }, { "description": "A comma-separated list of ingredients that should/must be used in the recipes.", "key": "includeIngredients", "value": "" }, { "description": "A comma-separated list of ingredients or ingredient types that the recipes must not contain.", "key": "excludeIngredients", "value": "" }, { "description": "The type of recipe. See a full list of supported meal types.", "key": "type", "value": "" }, { "description": "Whether the recipes must have instructions.", "key": "instructionsRequired", "value": "" }, { "description": "Add information about the ingredients and whether they are used or missing in relation to the query.", "key": "fillIngredients", "value": "" }, { "description": "If set to true, you get more information about the recipes returned.", "key": "addRecipeInformation", "value": "" }, { "description": "If set to true, you get nutritional information about each recipes returned.", "key": "addRecipeNutrition", "value": "" }, { "description": "The username of the recipe author.", "key": "author", "value": "" }, { "description": "The tags (can be diets, meal types, cuisines, or intolerances) that the recipe must have.", "key": "tags", "value": "" }, { "description": "The id of the recipe box to which the search should be limited to.", "key": "recipeBoxId", "value": "" }, { "description": "Enter text that must be found in the title of the recipes.", "key": "titleMatch", "value": "" }, { "description": "The maximum time in minutes it should take to prepare and cook the recipe.", "key": "maxReadyTime", "value": "" }, { "description": "The minimum amount of servings the recipe is for.", "key": "minServings", "value": "" }, { "description": "The maximum amount of servings the recipe is for.", "key": "maxServings", "value": "" }, { "description": "Whether to ignore typical pantry items, such as water, salt, flour, etc.", "key": "ignorePantry", "value": "false" }, { "description": "The strategy to sort recipes by. See a full list of supported sorting options.", "key": "sort", "value": "" }, { "description": "The direction in which to sort. Must be either 'asc' (ascending) or 'desc' (descending).", "key": "sortDirection", "value": "" }, { "description": "The minimum amount of carbohydrates in grams the recipe must have.", "key": "minCarbs", "value": "" }, { "description": "The maximum amount of carbohydrates in grams the recipe can have.", "key": "maxCarbs", "value": "" }, { "description": "The minimum amount of protein in grams the recipe must have.", "key": "minProtein", "value": "" }, { "description": "The maximum amount of protein in grams the recipe can have.", "key": "maxProtein", "value": "" }, { "description": "The minimum amount of calories the recipe must have.", "key": "minCalories", "value": "" }, { "description": "The maximum amount of calories the recipe can have.", "key": "maxCalories", "value": "" }, { "description": "The minimum amount of fat in grams the recipe must have.", "key": "minFat", "value": "" }, { "description": "The maximum amount of fat in grams the recipe can have.", "key": "maxFat", "value": "" }, { "description": "The minimum amount of alcohol in grams the recipe must have.", "key": "minAlcohol", "value": "" }, { "description": "The maximum amount of alcohol in grams the recipe can have.", "key": "maxAlcohol", "value": "" }, { "description": "The minimum amount of caffeine in milligrams the recipe must have.", "key": "minCaffeine", "value": "" }, { "description": "The maximum amount of caffeine in milligrams the recipe can have.", "key": "maxCaffeine", "value": "" }, { "description": "The minimum amount of copper in milligrams the recipe must have.", "key": "minCopper", "value": "" }, { "description": "The maximum amount of copper in milligrams the recipe can have.", "key": "maxCopper", "value": "" }, { "description": "The minimum amount of calcium in milligrams the recipe must have.", "key": "minCalcium", "value": "" }, { "description": "The maximum amount of calcium in milligrams the recipe can have.", "key": "maxCalcium", "value": "" }, { "description": "The minimum amount of choline in milligrams the recipe must have.", "key": "minCholine", "value": "" }, { "description": "The maximum amount of choline in milligrams the recipe can have.", "key": "maxCholine", "value": "" }, { "description": "The minimum amount of cholesterol in milligrams the recipe must have.", "key": "minCholesterol", "value": "" }, { "description": "The maximum amount of cholesterol in milligrams the recipe can have.", "key": "maxCholesterol", "value": "" }, { "description": "The minimum amount of fluoride in milligrams the recipe must have.", "key": "minFluoride", "value": "" }, { "description": "The maximum amount of fluoride in milligrams the recipe can have.", "key": "maxFluoride", "value": "" }, { "description": "The minimum amount of saturated fat in grams the recipe must have.", "key": "minSaturatedFat", "value": "" }, { "description": "The maximum amount of saturated fat in grams the recipe can have.", "key": "maxSaturatedFat", "value": "" }, { "description": "The minimum amount of Vitamin A in IU the recipe must have.", "key": "minVitaminA", "value": "" }, { "description": "The maximum amount of Vitamin A in IU the recipe can have.", "key": "maxVitaminA", "value": "" }, { "description": "The minimum amount of Vitamin C milligrams the recipe must have.", "key": "minVitaminC", "value": "" }, { "description": "The maximum amount of Vitamin C in milligrams the recipe can have.", "key": "maxVitaminC", "value": "" }, { "description": "The minimum amount of Vitamin D in micrograms the recipe must have.", "key": "minVitaminD", "value": "" }, { "description": "The maximum amount of Vitamin D in micrograms the recipe can have.", "key": "maxVitaminD", "value": "" }, { "description": "The minimum amount of Vitamin E in milligrams the recipe must have.", "key": "minVitaminE", "value": "" }, { "description": "The maximum amount of Vitamin E in milligrams the recipe can have.", "key": "maxVitaminE", "value": "" }, { "description": "The minimum amount of Vitamin K in micrograms the recipe must have.", "key": "minVitaminK", "value": "" }, { "description": "The maximum amount of Vitamin K in micrograms the recipe can have.", "key": "maxVitaminK", "value": "" }, { "description": "The minimum amount of Vitamin B1 in milligrams the recipe must have.", "key": "minVitaminB1", "value": "" }, { "description": "The maximum amount of Vitamin B1 in milligrams the recipe can have.", "key": "maxVitaminB1", "value": "" }, { "description": "The minimum amount of Vitamin B2 in milligrams the recipe must have.", "key": "minVitaminB2", "value": "" }, { "description": "The maximum amount of Vitamin B2 in milligrams the recipe can have.", "key": "maxVitaminB2", "value": "" }, { "description": "The minimum amount of Vitamin B5 in milligrams the recipe must have.", "key": "minVitaminB5", "value": "" }, { "description": "The maximum amount of Vitamin B5 in milligrams the recipe can have.", "key": "maxVitaminB5", "value": "" }, { "description": "The minimum amount of Vitamin B3 in milligrams the recipe must have.", "key": "minVitaminB3", "value": "" }, { "description": "The maximum amount of Vitamin B3 in milligrams the recipe can have.", "key": "maxVitaminB3", "value": "" }, { "description": "The minimum amount of Vitamin B6 in milligrams the recipe must have.", "key": "minVitaminB6", "value": "" }, { "description": "The maximum amount of Vitamin B6 in milligrams the recipe can have.", "key": "maxVitaminB6", "value": "" }, { "description": "The minimum amount of Vitamin B12 in micrograms the recipe must have.", "key": "minVitaminB12", "value": "" }, { "description": "The maximum amount of Vitamin B12 in micrograms the recipe can have.", "key": "maxVitaminB12", "value": "" }, { "description": "The minimum amount of fiber in grams the recipe must have.", "key": "minFiber", "value": "" }, { "description": "The maximum amount of fiber in grams the recipe can have.", "key": "maxFiber", "value": "" }, { "description": "The minimum amount of folate in micrograms the recipe must have.", "key": "minFolate", "value": "" }, { "description": "The maximum amount of folate in micrograms the recipe can have.", "key": "maxFolate", "value": "" }, { "description": "The minimum amount of folic acid in micrograms the recipe must have.", "key": "minFolicAcid", "value": "" }, { "description": "The maximum amount of folic acid in micrograms the recipe can have.", "key": "maxFolicAcid", "value": "" }, { "description": "The minimum amount of iodine in micrograms the recipe must have.", "key": "minIodine", "value": "" }, { "description": "The maximum amount of iodine in micrograms the recipe can have.", "key": "maxIodine", "value": "" }, { "description": "The minimum amount of iron in milligrams the recipe must have.", "key": "minIron", "value": "" }, { "description": "The maximum amount of iron in milligrams the recipe can have.", "key": "maxIron", "value": "" }, { "description": "The minimum amount of magnesium in milligrams the recipe must have.", "key": "minMagnesium", "value": "" }, { "description": "The maximum amount of magnesium in milligrams the recipe can have.", "key": "maxMagnesium", "value": "" }, { "description": "The minimum amount of manganese in milligrams the recipe must have.", "key": "minManganese", "value": "" }, { "description": "The maximum amount of manganese in milligrams the recipe can have.", "key": "maxManganese", "value": "" }, { "description": "The minimum amount of phosphorus in milligrams the recipe must have.", "key": "minPhosphorus", "value": "" }, { "description": "The maximum amount of phosphorus in milligrams the recipe can have.", "key": "maxPhosphorus", "value": "" }, { "description": "The minimum amount of potassium in milligrams the recipe must have.", "key": "minPotassium", "value": "" }, { "description": "The maximum amount of potassium in milligrams the recipe can have.", "key": "maxPotassium", "value": "" }, { "description": "The minimum amount of selenium in micrograms the recipe must have.", "key": "minSelenium", "value": "" }, { "description": "The maximum amount of selenium in micrograms the recipe can have.", "key": "maxSelenium", "value": "" }, { "description": "The minimum amount of sodium in milligrams the recipe must have.", "key": "minSodium", "value": "" }, { "description": "The maximum amount of sodium in milligrams the recipe can have.", "key": "maxSodium", "value": "" }, { "description": "The minimum amount of sugar in grams the recipe must have.", "key": "minSugar", "value": "" }, { "description": "The maximum amount of sugar in grams the recipe can have.", "key": "maxSugar", "value": "" }, { "description": "The minimum amount of zinc in milligrams the recipe must have.", "key": "minZinc", "value": "" }, { "description": "The maximum amount of zinc in milligrams the recipe can have.", "key": "maxZinc", "value": "" }, { "description": "The number of results to skip (between 0 and 900).", "key": "offset", "value": "" }, { "description": "The maximum number of items to return (between 1 and 100). Defaults to 10.", "key": "number", "value": "10" } ] }, "description": "Search through hundreds of thousands of recipes using advanced filtering and ranking. NOTE: This method combines searching by query, by ingredients, and by nutrients into one endpoint." }, "response": [ { "id": "f11328c3-e662-4b23-9107-62229d683731", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/complexSearch?query=&cuisine=&excludeCuisine=&diet=&intolerances=&equipment=&includeIngredients=&excludeIngredients=&type=&instructionsRequired=&fillIngredients=&addRecipeInformation=&addRecipeNutrition=&author=&tags=&recipeBoxId=&titleMatch=&maxReadyTime=&minServings=&maxServings=&ignorePantry=false&sort=&sortDirection=&minCarbs=&maxCarbs=&minProtein=&maxProtein=&minCalories=&maxCalories=&minFat=&maxFat=&minAlcohol=&maxAlcohol=&minCaffeine=&maxCaffeine=&minCopper=&maxCopper=&minCalcium=&maxCalcium=&minCholine=&maxCholine=&minCholesterol=&maxCholesterol=&minFluoride=&maxFluoride=&minSaturatedFat=&maxSaturatedFat=&minVitaminA=&maxVitaminA=&minVitaminC=&maxVitaminC=&minVitaminD=&maxVitaminD=&minVitaminE=&maxVitaminE=&minVitaminK=&maxVitaminK=&minVitaminB1=&maxVitaminB1=&minVitaminB2=&maxVitaminB2=&minVitaminB5=&maxVitaminB5=&minVitaminB3=&maxVitaminB3=&minVitaminB6=&maxVitaminB6=&minVitaminB12=&maxVitaminB12=&minFiber=&maxFiber=&minFolate=&maxFolate=&minFolicAcid=&maxFolicAcid=&minIodine=&maxIodine=&minIron=&maxIron=&minMagnesium=&maxMagnesium=&minManganese=&maxManganese=&minPhosphorus=&maxPhosphorus=&minPotassium=&maxPotassium=&minSelenium=&maxSelenium=&minSodium=&maxSodium=&minSugar=&maxSugar=&minZinc=&maxZinc=&offset=&number=10", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "complexSearch" ], "query": [ { "description": "(Required) The (natural language) search query.", "key": "query", "value": "" }, { "description": "The cuisine(s) of the recipes. One or more, comma separated (will be interpreted as 'OR'). See a full list of supported cuisines.", "key": "cuisine", "value": "" }, { "description": "The cuisine(s) the recipes must not match. One or more, comma separated (will be interpreted as 'AND'). See a full list of supported cuisines.", "key": "excludeCuisine", "value": "" }, { "description": "The diet for which the recipes must be suitable. See a full list of supported diets.", "key": "diet", "value": "" }, { "description": "A comma-separated list of intolerances. All recipes returned must not contain ingredients that are not suitable for people with the intolerances entered. See a full list of supported intolerances.", "key": "intolerances", "value": "" }, { "description": "The equipment required. Multiple values will be interpreted as 'or'. For example, value could be \"blender, frying pan, bowl\".", "key": "equipment", "value": "" }, { "description": "A comma-separated list of ingredients that should/must be used in the recipes.", "key": "includeIngredients", "value": "" }, { "description": "A comma-separated list of ingredients or ingredient types that the recipes must not contain.", "key": "excludeIngredients", "value": "" }, { "description": "The type of recipe. See a full list of supported meal types.", "key": "type", "value": "" }, { "description": "Whether the recipes must have instructions.", "key": "instructionsRequired", "value": "" }, { "description": "Add information about the ingredients and whether they are used or missing in relation to the query.", "key": "fillIngredients", "value": "" }, { "description": "If set to true, you get more information about the recipes returned.", "key": "addRecipeInformation", "value": "" }, { "description": "If set to true, you get nutritional information about each recipes returned.", "key": "addRecipeNutrition", "value": "" }, { "description": "The username of the recipe author.", "key": "author", "value": "" }, { "description": "The tags (can be diets, meal types, cuisines, or intolerances) that the recipe must have.", "key": "tags", "value": "" }, { "description": "The id of the recipe box to which the search should be limited to.", "key": "recipeBoxId", "value": "" }, { "description": "Enter text that must be found in the title of the recipes.", "key": "titleMatch", "value": "" }, { "description": "The maximum time in minutes it should take to prepare and cook the recipe.", "key": "maxReadyTime", "value": "" }, { "description": "The minimum amount of servings the recipe is for.", "key": "minServings", "value": "" }, { "description": "The maximum amount of servings the recipe is for.", "key": "maxServings", "value": "" }, { "description": "Whether to ignore typical pantry items, such as water, salt, flour, etc.", "key": "ignorePantry", "value": "false" }, { "description": "The strategy to sort recipes by. See a full list of supported sorting options.", "key": "sort", "value": "" }, { "description": "The direction in which to sort. Must be either 'asc' (ascending) or 'desc' (descending).", "key": "sortDirection", "value": "" }, { "description": "The minimum amount of carbohydrates in grams the recipe must have.", "key": "minCarbs", "value": "" }, { "description": "The maximum amount of carbohydrates in grams the recipe can have.", "key": "maxCarbs", "value": "" }, { "description": "The minimum amount of protein in grams the recipe must have.", "key": "minProtein", "value": "" }, { "description": "The maximum amount of protein in grams the recipe can have.", "key": "maxProtein", "value": "" }, { "description": "The minimum amount of calories the recipe must have.", "key": "minCalories", "value": "" }, { "description": "The maximum amount of calories the recipe can have.", "key": "maxCalories", "value": "" }, { "description": "The minimum amount of fat in grams the recipe must have.", "key": "minFat", "value": "" }, { "description": "The maximum amount of fat in grams the recipe can have.", "key": "maxFat", "value": "" }, { "description": "The minimum amount of alcohol in grams the recipe must have.", "key": "minAlcohol", "value": "" }, { "description": "The maximum amount of alcohol in grams the recipe can have.", "key": "maxAlcohol", "value": "" }, { "description": "The minimum amount of caffeine in milligrams the recipe must have.", "key": "minCaffeine", "value": "" }, { "description": "The maximum amount of caffeine in milligrams the recipe can have.", "key": "maxCaffeine", "value": "" }, { "description": "The minimum amount of copper in milligrams the recipe must have.", "key": "minCopper", "value": "" }, { "description": "The maximum amount of copper in milligrams the recipe can have.", "key": "maxCopper", "value": "" }, { "description": "The minimum amount of calcium in milligrams the recipe must have.", "key": "minCalcium", "value": "" }, { "description": "The maximum amount of calcium in milligrams the recipe can have.", "key": "maxCalcium", "value": "" }, { "description": "The minimum amount of choline in milligrams the recipe must have.", "key": "minCholine", "value": "" }, { "description": "The maximum amount of choline in milligrams the recipe can have.", "key": "maxCholine", "value": "" }, { "description": "The minimum amount of cholesterol in milligrams the recipe must have.", "key": "minCholesterol", "value": "" }, { "description": "The maximum amount of cholesterol in milligrams the recipe can have.", "key": "maxCholesterol", "value": "" }, { "description": "The minimum amount of fluoride in milligrams the recipe must have.", "key": "minFluoride", "value": "" }, { "description": "The maximum amount of fluoride in milligrams the recipe can have.", "key": "maxFluoride", "value": "" }, { "description": "The minimum amount of saturated fat in grams the recipe must have.", "key": "minSaturatedFat", "value": "" }, { "description": "The maximum amount of saturated fat in grams the recipe can have.", "key": "maxSaturatedFat", "value": "" }, { "description": "The minimum amount of Vitamin A in IU the recipe must have.", "key": "minVitaminA", "value": "" }, { "description": "The maximum amount of Vitamin A in IU the recipe can have.", "key": "maxVitaminA", "value": "" }, { "description": "The minimum amount of Vitamin C milligrams the recipe must have.", "key": "minVitaminC", "value": "" }, { "description": "The maximum amount of Vitamin C in milligrams the recipe can have.", "key": "maxVitaminC", "value": "" }, { "description": "The minimum amount of Vitamin D in micrograms the recipe must have.", "key": "minVitaminD", "value": "" }, { "description": "The maximum amount of Vitamin D in micrograms the recipe can have.", "key": "maxVitaminD", "value": "" }, { "description": "The minimum amount of Vitamin E in milligrams the recipe must have.", "key": "minVitaminE", "value": "" }, { "description": "The maximum amount of Vitamin E in milligrams the recipe can have.", "key": "maxVitaminE", "value": "" }, { "description": "The minimum amount of Vitamin K in micrograms the recipe must have.", "key": "minVitaminK", "value": "" }, { "description": "The maximum amount of Vitamin K in micrograms the recipe can have.", "key": "maxVitaminK", "value": "" }, { "description": "The minimum amount of Vitamin B1 in milligrams the recipe must have.", "key": "minVitaminB1", "value": "" }, { "description": "The maximum amount of Vitamin B1 in milligrams the recipe can have.", "key": "maxVitaminB1", "value": "" }, { "description": "The minimum amount of Vitamin B2 in milligrams the recipe must have.", "key": "minVitaminB2", "value": "" }, { "description": "The maximum amount of Vitamin B2 in milligrams the recipe can have.", "key": "maxVitaminB2", "value": "" }, { "description": "The minimum amount of Vitamin B5 in milligrams the recipe must have.", "key": "minVitaminB5", "value": "" }, { "description": "The maximum amount of Vitamin B5 in milligrams the recipe can have.", "key": "maxVitaminB5", "value": "" }, { "description": "The minimum amount of Vitamin B3 in milligrams the recipe must have.", "key": "minVitaminB3", "value": "" }, { "description": "The maximum amount of Vitamin B3 in milligrams the recipe can have.", "key": "maxVitaminB3", "value": "" }, { "description": "The minimum amount of Vitamin B6 in milligrams the recipe must have.", "key": "minVitaminB6", "value": "" }, { "description": "The maximum amount of Vitamin B6 in milligrams the recipe can have.", "key": "maxVitaminB6", "value": "" }, { "description": "The minimum amount of Vitamin B12 in micrograms the recipe must have.", "key": "minVitaminB12", "value": "" }, { "description": "The maximum amount of Vitamin B12 in micrograms the recipe can have.", "key": "maxVitaminB12", "value": "" }, { "description": "The minimum amount of fiber in grams the recipe must have.", "key": "minFiber", "value": "" }, { "description": "The maximum amount of fiber in grams the recipe can have.", "key": "maxFiber", "value": "" }, { "description": "The minimum amount of folate in micrograms the recipe must have.", "key": "minFolate", "value": "" }, { "description": "The maximum amount of folate in micrograms the recipe can have.", "key": "maxFolate", "value": "" }, { "description": "The minimum amount of folic acid in micrograms the recipe must have.", "key": "minFolicAcid", "value": "" }, { "description": "The maximum amount of folic acid in micrograms the recipe can have.", "key": "maxFolicAcid", "value": "" }, { "description": "The minimum amount of iodine in micrograms the recipe must have.", "key": "minIodine", "value": "" }, { "description": "The maximum amount of iodine in micrograms the recipe can have.", "key": "maxIodine", "value": "" }, { "description": "The minimum amount of iron in milligrams the recipe must have.", "key": "minIron", "value": "" }, { "description": "The maximum amount of iron in milligrams the recipe can have.", "key": "maxIron", "value": "" }, { "description": "The minimum amount of magnesium in milligrams the recipe must have.", "key": "minMagnesium", "value": "" }, { "description": "The maximum amount of magnesium in milligrams the recipe can have.", "key": "maxMagnesium", "value": "" }, { "description": "The minimum amount of manganese in milligrams the recipe must have.", "key": "minManganese", "value": "" }, { "description": "The maximum amount of manganese in milligrams the recipe can have.", "key": "maxManganese", "value": "" }, { "description": "The minimum amount of phosphorus in milligrams the recipe must have.", "key": "minPhosphorus", "value": "" }, { "description": "The maximum amount of phosphorus in milligrams the recipe can have.", "key": "maxPhosphorus", "value": "" }, { "description": "The minimum amount of potassium in milligrams the recipe must have.", "key": "minPotassium", "value": "" }, { "description": "The maximum amount of potassium in milligrams the recipe can have.", "key": "maxPotassium", "value": "" }, { "description": "The minimum amount of selenium in micrograms the recipe must have.", "key": "minSelenium", "value": "" }, { "description": "The maximum amount of selenium in micrograms the recipe can have.", "key": "maxSelenium", "value": "" }, { "description": "The minimum amount of sodium in milligrams the recipe must have.", "key": "minSodium", "value": "" }, { "description": "The maximum amount of sodium in milligrams the recipe can have.", "key": "maxSodium", "value": "" }, { "description": "The minimum amount of sugar in grams the recipe must have.", "key": "minSugar", "value": "" }, { "description": "The maximum amount of sugar in grams the recipe can have.", "key": "maxSugar", "value": "" }, { "description": "The minimum amount of zinc in milligrams the recipe must have.", "key": "minZinc", "value": "" }, { "description": "The maximum amount of zinc in milligrams the recipe can have.", "key": "maxZinc", "value": "" }, { "description": "The number of results to skip (between 0 and 900).", "key": "offset", "value": "" }, { "description": "The maximum number of items to return (between 1 and 100). Defaults to 10.", "key": "number", "value": "10" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"offset\": \"\",\n \"number\": \"\",\n \"results\": [\n {\n \"id\": \"\",\n \"title\": \"\",\n \"image\": \"\",\n \"imageType\": \"\"\n },\n {\n \"id\": \"\",\n \"title\": \"\",\n \"image\": \"\",\n \"imageType\": \"\"\n }\n ],\n \"totalResults\": \"\"\n}", "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-f11328c3-e662-4b23-9107-62229d683731" }, { "id": "dc9bb02a-6ce0-4457-8eb0-bbde088a6a12", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/complexSearch?query=&cuisine=&excludeCuisine=&diet=&intolerances=&equipment=&includeIngredients=&excludeIngredients=&type=&instructionsRequired=&fillIngredients=&addRecipeInformation=&addRecipeNutrition=&author=&tags=&recipeBoxId=&titleMatch=&maxReadyTime=&minServings=&maxServings=&ignorePantry=false&sort=&sortDirection=&minCarbs=&maxCarbs=&minProtein=&maxProtein=&minCalories=&maxCalories=&minFat=&maxFat=&minAlcohol=&maxAlcohol=&minCaffeine=&maxCaffeine=&minCopper=&maxCopper=&minCalcium=&maxCalcium=&minCholine=&maxCholine=&minCholesterol=&maxCholesterol=&minFluoride=&maxFluoride=&minSaturatedFat=&maxSaturatedFat=&minVitaminA=&maxVitaminA=&minVitaminC=&maxVitaminC=&minVitaminD=&maxVitaminD=&minVitaminE=&maxVitaminE=&minVitaminK=&maxVitaminK=&minVitaminB1=&maxVitaminB1=&minVitaminB2=&maxVitaminB2=&minVitaminB5=&maxVitaminB5=&minVitaminB3=&maxVitaminB3=&minVitaminB6=&maxVitaminB6=&minVitaminB12=&maxVitaminB12=&minFiber=&maxFiber=&minFolate=&maxFolate=&minFolicAcid=&maxFolicAcid=&minIodine=&maxIodine=&minIron=&maxIron=&minMagnesium=&maxMagnesium=&minManganese=&maxManganese=&minPhosphorus=&maxPhosphorus=&minPotassium=&maxPotassium=&minSelenium=&maxSelenium=&minSodium=&maxSodium=&minSugar=&maxSugar=&minZinc=&maxZinc=&offset=&number=10", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "complexSearch" ], "query": [ { "description": "(Required) The (natural language) search query.", "key": "query", "value": "" }, { "description": "The cuisine(s) of the recipes. One or more, comma separated (will be interpreted as 'OR'). See a full list of supported cuisines.", "key": "cuisine", "value": "" }, { "description": "The cuisine(s) the recipes must not match. One or more, comma separated (will be interpreted as 'AND'). See a full list of supported cuisines.", "key": "excludeCuisine", "value": "" }, { "description": "The diet for which the recipes must be suitable. See a full list of supported diets.", "key": "diet", "value": "" }, { "description": "A comma-separated list of intolerances. All recipes returned must not contain ingredients that are not suitable for people with the intolerances entered. See a full list of supported intolerances.", "key": "intolerances", "value": "" }, { "description": "The equipment required. Multiple values will be interpreted as 'or'. For example, value could be \"blender, frying pan, bowl\".", "key": "equipment", "value": "" }, { "description": "A comma-separated list of ingredients that should/must be used in the recipes.", "key": "includeIngredients", "value": "" }, { "description": "A comma-separated list of ingredients or ingredient types that the recipes must not contain.", "key": "excludeIngredients", "value": "" }, { "description": "The type of recipe. See a full list of supported meal types.", "key": "type", "value": "" }, { "description": "Whether the recipes must have instructions.", "key": "instructionsRequired", "value": "" }, { "description": "Add information about the ingredients and whether they are used or missing in relation to the query.", "key": "fillIngredients", "value": "" }, { "description": "If set to true, you get more information about the recipes returned.", "key": "addRecipeInformation", "value": "" }, { "description": "If set to true, you get nutritional information about each recipes returned.", "key": "addRecipeNutrition", "value": "" }, { "description": "The username of the recipe author.", "key": "author", "value": "" }, { "description": "The tags (can be diets, meal types, cuisines, or intolerances) that the recipe must have.", "key": "tags", "value": "" }, { "description": "The id of the recipe box to which the search should be limited to.", "key": "recipeBoxId", "value": "" }, { "description": "Enter text that must be found in the title of the recipes.", "key": "titleMatch", "value": "" }, { "description": "The maximum time in minutes it should take to prepare and cook the recipe.", "key": "maxReadyTime", "value": "" }, { "description": "The minimum amount of servings the recipe is for.", "key": "minServings", "value": "" }, { "description": "The maximum amount of servings the recipe is for.", "key": "maxServings", "value": "" }, { "description": "Whether to ignore typical pantry items, such as water, salt, flour, etc.", "key": "ignorePantry", "value": "false" }, { "description": "The strategy to sort recipes by. See a full list of supported sorting options.", "key": "sort", "value": "" }, { "description": "The direction in which to sort. Must be either 'asc' (ascending) or 'desc' (descending).", "key": "sortDirection", "value": "" }, { "description": "The minimum amount of carbohydrates in grams the recipe must have.", "key": "minCarbs", "value": "" }, { "description": "The maximum amount of carbohydrates in grams the recipe can have.", "key": "maxCarbs", "value": "" }, { "description": "The minimum amount of protein in grams the recipe must have.", "key": "minProtein", "value": "" }, { "description": "The maximum amount of protein in grams the recipe can have.", "key": "maxProtein", "value": "" }, { "description": "The minimum amount of calories the recipe must have.", "key": "minCalories", "value": "" }, { "description": "The maximum amount of calories the recipe can have.", "key": "maxCalories", "value": "" }, { "description": "The minimum amount of fat in grams the recipe must have.", "key": "minFat", "value": "" }, { "description": "The maximum amount of fat in grams the recipe can have.", "key": "maxFat", "value": "" }, { "description": "The minimum amount of alcohol in grams the recipe must have.", "key": "minAlcohol", "value": "" }, { "description": "The maximum amount of alcohol in grams the recipe can have.", "key": "maxAlcohol", "value": "" }, { "description": "The minimum amount of caffeine in milligrams the recipe must have.", "key": "minCaffeine", "value": "" }, { "description": "The maximum amount of caffeine in milligrams the recipe can have.", "key": "maxCaffeine", "value": "" }, { "description": "The minimum amount of copper in milligrams the recipe must have.", "key": "minCopper", "value": "" }, { "description": "The maximum amount of copper in milligrams the recipe can have.", "key": "maxCopper", "value": "" }, { "description": "The minimum amount of calcium in milligrams the recipe must have.", "key": "minCalcium", "value": "" }, { "description": "The maximum amount of calcium in milligrams the recipe can have.", "key": "maxCalcium", "value": "" }, { "description": "The minimum amount of choline in milligrams the recipe must have.", "key": "minCholine", "value": "" }, { "description": "The maximum amount of choline in milligrams the recipe can have.", "key": "maxCholine", "value": "" }, { "description": "The minimum amount of cholesterol in milligrams the recipe must have.", "key": "minCholesterol", "value": "" }, { "description": "The maximum amount of cholesterol in milligrams the recipe can have.", "key": "maxCholesterol", "value": "" }, { "description": "The minimum amount of fluoride in milligrams the recipe must have.", "key": "minFluoride", "value": "" }, { "description": "The maximum amount of fluoride in milligrams the recipe can have.", "key": "maxFluoride", "value": "" }, { "description": "The minimum amount of saturated fat in grams the recipe must have.", "key": "minSaturatedFat", "value": "" }, { "description": "The maximum amount of saturated fat in grams the recipe can have.", "key": "maxSaturatedFat", "value": "" }, { "description": "The minimum amount of Vitamin A in IU the recipe must have.", "key": "minVitaminA", "value": "" }, { "description": "The maximum amount of Vitamin A in IU the recipe can have.", "key": "maxVitaminA", "value": "" }, { "description": "The minimum amount of Vitamin C milligrams the recipe must have.", "key": "minVitaminC", "value": "" }, { "description": "The maximum amount of Vitamin C in milligrams the recipe can have.", "key": "maxVitaminC", "value": "" }, { "description": "The minimum amount of Vitamin D in micrograms the recipe must have.", "key": "minVitaminD", "value": "" }, { "description": "The maximum amount of Vitamin D in micrograms the recipe can have.", "key": "maxVitaminD", "value": "" }, { "description": "The minimum amount of Vitamin E in milligrams the recipe must have.", "key": "minVitaminE", "value": "" }, { "description": "The maximum amount of Vitamin E in milligrams the recipe can have.", "key": "maxVitaminE", "value": "" }, { "description": "The minimum amount of Vitamin K in micrograms the recipe must have.", "key": "minVitaminK", "value": "" }, { "description": "The maximum amount of Vitamin K in micrograms the recipe can have.", "key": "maxVitaminK", "value": "" }, { "description": "The minimum amount of Vitamin B1 in milligrams the recipe must have.", "key": "minVitaminB1", "value": "" }, { "description": "The maximum amount of Vitamin B1 in milligrams the recipe can have.", "key": "maxVitaminB1", "value": "" }, { "description": "The minimum amount of Vitamin B2 in milligrams the recipe must have.", "key": "minVitaminB2", "value": "" }, { "description": "The maximum amount of Vitamin B2 in milligrams the recipe can have.", "key": "maxVitaminB2", "value": "" }, { "description": "The minimum amount of Vitamin B5 in milligrams the recipe must have.", "key": "minVitaminB5", "value": "" }, { "description": "The maximum amount of Vitamin B5 in milligrams the recipe can have.", "key": "maxVitaminB5", "value": "" }, { "description": "The minimum amount of Vitamin B3 in milligrams the recipe must have.", "key": "minVitaminB3", "value": "" }, { "description": "The maximum amount of Vitamin B3 in milligrams the recipe can have.", "key": "maxVitaminB3", "value": "" }, { "description": "The minimum amount of Vitamin B6 in milligrams the recipe must have.", "key": "minVitaminB6", "value": "" }, { "description": "The maximum amount of Vitamin B6 in milligrams the recipe can have.", "key": "maxVitaminB6", "value": "" }, { "description": "The minimum amount of Vitamin B12 in micrograms the recipe must have.", "key": "minVitaminB12", "value": "" }, { "description": "The maximum amount of Vitamin B12 in micrograms the recipe can have.", "key": "maxVitaminB12", "value": "" }, { "description": "The minimum amount of fiber in grams the recipe must have.", "key": "minFiber", "value": "" }, { "description": "The maximum amount of fiber in grams the recipe can have.", "key": "maxFiber", "value": "" }, { "description": "The minimum amount of folate in micrograms the recipe must have.", "key": "minFolate", "value": "" }, { "description": "The maximum amount of folate in micrograms the recipe can have.", "key": "maxFolate", "value": "" }, { "description": "The minimum amount of folic acid in micrograms the recipe must have.", "key": "minFolicAcid", "value": "" }, { "description": "The maximum amount of folic acid in micrograms the recipe can have.", "key": "maxFolicAcid", "value": "" }, { "description": "The minimum amount of iodine in micrograms the recipe must have.", "key": "minIodine", "value": "" }, { "description": "The maximum amount of iodine in micrograms the recipe can have.", "key": "maxIodine", "value": "" }, { "description": "The minimum amount of iron in milligrams the recipe must have.", "key": "minIron", "value": "" }, { "description": "The maximum amount of iron in milligrams the recipe can have.", "key": "maxIron", "value": "" }, { "description": "The minimum amount of magnesium in milligrams the recipe must have.", "key": "minMagnesium", "value": "" }, { "description": "The maximum amount of magnesium in milligrams the recipe can have.", "key": "maxMagnesium", "value": "" }, { "description": "The minimum amount of manganese in milligrams the recipe must have.", "key": "minManganese", "value": "" }, { "description": "The maximum amount of manganese in milligrams the recipe can have.", "key": "maxManganese", "value": "" }, { "description": "The minimum amount of phosphorus in milligrams the recipe must have.", "key": "minPhosphorus", "value": "" }, { "description": "The maximum amount of phosphorus in milligrams the recipe can have.", "key": "maxPhosphorus", "value": "" }, { "description": "The minimum amount of potassium in milligrams the recipe must have.", "key": "minPotassium", "value": "" }, { "description": "The maximum amount of potassium in milligrams the recipe can have.", "key": "maxPotassium", "value": "" }, { "description": "The minimum amount of selenium in micrograms the recipe must have.", "key": "minSelenium", "value": "" }, { "description": "The maximum amount of selenium in micrograms the recipe can have.", "key": "maxSelenium", "value": "" }, { "description": "The minimum amount of sodium in milligrams the recipe must have.", "key": "minSodium", "value": "" }, { "description": "The maximum amount of sodium in milligrams the recipe can have.", "key": "maxSodium", "value": "" }, { "description": "The minimum amount of sugar in grams the recipe must have.", "key": "minSugar", "value": "" }, { "description": "The maximum amount of sugar in grams the recipe can have.", "key": "maxSugar", "value": "" }, { "description": "The minimum amount of zinc in milligrams the recipe must have.", "key": "minZinc", "value": "" }, { "description": "The maximum amount of zinc in milligrams the recipe can have.", "key": "maxZinc", "value": "" }, { "description": "The number of results to skip (between 0 and 900).", "key": "offset", "value": "" }, { "description": "The maximum number of items to return (between 1 and 100). Defaults to 10.", "key": "number", "value": "10" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-dc9bb02a-6ce0-4457-8eb0-bbde088a6a12" }, { "id": "ccd9dab3-6493-4554-baf8-f48d4b3589f1", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/complexSearch?query=&cuisine=&excludeCuisine=&diet=&intolerances=&equipment=&includeIngredients=&excludeIngredients=&type=&instructionsRequired=&fillIngredients=&addRecipeInformation=&addRecipeNutrition=&author=&tags=&recipeBoxId=&titleMatch=&maxReadyTime=&minServings=&maxServings=&ignorePantry=false&sort=&sortDirection=&minCarbs=&maxCarbs=&minProtein=&maxProtein=&minCalories=&maxCalories=&minFat=&maxFat=&minAlcohol=&maxAlcohol=&minCaffeine=&maxCaffeine=&minCopper=&maxCopper=&minCalcium=&maxCalcium=&minCholine=&maxCholine=&minCholesterol=&maxCholesterol=&minFluoride=&maxFluoride=&minSaturatedFat=&maxSaturatedFat=&minVitaminA=&maxVitaminA=&minVitaminC=&maxVitaminC=&minVitaminD=&maxVitaminD=&minVitaminE=&maxVitaminE=&minVitaminK=&maxVitaminK=&minVitaminB1=&maxVitaminB1=&minVitaminB2=&maxVitaminB2=&minVitaminB5=&maxVitaminB5=&minVitaminB3=&maxVitaminB3=&minVitaminB6=&maxVitaminB6=&minVitaminB12=&maxVitaminB12=&minFiber=&maxFiber=&minFolate=&maxFolate=&minFolicAcid=&maxFolicAcid=&minIodine=&maxIodine=&minIron=&maxIron=&minMagnesium=&maxMagnesium=&minManganese=&maxManganese=&minPhosphorus=&maxPhosphorus=&minPotassium=&maxPotassium=&minSelenium=&maxSelenium=&minSodium=&maxSodium=&minSugar=&maxSugar=&minZinc=&maxZinc=&offset=&number=10", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "complexSearch" ], "query": [ { "description": "(Required) The (natural language) search query.", "key": "query", "value": "" }, { "description": "The cuisine(s) of the recipes. One or more, comma separated (will be interpreted as 'OR'). See a full list of supported cuisines.", "key": "cuisine", "value": "" }, { "description": "The cuisine(s) the recipes must not match. One or more, comma separated (will be interpreted as 'AND'). See a full list of supported cuisines.", "key": "excludeCuisine", "value": "" }, { "description": "The diet for which the recipes must be suitable. See a full list of supported diets.", "key": "diet", "value": "" }, { "description": "A comma-separated list of intolerances. All recipes returned must not contain ingredients that are not suitable for people with the intolerances entered. See a full list of supported intolerances.", "key": "intolerances", "value": "" }, { "description": "The equipment required. Multiple values will be interpreted as 'or'. For example, value could be \"blender, frying pan, bowl\".", "key": "equipment", "value": "" }, { "description": "A comma-separated list of ingredients that should/must be used in the recipes.", "key": "includeIngredients", "value": "" }, { "description": "A comma-separated list of ingredients or ingredient types that the recipes must not contain.", "key": "excludeIngredients", "value": "" }, { "description": "The type of recipe. See a full list of supported meal types.", "key": "type", "value": "" }, { "description": "Whether the recipes must have instructions.", "key": "instructionsRequired", "value": "" }, { "description": "Add information about the ingredients and whether they are used or missing in relation to the query.", "key": "fillIngredients", "value": "" }, { "description": "If set to true, you get more information about the recipes returned.", "key": "addRecipeInformation", "value": "" }, { "description": "If set to true, you get nutritional information about each recipes returned.", "key": "addRecipeNutrition", "value": "" }, { "description": "The username of the recipe author.", "key": "author", "value": "" }, { "description": "The tags (can be diets, meal types, cuisines, or intolerances) that the recipe must have.", "key": "tags", "value": "" }, { "description": "The id of the recipe box to which the search should be limited to.", "key": "recipeBoxId", "value": "" }, { "description": "Enter text that must be found in the title of the recipes.", "key": "titleMatch", "value": "" }, { "description": "The maximum time in minutes it should take to prepare and cook the recipe.", "key": "maxReadyTime", "value": "" }, { "description": "The minimum amount of servings the recipe is for.", "key": "minServings", "value": "" }, { "description": "The maximum amount of servings the recipe is for.", "key": "maxServings", "value": "" }, { "description": "Whether to ignore typical pantry items, such as water, salt, flour, etc.", "key": "ignorePantry", "value": "false" }, { "description": "The strategy to sort recipes by. See a full list of supported sorting options.", "key": "sort", "value": "" }, { "description": "The direction in which to sort. Must be either 'asc' (ascending) or 'desc' (descending).", "key": "sortDirection", "value": "" }, { "description": "The minimum amount of carbohydrates in grams the recipe must have.", "key": "minCarbs", "value": "" }, { "description": "The maximum amount of carbohydrates in grams the recipe can have.", "key": "maxCarbs", "value": "" }, { "description": "The minimum amount of protein in grams the recipe must have.", "key": "minProtein", "value": "" }, { "description": "The maximum amount of protein in grams the recipe can have.", "key": "maxProtein", "value": "" }, { "description": "The minimum amount of calories the recipe must have.", "key": "minCalories", "value": "" }, { "description": "The maximum amount of calories the recipe can have.", "key": "maxCalories", "value": "" }, { "description": "The minimum amount of fat in grams the recipe must have.", "key": "minFat", "value": "" }, { "description": "The maximum amount of fat in grams the recipe can have.", "key": "maxFat", "value": "" }, { "description": "The minimum amount of alcohol in grams the recipe must have.", "key": "minAlcohol", "value": "" }, { "description": "The maximum amount of alcohol in grams the recipe can have.", "key": "maxAlcohol", "value": "" }, { "description": "The minimum amount of caffeine in milligrams the recipe must have.", "key": "minCaffeine", "value": "" }, { "description": "The maximum amount of caffeine in milligrams the recipe can have.", "key": "maxCaffeine", "value": "" }, { "description": "The minimum amount of copper in milligrams the recipe must have.", "key": "minCopper", "value": "" }, { "description": "The maximum amount of copper in milligrams the recipe can have.", "key": "maxCopper", "value": "" }, { "description": "The minimum amount of calcium in milligrams the recipe must have.", "key": "minCalcium", "value": "" }, { "description": "The maximum amount of calcium in milligrams the recipe can have.", "key": "maxCalcium", "value": "" }, { "description": "The minimum amount of choline in milligrams the recipe must have.", "key": "minCholine", "value": "" }, { "description": "The maximum amount of choline in milligrams the recipe can have.", "key": "maxCholine", "value": "" }, { "description": "The minimum amount of cholesterol in milligrams the recipe must have.", "key": "minCholesterol", "value": "" }, { "description": "The maximum amount of cholesterol in milligrams the recipe can have.", "key": "maxCholesterol", "value": "" }, { "description": "The minimum amount of fluoride in milligrams the recipe must have.", "key": "minFluoride", "value": "" }, { "description": "The maximum amount of fluoride in milligrams the recipe can have.", "key": "maxFluoride", "value": "" }, { "description": "The minimum amount of saturated fat in grams the recipe must have.", "key": "minSaturatedFat", "value": "" }, { "description": "The maximum amount of saturated fat in grams the recipe can have.", "key": "maxSaturatedFat", "value": "" }, { "description": "The minimum amount of Vitamin A in IU the recipe must have.", "key": "minVitaminA", "value": "" }, { "description": "The maximum amount of Vitamin A in IU the recipe can have.", "key": "maxVitaminA", "value": "" }, { "description": "The minimum amount of Vitamin C milligrams the recipe must have.", "key": "minVitaminC", "value": "" }, { "description": "The maximum amount of Vitamin C in milligrams the recipe can have.", "key": "maxVitaminC", "value": "" }, { "description": "The minimum amount of Vitamin D in micrograms the recipe must have.", "key": "minVitaminD", "value": "" }, { "description": "The maximum amount of Vitamin D in micrograms the recipe can have.", "key": "maxVitaminD", "value": "" }, { "description": "The minimum amount of Vitamin E in milligrams the recipe must have.", "key": "minVitaminE", "value": "" }, { "description": "The maximum amount of Vitamin E in milligrams the recipe can have.", "key": "maxVitaminE", "value": "" }, { "description": "The minimum amount of Vitamin K in micrograms the recipe must have.", "key": "minVitaminK", "value": "" }, { "description": "The maximum amount of Vitamin K in micrograms the recipe can have.", "key": "maxVitaminK", "value": "" }, { "description": "The minimum amount of Vitamin B1 in milligrams the recipe must have.", "key": "minVitaminB1", "value": "" }, { "description": "The maximum amount of Vitamin B1 in milligrams the recipe can have.", "key": "maxVitaminB1", "value": "" }, { "description": "The minimum amount of Vitamin B2 in milligrams the recipe must have.", "key": "minVitaminB2", "value": "" }, { "description": "The maximum amount of Vitamin B2 in milligrams the recipe can have.", "key": "maxVitaminB2", "value": "" }, { "description": "The minimum amount of Vitamin B5 in milligrams the recipe must have.", "key": "minVitaminB5", "value": "" }, { "description": "The maximum amount of Vitamin B5 in milligrams the recipe can have.", "key": "maxVitaminB5", "value": "" }, { "description": "The minimum amount of Vitamin B3 in milligrams the recipe must have.", "key": "minVitaminB3", "value": "" }, { "description": "The maximum amount of Vitamin B3 in milligrams the recipe can have.", "key": "maxVitaminB3", "value": "" }, { "description": "The minimum amount of Vitamin B6 in milligrams the recipe must have.", "key": "minVitaminB6", "value": "" }, { "description": "The maximum amount of Vitamin B6 in milligrams the recipe can have.", "key": "maxVitaminB6", "value": "" }, { "description": "The minimum amount of Vitamin B12 in micrograms the recipe must have.", "key": "minVitaminB12", "value": "" }, { "description": "The maximum amount of Vitamin B12 in micrograms the recipe can have.", "key": "maxVitaminB12", "value": "" }, { "description": "The minimum amount of fiber in grams the recipe must have.", "key": "minFiber", "value": "" }, { "description": "The maximum amount of fiber in grams the recipe can have.", "key": "maxFiber", "value": "" }, { "description": "The minimum amount of folate in micrograms the recipe must have.", "key": "minFolate", "value": "" }, { "description": "The maximum amount of folate in micrograms the recipe can have.", "key": "maxFolate", "value": "" }, { "description": "The minimum amount of folic acid in micrograms the recipe must have.", "key": "minFolicAcid", "value": "" }, { "description": "The maximum amount of folic acid in micrograms the recipe can have.", "key": "maxFolicAcid", "value": "" }, { "description": "The minimum amount of iodine in micrograms the recipe must have.", "key": "minIodine", "value": "" }, { "description": "The maximum amount of iodine in micrograms the recipe can have.", "key": "maxIodine", "value": "" }, { "description": "The minimum amount of iron in milligrams the recipe must have.", "key": "minIron", "value": "" }, { "description": "The maximum amount of iron in milligrams the recipe can have.", "key": "maxIron", "value": "" }, { "description": "The minimum amount of magnesium in milligrams the recipe must have.", "key": "minMagnesium", "value": "" }, { "description": "The maximum amount of magnesium in milligrams the recipe can have.", "key": "maxMagnesium", "value": "" }, { "description": "The minimum amount of manganese in milligrams the recipe must have.", "key": "minManganese", "value": "" }, { "description": "The maximum amount of manganese in milligrams the recipe can have.", "key": "maxManganese", "value": "" }, { "description": "The minimum amount of phosphorus in milligrams the recipe must have.", "key": "minPhosphorus", "value": "" }, { "description": "The maximum amount of phosphorus in milligrams the recipe can have.", "key": "maxPhosphorus", "value": "" }, { "description": "The minimum amount of potassium in milligrams the recipe must have.", "key": "minPotassium", "value": "" }, { "description": "The maximum amount of potassium in milligrams the recipe can have.", "key": "maxPotassium", "value": "" }, { "description": "The minimum amount of selenium in micrograms the recipe must have.", "key": "minSelenium", "value": "" }, { "description": "The maximum amount of selenium in micrograms the recipe can have.", "key": "maxSelenium", "value": "" }, { "description": "The minimum amount of sodium in milligrams the recipe must have.", "key": "minSodium", "value": "" }, { "description": "The maximum amount of sodium in milligrams the recipe can have.", "key": "maxSodium", "value": "" }, { "description": "The minimum amount of sugar in grams the recipe must have.", "key": "minSugar", "value": "" }, { "description": "The maximum amount of sugar in grams the recipe can have.", "key": "maxSugar", "value": "" }, { "description": "The minimum amount of zinc in milligrams the recipe must have.", "key": "minZinc", "value": "" }, { "description": "The maximum amount of zinc in milligrams the recipe can have.", "key": "maxZinc", "value": "" }, { "description": "The number of results to skip (between 0 and 900).", "key": "offset", "value": "" }, { "description": "The maximum number of items to return (between 1 and 100). Defaults to 10.", "key": "number", "value": "10" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-ccd9dab3-6493-4554-baf8-f48d4b3589f1" }, { "id": "47c34b2a-e604-4df2-966f-1d31dc0b3873", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/complexSearch?query=&cuisine=&excludeCuisine=&diet=&intolerances=&equipment=&includeIngredients=&excludeIngredients=&type=&instructionsRequired=&fillIngredients=&addRecipeInformation=&addRecipeNutrition=&author=&tags=&recipeBoxId=&titleMatch=&maxReadyTime=&minServings=&maxServings=&ignorePantry=false&sort=&sortDirection=&minCarbs=&maxCarbs=&minProtein=&maxProtein=&minCalories=&maxCalories=&minFat=&maxFat=&minAlcohol=&maxAlcohol=&minCaffeine=&maxCaffeine=&minCopper=&maxCopper=&minCalcium=&maxCalcium=&minCholine=&maxCholine=&minCholesterol=&maxCholesterol=&minFluoride=&maxFluoride=&minSaturatedFat=&maxSaturatedFat=&minVitaminA=&maxVitaminA=&minVitaminC=&maxVitaminC=&minVitaminD=&maxVitaminD=&minVitaminE=&maxVitaminE=&minVitaminK=&maxVitaminK=&minVitaminB1=&maxVitaminB1=&minVitaminB2=&maxVitaminB2=&minVitaminB5=&maxVitaminB5=&minVitaminB3=&maxVitaminB3=&minVitaminB6=&maxVitaminB6=&minVitaminB12=&maxVitaminB12=&minFiber=&maxFiber=&minFolate=&maxFolate=&minFolicAcid=&maxFolicAcid=&minIodine=&maxIodine=&minIron=&maxIron=&minMagnesium=&maxMagnesium=&minManganese=&maxManganese=&minPhosphorus=&maxPhosphorus=&minPotassium=&maxPotassium=&minSelenium=&maxSelenium=&minSodium=&maxSodium=&minSugar=&maxSugar=&minZinc=&maxZinc=&offset=&number=10", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "complexSearch" ], "query": [ { "description": "(Required) The (natural language) search query.", "key": "query", "value": "" }, { "description": "The cuisine(s) of the recipes. One or more, comma separated (will be interpreted as 'OR'). See a full list of supported cuisines.", "key": "cuisine", "value": "" }, { "description": "The cuisine(s) the recipes must not match. One or more, comma separated (will be interpreted as 'AND'). See a full list of supported cuisines.", "key": "excludeCuisine", "value": "" }, { "description": "The diet for which the recipes must be suitable. See a full list of supported diets.", "key": "diet", "value": "" }, { "description": "A comma-separated list of intolerances. All recipes returned must not contain ingredients that are not suitable for people with the intolerances entered. See a full list of supported intolerances.", "key": "intolerances", "value": "" }, { "description": "The equipment required. Multiple values will be interpreted as 'or'. For example, value could be \"blender, frying pan, bowl\".", "key": "equipment", "value": "" }, { "description": "A comma-separated list of ingredients that should/must be used in the recipes.", "key": "includeIngredients", "value": "" }, { "description": "A comma-separated list of ingredients or ingredient types that the recipes must not contain.", "key": "excludeIngredients", "value": "" }, { "description": "The type of recipe. See a full list of supported meal types.", "key": "type", "value": "" }, { "description": "Whether the recipes must have instructions.", "key": "instructionsRequired", "value": "" }, { "description": "Add information about the ingredients and whether they are used or missing in relation to the query.", "key": "fillIngredients", "value": "" }, { "description": "If set to true, you get more information about the recipes returned.", "key": "addRecipeInformation", "value": "" }, { "description": "If set to true, you get nutritional information about each recipes returned.", "key": "addRecipeNutrition", "value": "" }, { "description": "The username of the recipe author.", "key": "author", "value": "" }, { "description": "The tags (can be diets, meal types, cuisines, or intolerances) that the recipe must have.", "key": "tags", "value": "" }, { "description": "The id of the recipe box to which the search should be limited to.", "key": "recipeBoxId", "value": "" }, { "description": "Enter text that must be found in the title of the recipes.", "key": "titleMatch", "value": "" }, { "description": "The maximum time in minutes it should take to prepare and cook the recipe.", "key": "maxReadyTime", "value": "" }, { "description": "The minimum amount of servings the recipe is for.", "key": "minServings", "value": "" }, { "description": "The maximum amount of servings the recipe is for.", "key": "maxServings", "value": "" }, { "description": "Whether to ignore typical pantry items, such as water, salt, flour, etc.", "key": "ignorePantry", "value": "false" }, { "description": "The strategy to sort recipes by. See a full list of supported sorting options.", "key": "sort", "value": "" }, { "description": "The direction in which to sort. Must be either 'asc' (ascending) or 'desc' (descending).", "key": "sortDirection", "value": "" }, { "description": "The minimum amount of carbohydrates in grams the recipe must have.", "key": "minCarbs", "value": "" }, { "description": "The maximum amount of carbohydrates in grams the recipe can have.", "key": "maxCarbs", "value": "" }, { "description": "The minimum amount of protein in grams the recipe must have.", "key": "minProtein", "value": "" }, { "description": "The maximum amount of protein in grams the recipe can have.", "key": "maxProtein", "value": "" }, { "description": "The minimum amount of calories the recipe must have.", "key": "minCalories", "value": "" }, { "description": "The maximum amount of calories the recipe can have.", "key": "maxCalories", "value": "" }, { "description": "The minimum amount of fat in grams the recipe must have.", "key": "minFat", "value": "" }, { "description": "The maximum amount of fat in grams the recipe can have.", "key": "maxFat", "value": "" }, { "description": "The minimum amount of alcohol in grams the recipe must have.", "key": "minAlcohol", "value": "" }, { "description": "The maximum amount of alcohol in grams the recipe can have.", "key": "maxAlcohol", "value": "" }, { "description": "The minimum amount of caffeine in milligrams the recipe must have.", "key": "minCaffeine", "value": "" }, { "description": "The maximum amount of caffeine in milligrams the recipe can have.", "key": "maxCaffeine", "value": "" }, { "description": "The minimum amount of copper in milligrams the recipe must have.", "key": "minCopper", "value": "" }, { "description": "The maximum amount of copper in milligrams the recipe can have.", "key": "maxCopper", "value": "" }, { "description": "The minimum amount of calcium in milligrams the recipe must have.", "key": "minCalcium", "value": "" }, { "description": "The maximum amount of calcium in milligrams the recipe can have.", "key": "maxCalcium", "value": "" }, { "description": "The minimum amount of choline in milligrams the recipe must have.", "key": "minCholine", "value": "" }, { "description": "The maximum amount of choline in milligrams the recipe can have.", "key": "maxCholine", "value": "" }, { "description": "The minimum amount of cholesterol in milligrams the recipe must have.", "key": "minCholesterol", "value": "" }, { "description": "The maximum amount of cholesterol in milligrams the recipe can have.", "key": "maxCholesterol", "value": "" }, { "description": "The minimum amount of fluoride in milligrams the recipe must have.", "key": "minFluoride", "value": "" }, { "description": "The maximum amount of fluoride in milligrams the recipe can have.", "key": "maxFluoride", "value": "" }, { "description": "The minimum amount of saturated fat in grams the recipe must have.", "key": "minSaturatedFat", "value": "" }, { "description": "The maximum amount of saturated fat in grams the recipe can have.", "key": "maxSaturatedFat", "value": "" }, { "description": "The minimum amount of Vitamin A in IU the recipe must have.", "key": "minVitaminA", "value": "" }, { "description": "The maximum amount of Vitamin A in IU the recipe can have.", "key": "maxVitaminA", "value": "" }, { "description": "The minimum amount of Vitamin C milligrams the recipe must have.", "key": "minVitaminC", "value": "" }, { "description": "The maximum amount of Vitamin C in milligrams the recipe can have.", "key": "maxVitaminC", "value": "" }, { "description": "The minimum amount of Vitamin D in micrograms the recipe must have.", "key": "minVitaminD", "value": "" }, { "description": "The maximum amount of Vitamin D in micrograms the recipe can have.", "key": "maxVitaminD", "value": "" }, { "description": "The minimum amount of Vitamin E in milligrams the recipe must have.", "key": "minVitaminE", "value": "" }, { "description": "The maximum amount of Vitamin E in milligrams the recipe can have.", "key": "maxVitaminE", "value": "" }, { "description": "The minimum amount of Vitamin K in micrograms the recipe must have.", "key": "minVitaminK", "value": "" }, { "description": "The maximum amount of Vitamin K in micrograms the recipe can have.", "key": "maxVitaminK", "value": "" }, { "description": "The minimum amount of Vitamin B1 in milligrams the recipe must have.", "key": "minVitaminB1", "value": "" }, { "description": "The maximum amount of Vitamin B1 in milligrams the recipe can have.", "key": "maxVitaminB1", "value": "" }, { "description": "The minimum amount of Vitamin B2 in milligrams the recipe must have.", "key": "minVitaminB2", "value": "" }, { "description": "The maximum amount of Vitamin B2 in milligrams the recipe can have.", "key": "maxVitaminB2", "value": "" }, { "description": "The minimum amount of Vitamin B5 in milligrams the recipe must have.", "key": "minVitaminB5", "value": "" }, { "description": "The maximum amount of Vitamin B5 in milligrams the recipe can have.", "key": "maxVitaminB5", "value": "" }, { "description": "The minimum amount of Vitamin B3 in milligrams the recipe must have.", "key": "minVitaminB3", "value": "" }, { "description": "The maximum amount of Vitamin B3 in milligrams the recipe can have.", "key": "maxVitaminB3", "value": "" }, { "description": "The minimum amount of Vitamin B6 in milligrams the recipe must have.", "key": "minVitaminB6", "value": "" }, { "description": "The maximum amount of Vitamin B6 in milligrams the recipe can have.", "key": "maxVitaminB6", "value": "" }, { "description": "The minimum amount of Vitamin B12 in micrograms the recipe must have.", "key": "minVitaminB12", "value": "" }, { "description": "The maximum amount of Vitamin B12 in micrograms the recipe can have.", "key": "maxVitaminB12", "value": "" }, { "description": "The minimum amount of fiber in grams the recipe must have.", "key": "minFiber", "value": "" }, { "description": "The maximum amount of fiber in grams the recipe can have.", "key": "maxFiber", "value": "" }, { "description": "The minimum amount of folate in micrograms the recipe must have.", "key": "minFolate", "value": "" }, { "description": "The maximum amount of folate in micrograms the recipe can have.", "key": "maxFolate", "value": "" }, { "description": "The minimum amount of folic acid in micrograms the recipe must have.", "key": "minFolicAcid", "value": "" }, { "description": "The maximum amount of folic acid in micrograms the recipe can have.", "key": "maxFolicAcid", "value": "" }, { "description": "The minimum amount of iodine in micrograms the recipe must have.", "key": "minIodine", "value": "" }, { "description": "The maximum amount of iodine in micrograms the recipe can have.", "key": "maxIodine", "value": "" }, { "description": "The minimum amount of iron in milligrams the recipe must have.", "key": "minIron", "value": "" }, { "description": "The maximum amount of iron in milligrams the recipe can have.", "key": "maxIron", "value": "" }, { "description": "The minimum amount of magnesium in milligrams the recipe must have.", "key": "minMagnesium", "value": "" }, { "description": "The maximum amount of magnesium in milligrams the recipe can have.", "key": "maxMagnesium", "value": "" }, { "description": "The minimum amount of manganese in milligrams the recipe must have.", "key": "minManganese", "value": "" }, { "description": "The maximum amount of manganese in milligrams the recipe can have.", "key": "maxManganese", "value": "" }, { "description": "The minimum amount of phosphorus in milligrams the recipe must have.", "key": "minPhosphorus", "value": "" }, { "description": "The maximum amount of phosphorus in milligrams the recipe can have.", "key": "maxPhosphorus", "value": "" }, { "description": "The minimum amount of potassium in milligrams the recipe must have.", "key": "minPotassium", "value": "" }, { "description": "The maximum amount of potassium in milligrams the recipe can have.", "key": "maxPotassium", "value": "" }, { "description": "The minimum amount of selenium in micrograms the recipe must have.", "key": "minSelenium", "value": "" }, { "description": "The maximum amount of selenium in micrograms the recipe can have.", "key": "maxSelenium", "value": "" }, { "description": "The minimum amount of sodium in milligrams the recipe must have.", "key": "minSodium", "value": "" }, { "description": "The maximum amount of sodium in milligrams the recipe can have.", "key": "maxSodium", "value": "" }, { "description": "The minimum amount of sugar in grams the recipe must have.", "key": "minSugar", "value": "" }, { "description": "The maximum amount of sugar in grams the recipe can have.", "key": "maxSugar", "value": "" }, { "description": "The minimum amount of zinc in milligrams the recipe must have.", "key": "minZinc", "value": "" }, { "description": "The maximum amount of zinc in milligrams the recipe can have.", "key": "maxZinc", "value": "" }, { "description": "The number of results to skip (between 0 and 900).", "key": "offset", "value": "" }, { "description": "The maximum number of items to return (between 1 and 100). Defaults to 10.", "key": "number", "value": "10" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-47c34b2a-e604-4df2-966f-1d31dc0b3873" } ], "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-0e8ce65d-a4a1-42c9-8773-dffcd9db6560" } ], "id": "3745e713-20c0-47b8-9af6-1b54939a57f9", "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-3745e713-20c0-47b8-9af6-1b54939a57f9" }, { "name": "findByIngredients", "item": [ { "name": "Search Recipes by Ingredients", "id": "679102d6-65b1-41bc-b663-ca9a8a442094", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/recipes/findByIngredients?ingredients=&number=10&ranking=&ignorePantry=false", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "findByIngredients" ], "query": [ { "description": "(Required) A comma-separated list of ingredients that the recipes should contain.", "key": "ingredients", "value": "" }, { "description": "The maximum number of items to return (between 1 and 100). Defaults to 10.", "key": "number", "value": "10" }, { "description": "Whether to maximize used ingredients (1) or minimize missing ingredients (2) first.", "key": "ranking", "value": "" }, { "description": "Whether to ignore typical pantry items, such as water, salt, flour, etc.", "key": "ignorePantry", "value": "false" } ] }, "description": "\nEver wondered what recipes you can cook with the ingredients you have in your fridge or pantry? This endpoint lets you find recipes that either maximize the usage of ingredients you have at hand (pre shopping) or minimize the ingredients that you don't currently have (post shopping).\n " }, "response": [ { "id": "14d3f4a9-51e9-4e0c-b8b8-5316dcd3c745", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/findByIngredients?ingredients=&number=10&ranking=&ignorePantry=false", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "findByIngredients" ], "query": [ { "description": "(Required) A comma-separated list of ingredients that the recipes should contain.", "key": "ingredients", "value": "" }, { "description": "The maximum number of items to return (between 1 and 100). Defaults to 10.", "key": "number", "value": "10" }, { "description": "Whether to maximize used ingredients (1) or minimize missing ingredients (2) first.", "key": "ranking", "value": "" }, { "description": "Whether to ignore typical pantry items, such as water, salt, flour, etc.", "key": "ignorePantry", "value": "false" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"id\": \"\",\n \"image\": \"\",\n \"imageType\": \"\",\n \"likes\": \"\",\n \"missedIngredientCount\": \"\",\n \"missedIngredients\": [\n {\n \"aisle\": \"\",\n \"amount\": \"\",\n \"id\": \"\",\n \"image\": \"\",\n \"name\": \"\",\n \"original\": \"\",\n \"originalName\": \"\",\n \"unit\": \"\",\n \"unitLong\": \"\",\n \"unitShort\": \"\",\n \"meta\": [\n \"\",\n \"\"\n ],\n \"extendedName\": \"\"\n },\n {\n \"aisle\": \"\",\n \"amount\": \"\",\n \"id\": \"\",\n \"image\": \"\",\n \"name\": \"\",\n \"original\": \"\",\n \"originalName\": \"\",\n \"unit\": \"\",\n \"unitLong\": \"\",\n \"unitShort\": \"\",\n \"meta\": [\n \"\",\n \"\"\n ],\n \"extendedName\": \"\"\n }\n ],\n \"title\": \"\",\n \"unusedIngredients\": [],\n \"usedIngredientCount\": \"\",\n \"usedIngredients\": [\n {\n \"aisle\": \"\",\n \"amount\": \"\",\n \"id\": \"\",\n \"image\": \"\",\n \"name\": \"\",\n \"original\": \"\",\n \"originalName\": \"\",\n \"unit\": \"\",\n \"unitLong\": \"\",\n \"unitShort\": \"\",\n \"meta\": [\n \"\",\n \"\"\n ],\n \"extendedName\": \"\"\n },\n {\n \"aisle\": \"\",\n \"amount\": \"\",\n \"id\": \"\",\n \"image\": \"\",\n \"name\": \"\",\n \"original\": \"\",\n \"originalName\": \"\",\n \"unit\": \"\",\n \"unitLong\": \"\",\n \"unitShort\": \"\",\n \"meta\": [\n \"\",\n \"\"\n ],\n \"extendedName\": \"\"\n }\n ]\n },\n {\n \"id\": \"\",\n \"image\": \"\",\n \"imageType\": \"\",\n \"likes\": \"\",\n \"missedIngredientCount\": \"\",\n \"missedIngredients\": [\n {\n \"aisle\": \"\",\n \"amount\": \"\",\n \"id\": \"\",\n \"image\": \"\",\n \"name\": \"\",\n \"original\": \"\",\n \"originalName\": \"\",\n \"unit\": \"\",\n \"unitLong\": \"\",\n \"unitShort\": \"\",\n \"meta\": [\n \"\",\n \"\"\n ],\n \"extendedName\": \"\"\n },\n {\n \"aisle\": \"\",\n \"amount\": \"\",\n \"id\": \"\",\n \"image\": \"\",\n \"name\": \"\",\n \"original\": \"\",\n \"originalName\": \"\",\n \"unit\": \"\",\n \"unitLong\": \"\",\n \"unitShort\": \"\",\n \"meta\": [\n \"\",\n \"\"\n ],\n \"extendedName\": \"\"\n }\n ],\n \"title\": \"\",\n \"unusedIngredients\": [],\n \"usedIngredientCount\": \"\",\n \"usedIngredients\": [\n {\n \"aisle\": \"\",\n \"amount\": \"\",\n \"id\": \"\",\n \"image\": \"\",\n \"name\": \"\",\n \"original\": \"\",\n \"originalName\": \"\",\n \"unit\": \"\",\n \"unitLong\": \"\",\n \"unitShort\": \"\",\n \"meta\": [\n \"\",\n \"\"\n ],\n \"extendedName\": \"\"\n },\n {\n \"aisle\": \"\",\n \"amount\": \"\",\n \"id\": \"\",\n \"image\": \"\",\n \"name\": \"\",\n \"original\": \"\",\n \"originalName\": \"\",\n \"unit\": \"\",\n \"unitLong\": \"\",\n \"unitShort\": \"\",\n \"meta\": [\n \"\",\n \"\"\n ],\n \"extendedName\": \"\"\n }\n ]\n }\n]", "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-14d3f4a9-51e9-4e0c-b8b8-5316dcd3c745" }, { "id": "8ee10986-4631-4f14-b123-894e07b3f1b6", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/findByIngredients?ingredients=&number=10&ranking=&ignorePantry=false", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "findByIngredients" ], "query": [ { "description": "(Required) A comma-separated list of ingredients that the recipes should contain.", "key": "ingredients", "value": "" }, { "description": "The maximum number of items to return (between 1 and 100). Defaults to 10.", "key": "number", "value": "10" }, { "description": "Whether to maximize used ingredients (1) or minimize missing ingredients (2) first.", "key": "ranking", "value": "" }, { "description": "Whether to ignore typical pantry items, such as water, salt, flour, etc.", "key": "ignorePantry", "value": "false" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-8ee10986-4631-4f14-b123-894e07b3f1b6" }, { "id": "cb922248-d820-425f-bc81-2a6e43506164", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/findByIngredients?ingredients=&number=10&ranking=&ignorePantry=false", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "findByIngredients" ], "query": [ { "description": "(Required) A comma-separated list of ingredients that the recipes should contain.", "key": "ingredients", "value": "" }, { "description": "The maximum number of items to return (between 1 and 100). Defaults to 10.", "key": "number", "value": "10" }, { "description": "Whether to maximize used ingredients (1) or minimize missing ingredients (2) first.", "key": "ranking", "value": "" }, { "description": "Whether to ignore typical pantry items, such as water, salt, flour, etc.", "key": "ignorePantry", "value": "false" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-cb922248-d820-425f-bc81-2a6e43506164" }, { "id": "49ddb024-5851-4135-9f50-3806756215ab", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/findByIngredients?ingredients=&number=10&ranking=&ignorePantry=false", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "findByIngredients" ], "query": [ { "description": "(Required) A comma-separated list of ingredients that the recipes should contain.", "key": "ingredients", "value": "" }, { "description": "The maximum number of items to return (between 1 and 100). Defaults to 10.", "key": "number", "value": "10" }, { "description": "Whether to maximize used ingredients (1) or minimize missing ingredients (2) first.", "key": "ranking", "value": "" }, { "description": "Whether to ignore typical pantry items, such as water, salt, flour, etc.", "key": "ignorePantry", "value": "false" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-49ddb024-5851-4135-9f50-3806756215ab" } ], "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-679102d6-65b1-41bc-b663-ca9a8a442094" } ], "id": "a45c7229-ba2a-45e2-b465-26436d860c3b", "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-a45c7229-ba2a-45e2-b465-26436d860c3b" }, { "name": "findByNutrients", "item": [ { "name": "Search Recipes by Nutrients", "id": "3bd68c23-07d1-485d-8b44-3d330a856634", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/recipes/findByNutrients?minCarbs=&maxCarbs=&minProtein=&maxProtein=&minCalories=&maxCalories=&minFat=&maxFat=&minAlcohol=&maxAlcohol=&minCaffeine=&maxCaffeine=&minCopper=&maxCopper=&minCalcium=&maxCalcium=&minCholine=&maxCholine=&minCholesterol=&maxCholesterol=&minFluoride=&maxFluoride=&minSaturatedFat=&maxSaturatedFat=&minVitaminA=&maxVitaminA=&minVitaminC=&maxVitaminC=&minVitaminD=&maxVitaminD=&minVitaminE=&maxVitaminE=&minVitaminK=&maxVitaminK=&minVitaminB1=&maxVitaminB1=&minVitaminB2=&maxVitaminB2=&minVitaminB5=&maxVitaminB5=&minVitaminB3=&maxVitaminB3=&minVitaminB6=&maxVitaminB6=&minVitaminB12=&maxVitaminB12=&minFiber=&maxFiber=&minFolate=&maxFolate=&minFolicAcid=&maxFolicAcid=&minIodine=&maxIodine=&minIron=&maxIron=&minMagnesium=&maxMagnesium=&minManganese=&maxManganese=&minPhosphorus=&maxPhosphorus=&minPotassium=&maxPotassium=&minSelenium=&maxSelenium=&minSodium=&maxSodium=&minSugar=&maxSugar=&minZinc=&maxZinc=&offset=&number=10&random=", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "findByNutrients" ], "query": [ { "description": "The minimum amount of carbohydrates in grams the recipe must have.", "key": "minCarbs", "value": "" }, { "description": "The maximum amount of carbohydrates in grams the recipe can have.", "key": "maxCarbs", "value": "" }, { "description": "The minimum amount of protein in grams the recipe must have.", "key": "minProtein", "value": "" }, { "description": "The maximum amount of protein in grams the recipe can have.", "key": "maxProtein", "value": "" }, { "description": "The minimum amount of calories the recipe must have.", "key": "minCalories", "value": "" }, { "description": "The maximum amount of calories the recipe can have.", "key": "maxCalories", "value": "" }, { "description": "The minimum amount of fat in grams the recipe must have.", "key": "minFat", "value": "" }, { "description": "The maximum amount of fat in grams the recipe can have.", "key": "maxFat", "value": "" }, { "description": "The minimum amount of alcohol in grams the recipe must have.", "key": "minAlcohol", "value": "" }, { "description": "The maximum amount of alcohol in grams the recipe can have.", "key": "maxAlcohol", "value": "" }, { "description": "The minimum amount of caffeine in milligrams the recipe must have.", "key": "minCaffeine", "value": "" }, { "description": "The maximum amount of caffeine in milligrams the recipe can have.", "key": "maxCaffeine", "value": "" }, { "description": "The minimum amount of copper in milligrams the recipe must have.", "key": "minCopper", "value": "" }, { "description": "The maximum amount of copper in milligrams the recipe can have.", "key": "maxCopper", "value": "" }, { "description": "The minimum amount of calcium in milligrams the recipe must have.", "key": "minCalcium", "value": "" }, { "description": "The maximum amount of calcium in milligrams the recipe can have.", "key": "maxCalcium", "value": "" }, { "description": "The minimum amount of choline in milligrams the recipe must have.", "key": "minCholine", "value": "" }, { "description": "The maximum amount of choline in milligrams the recipe can have.", "key": "maxCholine", "value": "" }, { "description": "The minimum amount of cholesterol in milligrams the recipe must have.", "key": "minCholesterol", "value": "" }, { "description": "The maximum amount of cholesterol in milligrams the recipe can have.", "key": "maxCholesterol", "value": "" }, { "description": "The minimum amount of fluoride in milligrams the recipe must have.", "key": "minFluoride", "value": "" }, { "description": "The maximum amount of fluoride in milligrams the recipe can have.", "key": "maxFluoride", "value": "" }, { "description": "The minimum amount of saturated fat in grams the recipe must have.", "key": "minSaturatedFat", "value": "" }, { "description": "The maximum amount of saturated fat in grams the recipe can have.", "key": "maxSaturatedFat", "value": "" }, { "description": "The minimum amount of Vitamin A in IU the recipe must have.", "key": "minVitaminA", "value": "" }, { "description": "The maximum amount of Vitamin A in IU the recipe can have.", "key": "maxVitaminA", "value": "" }, { "description": "The minimum amount of Vitamin C in milligrams the recipe must have.", "key": "minVitaminC", "value": "" }, { "description": "The maximum amount of Vitamin C in milligrams the recipe can have.", "key": "maxVitaminC", "value": "" }, { "description": "The minimum amount of Vitamin D in micrograms the recipe must have.", "key": "minVitaminD", "value": "" }, { "description": "The maximum amount of Vitamin D in micrograms the recipe can have.", "key": "maxVitaminD", "value": "" }, { "description": "The minimum amount of Vitamin E in milligrams the recipe must have.", "key": "minVitaminE", "value": "" }, { "description": "The maximum amount of Vitamin E in milligrams the recipe can have.", "key": "maxVitaminE", "value": "" }, { "description": "The minimum amount of Vitamin K in micrograms the recipe must have.", "key": "minVitaminK", "value": "" }, { "description": "The maximum amount of Vitamin K in micrograms the recipe can have.", "key": "maxVitaminK", "value": "" }, { "description": "The minimum amount of Vitamin B1 in milligrams the recipe must have.", "key": "minVitaminB1", "value": "" }, { "description": "The maximum amount of Vitamin B1 in milligrams the recipe can have.", "key": "maxVitaminB1", "value": "" }, { "description": "The minimum amount of Vitamin B2 in milligrams the recipe must have.", "key": "minVitaminB2", "value": "" }, { "description": "The maximum amount of Vitamin B2 in milligrams the recipe can have.", "key": "maxVitaminB2", "value": "" }, { "description": "The minimum amount of Vitamin B5 in milligrams the recipe must have.", "key": "minVitaminB5", "value": "" }, { "description": "The maximum amount of Vitamin B5 in milligrams the recipe can have.", "key": "maxVitaminB5", "value": "" }, { "description": "The minimum amount of Vitamin B3 in milligrams the recipe must have.", "key": "minVitaminB3", "value": "" }, { "description": "The maximum amount of Vitamin B3 in milligrams the recipe can have.", "key": "maxVitaminB3", "value": "" }, { "description": "The minimum amount of Vitamin B6 in milligrams the recipe must have.", "key": "minVitaminB6", "value": "" }, { "description": "The maximum amount of Vitamin B6 in milligrams the recipe can have.", "key": "maxVitaminB6", "value": "" }, { "description": "The minimum amount of Vitamin B12 in micrograms the recipe must have.", "key": "minVitaminB12", "value": "" }, { "description": "The maximum amount of Vitamin B12 in micrograms the recipe can have.", "key": "maxVitaminB12", "value": "" }, { "description": "The minimum amount of fiber in grams the recipe must have.", "key": "minFiber", "value": "" }, { "description": "The maximum amount of fiber in grams the recipe can have.", "key": "maxFiber", "value": "" }, { "description": "The minimum amount of folate in micrograms the recipe must have.", "key": "minFolate", "value": "" }, { "description": "The maximum amount of folate in micrograms the recipe can have.", "key": "maxFolate", "value": "" }, { "description": "The minimum amount of folic acid in micrograms the recipe must have.", "key": "minFolicAcid", "value": "" }, { "description": "The maximum amount of folic acid in micrograms the recipe can have.", "key": "maxFolicAcid", "value": "" }, { "description": "The minimum amount of iodine in micrograms the recipe must have.", "key": "minIodine", "value": "" }, { "description": "The maximum amount of iodine in micrograms the recipe can have.", "key": "maxIodine", "value": "" }, { "description": "The minimum amount of iron in milligrams the recipe must have.", "key": "minIron", "value": "" }, { "description": "The maximum amount of iron in milligrams the recipe can have.", "key": "maxIron", "value": "" }, { "description": "The minimum amount of magnesium in milligrams the recipe must have.", "key": "minMagnesium", "value": "" }, { "description": "The maximum amount of magnesium in milligrams the recipe can have.", "key": "maxMagnesium", "value": "" }, { "description": "The minimum amount of manganese in milligrams the recipe must have.", "key": "minManganese", "value": "" }, { "description": "The maximum amount of manganese in milligrams the recipe can have.", "key": "maxManganese", "value": "" }, { "description": "The minimum amount of phosphorus in milligrams the recipe must have.", "key": "minPhosphorus", "value": "" }, { "description": "The maximum amount of phosphorus in milligrams the recipe can have.", "key": "maxPhosphorus", "value": "" }, { "description": "The minimum amount of potassium in milligrams the recipe must have.", "key": "minPotassium", "value": "" }, { "description": "The maximum amount of potassium in milligrams the recipe can have.", "key": "maxPotassium", "value": "" }, { "description": "The minimum amount of selenium in micrograms the recipe must have.", "key": "minSelenium", "value": "" }, { "description": "The maximum amount of selenium in micrograms the recipe can have.", "key": "maxSelenium", "value": "" }, { "description": "The minimum amount of sodium in milligrams the recipe must have.", "key": "minSodium", "value": "" }, { "description": "The maximum amount of sodium in milligrams the recipe can have.", "key": "maxSodium", "value": "" }, { "description": "The minimum amount of sugar in grams the recipe must have.", "key": "minSugar", "value": "" }, { "description": "The maximum amount of sugar in grams the recipe can have.", "key": "maxSugar", "value": "" }, { "description": "The minimum amount of zinc in milligrams the recipe must have.", "key": "minZinc", "value": "" }, { "description": "The maximum amount of zinc in milligrams the recipe can have.", "key": "maxZinc", "value": "" }, { "description": "The number of results to skip (between 0 and 900).", "key": "offset", "value": "" }, { "description": "The maximum number of items to return (between 1 and 100). Defaults to 10.", "key": "number", "value": "10" }, { "description": "If true, every request will give you a random set of recipes within the requested limits.", "key": "random", "value": "" } ] }, "description": "Find a set of recipes that adhere to the given nutritional limits. You may set limits for macronutrients (calories, protein, fat, and carbohydrate) and/or many micronutrients." }, "response": [ { "id": "6f47ec2c-f8b9-4bc4-bb6f-67cb907fcbe3", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/findByNutrients?minCarbs=&maxCarbs=&minProtein=&maxProtein=&minCalories=&maxCalories=&minFat=&maxFat=&minAlcohol=&maxAlcohol=&minCaffeine=&maxCaffeine=&minCopper=&maxCopper=&minCalcium=&maxCalcium=&minCholine=&maxCholine=&minCholesterol=&maxCholesterol=&minFluoride=&maxFluoride=&minSaturatedFat=&maxSaturatedFat=&minVitaminA=&maxVitaminA=&minVitaminC=&maxVitaminC=&minVitaminD=&maxVitaminD=&minVitaminE=&maxVitaminE=&minVitaminK=&maxVitaminK=&minVitaminB1=&maxVitaminB1=&minVitaminB2=&maxVitaminB2=&minVitaminB5=&maxVitaminB5=&minVitaminB3=&maxVitaminB3=&minVitaminB6=&maxVitaminB6=&minVitaminB12=&maxVitaminB12=&minFiber=&maxFiber=&minFolate=&maxFolate=&minFolicAcid=&maxFolicAcid=&minIodine=&maxIodine=&minIron=&maxIron=&minMagnesium=&maxMagnesium=&minManganese=&maxManganese=&minPhosphorus=&maxPhosphorus=&minPotassium=&maxPotassium=&minSelenium=&maxSelenium=&minSodium=&maxSodium=&minSugar=&maxSugar=&minZinc=&maxZinc=&offset=&number=10&random=", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "findByNutrients" ], "query": [ { "description": "The minimum amount of carbohydrates in grams the recipe must have.", "key": "minCarbs", "value": "" }, { "description": "The maximum amount of carbohydrates in grams the recipe can have.", "key": "maxCarbs", "value": "" }, { "description": "The minimum amount of protein in grams the recipe must have.", "key": "minProtein", "value": "" }, { "description": "The maximum amount of protein in grams the recipe can have.", "key": "maxProtein", "value": "" }, { "description": "The minimum amount of calories the recipe must have.", "key": "minCalories", "value": "" }, { "description": "The maximum amount of calories the recipe can have.", "key": "maxCalories", "value": "" }, { "description": "The minimum amount of fat in grams the recipe must have.", "key": "minFat", "value": "" }, { "description": "The maximum amount of fat in grams the recipe can have.", "key": "maxFat", "value": "" }, { "description": "The minimum amount of alcohol in grams the recipe must have.", "key": "minAlcohol", "value": "" }, { "description": "The maximum amount of alcohol in grams the recipe can have.", "key": "maxAlcohol", "value": "" }, { "description": "The minimum amount of caffeine in milligrams the recipe must have.", "key": "minCaffeine", "value": "" }, { "description": "The maximum amount of caffeine in milligrams the recipe can have.", "key": "maxCaffeine", "value": "" }, { "description": "The minimum amount of copper in milligrams the recipe must have.", "key": "minCopper", "value": "" }, { "description": "The maximum amount of copper in milligrams the recipe can have.", "key": "maxCopper", "value": "" }, { "description": "The minimum amount of calcium in milligrams the recipe must have.", "key": "minCalcium", "value": "" }, { "description": "The maximum amount of calcium in milligrams the recipe can have.", "key": "maxCalcium", "value": "" }, { "description": "The minimum amount of choline in milligrams the recipe must have.", "key": "minCholine", "value": "" }, { "description": "The maximum amount of choline in milligrams the recipe can have.", "key": "maxCholine", "value": "" }, { "description": "The minimum amount of cholesterol in milligrams the recipe must have.", "key": "minCholesterol", "value": "" }, { "description": "The maximum amount of cholesterol in milligrams the recipe can have.", "key": "maxCholesterol", "value": "" }, { "description": "The minimum amount of fluoride in milligrams the recipe must have.", "key": "minFluoride", "value": "" }, { "description": "The maximum amount of fluoride in milligrams the recipe can have.", "key": "maxFluoride", "value": "" }, { "description": "The minimum amount of saturated fat in grams the recipe must have.", "key": "minSaturatedFat", "value": "" }, { "description": "The maximum amount of saturated fat in grams the recipe can have.", "key": "maxSaturatedFat", "value": "" }, { "description": "The minimum amount of Vitamin A in IU the recipe must have.", "key": "minVitaminA", "value": "" }, { "description": "The maximum amount of Vitamin A in IU the recipe can have.", "key": "maxVitaminA", "value": "" }, { "description": "The minimum amount of Vitamin C in milligrams the recipe must have.", "key": "minVitaminC", "value": "" }, { "description": "The maximum amount of Vitamin C in milligrams the recipe can have.", "key": "maxVitaminC", "value": "" }, { "description": "The minimum amount of Vitamin D in micrograms the recipe must have.", "key": "minVitaminD", "value": "" }, { "description": "The maximum amount of Vitamin D in micrograms the recipe can have.", "key": "maxVitaminD", "value": "" }, { "description": "The minimum amount of Vitamin E in milligrams the recipe must have.", "key": "minVitaminE", "value": "" }, { "description": "The maximum amount of Vitamin E in milligrams the recipe can have.", "key": "maxVitaminE", "value": "" }, { "description": "The minimum amount of Vitamin K in micrograms the recipe must have.", "key": "minVitaminK", "value": "" }, { "description": "The maximum amount of Vitamin K in micrograms the recipe can have.", "key": "maxVitaminK", "value": "" }, { "description": "The minimum amount of Vitamin B1 in milligrams the recipe must have.", "key": "minVitaminB1", "value": "" }, { "description": "The maximum amount of Vitamin B1 in milligrams the recipe can have.", "key": "maxVitaminB1", "value": "" }, { "description": "The minimum amount of Vitamin B2 in milligrams the recipe must have.", "key": "minVitaminB2", "value": "" }, { "description": "The maximum amount of Vitamin B2 in milligrams the recipe can have.", "key": "maxVitaminB2", "value": "" }, { "description": "The minimum amount of Vitamin B5 in milligrams the recipe must have.", "key": "minVitaminB5", "value": "" }, { "description": "The maximum amount of Vitamin B5 in milligrams the recipe can have.", "key": "maxVitaminB5", "value": "" }, { "description": "The minimum amount of Vitamin B3 in milligrams the recipe must have.", "key": "minVitaminB3", "value": "" }, { "description": "The maximum amount of Vitamin B3 in milligrams the recipe can have.", "key": "maxVitaminB3", "value": "" }, { "description": "The minimum amount of Vitamin B6 in milligrams the recipe must have.", "key": "minVitaminB6", "value": "" }, { "description": "The maximum amount of Vitamin B6 in milligrams the recipe can have.", "key": "maxVitaminB6", "value": "" }, { "description": "The minimum amount of Vitamin B12 in micrograms the recipe must have.", "key": "minVitaminB12", "value": "" }, { "description": "The maximum amount of Vitamin B12 in micrograms the recipe can have.", "key": "maxVitaminB12", "value": "" }, { "description": "The minimum amount of fiber in grams the recipe must have.", "key": "minFiber", "value": "" }, { "description": "The maximum amount of fiber in grams the recipe can have.", "key": "maxFiber", "value": "" }, { "description": "The minimum amount of folate in micrograms the recipe must have.", "key": "minFolate", "value": "" }, { "description": "The maximum amount of folate in micrograms the recipe can have.", "key": "maxFolate", "value": "" }, { "description": "The minimum amount of folic acid in micrograms the recipe must have.", "key": "minFolicAcid", "value": "" }, { "description": "The maximum amount of folic acid in micrograms the recipe can have.", "key": "maxFolicAcid", "value": "" }, { "description": "The minimum amount of iodine in micrograms the recipe must have.", "key": "minIodine", "value": "" }, { "description": "The maximum amount of iodine in micrograms the recipe can have.", "key": "maxIodine", "value": "" }, { "description": "The minimum amount of iron in milligrams the recipe must have.", "key": "minIron", "value": "" }, { "description": "The maximum amount of iron in milligrams the recipe can have.", "key": "maxIron", "value": "" }, { "description": "The minimum amount of magnesium in milligrams the recipe must have.", "key": "minMagnesium", "value": "" }, { "description": "The maximum amount of magnesium in milligrams the recipe can have.", "key": "maxMagnesium", "value": "" }, { "description": "The minimum amount of manganese in milligrams the recipe must have.", "key": "minManganese", "value": "" }, { "description": "The maximum amount of manganese in milligrams the recipe can have.", "key": "maxManganese", "value": "" }, { "description": "The minimum amount of phosphorus in milligrams the recipe must have.", "key": "minPhosphorus", "value": "" }, { "description": "The maximum amount of phosphorus in milligrams the recipe can have.", "key": "maxPhosphorus", "value": "" }, { "description": "The minimum amount of potassium in milligrams the recipe must have.", "key": "minPotassium", "value": "" }, { "description": "The maximum amount of potassium in milligrams the recipe can have.", "key": "maxPotassium", "value": "" }, { "description": "The minimum amount of selenium in micrograms the recipe must have.", "key": "minSelenium", "value": "" }, { "description": "The maximum amount of selenium in micrograms the recipe can have.", "key": "maxSelenium", "value": "" }, { "description": "The minimum amount of sodium in milligrams the recipe must have.", "key": "minSodium", "value": "" }, { "description": "The maximum amount of sodium in milligrams the recipe can have.", "key": "maxSodium", "value": "" }, { "description": "The minimum amount of sugar in grams the recipe must have.", "key": "minSugar", "value": "" }, { "description": "The maximum amount of sugar in grams the recipe can have.", "key": "maxSugar", "value": "" }, { "description": "The minimum amount of zinc in milligrams the recipe must have.", "key": "minZinc", "value": "" }, { "description": "The maximum amount of zinc in milligrams the recipe can have.", "key": "maxZinc", "value": "" }, { "description": "The number of results to skip (between 0 and 900).", "key": "offset", "value": "" }, { "description": "The maximum number of items to return (between 1 and 100). Defaults to 10.", "key": "number", "value": "10" }, { "description": "If true, every request will give you a random set of recipes within the requested limits.", "key": "random", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"calories\": \"\",\n \"carbs\": \"\",\n \"fat\": \"\",\n \"id\": \"\",\n \"image\": \"\",\n \"imageType\": \"\",\n \"protein\": \"\",\n \"title\": \"\"\n },\n {\n \"calories\": \"\",\n \"carbs\": \"\",\n \"fat\": \"\",\n \"id\": \"\",\n \"image\": \"\",\n \"imageType\": \"\",\n \"protein\": \"\",\n \"title\": \"\"\n }\n]", "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-6f47ec2c-f8b9-4bc4-bb6f-67cb907fcbe3" }, { "id": "e15ede87-cd6c-4a05-8f1e-5c3b24b1d563", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/findByNutrients?minCarbs=&maxCarbs=&minProtein=&maxProtein=&minCalories=&maxCalories=&minFat=&maxFat=&minAlcohol=&maxAlcohol=&minCaffeine=&maxCaffeine=&minCopper=&maxCopper=&minCalcium=&maxCalcium=&minCholine=&maxCholine=&minCholesterol=&maxCholesterol=&minFluoride=&maxFluoride=&minSaturatedFat=&maxSaturatedFat=&minVitaminA=&maxVitaminA=&minVitaminC=&maxVitaminC=&minVitaminD=&maxVitaminD=&minVitaminE=&maxVitaminE=&minVitaminK=&maxVitaminK=&minVitaminB1=&maxVitaminB1=&minVitaminB2=&maxVitaminB2=&minVitaminB5=&maxVitaminB5=&minVitaminB3=&maxVitaminB3=&minVitaminB6=&maxVitaminB6=&minVitaminB12=&maxVitaminB12=&minFiber=&maxFiber=&minFolate=&maxFolate=&minFolicAcid=&maxFolicAcid=&minIodine=&maxIodine=&minIron=&maxIron=&minMagnesium=&maxMagnesium=&minManganese=&maxManganese=&minPhosphorus=&maxPhosphorus=&minPotassium=&maxPotassium=&minSelenium=&maxSelenium=&minSodium=&maxSodium=&minSugar=&maxSugar=&minZinc=&maxZinc=&offset=&number=10&random=", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "findByNutrients" ], "query": [ { "description": "The minimum amount of carbohydrates in grams the recipe must have.", "key": "minCarbs", "value": "" }, { "description": "The maximum amount of carbohydrates in grams the recipe can have.", "key": "maxCarbs", "value": "" }, { "description": "The minimum amount of protein in grams the recipe must have.", "key": "minProtein", "value": "" }, { "description": "The maximum amount of protein in grams the recipe can have.", "key": "maxProtein", "value": "" }, { "description": "The minimum amount of calories the recipe must have.", "key": "minCalories", "value": "" }, { "description": "The maximum amount of calories the recipe can have.", "key": "maxCalories", "value": "" }, { "description": "The minimum amount of fat in grams the recipe must have.", "key": "minFat", "value": "" }, { "description": "The maximum amount of fat in grams the recipe can have.", "key": "maxFat", "value": "" }, { "description": "The minimum amount of alcohol in grams the recipe must have.", "key": "minAlcohol", "value": "" }, { "description": "The maximum amount of alcohol in grams the recipe can have.", "key": "maxAlcohol", "value": "" }, { "description": "The minimum amount of caffeine in milligrams the recipe must have.", "key": "minCaffeine", "value": "" }, { "description": "The maximum amount of caffeine in milligrams the recipe can have.", "key": "maxCaffeine", "value": "" }, { "description": "The minimum amount of copper in milligrams the recipe must have.", "key": "minCopper", "value": "" }, { "description": "The maximum amount of copper in milligrams the recipe can have.", "key": "maxCopper", "value": "" }, { "description": "The minimum amount of calcium in milligrams the recipe must have.", "key": "minCalcium", "value": "" }, { "description": "The maximum amount of calcium in milligrams the recipe can have.", "key": "maxCalcium", "value": "" }, { "description": "The minimum amount of choline in milligrams the recipe must have.", "key": "minCholine", "value": "" }, { "description": "The maximum amount of choline in milligrams the recipe can have.", "key": "maxCholine", "value": "" }, { "description": "The minimum amount of cholesterol in milligrams the recipe must have.", "key": "minCholesterol", "value": "" }, { "description": "The maximum amount of cholesterol in milligrams the recipe can have.", "key": "maxCholesterol", "value": "" }, { "description": "The minimum amount of fluoride in milligrams the recipe must have.", "key": "minFluoride", "value": "" }, { "description": "The maximum amount of fluoride in milligrams the recipe can have.", "key": "maxFluoride", "value": "" }, { "description": "The minimum amount of saturated fat in grams the recipe must have.", "key": "minSaturatedFat", "value": "" }, { "description": "The maximum amount of saturated fat in grams the recipe can have.", "key": "maxSaturatedFat", "value": "" }, { "description": "The minimum amount of Vitamin A in IU the recipe must have.", "key": "minVitaminA", "value": "" }, { "description": "The maximum amount of Vitamin A in IU the recipe can have.", "key": "maxVitaminA", "value": "" }, { "description": "The minimum amount of Vitamin C in milligrams the recipe must have.", "key": "minVitaminC", "value": "" }, { "description": "The maximum amount of Vitamin C in milligrams the recipe can have.", "key": "maxVitaminC", "value": "" }, { "description": "The minimum amount of Vitamin D in micrograms the recipe must have.", "key": "minVitaminD", "value": "" }, { "description": "The maximum amount of Vitamin D in micrograms the recipe can have.", "key": "maxVitaminD", "value": "" }, { "description": "The minimum amount of Vitamin E in milligrams the recipe must have.", "key": "minVitaminE", "value": "" }, { "description": "The maximum amount of Vitamin E in milligrams the recipe can have.", "key": "maxVitaminE", "value": "" }, { "description": "The minimum amount of Vitamin K in micrograms the recipe must have.", "key": "minVitaminK", "value": "" }, { "description": "The maximum amount of Vitamin K in micrograms the recipe can have.", "key": "maxVitaminK", "value": "" }, { "description": "The minimum amount of Vitamin B1 in milligrams the recipe must have.", "key": "minVitaminB1", "value": "" }, { "description": "The maximum amount of Vitamin B1 in milligrams the recipe can have.", "key": "maxVitaminB1", "value": "" }, { "description": "The minimum amount of Vitamin B2 in milligrams the recipe must have.", "key": "minVitaminB2", "value": "" }, { "description": "The maximum amount of Vitamin B2 in milligrams the recipe can have.", "key": "maxVitaminB2", "value": "" }, { "description": "The minimum amount of Vitamin B5 in milligrams the recipe must have.", "key": "minVitaminB5", "value": "" }, { "description": "The maximum amount of Vitamin B5 in milligrams the recipe can have.", "key": "maxVitaminB5", "value": "" }, { "description": "The minimum amount of Vitamin B3 in milligrams the recipe must have.", "key": "minVitaminB3", "value": "" }, { "description": "The maximum amount of Vitamin B3 in milligrams the recipe can have.", "key": "maxVitaminB3", "value": "" }, { "description": "The minimum amount of Vitamin B6 in milligrams the recipe must have.", "key": "minVitaminB6", "value": "" }, { "description": "The maximum amount of Vitamin B6 in milligrams the recipe can have.", "key": "maxVitaminB6", "value": "" }, { "description": "The minimum amount of Vitamin B12 in micrograms the recipe must have.", "key": "minVitaminB12", "value": "" }, { "description": "The maximum amount of Vitamin B12 in micrograms the recipe can have.", "key": "maxVitaminB12", "value": "" }, { "description": "The minimum amount of fiber in grams the recipe must have.", "key": "minFiber", "value": "" }, { "description": "The maximum amount of fiber in grams the recipe can have.", "key": "maxFiber", "value": "" }, { "description": "The minimum amount of folate in micrograms the recipe must have.", "key": "minFolate", "value": "" }, { "description": "The maximum amount of folate in micrograms the recipe can have.", "key": "maxFolate", "value": "" }, { "description": "The minimum amount of folic acid in micrograms the recipe must have.", "key": "minFolicAcid", "value": "" }, { "description": "The maximum amount of folic acid in micrograms the recipe can have.", "key": "maxFolicAcid", "value": "" }, { "description": "The minimum amount of iodine in micrograms the recipe must have.", "key": "minIodine", "value": "" }, { "description": "The maximum amount of iodine in micrograms the recipe can have.", "key": "maxIodine", "value": "" }, { "description": "The minimum amount of iron in milligrams the recipe must have.", "key": "minIron", "value": "" }, { "description": "The maximum amount of iron in milligrams the recipe can have.", "key": "maxIron", "value": "" }, { "description": "The minimum amount of magnesium in milligrams the recipe must have.", "key": "minMagnesium", "value": "" }, { "description": "The maximum amount of magnesium in milligrams the recipe can have.", "key": "maxMagnesium", "value": "" }, { "description": "The minimum amount of manganese in milligrams the recipe must have.", "key": "minManganese", "value": "" }, { "description": "The maximum amount of manganese in milligrams the recipe can have.", "key": "maxManganese", "value": "" }, { "description": "The minimum amount of phosphorus in milligrams the recipe must have.", "key": "minPhosphorus", "value": "" }, { "description": "The maximum amount of phosphorus in milligrams the recipe can have.", "key": "maxPhosphorus", "value": "" }, { "description": "The minimum amount of potassium in milligrams the recipe must have.", "key": "minPotassium", "value": "" }, { "description": "The maximum amount of potassium in milligrams the recipe can have.", "key": "maxPotassium", "value": "" }, { "description": "The minimum amount of selenium in micrograms the recipe must have.", "key": "minSelenium", "value": "" }, { "description": "The maximum amount of selenium in micrograms the recipe can have.", "key": "maxSelenium", "value": "" }, { "description": "The minimum amount of sodium in milligrams the recipe must have.", "key": "minSodium", "value": "" }, { "description": "The maximum amount of sodium in milligrams the recipe can have.", "key": "maxSodium", "value": "" }, { "description": "The minimum amount of sugar in grams the recipe must have.", "key": "minSugar", "value": "" }, { "description": "The maximum amount of sugar in grams the recipe can have.", "key": "maxSugar", "value": "" }, { "description": "The minimum amount of zinc in milligrams the recipe must have.", "key": "minZinc", "value": "" }, { "description": "The maximum amount of zinc in milligrams the recipe can have.", "key": "maxZinc", "value": "" }, { "description": "The number of results to skip (between 0 and 900).", "key": "offset", "value": "" }, { "description": "The maximum number of items to return (between 1 and 100). Defaults to 10.", "key": "number", "value": "10" }, { "description": "If true, every request will give you a random set of recipes within the requested limits.", "key": "random", "value": "" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-e15ede87-cd6c-4a05-8f1e-5c3b24b1d563" }, { "id": "88c04bae-0f05-4837-a03c-5cfffec5b042", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/findByNutrients?minCarbs=&maxCarbs=&minProtein=&maxProtein=&minCalories=&maxCalories=&minFat=&maxFat=&minAlcohol=&maxAlcohol=&minCaffeine=&maxCaffeine=&minCopper=&maxCopper=&minCalcium=&maxCalcium=&minCholine=&maxCholine=&minCholesterol=&maxCholesterol=&minFluoride=&maxFluoride=&minSaturatedFat=&maxSaturatedFat=&minVitaminA=&maxVitaminA=&minVitaminC=&maxVitaminC=&minVitaminD=&maxVitaminD=&minVitaminE=&maxVitaminE=&minVitaminK=&maxVitaminK=&minVitaminB1=&maxVitaminB1=&minVitaminB2=&maxVitaminB2=&minVitaminB5=&maxVitaminB5=&minVitaminB3=&maxVitaminB3=&minVitaminB6=&maxVitaminB6=&minVitaminB12=&maxVitaminB12=&minFiber=&maxFiber=&minFolate=&maxFolate=&minFolicAcid=&maxFolicAcid=&minIodine=&maxIodine=&minIron=&maxIron=&minMagnesium=&maxMagnesium=&minManganese=&maxManganese=&minPhosphorus=&maxPhosphorus=&minPotassium=&maxPotassium=&minSelenium=&maxSelenium=&minSodium=&maxSodium=&minSugar=&maxSugar=&minZinc=&maxZinc=&offset=&number=10&random=", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "findByNutrients" ], "query": [ { "description": "The minimum amount of carbohydrates in grams the recipe must have.", "key": "minCarbs", "value": "" }, { "description": "The maximum amount of carbohydrates in grams the recipe can have.", "key": "maxCarbs", "value": "" }, { "description": "The minimum amount of protein in grams the recipe must have.", "key": "minProtein", "value": "" }, { "description": "The maximum amount of protein in grams the recipe can have.", "key": "maxProtein", "value": "" }, { "description": "The minimum amount of calories the recipe must have.", "key": "minCalories", "value": "" }, { "description": "The maximum amount of calories the recipe can have.", "key": "maxCalories", "value": "" }, { "description": "The minimum amount of fat in grams the recipe must have.", "key": "minFat", "value": "" }, { "description": "The maximum amount of fat in grams the recipe can have.", "key": "maxFat", "value": "" }, { "description": "The minimum amount of alcohol in grams the recipe must have.", "key": "minAlcohol", "value": "" }, { "description": "The maximum amount of alcohol in grams the recipe can have.", "key": "maxAlcohol", "value": "" }, { "description": "The minimum amount of caffeine in milligrams the recipe must have.", "key": "minCaffeine", "value": "" }, { "description": "The maximum amount of caffeine in milligrams the recipe can have.", "key": "maxCaffeine", "value": "" }, { "description": "The minimum amount of copper in milligrams the recipe must have.", "key": "minCopper", "value": "" }, { "description": "The maximum amount of copper in milligrams the recipe can have.", "key": "maxCopper", "value": "" }, { "description": "The minimum amount of calcium in milligrams the recipe must have.", "key": "minCalcium", "value": "" }, { "description": "The maximum amount of calcium in milligrams the recipe can have.", "key": "maxCalcium", "value": "" }, { "description": "The minimum amount of choline in milligrams the recipe must have.", "key": "minCholine", "value": "" }, { "description": "The maximum amount of choline in milligrams the recipe can have.", "key": "maxCholine", "value": "" }, { "description": "The minimum amount of cholesterol in milligrams the recipe must have.", "key": "minCholesterol", "value": "" }, { "description": "The maximum amount of cholesterol in milligrams the recipe can have.", "key": "maxCholesterol", "value": "" }, { "description": "The minimum amount of fluoride in milligrams the recipe must have.", "key": "minFluoride", "value": "" }, { "description": "The maximum amount of fluoride in milligrams the recipe can have.", "key": "maxFluoride", "value": "" }, { "description": "The minimum amount of saturated fat in grams the recipe must have.", "key": "minSaturatedFat", "value": "" }, { "description": "The maximum amount of saturated fat in grams the recipe can have.", "key": "maxSaturatedFat", "value": "" }, { "description": "The minimum amount of Vitamin A in IU the recipe must have.", "key": "minVitaminA", "value": "" }, { "description": "The maximum amount of Vitamin A in IU the recipe can have.", "key": "maxVitaminA", "value": "" }, { "description": "The minimum amount of Vitamin C in milligrams the recipe must have.", "key": "minVitaminC", "value": "" }, { "description": "The maximum amount of Vitamin C in milligrams the recipe can have.", "key": "maxVitaminC", "value": "" }, { "description": "The minimum amount of Vitamin D in micrograms the recipe must have.", "key": "minVitaminD", "value": "" }, { "description": "The maximum amount of Vitamin D in micrograms the recipe can have.", "key": "maxVitaminD", "value": "" }, { "description": "The minimum amount of Vitamin E in milligrams the recipe must have.", "key": "minVitaminE", "value": "" }, { "description": "The maximum amount of Vitamin E in milligrams the recipe can have.", "key": "maxVitaminE", "value": "" }, { "description": "The minimum amount of Vitamin K in micrograms the recipe must have.", "key": "minVitaminK", "value": "" }, { "description": "The maximum amount of Vitamin K in micrograms the recipe can have.", "key": "maxVitaminK", "value": "" }, { "description": "The minimum amount of Vitamin B1 in milligrams the recipe must have.", "key": "minVitaminB1", "value": "" }, { "description": "The maximum amount of Vitamin B1 in milligrams the recipe can have.", "key": "maxVitaminB1", "value": "" }, { "description": "The minimum amount of Vitamin B2 in milligrams the recipe must have.", "key": "minVitaminB2", "value": "" }, { "description": "The maximum amount of Vitamin B2 in milligrams the recipe can have.", "key": "maxVitaminB2", "value": "" }, { "description": "The minimum amount of Vitamin B5 in milligrams the recipe must have.", "key": "minVitaminB5", "value": "" }, { "description": "The maximum amount of Vitamin B5 in milligrams the recipe can have.", "key": "maxVitaminB5", "value": "" }, { "description": "The minimum amount of Vitamin B3 in milligrams the recipe must have.", "key": "minVitaminB3", "value": "" }, { "description": "The maximum amount of Vitamin B3 in milligrams the recipe can have.", "key": "maxVitaminB3", "value": "" }, { "description": "The minimum amount of Vitamin B6 in milligrams the recipe must have.", "key": "minVitaminB6", "value": "" }, { "description": "The maximum amount of Vitamin B6 in milligrams the recipe can have.", "key": "maxVitaminB6", "value": "" }, { "description": "The minimum amount of Vitamin B12 in micrograms the recipe must have.", "key": "minVitaminB12", "value": "" }, { "description": "The maximum amount of Vitamin B12 in micrograms the recipe can have.", "key": "maxVitaminB12", "value": "" }, { "description": "The minimum amount of fiber in grams the recipe must have.", "key": "minFiber", "value": "" }, { "description": "The maximum amount of fiber in grams the recipe can have.", "key": "maxFiber", "value": "" }, { "description": "The minimum amount of folate in micrograms the recipe must have.", "key": "minFolate", "value": "" }, { "description": "The maximum amount of folate in micrograms the recipe can have.", "key": "maxFolate", "value": "" }, { "description": "The minimum amount of folic acid in micrograms the recipe must have.", "key": "minFolicAcid", "value": "" }, { "description": "The maximum amount of folic acid in micrograms the recipe can have.", "key": "maxFolicAcid", "value": "" }, { "description": "The minimum amount of iodine in micrograms the recipe must have.", "key": "minIodine", "value": "" }, { "description": "The maximum amount of iodine in micrograms the recipe can have.", "key": "maxIodine", "value": "" }, { "description": "The minimum amount of iron in milligrams the recipe must have.", "key": "minIron", "value": "" }, { "description": "The maximum amount of iron in milligrams the recipe can have.", "key": "maxIron", "value": "" }, { "description": "The minimum amount of magnesium in milligrams the recipe must have.", "key": "minMagnesium", "value": "" }, { "description": "The maximum amount of magnesium in milligrams the recipe can have.", "key": "maxMagnesium", "value": "" }, { "description": "The minimum amount of manganese in milligrams the recipe must have.", "key": "minManganese", "value": "" }, { "description": "The maximum amount of manganese in milligrams the recipe can have.", "key": "maxManganese", "value": "" }, { "description": "The minimum amount of phosphorus in milligrams the recipe must have.", "key": "minPhosphorus", "value": "" }, { "description": "The maximum amount of phosphorus in milligrams the recipe can have.", "key": "maxPhosphorus", "value": "" }, { "description": "The minimum amount of potassium in milligrams the recipe must have.", "key": "minPotassium", "value": "" }, { "description": "The maximum amount of potassium in milligrams the recipe can have.", "key": "maxPotassium", "value": "" }, { "description": "The minimum amount of selenium in micrograms the recipe must have.", "key": "minSelenium", "value": "" }, { "description": "The maximum amount of selenium in micrograms the recipe can have.", "key": "maxSelenium", "value": "" }, { "description": "The minimum amount of sodium in milligrams the recipe must have.", "key": "minSodium", "value": "" }, { "description": "The maximum amount of sodium in milligrams the recipe can have.", "key": "maxSodium", "value": "" }, { "description": "The minimum amount of sugar in grams the recipe must have.", "key": "minSugar", "value": "" }, { "description": "The maximum amount of sugar in grams the recipe can have.", "key": "maxSugar", "value": "" }, { "description": "The minimum amount of zinc in milligrams the recipe must have.", "key": "minZinc", "value": "" }, { "description": "The maximum amount of zinc in milligrams the recipe can have.", "key": "maxZinc", "value": "" }, { "description": "The number of results to skip (between 0 and 900).", "key": "offset", "value": "" }, { "description": "The maximum number of items to return (between 1 and 100). Defaults to 10.", "key": "number", "value": "10" }, { "description": "If true, every request will give you a random set of recipes within the requested limits.", "key": "random", "value": "" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-88c04bae-0f05-4837-a03c-5cfffec5b042" }, { "id": "28aca051-7e19-48fd-8426-8398fc96070c", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/findByNutrients?minCarbs=&maxCarbs=&minProtein=&maxProtein=&minCalories=&maxCalories=&minFat=&maxFat=&minAlcohol=&maxAlcohol=&minCaffeine=&maxCaffeine=&minCopper=&maxCopper=&minCalcium=&maxCalcium=&minCholine=&maxCholine=&minCholesterol=&maxCholesterol=&minFluoride=&maxFluoride=&minSaturatedFat=&maxSaturatedFat=&minVitaminA=&maxVitaminA=&minVitaminC=&maxVitaminC=&minVitaminD=&maxVitaminD=&minVitaminE=&maxVitaminE=&minVitaminK=&maxVitaminK=&minVitaminB1=&maxVitaminB1=&minVitaminB2=&maxVitaminB2=&minVitaminB5=&maxVitaminB5=&minVitaminB3=&maxVitaminB3=&minVitaminB6=&maxVitaminB6=&minVitaminB12=&maxVitaminB12=&minFiber=&maxFiber=&minFolate=&maxFolate=&minFolicAcid=&maxFolicAcid=&minIodine=&maxIodine=&minIron=&maxIron=&minMagnesium=&maxMagnesium=&minManganese=&maxManganese=&minPhosphorus=&maxPhosphorus=&minPotassium=&maxPotassium=&minSelenium=&maxSelenium=&minSodium=&maxSodium=&minSugar=&maxSugar=&minZinc=&maxZinc=&offset=&number=10&random=", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "findByNutrients" ], "query": [ { "description": "The minimum amount of carbohydrates in grams the recipe must have.", "key": "minCarbs", "value": "" }, { "description": "The maximum amount of carbohydrates in grams the recipe can have.", "key": "maxCarbs", "value": "" }, { "description": "The minimum amount of protein in grams the recipe must have.", "key": "minProtein", "value": "" }, { "description": "The maximum amount of protein in grams the recipe can have.", "key": "maxProtein", "value": "" }, { "description": "The minimum amount of calories the recipe must have.", "key": "minCalories", "value": "" }, { "description": "The maximum amount of calories the recipe can have.", "key": "maxCalories", "value": "" }, { "description": "The minimum amount of fat in grams the recipe must have.", "key": "minFat", "value": "" }, { "description": "The maximum amount of fat in grams the recipe can have.", "key": "maxFat", "value": "" }, { "description": "The minimum amount of alcohol in grams the recipe must have.", "key": "minAlcohol", "value": "" }, { "description": "The maximum amount of alcohol in grams the recipe can have.", "key": "maxAlcohol", "value": "" }, { "description": "The minimum amount of caffeine in milligrams the recipe must have.", "key": "minCaffeine", "value": "" }, { "description": "The maximum amount of caffeine in milligrams the recipe can have.", "key": "maxCaffeine", "value": "" }, { "description": "The minimum amount of copper in milligrams the recipe must have.", "key": "minCopper", "value": "" }, { "description": "The maximum amount of copper in milligrams the recipe can have.", "key": "maxCopper", "value": "" }, { "description": "The minimum amount of calcium in milligrams the recipe must have.", "key": "minCalcium", "value": "" }, { "description": "The maximum amount of calcium in milligrams the recipe can have.", "key": "maxCalcium", "value": "" }, { "description": "The minimum amount of choline in milligrams the recipe must have.", "key": "minCholine", "value": "" }, { "description": "The maximum amount of choline in milligrams the recipe can have.", "key": "maxCholine", "value": "" }, { "description": "The minimum amount of cholesterol in milligrams the recipe must have.", "key": "minCholesterol", "value": "" }, { "description": "The maximum amount of cholesterol in milligrams the recipe can have.", "key": "maxCholesterol", "value": "" }, { "description": "The minimum amount of fluoride in milligrams the recipe must have.", "key": "minFluoride", "value": "" }, { "description": "The maximum amount of fluoride in milligrams the recipe can have.", "key": "maxFluoride", "value": "" }, { "description": "The minimum amount of saturated fat in grams the recipe must have.", "key": "minSaturatedFat", "value": "" }, { "description": "The maximum amount of saturated fat in grams the recipe can have.", "key": "maxSaturatedFat", "value": "" }, { "description": "The minimum amount of Vitamin A in IU the recipe must have.", "key": "minVitaminA", "value": "" }, { "description": "The maximum amount of Vitamin A in IU the recipe can have.", "key": "maxVitaminA", "value": "" }, { "description": "The minimum amount of Vitamin C in milligrams the recipe must have.", "key": "minVitaminC", "value": "" }, { "description": "The maximum amount of Vitamin C in milligrams the recipe can have.", "key": "maxVitaminC", "value": "" }, { "description": "The minimum amount of Vitamin D in micrograms the recipe must have.", "key": "minVitaminD", "value": "" }, { "description": "The maximum amount of Vitamin D in micrograms the recipe can have.", "key": "maxVitaminD", "value": "" }, { "description": "The minimum amount of Vitamin E in milligrams the recipe must have.", "key": "minVitaminE", "value": "" }, { "description": "The maximum amount of Vitamin E in milligrams the recipe can have.", "key": "maxVitaminE", "value": "" }, { "description": "The minimum amount of Vitamin K in micrograms the recipe must have.", "key": "minVitaminK", "value": "" }, { "description": "The maximum amount of Vitamin K in micrograms the recipe can have.", "key": "maxVitaminK", "value": "" }, { "description": "The minimum amount of Vitamin B1 in milligrams the recipe must have.", "key": "minVitaminB1", "value": "" }, { "description": "The maximum amount of Vitamin B1 in milligrams the recipe can have.", "key": "maxVitaminB1", "value": "" }, { "description": "The minimum amount of Vitamin B2 in milligrams the recipe must have.", "key": "minVitaminB2", "value": "" }, { "description": "The maximum amount of Vitamin B2 in milligrams the recipe can have.", "key": "maxVitaminB2", "value": "" }, { "description": "The minimum amount of Vitamin B5 in milligrams the recipe must have.", "key": "minVitaminB5", "value": "" }, { "description": "The maximum amount of Vitamin B5 in milligrams the recipe can have.", "key": "maxVitaminB5", "value": "" }, { "description": "The minimum amount of Vitamin B3 in milligrams the recipe must have.", "key": "minVitaminB3", "value": "" }, { "description": "The maximum amount of Vitamin B3 in milligrams the recipe can have.", "key": "maxVitaminB3", "value": "" }, { "description": "The minimum amount of Vitamin B6 in milligrams the recipe must have.", "key": "minVitaminB6", "value": "" }, { "description": "The maximum amount of Vitamin B6 in milligrams the recipe can have.", "key": "maxVitaminB6", "value": "" }, { "description": "The minimum amount of Vitamin B12 in micrograms the recipe must have.", "key": "minVitaminB12", "value": "" }, { "description": "The maximum amount of Vitamin B12 in micrograms the recipe can have.", "key": "maxVitaminB12", "value": "" }, { "description": "The minimum amount of fiber in grams the recipe must have.", "key": "minFiber", "value": "" }, { "description": "The maximum amount of fiber in grams the recipe can have.", "key": "maxFiber", "value": "" }, { "description": "The minimum amount of folate in micrograms the recipe must have.", "key": "minFolate", "value": "" }, { "description": "The maximum amount of folate in micrograms the recipe can have.", "key": "maxFolate", "value": "" }, { "description": "The minimum amount of folic acid in micrograms the recipe must have.", "key": "minFolicAcid", "value": "" }, { "description": "The maximum amount of folic acid in micrograms the recipe can have.", "key": "maxFolicAcid", "value": "" }, { "description": "The minimum amount of iodine in micrograms the recipe must have.", "key": "minIodine", "value": "" }, { "description": "The maximum amount of iodine in micrograms the recipe can have.", "key": "maxIodine", "value": "" }, { "description": "The minimum amount of iron in milligrams the recipe must have.", "key": "minIron", "value": "" }, { "description": "The maximum amount of iron in milligrams the recipe can have.", "key": "maxIron", "value": "" }, { "description": "The minimum amount of magnesium in milligrams the recipe must have.", "key": "minMagnesium", "value": "" }, { "description": "The maximum amount of magnesium in milligrams the recipe can have.", "key": "maxMagnesium", "value": "" }, { "description": "The minimum amount of manganese in milligrams the recipe must have.", "key": "minManganese", "value": "" }, { "description": "The maximum amount of manganese in milligrams the recipe can have.", "key": "maxManganese", "value": "" }, { "description": "The minimum amount of phosphorus in milligrams the recipe must have.", "key": "minPhosphorus", "value": "" }, { "description": "The maximum amount of phosphorus in milligrams the recipe can have.", "key": "maxPhosphorus", "value": "" }, { "description": "The minimum amount of potassium in milligrams the recipe must have.", "key": "minPotassium", "value": "" }, { "description": "The maximum amount of potassium in milligrams the recipe can have.", "key": "maxPotassium", "value": "" }, { "description": "The minimum amount of selenium in micrograms the recipe must have.", "key": "minSelenium", "value": "" }, { "description": "The maximum amount of selenium in micrograms the recipe can have.", "key": "maxSelenium", "value": "" }, { "description": "The minimum amount of sodium in milligrams the recipe must have.", "key": "minSodium", "value": "" }, { "description": "The maximum amount of sodium in milligrams the recipe can have.", "key": "maxSodium", "value": "" }, { "description": "The minimum amount of sugar in grams the recipe must have.", "key": "minSugar", "value": "" }, { "description": "The maximum amount of sugar in grams the recipe can have.", "key": "maxSugar", "value": "" }, { "description": "The minimum amount of zinc in milligrams the recipe must have.", "key": "minZinc", "value": "" }, { "description": "The maximum amount of zinc in milligrams the recipe can have.", "key": "maxZinc", "value": "" }, { "description": "The number of results to skip (between 0 and 900).", "key": "offset", "value": "" }, { "description": "The maximum number of items to return (between 1 and 100). Defaults to 10.", "key": "number", "value": "10" }, { "description": "If true, every request will give you a random set of recipes within the requested limits.", "key": "random", "value": "" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-28aca051-7e19-48fd-8426-8398fc96070c" } ], "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-3bd68c23-07d1-485d-8b44-3d330a856634" } ], "id": "07b8b1f2-eb9a-4fcf-be0f-58a2f0624ad3", "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-07b8b1f2-eb9a-4fcf-be0f-58a2f0624ad3" }, { "name": "{id}", "item": [ { "name": "information", "item": [ { "name": "Get Recipe Information", "id": "a554b9d6-6df7-4381-9f85-5a56c5ee99ac", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/information?includeNutrition=false&addWinePairing=&addTasteData=", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "information" ], "query": [ { "description": "Include nutrition data in the recipe information. Nutrition data is per serving. If you want the nutrition data for the entire recipe, just multiply by the number of servings.", "key": "includeNutrition", "value": "false" }, { "description": "Add a wine pairing to the recipe.", "key": "addWinePairing", "value": "" }, { "description": "Add taste data to the recipe.", "key": "addTasteData", "value": "" } ], "variable": [ { "id": "53f41cd8-d3d6-4204-9ddd-9ef6dbda85f9", "key": "id", "value": "", "description": "(Required) The id of the recipe." } ] }, "description": "Use a recipe id to get full information about a recipe, such as ingredients, nutrition, diet and allergen information, etc." }, "response": [ { "id": "550981ac-5ef2-4966-b961-4950bd5a585e", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/information?includeNutrition=false&addWinePairing=&addTasteData=", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "information" ], "query": [ { "description": "Include nutrition data in the recipe information. Nutrition data is per serving. If you want the nutrition data for the entire recipe, just multiply by the number of servings.", "key": "includeNutrition", "value": "false" }, { "description": "Add a wine pairing to the recipe.", "key": "addWinePairing", "value": "" }, { "description": "Add taste data to the recipe.", "key": "addTasteData", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"title\": \"\",\n \"image\": \"\",\n \"servings\": \"\",\n \"readyInMinutes\": \"\",\n \"sourceName\": \"\",\n \"sourceUrl\": \"\",\n \"spoonacularSourceUrl\": \"\",\n \"aggregateLikes\": \"\",\n \"healthScore\": \"\",\n \"spoonacularScore\": \"\",\n \"pricePerServing\": \"\",\n \"analyzedInstructions\": [],\n \"cheap\": \"\",\n \"creditsText\": \"\",\n \"cuisines\": [\n \"\",\n \"\"\n ],\n \"dairyFree\": \"\",\n \"diets\": [\n \"\",\n \"\"\n ],\n \"gaps\": \"\",\n \"glutenFree\": \"\",\n \"instructions\": \"\",\n \"lowFodmap\": \"\",\n \"occasions\": [\n \"\",\n \"\"\n ],\n \"sustainable\": \"\",\n \"vegan\": \"\",\n \"vegetarian\": \"\",\n \"veryHealthy\": \"\",\n \"veryPopular\": \"\",\n \"weightWatcherSmartPoints\": \"\",\n \"dishTypes\": [\n \"\",\n \"\"\n ],\n \"extendedIngredients\": [\n {\n \"aisle\": \"\",\n \"amount\": \"\",\n \"consistency\": \"\",\n \"id\": \"\",\n \"image\": \"\",\n \"name\": \"\",\n \"original\": \"\",\n \"originalName\": \"\",\n \"unit\": \"\",\n \"measures\": {\n \"metric\": {\n \"amount\": \"\",\n \"unitLong\": \"\",\n \"unitShort\": \"\"\n },\n \"us\": {\n \"amount\": \"\",\n \"unitLong\": \"\",\n \"unitShort\": \"\"\n }\n },\n \"meta\": [\n \"\",\n \"\"\n ]\n },\n {\n \"aisle\": \"\",\n \"amount\": \"\",\n \"consistency\": \"\",\n \"id\": \"\",\n \"image\": \"\",\n \"name\": \"\",\n \"original\": \"\",\n \"originalName\": \"\",\n \"unit\": \"\",\n \"measures\": {\n \"metric\": {\n \"amount\": \"\",\n \"unitLong\": \"\",\n \"unitShort\": \"\"\n },\n \"us\": {\n \"amount\": \"\",\n \"unitLong\": \"\",\n \"unitShort\": \"\"\n }\n },\n \"meta\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"summary\": \"\",\n \"imageType\": \"\",\n \"preparationMinutes\": \"\",\n \"cookingMinutes\": \"\",\n \"license\": \"\",\n \"winePairing\": {\n \"pairedWines\": [\n \"\",\n \"\"\n ],\n \"pairingText\": \"\",\n \"productMatches\": [\n {\n \"id\": \"\",\n \"title\": \"\",\n \"description\": \"\",\n \"price\": \"\",\n \"imageUrl\": \"\",\n \"averageRating\": \"\",\n \"ratingCount\": \"\",\n \"score\": \"\",\n \"link\": \"\"\n },\n {\n \"id\": \"\",\n \"title\": \"\",\n \"description\": \"\",\n \"price\": \"\",\n \"imageUrl\": \"\",\n \"averageRating\": \"\",\n \"ratingCount\": \"\",\n \"score\": \"\",\n \"link\": \"\"\n }\n ]\n },\n \"taste\": {\n \"sweetness\": \"\",\n \"saltiness\": \"\",\n \"sourness\": \"\",\n \"bitterness\": \"\",\n \"savoriness\": \"\",\n \"fattiness\": \"\",\n \"spiciness\": \"\"\n }\n}", "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-550981ac-5ef2-4966-b961-4950bd5a585e" }, { "id": "81e25f05-37ba-49b9-9673-2da86af7135f", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/information?includeNutrition=false&addWinePairing=&addTasteData=", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "information" ], "query": [ { "description": "Include nutrition data in the recipe information. Nutrition data is per serving. If you want the nutrition data for the entire recipe, just multiply by the number of servings.", "key": "includeNutrition", "value": "false" }, { "description": "Add a wine pairing to the recipe.", "key": "addWinePairing", "value": "" }, { "description": "Add taste data to the recipe.", "key": "addTasteData", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-81e25f05-37ba-49b9-9673-2da86af7135f" }, { "id": "42fca5c5-3bcf-4d1f-9613-ef74587c87d5", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/information?includeNutrition=false&addWinePairing=&addTasteData=", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "information" ], "query": [ { "description": "Include nutrition data in the recipe information. Nutrition data is per serving. If you want the nutrition data for the entire recipe, just multiply by the number of servings.", "key": "includeNutrition", "value": "false" }, { "description": "Add a wine pairing to the recipe.", "key": "addWinePairing", "value": "" }, { "description": "Add taste data to the recipe.", "key": "addTasteData", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-42fca5c5-3bcf-4d1f-9613-ef74587c87d5" }, { "id": "002df6ec-145a-41e4-84fd-edf19e39692e", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/information?includeNutrition=false&addWinePairing=&addTasteData=", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "information" ], "query": [ { "description": "Include nutrition data in the recipe information. Nutrition data is per serving. If you want the nutrition data for the entire recipe, just multiply by the number of servings.", "key": "includeNutrition", "value": "false" }, { "description": "Add a wine pairing to the recipe.", "key": "addWinePairing", "value": "" }, { "description": "Add taste data to the recipe.", "key": "addTasteData", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-002df6ec-145a-41e4-84fd-edf19e39692e" } ], "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-a554b9d6-6df7-4381-9f85-5a56c5ee99ac" } ], "id": "d1a4b81a-e3c1-474a-9132-0895583a88fd", "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-d1a4b81a-e3c1-474a-9132-0895583a88fd" }, { "name": "similar", "item": [ { "name": "Get Similar Recipes", "id": "bca439fd-1ed6-4bb4-964b-9ee86ff143d8", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/similar?number=10", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "similar" ], "query": [ { "description": "The maximum number of items to return (between 1 and 100). Defaults to 10.", "key": "number", "value": "10" } ], "variable": [ { "id": "fd0fb057-f345-437c-9a65-630bf6aedc0b", "key": "id", "value": "", "description": "(Required) The id of the source recipe for which similar recipes should be found." } ] }, "description": "Find recipes which are similar to the given one." }, "response": [ { "id": "eadadf79-1387-4a8f-81d2-1f2defd0a687", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/similar?number=10", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "similar" ], "query": [ { "description": "The maximum number of items to return (between 1 and 100). Defaults to 10.", "key": "number", "value": "10" } ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"id\": \"\",\n \"title\": \"\",\n \"imageType\": \"\",\n \"readyInMinutes\": \"\",\n \"servings\": \"\",\n \"sourceUrl\": \"\"\n },\n {\n \"id\": \"\",\n \"title\": \"\",\n \"imageType\": \"\",\n \"readyInMinutes\": \"\",\n \"servings\": \"\",\n \"sourceUrl\": \"\"\n }\n]", "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-eadadf79-1387-4a8f-81d2-1f2defd0a687" }, { "id": "b1187342-77ca-4cac-a856-785f69d5194a", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/similar?number=10", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "similar" ], "query": [ { "description": "The maximum number of items to return (between 1 and 100). Defaults to 10.", "key": "number", "value": "10" } ], "variable": [ { "key": "id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-b1187342-77ca-4cac-a856-785f69d5194a" }, { "id": "b67d88a9-dac8-417c-bd28-f60c25968a10", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/similar?number=10", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "similar" ], "query": [ { "description": "The maximum number of items to return (between 1 and 100). Defaults to 10.", "key": "number", "value": "10" } ], "variable": [ { "key": "id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-b67d88a9-dac8-417c-bd28-f60c25968a10" }, { "id": "d73a003e-ec51-47fe-aa1d-4a49cc9c9799", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/similar?number=10", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "similar" ], "query": [ { "description": "The maximum number of items to return (between 1 and 100). Defaults to 10.", "key": "number", "value": "10" } ], "variable": [ { "key": "id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-d73a003e-ec51-47fe-aa1d-4a49cc9c9799" } ], "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-bca439fd-1ed6-4bb4-964b-9ee86ff143d8" } ], "id": "a3dc2ff8-8285-478a-ad57-08635e559146", "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-a3dc2ff8-8285-478a-ad57-08635e559146" }, { "name": "tasteWidget.json", "item": [ { "name": "Taste by ID", "id": "71f80873-1667-4e0b-86d3-1f93cb3c1bb0", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/tasteWidget.json?normalize=true", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "tasteWidget.json" ], "query": [ { "description": "Normalize to the strongest taste.", "key": "normalize", "value": "true" } ], "variable": [ { "id": "cf62cfd2-337d-4253-a8a6-43701ffd19d1", "key": "id", "value": "", "description": "(Required) The recipe id." } ] }, "description": "Get a recipe's taste. The tastes supported are sweet, salty, sour, bitter, savory, and fatty." }, "response": [ { "id": "4ea42a76-b5c1-4026-bc33-7e24ec8c705f", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/tasteWidget.json?normalize=true", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "tasteWidget.json" ], "query": [ { "description": "Normalize to the strongest taste.", "key": "normalize", "value": "true" } ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"sweetness\": \"\",\n \"saltiness\": \"\",\n \"sourness\": \"\",\n \"bitterness\": \"\",\n \"savoriness\": \"\",\n \"fattiness\": \"\",\n \"spiciness\": \"\"\n}", "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-4ea42a76-b5c1-4026-bc33-7e24ec8c705f" }, { "id": "f83be355-5358-451e-9170-2a2a40519413", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/tasteWidget.json?normalize=true", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "tasteWidget.json" ], "query": [ { "description": "Normalize to the strongest taste.", "key": "normalize", "value": "true" } ], "variable": [ { "key": "id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-f83be355-5358-451e-9170-2a2a40519413" }, { "id": "724ceb39-39c2-4589-a54f-cfda0b4ebafe", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/tasteWidget.json?normalize=true", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "tasteWidget.json" ], "query": [ { "description": "Normalize to the strongest taste.", "key": "normalize", "value": "true" } ], "variable": [ { "key": "id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-724ceb39-39c2-4589-a54f-cfda0b4ebafe" }, { "id": "c69b8c8c-9fc2-4bdd-8e68-7e2a77819c85", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/tasteWidget.json?normalize=true", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "tasteWidget.json" ], "query": [ { "description": "Normalize to the strongest taste.", "key": "normalize", "value": "true" } ], "variable": [ { "key": "id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-c69b8c8c-9fc2-4bdd-8e68-7e2a77819c85" } ], "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-71f80873-1667-4e0b-86d3-1f93cb3c1bb0" } ], "id": "1836f826-330c-4fb0-9d05-5cff4f900e94", "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-1836f826-330c-4fb0-9d05-5cff4f900e94" }, { "name": "tasteWidget.png", "item": [ { "name": "Recipe Taste by ID Image", "id": "ec233981-cd65-4a35-8c81-3c87cf5e2ab9", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "image/png" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/tasteWidget.png?normalize=&rgb=", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "tasteWidget.png" ], "query": [ { "description": "Normalize to the strongest taste.", "key": "normalize", "value": "" }, { "description": "Red, green, blue values for the chart color.", "key": "rgb", "value": "" } ], "variable": [ { "id": "3dd02710-92ae-4954-af87-4933a81e1e22", "key": "id", "value": "", "description": "(Required) The recipe id." } ] }, "description": "Get a recipe's taste as an image. The tastes supported are sweet, salty, sour, bitter, savory, and fatty." }, "response": [ { "id": "af93975e-0096-4e89-9d8e-28cf89e477a0", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "image/png" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/tasteWidget.png?normalize=&rgb=", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "tasteWidget.png" ], "query": [ { "description": "Normalize to the strongest taste.", "key": "normalize", "value": "" }, { "description": "Red, green, blue values for the chart color.", "key": "rgb", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "image/png" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-af93975e-0096-4e89-9d8e-28cf89e477a0" }, { "id": "c3db0651-1415-44bc-93a8-6872b42272d1", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/tasteWidget.png?normalize=&rgb=", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "tasteWidget.png" ], "query": [ { "description": "Normalize to the strongest taste.", "key": "normalize", "value": "" }, { "description": "Red, green, blue values for the chart color.", "key": "rgb", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-c3db0651-1415-44bc-93a8-6872b42272d1" }, { "id": "8dab0bc4-21d2-42ae-be56-ff2c066fa972", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/tasteWidget.png?normalize=&rgb=", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "tasteWidget.png" ], "query": [ { "description": "Normalize to the strongest taste.", "key": "normalize", "value": "" }, { "description": "Red, green, blue values for the chart color.", "key": "rgb", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-8dab0bc4-21d2-42ae-be56-ff2c066fa972" }, { "id": "0b033915-6951-4202-9120-71f654dff852", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/tasteWidget.png?normalize=&rgb=", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "tasteWidget.png" ], "query": [ { "description": "Normalize to the strongest taste.", "key": "normalize", "value": "" }, { "description": "Red, green, blue values for the chart color.", "key": "rgb", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-0b033915-6951-4202-9120-71f654dff852" } ], "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-ec233981-cd65-4a35-8c81-3c87cf5e2ab9" } ], "id": "d873f0d7-9fe5-4bc5-8b1b-ba226f54161d", "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-d873f0d7-9fe5-4bc5-8b1b-ba226f54161d" }, { "name": "equipmentWidget.json", "item": [ { "name": "Equipment by ID", "id": "cf81b6ec-bae6-43d5-93d2-ca87b4cf40d6", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/equipmentWidget.json", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "equipmentWidget.json" ], "variable": [ { "id": "a97ddbbd-dffb-4b85-89d9-b2db422a070d", "key": "id", "value": "", "description": "(Required) The recipe id." } ] }, "description": "Get a recipe's equipment list." }, "response": [ { "id": "8f989781-19a7-4919-aa40-05da24400e78", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/equipmentWidget.json", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "equipmentWidget.json" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"equipment\": [\n {\n \"image\": \"\",\n \"name\": \"\"\n },\n {\n \"image\": \"\",\n \"name\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-8f989781-19a7-4919-aa40-05da24400e78" }, { "id": "20b7245e-30ef-4671-b66e-3879115721e7", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/equipmentWidget.json", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "equipmentWidget.json" ], "variable": [ { "key": "id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-20b7245e-30ef-4671-b66e-3879115721e7" }, { "id": "146a337a-1093-4198-bd73-b8c007ef7ced", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/equipmentWidget.json", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "equipmentWidget.json" ], "variable": [ { "key": "id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-146a337a-1093-4198-bd73-b8c007ef7ced" }, { "id": "f7479047-62d4-4828-9e84-52481981dc02", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/equipmentWidget.json", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "equipmentWidget.json" ], "variable": [ { "key": "id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-f7479047-62d4-4828-9e84-52481981dc02" } ], "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-cf81b6ec-bae6-43d5-93d2-ca87b4cf40d6" } ], "id": "a1bfed08-00b0-429c-8512-d460e3251902", "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-a1bfed08-00b0-429c-8512-d460e3251902" }, { "name": "equipmentWidget.png", "item": [ { "name": "Equipment by ID Image", "id": "392021de-be29-4538-8239-ff1849ae5420", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "image/png" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/equipmentWidget.png", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "equipmentWidget.png" ], "variable": [ { "id": "72771668-4334-4c02-b84b-e44bb2383553", "key": "id", "value": "", "description": "(Required) The recipe id." } ] }, "description": "Visualize a recipe's equipment list as an image." }, "response": [ { "id": "5f725a89-0f67-48d3-8531-c261aad48bb5", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "image/png" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/equipmentWidget.png", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "equipmentWidget.png" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "image/png" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-5f725a89-0f67-48d3-8531-c261aad48bb5" }, { "id": "92f9c20e-824d-4fef-b292-ca78d9be660a", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/equipmentWidget.png", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "equipmentWidget.png" ], "variable": [ { "key": "id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-92f9c20e-824d-4fef-b292-ca78d9be660a" }, { "id": "a4e5bf20-3da6-4445-af3e-81d0c8a0c033", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/equipmentWidget.png", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "equipmentWidget.png" ], "variable": [ { "key": "id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-a4e5bf20-3da6-4445-af3e-81d0c8a0c033" }, { "id": "b945a4bf-f05e-4f82-9189-95de57e5c711", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/equipmentWidget.png", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "equipmentWidget.png" ], "variable": [ { "key": "id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-b945a4bf-f05e-4f82-9189-95de57e5c711" } ], "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-392021de-be29-4538-8239-ff1849ae5420" } ], "id": "ad420b32-4680-46df-a22a-2a837141f643", "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-ad420b32-4680-46df-a22a-2a837141f643" }, { "name": "priceBreakdownWidget.json", "item": [ { "name": "Price Breakdown by ID", "id": "c3a810ef-87e0-4e8b-b2a2-03d146780eca", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/priceBreakdownWidget.json", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "priceBreakdownWidget.json" ], "variable": [ { "id": "1d21e05b-9361-4689-a021-182d3797072c", "key": "id", "value": "", "description": "(Required) The recipe id." } ] }, "description": "Get a recipe's price breakdown data." }, "response": [ { "id": "ba0b69dd-b3c9-4870-a271-f5a0b0460533", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/priceBreakdownWidget.json", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "priceBreakdownWidget.json" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"ingredients\": [\n {\n \"image\": \"\",\n \"name\": \"\",\n \"price\": \"\",\n \"amount\": {\n \"metric\": {\n \"unit\": \"\",\n \"value\": \"\"\n },\n \"us\": {\n \"unit\": \"\",\n \"value\": \"\"\n }\n }\n },\n {\n \"image\": \"\",\n \"name\": \"\",\n \"price\": \"\",\n \"amount\": {\n \"metric\": {\n \"unit\": \"\",\n \"value\": \"\"\n },\n \"us\": {\n \"unit\": \"\",\n \"value\": \"\"\n }\n }\n }\n ],\n \"totalCost\": \"\",\n \"totalCostPerServing\": \"\"\n}", "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-ba0b69dd-b3c9-4870-a271-f5a0b0460533" }, { "id": "a2ee584d-5a47-4c7e-ac4c-d76940632fa2", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/priceBreakdownWidget.json", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "priceBreakdownWidget.json" ], "variable": [ { "key": "id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-a2ee584d-5a47-4c7e-ac4c-d76940632fa2" }, { "id": "38926fd4-1681-41ba-9ace-5892a1d7b48c", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/priceBreakdownWidget.json", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "priceBreakdownWidget.json" ], "variable": [ { "key": "id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-38926fd4-1681-41ba-9ace-5892a1d7b48c" }, { "id": "d32aea9c-ecb0-4e79-8f36-117968b6bbac", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/priceBreakdownWidget.json", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "priceBreakdownWidget.json" ], "variable": [ { "key": "id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-d32aea9c-ecb0-4e79-8f36-117968b6bbac" } ], "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-c3a810ef-87e0-4e8b-b2a2-03d146780eca" } ], "id": "6246d291-05c8-456e-9c68-5dd165de673f", "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-6246d291-05c8-456e-9c68-5dd165de673f" }, { "name": "priceBreakdownWidget.png", "item": [ { "name": "Price Breakdown by ID Image", "id": "e2d95daa-329c-452a-a321-bf3fe2965b7a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "image/png" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/priceBreakdownWidget.png", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "priceBreakdownWidget.png" ], "variable": [ { "id": "d7aa70b5-911a-43ad-864d-101242261b9a", "key": "id", "value": "", "description": "(Required) The recipe id." } ] }, "description": "Visualize a recipe's price breakdown." }, "response": [ { "id": "38381466-eb0e-4d44-9dfc-008c7f755a67", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "image/png" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/priceBreakdownWidget.png", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "priceBreakdownWidget.png" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "image/png" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-38381466-eb0e-4d44-9dfc-008c7f755a67" }, { "id": "3eb58291-b7a5-4e47-b70c-89e595186e4a", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/priceBreakdownWidget.png", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "priceBreakdownWidget.png" ], "variable": [ { "key": "id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-3eb58291-b7a5-4e47-b70c-89e595186e4a" }, { "id": "439606a5-d791-46d3-8478-37166bfe0e67", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/priceBreakdownWidget.png", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "priceBreakdownWidget.png" ], "variable": [ { "key": "id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-439606a5-d791-46d3-8478-37166bfe0e67" }, { "id": "5d514e85-7830-48f7-a142-604ebac54748", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/priceBreakdownWidget.png", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "priceBreakdownWidget.png" ], "variable": [ { "key": "id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-5d514e85-7830-48f7-a142-604ebac54748" } ], "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-e2d95daa-329c-452a-a321-bf3fe2965b7a" } ], "id": "65955f98-77fa-4b15-ac71-8886052abbe2", "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-65955f98-77fa-4b15-ac71-8886052abbe2" }, { "name": "ingredientWidget.json", "item": [ { "name": "Ingredients by ID", "id": "260f801e-377e-407a-a67a-dcc1559846d1", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/ingredientWidget.json", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "ingredientWidget.json" ], "variable": [ { "id": "f81b0f0f-ca28-44ef-b740-34a41a33f43d", "key": "id", "value": "", "description": "(Required) The recipe id." } ] }, "description": "Get a recipe's ingredient list." }, "response": [ { "id": "50216407-069c-4a3e-8017-eb49c5f5d34f", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/ingredientWidget.json", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "ingredientWidget.json" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"ingredients\": [\n {\n \"image\": \"\",\n \"name\": \"\",\n \"amount\": {\n \"metric\": {\n \"unit\": \"\",\n \"value\": \"\"\n },\n \"us\": {\n \"unit\": \"\",\n \"value\": \"\"\n }\n }\n },\n {\n \"image\": \"\",\n \"name\": \"\",\n \"amount\": {\n \"metric\": {\n \"unit\": \"\",\n \"value\": \"\"\n },\n \"us\": {\n \"unit\": \"\",\n \"value\": \"\"\n }\n }\n }\n ]\n}", "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-50216407-069c-4a3e-8017-eb49c5f5d34f" }, { "id": "7df01d9f-373c-4b92-84aa-da1acf4bf4ca", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/ingredientWidget.json", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "ingredientWidget.json" ], "variable": [ { "key": "id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-7df01d9f-373c-4b92-84aa-da1acf4bf4ca" }, { "id": "0ee9a91b-140b-47e7-aae5-d375a1bd6bea", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/ingredientWidget.json", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "ingredientWidget.json" ], "variable": [ { "key": "id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-0ee9a91b-140b-47e7-aae5-d375a1bd6bea" }, { "id": "3ce6060e-ba7b-4e7a-b34e-9383d9ed8b58", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/ingredientWidget.json", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "ingredientWidget.json" ], "variable": [ { "key": "id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-3ce6060e-ba7b-4e7a-b34e-9383d9ed8b58" } ], "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-260f801e-377e-407a-a67a-dcc1559846d1" } ], "id": "3aa96c9a-5e2d-4189-b038-b6a83009b5f0", "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-3aa96c9a-5e2d-4189-b038-b6a83009b5f0" }, { "name": "nutritionWidget.json", "item": [ { "name": "Nutrition by ID", "id": "f42e3769-61df-415b-99b5-679376bd4fc8", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/nutritionWidget.json", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "nutritionWidget.json" ], "variable": [ { "id": "1218b618-e990-4fa8-a374-2d753c718d56", "key": "id", "value": "", "description": "(Required) The recipe id." } ] }, "description": "Get a recipe's nutrition data." }, "response": [ { "id": "68155a0a-62bf-4bf5-a800-81a3b0311628", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/nutritionWidget.json", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "nutritionWidget.json" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"calories\": \"\",\n \"carbs\": \"\",\n \"fat\": \"\",\n \"protein\": \"\",\n \"bad\": [\n {\n \"title\": \"\",\n \"amount\": \"\",\n \"indented\": \"\",\n \"percentOfDailyNeeds\": \"\"\n },\n {\n \"title\": \"\",\n \"amount\": \"\",\n \"indented\": \"\",\n \"percentOfDailyNeeds\": \"\"\n }\n ],\n \"good\": [\n {\n \"amount\": \"\",\n \"indented\": \"\",\n \"percentOfDailyNeeds\": \"\",\n \"title\": \"\"\n },\n {\n \"amount\": \"\",\n \"indented\": \"\",\n \"percentOfDailyNeeds\": \"\",\n \"title\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-68155a0a-62bf-4bf5-a800-81a3b0311628" }, { "id": "b78b6972-eb8f-4314-a357-c93a9d111498", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/nutritionWidget.json", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "nutritionWidget.json" ], "variable": [ { "key": "id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-b78b6972-eb8f-4314-a357-c93a9d111498" }, { "id": "cdf36892-372e-4c85-9c31-df7b3356982b", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/nutritionWidget.json", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "nutritionWidget.json" ], "variable": [ { "key": "id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-cdf36892-372e-4c85-9c31-df7b3356982b" }, { "id": "5cf90093-f274-4c13-9de9-2632c7b5b916", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/nutritionWidget.json", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "nutritionWidget.json" ], "variable": [ { "key": "id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-5cf90093-f274-4c13-9de9-2632c7b5b916" } ], "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-f42e3769-61df-415b-99b5-679376bd4fc8" } ], "id": "024dae6a-c5fb-4bbd-bb50-d93891aedfc5", "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-024dae6a-c5fb-4bbd-bb50-d93891aedfc5" }, { "name": "nutritionWidget.png", "item": [ { "name": "Recipe Nutrition by ID Image", "id": "41265527-5c46-4fa0-8e6a-c86273e478b0", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "image/png" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/nutritionWidget.png", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "nutritionWidget.png" ], "variable": [ { "id": "5dea8664-f671-4504-933c-c9867b8b9747", "key": "id", "value": "", "description": "(Required) The recipe id." } ] }, "description": "Visualize a recipe's nutritional information as an image." }, "response": [ { "id": "cf7ea4e5-d1c1-40d8-96dd-7c8e976ae451", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "image/png" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/nutritionWidget.png", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "nutritionWidget.png" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "image/png" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-cf7ea4e5-d1c1-40d8-96dd-7c8e976ae451" }, { "id": "fda4ff48-091e-43b9-8ddf-7ebf7f4b5218", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/nutritionWidget.png", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "nutritionWidget.png" ], "variable": [ { "key": "id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-fda4ff48-091e-43b9-8ddf-7ebf7f4b5218" }, { "id": "bda4ed40-94e5-434b-8bbb-1890922768a5", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/nutritionWidget.png", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "nutritionWidget.png" ], "variable": [ { "key": "id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-bda4ed40-94e5-434b-8bbb-1890922768a5" }, { "id": "0c1b5c35-b5dd-41e1-a89c-f5227e2861f1", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/nutritionWidget.png", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "nutritionWidget.png" ], "variable": [ { "key": "id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-0c1b5c35-b5dd-41e1-a89c-f5227e2861f1" } ], "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-41265527-5c46-4fa0-8e6a-c86273e478b0" } ], "id": "1f07dc79-b3dc-480a-8240-ef9cbf4bee1b", "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-1f07dc79-b3dc-480a-8240-ef9cbf4bee1b" }, { "name": "nutritionLabel", "item": [ { "name": "Recipe Nutrition Label Widget", "id": "44cfbf62-31cd-40f4-9398-e8b57aaf9dbc", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "text/html" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/nutritionLabel?defaultCss=true&showOptionalNutrients=&showZeroValues=&showIngredients=", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "nutritionLabel" ], "query": [ { "description": "Whether the default CSS should be added to the response.", "key": "defaultCss", "value": "true" }, { "description": "Whether to show optional nutrients.", "key": "showOptionalNutrients", "value": "" }, { "description": "Whether to show zero values.", "key": "showZeroValues", "value": "" }, { "description": "Whether to show a list of ingredients.", "key": "showIngredients", "value": "" } ], "variable": [ { "id": "f35872d5-3751-4ce3-b4bf-6993d82d3593", "key": "id", "value": "", "description": "(Required) The recipe id." } ] }, "description": "Get a recipe's nutrition label as an HTML widget." }, "response": [ { "id": "c33dbd17-db6e-4d8f-b335-45b9c65843d0", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "text/html" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/nutritionLabel?defaultCss=true&showOptionalNutrients=&showZeroValues=&showIngredients=", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "nutritionLabel" ], "query": [ { "description": "Whether the default CSS should be added to the response.", "key": "defaultCss", "value": "true" }, { "description": "Whether to show optional nutrients.", "key": "showOptionalNutrients", "value": "" }, { "description": "Whether to show zero values.", "key": "showZeroValues", "value": "" }, { "description": "Whether to show a list of ingredients.", "key": "showIngredients", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/html" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-c33dbd17-db6e-4d8f-b335-45b9c65843d0" }, { "id": "511a7fe2-5151-4179-82cd-ebe0640a6a5d", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/nutritionLabel?defaultCss=true&showOptionalNutrients=&showZeroValues=&showIngredients=", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "nutritionLabel" ], "query": [ { "description": "Whether the default CSS should be added to the response.", "key": "defaultCss", "value": "true" }, { "description": "Whether to show optional nutrients.", "key": "showOptionalNutrients", "value": "" }, { "description": "Whether to show zero values.", "key": "showZeroValues", "value": "" }, { "description": "Whether to show a list of ingredients.", "key": "showIngredients", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-511a7fe2-5151-4179-82cd-ebe0640a6a5d" }, { "id": "c5936923-4784-4167-831b-a0978ebbe3e3", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/nutritionLabel?defaultCss=true&showOptionalNutrients=&showZeroValues=&showIngredients=", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "nutritionLabel" ], "query": [ { "description": "Whether the default CSS should be added to the response.", "key": "defaultCss", "value": "true" }, { "description": "Whether to show optional nutrients.", "key": "showOptionalNutrients", "value": "" }, { "description": "Whether to show zero values.", "key": "showZeroValues", "value": "" }, { "description": "Whether to show a list of ingredients.", "key": "showIngredients", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-c5936923-4784-4167-831b-a0978ebbe3e3" }, { "id": "f1976191-9286-49cc-8eba-cc53cc0aee93", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/nutritionLabel?defaultCss=true&showOptionalNutrients=&showZeroValues=&showIngredients=", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "nutritionLabel" ], "query": [ { "description": "Whether the default CSS should be added to the response.", "key": "defaultCss", "value": "true" }, { "description": "Whether to show optional nutrients.", "key": "showOptionalNutrients", "value": "" }, { "description": "Whether to show zero values.", "key": "showZeroValues", "value": "" }, { "description": "Whether to show a list of ingredients.", "key": "showIngredients", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-f1976191-9286-49cc-8eba-cc53cc0aee93" } ], "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-44cfbf62-31cd-40f4-9398-e8b57aaf9dbc" } ], "id": "06e2b1ac-9cfc-4079-8d8d-9461dbf65d10", "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-06e2b1ac-9cfc-4079-8d8d-9461dbf65d10" }, { "name": "nutritionLabel.png", "item": [ { "name": "Recipe Nutrition Label Image", "id": "364cdba2-9ee4-4ece-bad8-1775e44944a2", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "image/png" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/nutritionLabel.png?showOptionalNutrients=&showZeroValues=&showIngredients=", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "nutritionLabel.png" ], "query": [ { "description": "Whether to show optional nutrients.", "key": "showOptionalNutrients", "value": "" }, { "description": "Whether to show zero values.", "key": "showZeroValues", "value": "" }, { "description": "Whether to show a list of ingredients.", "key": "showIngredients", "value": "" } ], "variable": [ { "id": "bfb8e764-ce4b-4020-a6dc-0596d0dbb5bc", "key": "id", "value": "", "description": "(Required) The recipe id." } ] }, "description": "Get a recipe's nutrition label as an image." }, "response": [ { "id": "d80966ce-abc1-43b6-a6ee-31a612edeb3e", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "image/png" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/nutritionLabel.png?showOptionalNutrients=&showZeroValues=&showIngredients=", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "nutritionLabel.png" ], "query": [ { "description": "Whether to show optional nutrients.", "key": "showOptionalNutrients", "value": "" }, { "description": "Whether to show zero values.", "key": "showZeroValues", "value": "" }, { "description": "Whether to show a list of ingredients.", "key": "showIngredients", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "image/png" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-d80966ce-abc1-43b6-a6ee-31a612edeb3e" }, { "id": "246978cb-fec2-4857-a0b1-6e007c700648", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/nutritionLabel.png?showOptionalNutrients=&showZeroValues=&showIngredients=", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "nutritionLabel.png" ], "query": [ { "description": "Whether to show optional nutrients.", "key": "showOptionalNutrients", "value": "" }, { "description": "Whether to show zero values.", "key": "showZeroValues", "value": "" }, { "description": "Whether to show a list of ingredients.", "key": "showIngredients", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-246978cb-fec2-4857-a0b1-6e007c700648" }, { "id": "8cc80847-e90a-4f7e-9bef-999b2308f774", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/nutritionLabel.png?showOptionalNutrients=&showZeroValues=&showIngredients=", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "nutritionLabel.png" ], "query": [ { "description": "Whether to show optional nutrients.", "key": "showOptionalNutrients", "value": "" }, { "description": "Whether to show zero values.", "key": "showZeroValues", "value": "" }, { "description": "Whether to show a list of ingredients.", "key": "showIngredients", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-8cc80847-e90a-4f7e-9bef-999b2308f774" }, { "id": "bab62345-cb4d-465f-9750-e75b697c770e", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/nutritionLabel.png?showOptionalNutrients=&showZeroValues=&showIngredients=", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "nutritionLabel.png" ], "query": [ { "description": "Whether to show optional nutrients.", "key": "showOptionalNutrients", "value": "" }, { "description": "Whether to show zero values.", "key": "showZeroValues", "value": "" }, { "description": "Whether to show a list of ingredients.", "key": "showIngredients", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-bab62345-cb4d-465f-9750-e75b697c770e" } ], "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-364cdba2-9ee4-4ece-bad8-1775e44944a2" } ], "id": "baee515b-99c1-46d2-8090-f0adb9602bd2", "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-baee515b-99c1-46d2-8090-f0adb9602bd2" }, { "name": "analyzedInstructions", "item": [ { "name": "Get Analyzed Recipe Instructions", "id": "0f0f2497-d410-498c-bdad-9d505fd58e5f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/analyzedInstructions?stepBreakdown=", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "analyzedInstructions" ], "query": [ { "description": "Whether to break down the recipe steps even more.", "key": "stepBreakdown", "value": "" } ], "variable": [ { "id": "9330eb6a-aa99-4577-ac6a-a02926ecd2b1", "key": "id", "value": "", "description": "(Required) The recipe id." } ] }, "description": "Get an analyzed breakdown of a recipe's instructions. Each step is enriched with the ingredients and equipment required." }, "response": [ { "id": "3f255e8a-76a7-4f98-b0ae-32ce59a87cbe", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/analyzedInstructions?stepBreakdown=", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "analyzedInstructions" ], "query": [ { "description": "Whether to break down the recipe steps even more.", "key": "stepBreakdown", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"name\": \"\",\n \"steps\": [\n {\n \"number\": \"\",\n \"step\": \"\",\n \"ingredients\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"localizedName\": \"\",\n \"image\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"localizedName\": \"\",\n \"image\": \"\"\n }\n ],\n \"equipment\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"localizedName\": \"\",\n \"image\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"localizedName\": \"\",\n \"image\": \"\"\n }\n ]\n },\n {\n \"number\": \"\",\n \"step\": \"\",\n \"ingredients\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"localizedName\": \"\",\n \"image\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"localizedName\": \"\",\n \"image\": \"\"\n }\n ],\n \"equipment\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"localizedName\": \"\",\n \"image\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"localizedName\": \"\",\n \"image\": \"\"\n }\n ]\n }\n ]\n },\n {\n \"name\": \"\",\n \"steps\": [\n {\n \"number\": \"\",\n \"step\": \"\",\n \"ingredients\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"localizedName\": \"\",\n \"image\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"localizedName\": \"\",\n \"image\": \"\"\n }\n ],\n \"equipment\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"localizedName\": \"\",\n \"image\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"localizedName\": \"\",\n \"image\": \"\"\n }\n ]\n },\n {\n \"number\": \"\",\n \"step\": \"\",\n \"ingredients\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"localizedName\": \"\",\n \"image\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"localizedName\": \"\",\n \"image\": \"\"\n }\n ],\n \"equipment\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"localizedName\": \"\",\n \"image\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"localizedName\": \"\",\n \"image\": \"\"\n }\n ]\n }\n ]\n }\n]", "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-3f255e8a-76a7-4f98-b0ae-32ce59a87cbe" }, { "id": "dbf8ef42-608f-4576-a0ae-4d4971423428", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/analyzedInstructions?stepBreakdown=", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "analyzedInstructions" ], "query": [ { "description": "Whether to break down the recipe steps even more.", "key": "stepBreakdown", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-dbf8ef42-608f-4576-a0ae-4d4971423428" }, { "id": "8c67253d-5df5-41fd-9de7-934d9212eef0", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/analyzedInstructions?stepBreakdown=", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "analyzedInstructions" ], "query": [ { "description": "Whether to break down the recipe steps even more.", "key": "stepBreakdown", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-8c67253d-5df5-41fd-9de7-934d9212eef0" }, { "id": "9a79c6a9-b9a1-4652-a686-c52ceb9a3f88", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/analyzedInstructions?stepBreakdown=", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "analyzedInstructions" ], "query": [ { "description": "Whether to break down the recipe steps even more.", "key": "stepBreakdown", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-9a79c6a9-b9a1-4652-a686-c52ceb9a3f88" } ], "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-0f0f2497-d410-498c-bdad-9d505fd58e5f" } ], "id": "38994ea6-482b-46b6-ad92-c83289415f38", "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-38994ea6-482b-46b6-ad92-c83289415f38" }, { "name": "ingredientWidget", "item": [ { "name": "Ingredients by ID Widget", "id": "e4759506-358f-40c2-b510-4e76a6e5c672", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "text/html" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/ingredientWidget?defaultCss=true&measure=us", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "ingredientWidget" ], "query": [ { "description": "Whether the default CSS should be added to the response.", "key": "defaultCss", "value": "true" }, { "description": "Whether the the measures should be 'us' or 'metric'.", "key": "measure", "value": "us" } ], "variable": [ { "id": "fafd8dbb-b859-4c6e-b10c-3c798f326e82", "key": "id", "value": "", "description": "(Required) The recipe id." } ] }, "description": "Visualize a recipe's ingredient list." }, "response": [ { "id": "71504e85-422d-4e76-a5cd-4b0e85e4de23", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "text/html" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/ingredientWidget?defaultCss=true&measure=us", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "ingredientWidget" ], "query": [ { "description": "Whether the default CSS should be added to the response.", "key": "defaultCss", "value": "true" }, { "description": "Whether the the measures should be 'us' or 'metric'.", "key": "measure", "value": "us" } ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/html" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-71504e85-422d-4e76-a5cd-4b0e85e4de23" }, { "id": "be84c079-3ef2-4699-a64b-44990ce777f0", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/ingredientWidget?defaultCss=true&measure=us", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "ingredientWidget" ], "query": [ { "description": "Whether the default CSS should be added to the response.", "key": "defaultCss", "value": "true" }, { "description": "Whether the the measures should be 'us' or 'metric'.", "key": "measure", "value": "us" } ], "variable": [ { "key": "id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-be84c079-3ef2-4699-a64b-44990ce777f0" }, { "id": "cfacc1d2-f65e-4378-bc5f-12b605dbb901", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/ingredientWidget?defaultCss=true&measure=us", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "ingredientWidget" ], "query": [ { "description": "Whether the default CSS should be added to the response.", "key": "defaultCss", "value": "true" }, { "description": "Whether the the measures should be 'us' or 'metric'.", "key": "measure", "value": "us" } ], "variable": [ { "key": "id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-cfacc1d2-f65e-4378-bc5f-12b605dbb901" }, { "id": "9fee9b67-67a5-461d-86c0-b796b19b0f09", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/ingredientWidget?defaultCss=true&measure=us", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "ingredientWidget" ], "query": [ { "description": "Whether the default CSS should be added to the response.", "key": "defaultCss", "value": "true" }, { "description": "Whether the the measures should be 'us' or 'metric'.", "key": "measure", "value": "us" } ], "variable": [ { "key": "id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-9fee9b67-67a5-461d-86c0-b796b19b0f09" } ], "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-e4759506-358f-40c2-b510-4e76a6e5c672" } ], "id": "f50b445d-3347-48e1-9d84-23c9de8374fa", "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-f50b445d-3347-48e1-9d84-23c9de8374fa" }, { "name": "tasteWidget", "item": [ { "name": "Recipe Taste by ID Widget", "id": "6b8c8a8a-5acf-4178-a9e8-171d667b27c5", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "text/html" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/tasteWidget?normalize=true&rgb=", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "tasteWidget" ], "query": [ { "description": "Whether to normalize to the strongest taste.", "key": "normalize", "value": "true" }, { "description": "Red, green, blue values for the chart color.", "key": "rgb", "value": "" } ], "variable": [ { "id": "207df67c-a363-41a7-8c3d-dac8b6785ea8", "key": "id", "value": "", "description": "(Required) The recipe id." } ] }, "description": "Get a recipe's taste. The tastes supported are sweet, salty, sour, bitter, savory, and fatty." }, "response": [ { "id": "4ae5c130-2f04-4dcb-99f9-89c9978a37d0", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "text/html" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/tasteWidget?normalize=true&rgb=", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "tasteWidget" ], "query": [ { "description": "Whether to normalize to the strongest taste.", "key": "normalize", "value": "true" }, { "description": "Red, green, blue values for the chart color.", "key": "rgb", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/html" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-4ae5c130-2f04-4dcb-99f9-89c9978a37d0" }, { "id": "928040d7-14f1-4b43-a26e-f55986567613", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/tasteWidget?normalize=true&rgb=", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "tasteWidget" ], "query": [ { "description": "Whether to normalize to the strongest taste.", "key": "normalize", "value": "true" }, { "description": "Red, green, blue values for the chart color.", "key": "rgb", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-928040d7-14f1-4b43-a26e-f55986567613" }, { "id": "91831162-365c-4b3a-8b72-6bc70f7fd3b4", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/tasteWidget?normalize=true&rgb=", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "tasteWidget" ], "query": [ { "description": "Whether to normalize to the strongest taste.", "key": "normalize", "value": "true" }, { "description": "Red, green, blue values for the chart color.", "key": "rgb", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-91831162-365c-4b3a-8b72-6bc70f7fd3b4" }, { "id": "ea173d6f-03c5-4686-a0a3-3e51c12e8f0d", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/tasteWidget?normalize=true&rgb=", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "tasteWidget" ], "query": [ { "description": "Whether to normalize to the strongest taste.", "key": "normalize", "value": "true" }, { "description": "Red, green, blue values for the chart color.", "key": "rgb", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-ea173d6f-03c5-4686-a0a3-3e51c12e8f0d" } ], "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-6b8c8a8a-5acf-4178-a9e8-171d667b27c5" } ], "id": "cf7ef699-0b3b-4fb8-ba48-bd09c83e7451", "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-cf7ef699-0b3b-4fb8-ba48-bd09c83e7451" }, { "name": "equipmentWidget", "item": [ { "name": "Equipment by ID Widget", "id": "f7a8c2c3-7cd2-4998-8ad7-4e988bc432b7", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "text/html" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/equipmentWidget?defaultCss=true", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "equipmentWidget" ], "query": [ { "description": "Whether the default CSS should be added to the response.", "key": "defaultCss", "value": "true" } ], "variable": [ { "id": "8032bcd5-c865-4c12-ae67-3ccc0bdcdf10", "key": "id", "value": "", "description": "(Required) The recipe id." } ] }, "description": "Visualize a recipe's equipment list." }, "response": [ { "id": "1a6a1b1f-b02b-409b-9de9-733f42d7ee21", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "text/html" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/equipmentWidget?defaultCss=true", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "equipmentWidget" ], "query": [ { "description": "Whether the default CSS should be added to the response.", "key": "defaultCss", "value": "true" } ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/html" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-1a6a1b1f-b02b-409b-9de9-733f42d7ee21" }, { "id": "9d7121d1-4e71-4ca4-916a-200e78fc55e6", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/equipmentWidget?defaultCss=true", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "equipmentWidget" ], "query": [ { "description": "Whether the default CSS should be added to the response.", "key": "defaultCss", "value": "true" } ], "variable": [ { "key": "id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-9d7121d1-4e71-4ca4-916a-200e78fc55e6" }, { "id": "9144ecbe-9975-4269-84eb-d148a2c0a597", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/equipmentWidget?defaultCss=true", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "equipmentWidget" ], "query": [ { "description": "Whether the default CSS should be added to the response.", "key": "defaultCss", "value": "true" } ], "variable": [ { "key": "id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-9144ecbe-9975-4269-84eb-d148a2c0a597" }, { "id": "4ae252ee-e526-4db7-b780-a82468b623d4", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/equipmentWidget?defaultCss=true", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "equipmentWidget" ], "query": [ { "description": "Whether the default CSS should be added to the response.", "key": "defaultCss", "value": "true" } ], "variable": [ { "key": "id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-4ae252ee-e526-4db7-b780-a82468b623d4" } ], "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-f7a8c2c3-7cd2-4998-8ad7-4e988bc432b7" } ], "id": "773c9300-d043-430e-8629-fd7eac39e59a", "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-773c9300-d043-430e-8629-fd7eac39e59a" }, { "name": "priceBreakdownWidget", "item": [ { "name": "Price Breakdown by ID Widget", "id": "34da2475-ce2e-46f6-b4ec-d7c98b8f9dc8", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "text/html" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/priceBreakdownWidget?defaultCss=true", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "priceBreakdownWidget" ], "query": [ { "description": "Whether the default CSS should be added to the response.", "key": "defaultCss", "value": "true" } ], "variable": [ { "id": "a269327d-dda2-4611-94fd-3fd190c8ef1a", "key": "id", "value": "", "description": "(Required) The recipe id." } ] }, "description": "Visualize a recipe's price breakdown." }, "response": [ { "id": "a4a55029-9cfe-4155-8fe0-e34c999cbc60", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "text/html" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/priceBreakdownWidget?defaultCss=true", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "priceBreakdownWidget" ], "query": [ { "description": "Whether the default CSS should be added to the response.", "key": "defaultCss", "value": "true" } ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/html" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-a4a55029-9cfe-4155-8fe0-e34c999cbc60" }, { "id": "5a6b5327-a63b-4ce9-9812-98b0317bf9e5", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/priceBreakdownWidget?defaultCss=true", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "priceBreakdownWidget" ], "query": [ { "description": "Whether the default CSS should be added to the response.", "key": "defaultCss", "value": "true" } ], "variable": [ { "key": "id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-5a6b5327-a63b-4ce9-9812-98b0317bf9e5" }, { "id": "e05b1b8a-478b-460a-9209-cd7627057d13", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/priceBreakdownWidget?defaultCss=true", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "priceBreakdownWidget" ], "query": [ { "description": "Whether the default CSS should be added to the response.", "key": "defaultCss", "value": "true" } ], "variable": [ { "key": "id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-e05b1b8a-478b-460a-9209-cd7627057d13" }, { "id": "5e61ec45-c87a-4c2f-8ac7-3293724d60d8", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/priceBreakdownWidget?defaultCss=true", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "priceBreakdownWidget" ], "query": [ { "description": "Whether the default CSS should be added to the response.", "key": "defaultCss", "value": "true" } ], "variable": [ { "key": "id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-5e61ec45-c87a-4c2f-8ac7-3293724d60d8" } ], "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-34da2475-ce2e-46f6-b4ec-d7c98b8f9dc8" } ], "id": "bc5e3e38-0e0d-409d-9c5a-001fdc3912d2", "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-bc5e3e38-0e0d-409d-9c5a-001fdc3912d2" }, { "name": "summary", "item": [ { "name": "Summarize Recipe", "id": "e5e59a36-f6fc-4248-ad39-a7f2b969b837", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/summary", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "summary" ], "variable": [ { "id": "b7d0b055-4f46-4939-8e47-9616af4327cd", "key": "id", "value": "", "description": "(Required) The recipe id." } ] }, "description": "Automatically generate a short description that summarizes key information about the recipe." }, "response": [ { "id": "4385020b-8a64-4f18-98bc-eee1c659ecf2", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/summary", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "summary" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"summary\": \"\",\n \"title\": \"\"\n}", "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-4385020b-8a64-4f18-98bc-eee1c659ecf2" }, { "id": "6645b0a9-32f6-4b3d-bf60-4f871671944f", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/summary", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "summary" ], "variable": [ { "key": "id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-6645b0a9-32f6-4b3d-bf60-4f871671944f" }, { "id": "0a8d2d8a-1870-47d4-8256-d44f9ab4b6f5", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/summary", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "summary" ], "variable": [ { "key": "id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-0a8d2d8a-1870-47d4-8256-d44f9ab4b6f5" }, { "id": "9a0e7d08-ecad-48cc-b27e-67ec2e7ef8a4", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/summary", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "summary" ], "variable": [ { "key": "id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-9a0e7d08-ecad-48cc-b27e-67ec2e7ef8a4" } ], "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-e5e59a36-f6fc-4248-ad39-a7f2b969b837" } ], "id": "d4d1b1f4-ae9a-4cb4-9de3-450db2f744a1", "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-d4d1b1f4-ae9a-4cb4-9de3-450db2f744a1" }, { "name": "card", "item": [ { "name": "Create Recipe Card", "id": "7ee5a4bc-a682-4eb1-a8ff-64dc2181574d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/card?mask=&backgroundImage=&backgroundColor=&fontColor=", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "card" ], "query": [ { "description": "The mask to put over the recipe image (\"ellipseMask\", \"diamondMask\", \"starMask\", \"heartMask\", \"potMask\", \"fishMask\").", "key": "mask", "value": "" }, { "description": "The background image (\"none\",\"background1\", or \"background2\").", "key": "backgroundImage", "value": "" }, { "description": "The background color for the recipe card as a hex-string.", "key": "backgroundColor", "value": "" }, { "description": "The font color for the recipe card as a hex-string.", "key": "fontColor", "value": "" } ], "variable": [ { "id": "898e02dc-a10d-4e93-8b78-43beac586e4c", "key": "id", "value": "", "description": "(Required) The recipe id." } ] }, "description": "Generate a recipe card for a recipe." }, "response": [ { "id": "dad213d4-659b-4f6e-8423-5cd6c5de958d", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/card?mask=&backgroundImage=&backgroundColor=&fontColor=", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "card" ], "query": [ { "description": "The mask to put over the recipe image (\"ellipseMask\", \"diamondMask\", \"starMask\", \"heartMask\", \"potMask\", \"fishMask\").", "key": "mask", "value": "" }, { "description": "The background image (\"none\",\"background1\", or \"background2\").", "key": "backgroundImage", "value": "" }, { "description": "The background color for the recipe card as a hex-string.", "key": "backgroundColor", "value": "" }, { "description": "The font color for the recipe card as a hex-string.", "key": "fontColor", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-dad213d4-659b-4f6e-8423-5cd6c5de958d" }, { "id": "14c04151-b024-47ac-8631-ef2a33003c09", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/card?mask=&backgroundImage=&backgroundColor=&fontColor=", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "card" ], "query": [ { "description": "The mask to put over the recipe image (\"ellipseMask\", \"diamondMask\", \"starMask\", \"heartMask\", \"potMask\", \"fishMask\").", "key": "mask", "value": "" }, { "description": "The background image (\"none\",\"background1\", or \"background2\").", "key": "backgroundImage", "value": "" }, { "description": "The background color for the recipe card as a hex-string.", "key": "backgroundColor", "value": "" }, { "description": "The font color for the recipe card as a hex-string.", "key": "fontColor", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-14c04151-b024-47ac-8631-ef2a33003c09" }, { "id": "736a02bc-a6ad-41d8-b83b-995c6732d556", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/card?mask=&backgroundImage=&backgroundColor=&fontColor=", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "card" ], "query": [ { "description": "The mask to put over the recipe image (\"ellipseMask\", \"diamondMask\", \"starMask\", \"heartMask\", \"potMask\", \"fishMask\").", "key": "mask", "value": "" }, { "description": "The background image (\"none\",\"background1\", or \"background2\").", "key": "backgroundImage", "value": "" }, { "description": "The background color for the recipe card as a hex-string.", "key": "backgroundColor", "value": "" }, { "description": "The font color for the recipe card as a hex-string.", "key": "fontColor", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-736a02bc-a6ad-41d8-b83b-995c6732d556" }, { "id": "7a210bbc-97d6-4d81-a02e-fdc396e4a908", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/card?mask=&backgroundImage=&backgroundColor=&fontColor=", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "card" ], "query": [ { "description": "The mask to put over the recipe image (\"ellipseMask\", \"diamondMask\", \"starMask\", \"heartMask\", \"potMask\", \"fishMask\").", "key": "mask", "value": "" }, { "description": "The background image (\"none\",\"background1\", or \"background2\").", "key": "backgroundImage", "value": "" }, { "description": "The background color for the recipe card as a hex-string.", "key": "backgroundColor", "value": "" }, { "description": "The font color for the recipe card as a hex-string.", "key": "fontColor", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-7a210bbc-97d6-4d81-a02e-fdc396e4a908" } ], "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-7ee5a4bc-a682-4eb1-a8ff-64dc2181574d" } ], "id": "5d8d7b6f-eb69-4940-8f08-d1912b17fa06", "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-5d8d7b6f-eb69-4940-8f08-d1912b17fa06" }, { "name": "nutritionWidget", "item": [ { "name": "Recipe Nutrition by ID Widget", "id": "9f681c5b-e759-4d4b-b3c0-446b49188d96", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "text/html" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/nutritionWidget?defaultCss=true", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "nutritionWidget" ], "query": [ { "description": "Whether the default CSS should be added to the response.", "key": "defaultCss", "value": "true" } ], "variable": [ { "id": "e938bcf9-0701-4443-a334-b5c965222e13", "key": "id", "value": "", "description": "(Required) The recipe id." } ] }, "description": "Visualize a recipe's nutritional information as HTML including CSS." }, "response": [ { "id": "30382e68-75a9-4bb2-aaf6-e84c120454ab", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "text/html" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/nutritionWidget?defaultCss=true", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "nutritionWidget" ], "query": [ { "description": "Whether the default CSS should be added to the response.", "key": "defaultCss", "value": "true" } ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/html" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-30382e68-75a9-4bb2-aaf6-e84c120454ab" }, { "id": "74de1903-0ff8-428e-b790-8309602c850f", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/nutritionWidget?defaultCss=true", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "nutritionWidget" ], "query": [ { "description": "Whether the default CSS should be added to the response.", "key": "defaultCss", "value": "true" } ], "variable": [ { "key": "id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-74de1903-0ff8-428e-b790-8309602c850f" }, { "id": "17a44b67-6bb0-48cc-b113-b642e9d68e29", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/nutritionWidget?defaultCss=true", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "nutritionWidget" ], "query": [ { "description": "Whether the default CSS should be added to the response.", "key": "defaultCss", "value": "true" } ], "variable": [ { "key": "id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-17a44b67-6bb0-48cc-b113-b642e9d68e29" }, { "id": "5338fdd8-c9f3-4bd9-a89b-70cb2448a9a7", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/:id/nutritionWidget?defaultCss=true", "host": [ "{{baseUrl}}" ], "path": [ "recipes", ":id", "nutritionWidget" ], "query": [ { "description": "Whether the default CSS should be added to the response.", "key": "defaultCss", "value": "true" } ], "variable": [ { "key": "id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-5338fdd8-c9f3-4bd9-a89b-70cb2448a9a7" } ], "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-9f681c5b-e759-4d4b-b3c0-446b49188d96" } ], "id": "9d50f5b7-a246-49af-9b77-deeba5125339", "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-9d50f5b7-a246-49af-9b77-deeba5125339" } ], "id": "fdb59fb8-b1cb-43c9-8515-389e9e37f440", "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-fdb59fb8-b1cb-43c9-8515-389e9e37f440" }, { "name": "informationBulk", "item": [ { "name": "Get Recipe Information Bulk", "id": "e13bf997-5510-4b69-ba8c-224fb26bad6d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/recipes/informationBulk?ids=&includeNutrition=false", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "informationBulk" ], "query": [ { "description": "(Required) A comma-separated list of recipe ids.", "key": "ids", "value": "" }, { "description": "Include nutrition data in the recipe information. Nutrition data is per serving. If you want the nutrition data for the entire recipe, just multiply by the number of servings.", "key": "includeNutrition", "value": "false" } ] }, "description": "Get information about multiple recipes at once. This is equivalent to calling the Get Recipe Information endpoint multiple times, but faster." }, "response": [ { "id": "67ba57d4-227b-4de6-a166-7c215ba332d0", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/informationBulk?ids=&includeNutrition=false", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "informationBulk" ], "query": [ { "description": "(Required) A comma-separated list of recipe ids.", "key": "ids", "value": "" }, { "description": "Include nutrition data in the recipe information. Nutrition data is per serving. If you want the nutrition data for the entire recipe, just multiply by the number of servings.", "key": "includeNutrition", "value": "false" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"id\": \"\",\n \"title\": \"\",\n \"image\": \"\",\n \"servings\": \"\",\n \"readyInMinutes\": \"\",\n \"sourceName\": \"\",\n \"sourceUrl\": \"\",\n \"spoonacularSourceUrl\": \"\",\n \"aggregateLikes\": \"\",\n \"healthScore\": \"\",\n \"spoonacularScore\": \"\",\n \"pricePerServing\": \"\",\n \"analyzedInstructions\": [],\n \"cheap\": \"\",\n \"creditsText\": \"\",\n \"cuisines\": [\n \"\",\n \"\"\n ],\n \"dairyFree\": \"\",\n \"diets\": [\n \"\",\n \"\"\n ],\n \"gaps\": \"\",\n \"glutenFree\": \"\",\n \"instructions\": \"\",\n \"lowFodmap\": \"\",\n \"occasions\": [\n \"\",\n \"\"\n ],\n \"sustainable\": \"\",\n \"vegan\": \"\",\n \"vegetarian\": \"\",\n \"veryHealthy\": \"\",\n \"veryPopular\": \"\",\n \"weightWatcherSmartPoints\": \"\",\n \"dishTypes\": [\n \"\",\n \"\"\n ],\n \"extendedIngredients\": [\n {\n \"aisle\": \"\",\n \"amount\": \"\",\n \"consistency\": \"\",\n \"id\": \"\",\n \"image\": \"\",\n \"name\": \"\",\n \"original\": \"\",\n \"originalName\": \"\",\n \"unit\": \"\",\n \"measures\": {\n \"metric\": {\n \"amount\": \"\",\n \"unitLong\": \"\",\n \"unitShort\": \"\"\n },\n \"us\": {\n \"amount\": \"\",\n \"unitLong\": \"\",\n \"unitShort\": \"\"\n }\n },\n \"meta\": [\n \"\",\n \"\"\n ]\n },\n {\n \"aisle\": \"\",\n \"amount\": \"\",\n \"consistency\": \"\",\n \"id\": \"\",\n \"image\": \"\",\n \"name\": \"\",\n \"original\": \"\",\n \"originalName\": \"\",\n \"unit\": \"\",\n \"measures\": {\n \"metric\": {\n \"amount\": \"\",\n \"unitLong\": \"\",\n \"unitShort\": \"\"\n },\n \"us\": {\n \"amount\": \"\",\n \"unitLong\": \"\",\n \"unitShort\": \"\"\n }\n },\n \"meta\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"summary\": \"\",\n \"imageType\": \"\",\n \"preparationMinutes\": \"\",\n \"cookingMinutes\": \"\",\n \"license\": \"\",\n \"winePairing\": {\n \"pairedWines\": [\n \"\",\n \"\"\n ],\n \"pairingText\": \"\",\n \"productMatches\": [\n {\n \"id\": \"\",\n \"title\": \"\",\n \"description\": \"\",\n \"price\": \"\",\n \"imageUrl\": \"\",\n \"averageRating\": \"\",\n \"ratingCount\": \"\",\n \"score\": \"\",\n \"link\": \"\"\n },\n {\n \"id\": \"\",\n \"title\": \"\",\n \"description\": \"\",\n \"price\": \"\",\n \"imageUrl\": \"\",\n \"averageRating\": \"\",\n \"ratingCount\": \"\",\n \"score\": \"\",\n \"link\": \"\"\n }\n ]\n },\n \"taste\": {\n \"sweetness\": \"\",\n \"saltiness\": \"\",\n \"sourness\": \"\",\n \"bitterness\": \"\",\n \"savoriness\": \"\",\n \"fattiness\": \"\",\n \"spiciness\": \"\"\n }\n },\n {\n \"id\": \"\",\n \"title\": \"\",\n \"image\": \"\",\n \"servings\": \"\",\n \"readyInMinutes\": \"\",\n \"sourceName\": \"\",\n \"sourceUrl\": \"\",\n \"spoonacularSourceUrl\": \"\",\n \"aggregateLikes\": \"\",\n \"healthScore\": \"\",\n \"spoonacularScore\": \"\",\n \"pricePerServing\": \"\",\n \"analyzedInstructions\": [],\n \"cheap\": \"\",\n \"creditsText\": \"\",\n \"cuisines\": [\n \"\",\n \"\"\n ],\n \"dairyFree\": \"\",\n \"diets\": [\n \"\",\n \"\"\n ],\n \"gaps\": \"\",\n \"glutenFree\": \"\",\n \"instructions\": \"\",\n \"lowFodmap\": \"\",\n \"occasions\": [\n \"\",\n \"\"\n ],\n \"sustainable\": \"\",\n \"vegan\": \"\",\n \"vegetarian\": \"\",\n \"veryHealthy\": \"\",\n \"veryPopular\": \"\",\n \"weightWatcherSmartPoints\": \"\",\n \"dishTypes\": [\n \"\",\n \"\"\n ],\n \"extendedIngredients\": [\n {\n \"aisle\": \"\",\n \"amount\": \"\",\n \"consistency\": \"\",\n \"id\": \"\",\n \"image\": \"\",\n \"name\": \"\",\n \"original\": \"\",\n \"originalName\": \"\",\n \"unit\": \"\",\n \"measures\": {\n \"metric\": {\n \"amount\": \"\",\n \"unitLong\": \"\",\n \"unitShort\": \"\"\n },\n \"us\": {\n \"amount\": \"\",\n \"unitLong\": \"\",\n \"unitShort\": \"\"\n }\n },\n \"meta\": [\n \"\",\n \"\"\n ]\n },\n {\n \"aisle\": \"\",\n \"amount\": \"\",\n \"consistency\": \"\",\n \"id\": \"\",\n \"image\": \"\",\n \"name\": \"\",\n \"original\": \"\",\n \"originalName\": \"\",\n \"unit\": \"\",\n \"measures\": {\n \"metric\": {\n \"amount\": \"\",\n \"unitLong\": \"\",\n \"unitShort\": \"\"\n },\n \"us\": {\n \"amount\": \"\",\n \"unitLong\": \"\",\n \"unitShort\": \"\"\n }\n },\n \"meta\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"summary\": \"\",\n \"imageType\": \"\",\n \"preparationMinutes\": \"\",\n \"cookingMinutes\": \"\",\n \"license\": \"\",\n \"winePairing\": {\n \"pairedWines\": [\n \"\",\n \"\"\n ],\n \"pairingText\": \"\",\n \"productMatches\": [\n {\n \"id\": \"\",\n \"title\": \"\",\n \"description\": \"\",\n \"price\": \"\",\n \"imageUrl\": \"\",\n \"averageRating\": \"\",\n \"ratingCount\": \"\",\n \"score\": \"\",\n \"link\": \"\"\n },\n {\n \"id\": \"\",\n \"title\": \"\",\n \"description\": \"\",\n \"price\": \"\",\n \"imageUrl\": \"\",\n \"averageRating\": \"\",\n \"ratingCount\": \"\",\n \"score\": \"\",\n \"link\": \"\"\n }\n ]\n },\n \"taste\": {\n \"sweetness\": \"\",\n \"saltiness\": \"\",\n \"sourness\": \"\",\n \"bitterness\": \"\",\n \"savoriness\": \"\",\n \"fattiness\": \"\",\n \"spiciness\": \"\"\n }\n }\n]", "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-67ba57d4-227b-4de6-a166-7c215ba332d0" }, { "id": "5bfca7e5-4ef6-488b-a852-c085d03e1b70", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/informationBulk?ids=&includeNutrition=false", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "informationBulk" ], "query": [ { "description": "(Required) A comma-separated list of recipe ids.", "key": "ids", "value": "" }, { "description": "Include nutrition data in the recipe information. Nutrition data is per serving. If you want the nutrition data for the entire recipe, just multiply by the number of servings.", "key": "includeNutrition", "value": "false" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-5bfca7e5-4ef6-488b-a852-c085d03e1b70" }, { "id": "b4f83041-a010-4cdb-9693-60a78557036f", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/informationBulk?ids=&includeNutrition=false", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "informationBulk" ], "query": [ { "description": "(Required) A comma-separated list of recipe ids.", "key": "ids", "value": "" }, { "description": "Include nutrition data in the recipe information. Nutrition data is per serving. If you want the nutrition data for the entire recipe, just multiply by the number of servings.", "key": "includeNutrition", "value": "false" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-b4f83041-a010-4cdb-9693-60a78557036f" }, { "id": "b8c55f2f-9ed1-4f2b-97e2-188f827d28a1", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/informationBulk?ids=&includeNutrition=false", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "informationBulk" ], "query": [ { "description": "(Required) A comma-separated list of recipe ids.", "key": "ids", "value": "" }, { "description": "Include nutrition data in the recipe information. Nutrition data is per serving. If you want the nutrition data for the entire recipe, just multiply by the number of servings.", "key": "includeNutrition", "value": "false" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-b8c55f2f-9ed1-4f2b-97e2-188f827d28a1" } ], "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-e13bf997-5510-4b69-ba8c-224fb26bad6d" } ], "id": "896e2ded-cbf2-4afa-b662-b2cf0cdf1059", "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-896e2ded-cbf2-4afa-b662-b2cf0cdf1059" }, { "name": "random", "item": [ { "name": "Get Random Recipes", "id": "15f51576-7b88-4ab2-8bc8-681a946c9d3d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/recipes/random?includeNutrition=false&include-tags=&exclude-tags=&number=10", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "random" ], "query": [ { "description": "Include nutrition data in the recipe information. Nutrition data is per serving. If you want the nutrition data for the entire recipe, just multiply by the number of servings.", "key": "includeNutrition", "value": "false" }, { "description": "A comma-separated list of tags that the random recipe(s) must adhere to.", "key": "include-tags", "value": "" }, { "description": "A comma-separated list of tags that the random recipe(s) must not adhere to.", "key": "exclude-tags", "value": "" }, { "description": "The maximum number of items to return (between 1 and 100). Defaults to 10.", "key": "number", "value": "10" } ] }, "description": "Find random (popular) recipes. If you need to filter recipes by diet, nutrition etc. you might want to consider using the complex recipe search endpoint and set the sort request parameter to random." }, "response": [ { "id": "21a563d6-2c75-4931-89f2-787bf41595e6", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/random?includeNutrition=false&include-tags=&exclude-tags=&number=10", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "random" ], "query": [ { "description": "Include nutrition data in the recipe information. Nutrition data is per serving. If you want the nutrition data for the entire recipe, just multiply by the number of servings.", "key": "includeNutrition", "value": "false" }, { "description": "A comma-separated list of tags that the random recipe(s) must adhere to.", "key": "include-tags", "value": "" }, { "description": "A comma-separated list of tags that the random recipe(s) must not adhere to.", "key": "exclude-tags", "value": "" }, { "description": "The maximum number of items to return (between 1 and 100). Defaults to 10.", "key": "number", "value": "10" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"recipes\": [\n {\n \"id\": \"\",\n \"title\": \"\",\n \"image\": \"\",\n \"servings\": \"\",\n \"readyInMinutes\": \"\",\n \"sourceName\": \"\",\n \"sourceUrl\": \"\",\n \"spoonacularSourceUrl\": \"\",\n \"aggregateLikes\": \"\",\n \"healthScore\": \"\",\n \"spoonacularScore\": \"\",\n \"pricePerServing\": \"\",\n \"cheap\": \"\",\n \"creditsText\": \"\",\n \"cuisines\": [\n \"\",\n \"\"\n ],\n \"dairyFree\": \"\",\n \"diets\": [\n \"\",\n \"\"\n ],\n \"gaps\": \"\",\n \"glutenFree\": \"\",\n \"instructions\": \"\",\n \"lowFodmap\": \"\",\n \"occasions\": [\n \"\",\n \"\"\n ],\n \"sustainable\": \"\",\n \"vegan\": \"\",\n \"vegetarian\": \"\",\n \"veryHealthy\": \"\",\n \"veryPopular\": \"\",\n \"weightWatcherSmartPoints\": \"\",\n \"dishTypes\": [\n \"\",\n \"\"\n ],\n \"extendedIngredients\": [\n {\n \"aisle\": \"\",\n \"amount\": \"\",\n \"consistency\": \"\",\n \"id\": \"\",\n \"image\": \"\",\n \"name\": \"\",\n \"original\": \"\",\n \"originalName\": \"\",\n \"unit\": \"\",\n \"measures\": {\n \"metric\": {\n \"amount\": \"\",\n \"unitLong\": \"\",\n \"unitShort\": \"\"\n },\n \"us\": {\n \"amount\": \"\",\n \"unitLong\": \"\",\n \"unitShort\": \"\"\n }\n },\n \"meta\": [\n \"\",\n \"\"\n ]\n },\n {\n \"aisle\": \"\",\n \"amount\": \"\",\n \"consistency\": \"\",\n \"id\": \"\",\n \"image\": \"\",\n \"name\": \"\",\n \"original\": \"\",\n \"originalName\": \"\",\n \"unit\": \"\",\n \"measures\": {\n \"metric\": {\n \"amount\": \"\",\n \"unitLong\": \"\",\n \"unitShort\": \"\"\n },\n \"us\": {\n \"amount\": \"\",\n \"unitLong\": \"\",\n \"unitShort\": \"\"\n }\n },\n \"meta\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"summary\": \"\",\n \"imageType\": \"\",\n \"preparationMinutes\": \"\",\n \"cookingMinutes\": \"\",\n \"license\": \"\",\n \"winePairing\": {\n \"pairedWines\": [\n \"\",\n \"\"\n ],\n \"pairingText\": \"\",\n \"productMatches\": [\n {\n \"id\": \"\",\n \"title\": \"\",\n \"description\": \"\",\n \"price\": \"\",\n \"imageUrl\": \"\",\n \"averageRating\": \"\",\n \"ratingCount\": \"\",\n \"score\": \"\",\n \"link\": \"\"\n },\n {\n \"id\": \"\",\n \"title\": \"\",\n \"description\": \"\",\n \"price\": \"\",\n \"imageUrl\": \"\",\n \"averageRating\": \"\",\n \"ratingCount\": \"\",\n \"score\": \"\",\n \"link\": \"\"\n }\n ]\n },\n \"taste\": {\n \"sweetness\": \"\",\n \"saltiness\": \"\",\n \"sourness\": \"\",\n \"bitterness\": \"\",\n \"savoriness\": \"\",\n \"fattiness\": \"\",\n \"spiciness\": \"\"\n }\n },\n {\n \"id\": \"\",\n \"title\": \"\",\n \"image\": \"\",\n \"servings\": \"\",\n \"readyInMinutes\": \"\",\n \"sourceName\": \"\",\n \"sourceUrl\": \"\",\n \"spoonacularSourceUrl\": \"\",\n \"aggregateLikes\": \"\",\n \"healthScore\": \"\",\n \"spoonacularScore\": \"\",\n \"pricePerServing\": \"\",\n \"cheap\": \"\",\n \"creditsText\": \"\",\n \"cuisines\": [\n \"\",\n \"\"\n ],\n \"dairyFree\": \"\",\n \"diets\": [\n \"\",\n \"\"\n ],\n \"gaps\": \"\",\n \"glutenFree\": \"\",\n \"instructions\": \"\",\n \"lowFodmap\": \"\",\n \"occasions\": [\n \"\",\n \"\"\n ],\n \"sustainable\": \"\",\n \"vegan\": \"\",\n \"vegetarian\": \"\",\n \"veryHealthy\": \"\",\n \"veryPopular\": \"\",\n \"weightWatcherSmartPoints\": \"\",\n \"dishTypes\": [\n \"\",\n \"\"\n ],\n \"extendedIngredients\": [\n {\n \"aisle\": \"\",\n \"amount\": \"\",\n \"consistency\": \"\",\n \"id\": \"\",\n \"image\": \"\",\n \"name\": \"\",\n \"original\": \"\",\n \"originalName\": \"\",\n \"unit\": \"\",\n \"measures\": {\n \"metric\": {\n \"amount\": \"\",\n \"unitLong\": \"\",\n \"unitShort\": \"\"\n },\n \"us\": {\n \"amount\": \"\",\n \"unitLong\": \"\",\n \"unitShort\": \"\"\n }\n },\n \"meta\": [\n \"\",\n \"\"\n ]\n },\n {\n \"aisle\": \"\",\n \"amount\": \"\",\n \"consistency\": \"\",\n \"id\": \"\",\n \"image\": \"\",\n \"name\": \"\",\n \"original\": \"\",\n \"originalName\": \"\",\n \"unit\": \"\",\n \"measures\": {\n \"metric\": {\n \"amount\": \"\",\n \"unitLong\": \"\",\n \"unitShort\": \"\"\n },\n \"us\": {\n \"amount\": \"\",\n \"unitLong\": \"\",\n \"unitShort\": \"\"\n }\n },\n \"meta\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"summary\": \"\",\n \"imageType\": \"\",\n \"preparationMinutes\": \"\",\n \"cookingMinutes\": \"\",\n \"license\": \"\",\n \"winePairing\": {\n \"pairedWines\": [\n \"\",\n \"\"\n ],\n \"pairingText\": \"\",\n \"productMatches\": [\n {\n \"id\": \"\",\n \"title\": \"\",\n \"description\": \"\",\n \"price\": \"\",\n \"imageUrl\": \"\",\n \"averageRating\": \"\",\n \"ratingCount\": \"\",\n \"score\": \"\",\n \"link\": \"\"\n },\n {\n \"id\": \"\",\n \"title\": \"\",\n \"description\": \"\",\n \"price\": \"\",\n \"imageUrl\": \"\",\n \"averageRating\": \"\",\n \"ratingCount\": \"\",\n \"score\": \"\",\n \"link\": \"\"\n }\n ]\n },\n \"taste\": {\n \"sweetness\": \"\",\n \"saltiness\": \"\",\n \"sourness\": \"\",\n \"bitterness\": \"\",\n \"savoriness\": \"\",\n \"fattiness\": \"\",\n \"spiciness\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-21a563d6-2c75-4931-89f2-787bf41595e6" }, { "id": "ece7b705-bb54-4d33-a0cb-7556c5c4d872", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/random?includeNutrition=false&include-tags=&exclude-tags=&number=10", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "random" ], "query": [ { "description": "Include nutrition data in the recipe information. Nutrition data is per serving. If you want the nutrition data for the entire recipe, just multiply by the number of servings.", "key": "includeNutrition", "value": "false" }, { "description": "A comma-separated list of tags that the random recipe(s) must adhere to.", "key": "include-tags", "value": "" }, { "description": "A comma-separated list of tags that the random recipe(s) must not adhere to.", "key": "exclude-tags", "value": "" }, { "description": "The maximum number of items to return (between 1 and 100). Defaults to 10.", "key": "number", "value": "10" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-ece7b705-bb54-4d33-a0cb-7556c5c4d872" }, { "id": "91b8dd76-b5fb-4382-9504-be3701c8b5b9", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/random?includeNutrition=false&include-tags=&exclude-tags=&number=10", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "random" ], "query": [ { "description": "Include nutrition data in the recipe information. Nutrition data is per serving. If you want the nutrition data for the entire recipe, just multiply by the number of servings.", "key": "includeNutrition", "value": "false" }, { "description": "A comma-separated list of tags that the random recipe(s) must adhere to.", "key": "include-tags", "value": "" }, { "description": "A comma-separated list of tags that the random recipe(s) must not adhere to.", "key": "exclude-tags", "value": "" }, { "description": "The maximum number of items to return (between 1 and 100). Defaults to 10.", "key": "number", "value": "10" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-91b8dd76-b5fb-4382-9504-be3701c8b5b9" }, { "id": "72727994-c4a6-40d7-8a8a-47f52a950503", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/random?includeNutrition=false&include-tags=&exclude-tags=&number=10", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "random" ], "query": [ { "description": "Include nutrition data in the recipe information. Nutrition data is per serving. If you want the nutrition data for the entire recipe, just multiply by the number of servings.", "key": "includeNutrition", "value": "false" }, { "description": "A comma-separated list of tags that the random recipe(s) must adhere to.", "key": "include-tags", "value": "" }, { "description": "A comma-separated list of tags that the random recipe(s) must not adhere to.", "key": "exclude-tags", "value": "" }, { "description": "The maximum number of items to return (between 1 and 100). Defaults to 10.", "key": "number", "value": "10" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-72727994-c4a6-40d7-8a8a-47f52a950503" } ], "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-15f51576-7b88-4ab2-8bc8-681a946c9d3d" } ], "id": "92bcc0a2-8638-484f-9aa9-1f67a6d62cd0", "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-92bcc0a2-8638-484f-9aa9-1f67a6d62cd0" }, { "name": "autocomplete", "item": [ { "name": "Autocomplete Recipe Search", "id": "521062f5-e6db-4458-a330-8b5a75709d87", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/recipes/autocomplete?query=&number=10", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "autocomplete" ], "query": [ { "description": "(Required) The (natural language) search query.", "key": "query", "value": "" }, { "description": "The maximum number of items to return (between 1 and 100). Defaults to 10.", "key": "number", "value": "10" } ] }, "description": "Autocomplete a partial input to suggest possible recipe names." }, "response": [ { "id": "c1029b66-9561-4d97-8207-350841207c77", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/autocomplete?query=&number=10", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "autocomplete" ], "query": [ { "description": "(Required) The (natural language) search query.", "key": "query", "value": "" }, { "description": "The maximum number of items to return (between 1 and 100). Defaults to 10.", "key": "number", "value": "10" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"id\": \"\",\n \"title\": \"\",\n \"imageType\": \"\"\n },\n {\n \"id\": \"\",\n \"title\": \"\",\n \"imageType\": \"\"\n }\n]", "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-c1029b66-9561-4d97-8207-350841207c77" }, { "id": "d24f47f3-40ff-4232-8edd-d6619b96ba4f", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/autocomplete?query=&number=10", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "autocomplete" ], "query": [ { "description": "(Required) The (natural language) search query.", "key": "query", "value": "" }, { "description": "The maximum number of items to return (between 1 and 100). Defaults to 10.", "key": "number", "value": "10" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-d24f47f3-40ff-4232-8edd-d6619b96ba4f" }, { "id": "47a6c86e-bdfe-462c-a4ca-90a1b7f82d4a", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/autocomplete?query=&number=10", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "autocomplete" ], "query": [ { "description": "(Required) The (natural language) search query.", "key": "query", "value": "" }, { "description": "The maximum number of items to return (between 1 and 100). Defaults to 10.", "key": "number", "value": "10" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-47a6c86e-bdfe-462c-a4ca-90a1b7f82d4a" }, { "id": "a1dca73b-8a8f-464a-b365-2b322e3a8118", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/autocomplete?query=&number=10", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "autocomplete" ], "query": [ { "description": "(Required) The (natural language) search query.", "key": "query", "value": "" }, { "description": "The maximum number of items to return (between 1 and 100). Defaults to 10.", "key": "number", "value": "10" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-a1dca73b-8a8f-464a-b365-2b322e3a8118" } ], "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-521062f5-e6db-4458-a330-8b5a75709d87" } ], "id": "c540c315-2a77-40dd-a5b2-bfdecff39f5c", "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-c540c315-2a77-40dd-a5b2-bfdecff39f5c" }, { "name": "extract", "item": [ { "name": "Extract Recipe from Website", "id": "7ca98254-e1d3-40d0-a4e4-51d9352376a8", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/recipes/extract?url=&forceExtraction=&analyze=&includeNutrition=false&includeTaste=false", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "extract" ], "query": [ { "description": "(Required) The URL of the recipe page.", "key": "url", "value": "" }, { "description": "If true, the extraction will be triggered whether we already know the recipe or not. Use this only if information is missing as this operation is slower.", "key": "forceExtraction", "value": "" }, { "description": "If true, the recipe will be analyzed and classified resolving in more data such as cuisines, dish types, and more.", "key": "analyze", "value": "" }, { "description": "Include nutrition data in the recipe information. Nutrition data is per serving. If you want the nutrition data for the entire recipe, just multiply by the number of servings.", "key": "includeNutrition", "value": "false" }, { "description": "Whether taste data should be added to correctly parsed ingredients.", "key": "includeTaste", "value": "false" } ] }, "description": "This endpoint lets you extract recipe data such as title, ingredients, and instructions from any properly formatted Website." }, "response": [ { "id": "a933348e-e285-40fa-a854-645174e72d12", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/extract?url=&forceExtraction=&analyze=&includeNutrition=false&includeTaste=false", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "extract" ], "query": [ { "description": "(Required) The URL of the recipe page.", "key": "url", "value": "" }, { "description": "If true, the extraction will be triggered whether we already know the recipe or not. Use this only if information is missing as this operation is slower.", "key": "forceExtraction", "value": "" }, { "description": "If true, the recipe will be analyzed and classified resolving in more data such as cuisines, dish types, and more.", "key": "analyze", "value": "" }, { "description": "Include nutrition data in the recipe information. Nutrition data is per serving. If you want the nutrition data for the entire recipe, just multiply by the number of servings.", "key": "includeNutrition", "value": "false" }, { "description": "Whether taste data should be added to correctly parsed ingredients.", "key": "includeTaste", "value": "false" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"title\": \"\",\n \"image\": \"\",\n \"servings\": \"\",\n \"readyInMinutes\": \"\",\n \"sourceName\": \"\",\n \"sourceUrl\": \"\",\n \"spoonacularSourceUrl\": \"\",\n \"aggregateLikes\": \"\",\n \"healthScore\": \"\",\n \"spoonacularScore\": \"\",\n \"pricePerServing\": \"\",\n \"analyzedInstructions\": [],\n \"cheap\": \"\",\n \"creditsText\": \"\",\n \"cuisines\": [\n \"\",\n \"\"\n ],\n \"dairyFree\": \"\",\n \"diets\": [\n \"\",\n \"\"\n ],\n \"gaps\": \"\",\n \"glutenFree\": \"\",\n \"instructions\": \"\",\n \"lowFodmap\": \"\",\n \"occasions\": [\n \"\",\n \"\"\n ],\n \"sustainable\": \"\",\n \"vegan\": \"\",\n \"vegetarian\": \"\",\n \"veryHealthy\": \"\",\n \"veryPopular\": \"\",\n \"weightWatcherSmartPoints\": \"\",\n \"dishTypes\": [\n \"\",\n \"\"\n ],\n \"extendedIngredients\": [\n {\n \"aisle\": \"\",\n \"amount\": \"\",\n \"consistency\": \"\",\n \"id\": \"\",\n \"image\": \"\",\n \"name\": \"\",\n \"original\": \"\",\n \"originalName\": \"\",\n \"unit\": \"\",\n \"measures\": {\n \"metric\": {\n \"amount\": \"\",\n \"unitLong\": \"\",\n \"unitShort\": \"\"\n },\n \"us\": {\n \"amount\": \"\",\n \"unitLong\": \"\",\n \"unitShort\": \"\"\n }\n },\n \"meta\": [\n \"\",\n \"\"\n ]\n },\n {\n \"aisle\": \"\",\n \"amount\": \"\",\n \"consistency\": \"\",\n \"id\": \"\",\n \"image\": \"\",\n \"name\": \"\",\n \"original\": \"\",\n \"originalName\": \"\",\n \"unit\": \"\",\n \"measures\": {\n \"metric\": {\n \"amount\": \"\",\n \"unitLong\": \"\",\n \"unitShort\": \"\"\n },\n \"us\": {\n \"amount\": \"\",\n \"unitLong\": \"\",\n \"unitShort\": \"\"\n }\n },\n \"meta\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"summary\": \"\",\n \"imageType\": \"\",\n \"preparationMinutes\": \"\",\n \"cookingMinutes\": \"\",\n \"license\": \"\",\n \"winePairing\": {\n \"pairedWines\": [\n \"\",\n \"\"\n ],\n \"pairingText\": \"\",\n \"productMatches\": [\n {\n \"id\": \"\",\n \"title\": \"\",\n \"description\": \"\",\n \"price\": \"\",\n \"imageUrl\": \"\",\n \"averageRating\": \"\",\n \"ratingCount\": \"\",\n \"score\": \"\",\n \"link\": \"\"\n },\n {\n \"id\": \"\",\n \"title\": \"\",\n \"description\": \"\",\n \"price\": \"\",\n \"imageUrl\": \"\",\n \"averageRating\": \"\",\n \"ratingCount\": \"\",\n \"score\": \"\",\n \"link\": \"\"\n }\n ]\n },\n \"taste\": {\n \"sweetness\": \"\",\n \"saltiness\": \"\",\n \"sourness\": \"\",\n \"bitterness\": \"\",\n \"savoriness\": \"\",\n \"fattiness\": \"\",\n \"spiciness\": \"\"\n }\n}", "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-a933348e-e285-40fa-a854-645174e72d12" }, { "id": "ea801894-bebc-46de-9b99-ebb615883d3f", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/extract?url=&forceExtraction=&analyze=&includeNutrition=false&includeTaste=false", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "extract" ], "query": [ { "description": "(Required) The URL of the recipe page.", "key": "url", "value": "" }, { "description": "If true, the extraction will be triggered whether we already know the recipe or not. Use this only if information is missing as this operation is slower.", "key": "forceExtraction", "value": "" }, { "description": "If true, the recipe will be analyzed and classified resolving in more data such as cuisines, dish types, and more.", "key": "analyze", "value": "" }, { "description": "Include nutrition data in the recipe information. Nutrition data is per serving. If you want the nutrition data for the entire recipe, just multiply by the number of servings.", "key": "includeNutrition", "value": "false" }, { "description": "Whether taste data should be added to correctly parsed ingredients.", "key": "includeTaste", "value": "false" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-ea801894-bebc-46de-9b99-ebb615883d3f" }, { "id": "b9178169-410d-4588-8fee-8b6063575bb3", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/extract?url=&forceExtraction=&analyze=&includeNutrition=false&includeTaste=false", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "extract" ], "query": [ { "description": "(Required) The URL of the recipe page.", "key": "url", "value": "" }, { "description": "If true, the extraction will be triggered whether we already know the recipe or not. Use this only if information is missing as this operation is slower.", "key": "forceExtraction", "value": "" }, { "description": "If true, the recipe will be analyzed and classified resolving in more data such as cuisines, dish types, and more.", "key": "analyze", "value": "" }, { "description": "Include nutrition data in the recipe information. Nutrition data is per serving. If you want the nutrition data for the entire recipe, just multiply by the number of servings.", "key": "includeNutrition", "value": "false" }, { "description": "Whether taste data should be added to correctly parsed ingredients.", "key": "includeTaste", "value": "false" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-b9178169-410d-4588-8fee-8b6063575bb3" }, { "id": "fbdb060b-adea-42cc-ba30-d4f537d24fd3", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/extract?url=&forceExtraction=&analyze=&includeNutrition=false&includeTaste=false", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "extract" ], "query": [ { "description": "(Required) The URL of the recipe page.", "key": "url", "value": "" }, { "description": "If true, the extraction will be triggered whether we already know the recipe or not. Use this only if information is missing as this operation is slower.", "key": "forceExtraction", "value": "" }, { "description": "If true, the recipe will be analyzed and classified resolving in more data such as cuisines, dish types, and more.", "key": "analyze", "value": "" }, { "description": "Include nutrition data in the recipe information. Nutrition data is per serving. If you want the nutrition data for the entire recipe, just multiply by the number of servings.", "key": "includeNutrition", "value": "false" }, { "description": "Whether taste data should be added to correctly parsed ingredients.", "key": "includeTaste", "value": "false" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-fbdb060b-adea-42cc-ba30-d4f537d24fd3" } ], "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-7ca98254-e1d3-40d0-a4e4-51d9352376a8" } ], "id": "edce7d12-dd36-4614-9df9-db7f901be38f", "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-edce7d12-dd36-4614-9df9-db7f901be38f" }, { "name": "visualizeTaste", "item": [ { "name": "Recipe Taste Widget", "id": "68163dcd-ad83-42de-b8c9-7151205ded3c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" }, { "key": "Accept", "value": "text/html" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "description": "(Required) The ingredient list of the recipe, one ingredient per line.", "key": "ingredientList", "value": "" }, { "description": "Normalize to the strongest taste.", "key": "normalize", "value": "" }, { "description": "Red, green, blue values for the chart color.", "key": "rgb", "value": "" } ] }, "url": { "raw": "{{baseUrl}}/recipes/visualizeTaste?language=en", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "visualizeTaste" ], "query": [ { "description": "The language of the input. Either 'en' or 'de'.", "key": "language", "value": "en" } ] }, "description": "Visualize a recipe's taste information as HTML including CSS. You can play around with that endpoint!" }, "response": [ { "id": "c688c9fa-d6e2-441f-acab-2db65ba44280", "name": "Success", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" }, { "key": "Accept", "value": "text/html" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "description": "(Required) The ingredient list of the recipe, one ingredient per line.", "key": "ingredientList", "value": "" }, { "description": "Normalize to the strongest taste.", "key": "normalize", "value": "" }, { "description": "Red, green, blue values for the chart color.", "key": "rgb", "value": "" } ] }, "url": { "raw": "{{baseUrl}}/recipes/visualizeTaste?language=en", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "visualizeTaste" ], "query": [ { "description": "The language of the input. Either 'en' or 'de'.", "key": "language", "value": "en" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/html" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-c688c9fa-d6e2-441f-acab-2db65ba44280" }, { "id": "5b571984-ba7e-4660-b05a-54950ab70ba8", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "description": "(Required) The ingredient list of the recipe, one ingredient per line.", "key": "ingredientList", "value": "" }, { "description": "Normalize to the strongest taste.", "key": "normalize", "value": "" }, { "description": "Red, green, blue values for the chart color.", "key": "rgb", "value": "" } ] }, "url": { "raw": "{{baseUrl}}/recipes/visualizeTaste?language=en", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "visualizeTaste" ], "query": [ { "description": "The language of the input. Either 'en' or 'de'.", "key": "language", "value": "en" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-5b571984-ba7e-4660-b05a-54950ab70ba8" }, { "id": "0621f826-502d-445d-a796-758de0473448", "name": "Forbidden", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "description": "(Required) The ingredient list of the recipe, one ingredient per line.", "key": "ingredientList", "value": "" }, { "description": "Normalize to the strongest taste.", "key": "normalize", "value": "" }, { "description": "Red, green, blue values for the chart color.", "key": "rgb", "value": "" } ] }, "url": { "raw": "{{baseUrl}}/recipes/visualizeTaste?language=en", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "visualizeTaste" ], "query": [ { "description": "The language of the input. Either 'en' or 'de'.", "key": "language", "value": "en" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-0621f826-502d-445d-a796-758de0473448" }, { "id": "2691dd58-0943-4524-b64d-5f13bc8ccb3f", "name": "Not Found", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "description": "(Required) The ingredient list of the recipe, one ingredient per line.", "key": "ingredientList", "value": "" }, { "description": "Normalize to the strongest taste.", "key": "normalize", "value": "" }, { "description": "Red, green, blue values for the chart color.", "key": "rgb", "value": "" } ] }, "url": { "raw": "{{baseUrl}}/recipes/visualizeTaste?language=en", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "visualizeTaste" ], "query": [ { "description": "The language of the input. Either 'en' or 'de'.", "key": "language", "value": "en" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-2691dd58-0943-4524-b64d-5f13bc8ccb3f" } ], "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-68163dcd-ad83-42de-b8c9-7151205ded3c" } ], "id": "a066cf97-8893-47e0-a95f-42f4d2dd5531", "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-a066cf97-8893-47e0-a95f-42f4d2dd5531" }, { "name": "visualizeNutrition", "item": [ { "name": "Recipe Nutrition Widget", "id": "88dea923-1097-4e10-b1ab-d7787abe1593", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" }, { "key": "Accept", "value": "text/html" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "description": "(Required) The ingredient list of the recipe, one ingredient per line.", "key": "ingredientList", "value": "" }, { "description": "(Required) The number of servings.", "key": "servings", "value": "" }, { "description": "Whether the default CSS should be added to the response.", "key": "defaultCss", "value": "" }, { "description": "Whether to show a backlink to spoonacular. If set false, this call counts against your quota.", "key": "showBacklink", "value": "" } ] }, "url": { "raw": "{{baseUrl}}/recipes/visualizeNutrition?language=en", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "visualizeNutrition" ], "query": [ { "description": "The language of the input. Either 'en' or 'de'.", "key": "language", "value": "en" } ] }, "description": "Visualize a recipe's nutritional information as HTML including CSS." }, "response": [ { "id": "4f8cf692-4a0d-4ea9-baa0-7d6a98e80b54", "name": "Success", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" }, { "key": "Accept", "value": "text/html" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "description": "(Required) The ingredient list of the recipe, one ingredient per line.", "key": "ingredientList", "value": "" }, { "description": "(Required) The number of servings.", "key": "servings", "value": "" }, { "description": "Whether the default CSS should be added to the response.", "key": "defaultCss", "value": "" }, { "description": "Whether to show a backlink to spoonacular. If set false, this call counts against your quota.", "key": "showBacklink", "value": "" } ] }, "url": { "raw": "{{baseUrl}}/recipes/visualizeNutrition?language=en", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "visualizeNutrition" ], "query": [ { "description": "The language of the input. Either 'en' or 'de'.", "key": "language", "value": "en" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/html" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-4f8cf692-4a0d-4ea9-baa0-7d6a98e80b54" }, { "id": "a811ae8e-02e9-4ec2-81b8-81146d0cfff8", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "description": "(Required) The ingredient list of the recipe, one ingredient per line.", "key": "ingredientList", "value": "" }, { "description": "(Required) The number of servings.", "key": "servings", "value": "" }, { "description": "Whether the default CSS should be added to the response.", "key": "defaultCss", "value": "" }, { "description": "Whether to show a backlink to spoonacular. If set false, this call counts against your quota.", "key": "showBacklink", "value": "" } ] }, "url": { "raw": "{{baseUrl}}/recipes/visualizeNutrition?language=en", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "visualizeNutrition" ], "query": [ { "description": "The language of the input. Either 'en' or 'de'.", "key": "language", "value": "en" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-a811ae8e-02e9-4ec2-81b8-81146d0cfff8" }, { "id": "0226ab9c-59e9-4974-824c-75311597ab6c", "name": "Forbidden", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "description": "(Required) The ingredient list of the recipe, one ingredient per line.", "key": "ingredientList", "value": "" }, { "description": "(Required) The number of servings.", "key": "servings", "value": "" }, { "description": "Whether the default CSS should be added to the response.", "key": "defaultCss", "value": "" }, { "description": "Whether to show a backlink to spoonacular. If set false, this call counts against your quota.", "key": "showBacklink", "value": "" } ] }, "url": { "raw": "{{baseUrl}}/recipes/visualizeNutrition?language=en", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "visualizeNutrition" ], "query": [ { "description": "The language of the input. Either 'en' or 'de'.", "key": "language", "value": "en" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-0226ab9c-59e9-4974-824c-75311597ab6c" }, { "id": "e08ccba6-0fce-48a4-92f6-d3f9c6e8b3b4", "name": "Not Found", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "description": "(Required) The ingredient list of the recipe, one ingredient per line.", "key": "ingredientList", "value": "" }, { "description": "(Required) The number of servings.", "key": "servings", "value": "" }, { "description": "Whether the default CSS should be added to the response.", "key": "defaultCss", "value": "" }, { "description": "Whether to show a backlink to spoonacular. If set false, this call counts against your quota.", "key": "showBacklink", "value": "" } ] }, "url": { "raw": "{{baseUrl}}/recipes/visualizeNutrition?language=en", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "visualizeNutrition" ], "query": [ { "description": "The language of the input. Either 'en' or 'de'.", "key": "language", "value": "en" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-e08ccba6-0fce-48a4-92f6-d3f9c6e8b3b4" } ], "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-88dea923-1097-4e10-b1ab-d7787abe1593" } ], "id": "3dc11e19-d4f9-4db8-bea2-0868fb41541e", "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-3dc11e19-d4f9-4db8-bea2-0868fb41541e" }, { "name": "visualizePriceEstimator", "item": [ { "name": "Price Breakdown Widget", "id": "85ced08a-ff48-4efa-b5ff-156018acd377", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" }, { "key": "Accept", "value": "text/html" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "description": "(Required) The ingredient list of the recipe, one ingredient per line.", "key": "ingredientList", "value": "" }, { "description": "(Required) The number of servings.", "key": "servings", "value": "" }, { "description": "The mode in which the widget should be delivered. 1 = separate views (compact), 2 = all in one view (full).", "key": "mode", "value": "" }, { "description": "Whether the default CSS should be added to the response.", "key": "defaultCss", "value": "" }, { "description": "Whether to show a backlink to spoonacular. If set false, this call counts against your quota.", "key": "showBacklink", "value": "" } ] }, "url": { "raw": "{{baseUrl}}/recipes/visualizePriceEstimator?language=en", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "visualizePriceEstimator" ], "query": [ { "description": "The language of the input. Either 'en' or 'de'.", "key": "language", "value": "en" } ] }, "description": "Visualize the price breakdown of a recipe." }, "response": [ { "id": "88b54d2f-7e35-4356-b93e-c425694ae9cf", "name": "Success", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" }, { "key": "Accept", "value": "text/html" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "description": "(Required) The ingredient list of the recipe, one ingredient per line.", "key": "ingredientList", "value": "" }, { "description": "(Required) The number of servings.", "key": "servings", "value": "" }, { "description": "The mode in which the widget should be delivered. 1 = separate views (compact), 2 = all in one view (full).", "key": "mode", "value": "" }, { "description": "Whether the default CSS should be added to the response.", "key": "defaultCss", "value": "" }, { "description": "Whether to show a backlink to spoonacular. If set false, this call counts against your quota.", "key": "showBacklink", "value": "" } ] }, "url": { "raw": "{{baseUrl}}/recipes/visualizePriceEstimator?language=en", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "visualizePriceEstimator" ], "query": [ { "description": "The language of the input. Either 'en' or 'de'.", "key": "language", "value": "en" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/html" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-88b54d2f-7e35-4356-b93e-c425694ae9cf" }, { "id": "198e5c6f-7f00-40a9-b9a8-4bfaad6c1c3c", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "description": "(Required) The ingredient list of the recipe, one ingredient per line.", "key": "ingredientList", "value": "" }, { "description": "(Required) The number of servings.", "key": "servings", "value": "" }, { "description": "The mode in which the widget should be delivered. 1 = separate views (compact), 2 = all in one view (full).", "key": "mode", "value": "" }, { "description": "Whether the default CSS should be added to the response.", "key": "defaultCss", "value": "" }, { "description": "Whether to show a backlink to spoonacular. If set false, this call counts against your quota.", "key": "showBacklink", "value": "" } ] }, "url": { "raw": "{{baseUrl}}/recipes/visualizePriceEstimator?language=en", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "visualizePriceEstimator" ], "query": [ { "description": "The language of the input. Either 'en' or 'de'.", "key": "language", "value": "en" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-198e5c6f-7f00-40a9-b9a8-4bfaad6c1c3c" }, { "id": "718f365d-93f6-48e1-946f-4f8b14259dd0", "name": "Forbidden", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "description": "(Required) The ingredient list of the recipe, one ingredient per line.", "key": "ingredientList", "value": "" }, { "description": "(Required) The number of servings.", "key": "servings", "value": "" }, { "description": "The mode in which the widget should be delivered. 1 = separate views (compact), 2 = all in one view (full).", "key": "mode", "value": "" }, { "description": "Whether the default CSS should be added to the response.", "key": "defaultCss", "value": "" }, { "description": "Whether to show a backlink to spoonacular. If set false, this call counts against your quota.", "key": "showBacklink", "value": "" } ] }, "url": { "raw": "{{baseUrl}}/recipes/visualizePriceEstimator?language=en", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "visualizePriceEstimator" ], "query": [ { "description": "The language of the input. Either 'en' or 'de'.", "key": "language", "value": "en" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-718f365d-93f6-48e1-946f-4f8b14259dd0" }, { "id": "35ae84af-e1a6-4f2a-9c28-70325345d041", "name": "Not Found", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "description": "(Required) The ingredient list of the recipe, one ingredient per line.", "key": "ingredientList", "value": "" }, { "description": "(Required) The number of servings.", "key": "servings", "value": "" }, { "description": "The mode in which the widget should be delivered. 1 = separate views (compact), 2 = all in one view (full).", "key": "mode", "value": "" }, { "description": "Whether the default CSS should be added to the response.", "key": "defaultCss", "value": "" }, { "description": "Whether to show a backlink to spoonacular. If set false, this call counts against your quota.", "key": "showBacklink", "value": "" } ] }, "url": { "raw": "{{baseUrl}}/recipes/visualizePriceEstimator?language=en", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "visualizePriceEstimator" ], "query": [ { "description": "The language of the input. Either 'en' or 'de'.", "key": "language", "value": "en" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-35ae84af-e1a6-4f2a-9c28-70325345d041" } ], "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-85ced08a-ff48-4efa-b5ff-156018acd377" } ], "id": "3b67e677-db7f-41e1-a8dc-e9da1115d267", "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-3b67e677-db7f-41e1-a8dc-e9da1115d267" }, { "name": "visualizeEquipment", "item": [ { "name": "Equipment Widget", "id": "c560ed71-96ea-467c-8cdc-67b99b3ecb35", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" }, { "key": "Accept", "value": "text/html" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "description": "(Required) The recipe's instructions.", "key": "instructions", "value": "" }, { "description": "How to visualize the ingredients, either 'grid' or 'list'.", "key": "view", "value": "grid" }, { "description": "Whether the default CSS should be added to the response.", "key": "defaultCss", "value": "" }, { "description": "Whether to show a backlink to spoonacular. If set false, this call counts against your quota.", "key": "showBacklink", "value": "" } ] }, "url": { "raw": "{{baseUrl}}/recipes/visualizeEquipment", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "visualizeEquipment" ] }, "description": "Visualize the equipment used to make a recipe." }, "response": [ { "id": "20688ee3-1ea6-47d3-9830-d0286e7982ca", "name": "Success", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" }, { "key": "Accept", "value": "text/html" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "description": "(Required) The recipe's instructions.", "key": "instructions", "value": "" }, { "description": "How to visualize the ingredients, either 'grid' or 'list'.", "key": "view", "value": "grid" }, { "description": "Whether the default CSS should be added to the response.", "key": "defaultCss", "value": "" }, { "description": "Whether to show a backlink to spoonacular. If set false, this call counts against your quota.", "key": "showBacklink", "value": "" } ] }, "url": { "raw": "{{baseUrl}}/recipes/visualizeEquipment", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "visualizeEquipment" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/html" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-20688ee3-1ea6-47d3-9830-d0286e7982ca" }, { "id": "8894ecbc-97f4-42b1-b6d7-e0fc352abeea", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "description": "(Required) The recipe's instructions.", "key": "instructions", "value": "" }, { "description": "How to visualize the ingredients, either 'grid' or 'list'.", "key": "view", "value": "grid" }, { "description": "Whether the default CSS should be added to the response.", "key": "defaultCss", "value": "" }, { "description": "Whether to show a backlink to spoonacular. If set false, this call counts against your quota.", "key": "showBacklink", "value": "" } ] }, "url": { "raw": "{{baseUrl}}/recipes/visualizeEquipment", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "visualizeEquipment" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-8894ecbc-97f4-42b1-b6d7-e0fc352abeea" }, { "id": "5a7fc251-db47-4419-bba6-fc924cd92d0e", "name": "Forbidden", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "description": "(Required) The recipe's instructions.", "key": "instructions", "value": "" }, { "description": "How to visualize the ingredients, either 'grid' or 'list'.", "key": "view", "value": "grid" }, { "description": "Whether the default CSS should be added to the response.", "key": "defaultCss", "value": "" }, { "description": "Whether to show a backlink to spoonacular. If set false, this call counts against your quota.", "key": "showBacklink", "value": "" } ] }, "url": { "raw": "{{baseUrl}}/recipes/visualizeEquipment", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "visualizeEquipment" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-5a7fc251-db47-4419-bba6-fc924cd92d0e" }, { "id": "12bfac22-ff67-4aea-9419-68ea2958c481", "name": "Not Found", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "description": "(Required) The recipe's instructions.", "key": "instructions", "value": "" }, { "description": "How to visualize the ingredients, either 'grid' or 'list'.", "key": "view", "value": "grid" }, { "description": "Whether the default CSS should be added to the response.", "key": "defaultCss", "value": "" }, { "description": "Whether to show a backlink to spoonacular. If set false, this call counts against your quota.", "key": "showBacklink", "value": "" } ] }, "url": { "raw": "{{baseUrl}}/recipes/visualizeEquipment", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "visualizeEquipment" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-12bfac22-ff67-4aea-9419-68ea2958c481" } ], "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-c560ed71-96ea-467c-8cdc-67b99b3ecb35" } ], "id": "b834134f-0c29-49bb-a9de-b7fa7ec0368d", "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-b834134f-0c29-49bb-a9de-b7fa7ec0368d" }, { "name": "analyze", "item": [ { "name": "Analyze Recipe", "id": "88c58511-434c-4b7f-98f2-e4c4eaf755f3", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"title\": \"\",\n \"servings\": \"\",\n \"ingredients\": [\n \"\",\n \"\"\n ],\n \"instructions\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/recipes/analyze?language=&includeNutrition=&includeTaste=", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "analyze" ], "query": [ { "description": "The input language, either \"en\" or \"de\".", "key": "language", "value": "" }, { "description": "Whether nutrition data should be added to correctly parsed ingredients.", "key": "includeNutrition", "value": "" }, { "description": "Whether taste data should be added to correctly parsed ingredients.", "key": "includeTaste", "value": "" } ] }, "description": "This endpoint allows you to send raw recipe information, such as title, servings, and ingredients, to then see what we compute (badges, diets, nutrition, and more). This is useful if you have your own recipe data and want to enrich it with our semantic analysis." }, "response": [ { "id": "779bf702-6e3b-472c-bfc6-e73c417913b7", "name": "Success", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"title\": \"\",\n \"servings\": \"\",\n \"ingredients\": [\n \"\",\n \"\"\n ],\n \"instructions\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/recipes/analyze?language=&includeNutrition=&includeTaste=", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "analyze" ], "query": [ { "description": "The input language, either \"en\" or \"de\".", "key": "language", "value": "" }, { "description": "Whether nutrition data should be added to correctly parsed ingredients.", "key": "includeNutrition", "value": "" }, { "description": "Whether taste data should be added to correctly parsed ingredients.", "key": "includeTaste", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-779bf702-6e3b-472c-bfc6-e73c417913b7" }, { "id": "60fbf136-02d6-4cf8-9e01-9b1420ac31e0", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"title\": \"\",\n \"servings\": \"\",\n \"ingredients\": [\n \"\",\n \"\"\n ],\n \"instructions\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/recipes/analyze?language=&includeNutrition=&includeTaste=", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "analyze" ], "query": [ { "description": "The input language, either \"en\" or \"de\".", "key": "language", "value": "" }, { "description": "Whether nutrition data should be added to correctly parsed ingredients.", "key": "includeNutrition", "value": "" }, { "description": "Whether taste data should be added to correctly parsed ingredients.", "key": "includeTaste", "value": "" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-60fbf136-02d6-4cf8-9e01-9b1420ac31e0" }, { "id": "fea440e5-8892-42cd-9fb6-45a994c1c53b", "name": "Forbidden", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"title\": \"\",\n \"servings\": \"\",\n \"ingredients\": [\n \"\",\n \"\"\n ],\n \"instructions\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/recipes/analyze?language=&includeNutrition=&includeTaste=", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "analyze" ], "query": [ { "description": "The input language, either \"en\" or \"de\".", "key": "language", "value": "" }, { "description": "Whether nutrition data should be added to correctly parsed ingredients.", "key": "includeNutrition", "value": "" }, { "description": "Whether taste data should be added to correctly parsed ingredients.", "key": "includeTaste", "value": "" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-fea440e5-8892-42cd-9fb6-45a994c1c53b" }, { "id": "e07df1bb-99c4-4ffe-8bee-8d4b433fcaa0", "name": "Not Found", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"title\": \"\",\n \"servings\": \"\",\n \"ingredients\": [\n \"\",\n \"\"\n ],\n \"instructions\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/recipes/analyze?language=&includeNutrition=&includeTaste=", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "analyze" ], "query": [ { "description": "The input language, either \"en\" or \"de\".", "key": "language", "value": "" }, { "description": "Whether nutrition data should be added to correctly parsed ingredients.", "key": "includeNutrition", "value": "" }, { "description": "Whether taste data should be added to correctly parsed ingredients.", "key": "includeTaste", "value": "" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-e07df1bb-99c4-4ffe-8bee-8d4b433fcaa0" } ], "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-88c58511-434c-4b7f-98f2-e4c4eaf755f3" } ], "id": "8f8c9633-17f2-4b44-9ed8-c5a241ec1b12", "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-8f8c9633-17f2-4b44-9ed8-c5a241ec1b12" }, { "name": "visualizeRecipe", "item": [ { "name": "Create Recipe Card", "id": "d36a48f3-794f-4b6f-86e4-31dcaeaf3978", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) The title of the recipe.", "key": "title", "value": "", "type": "text" }, { "description": "(Required) The ingredient list of the recipe, one ingredient per line (separate lines with \\n).", "key": "ingredients", "value": "", "type": "text" }, { "description": "(Required) The instructions to make the recipe. One step per line (separate lines with \\n).", "key": "instructions", "value": "", "type": "text" }, { "description": "(Required) The number of minutes it takes to get the recipe on the table.", "key": "readyInMinutes", "value": "", "type": "text" }, { "description": "(Required) The number of servings the recipe makes.", "key": "servings", "value": "", "type": "text" }, { "description": "(Required) The mask to put over the recipe image ('ellipseMask', 'diamondMask', 'starMask', 'heartMask', 'potMask', 'fishMask'). (This can only be one of ellipseMask,diamondMask,starMask,heartMask,potMask,fishMask)", "key": "mask", "value": "diamondMask", "type": "text" }, { "description": "(Required) The background image ('none', 'background1', or 'background2'). (This can only be one of none,background1,background2)", "key": "backgroundImage", "value": "none", "type": "text" }, { "description": "The binary image of the recipe as jpg.", "key": "image", "type": "file", "value": null }, { "description": "If you do not sent a binary image you can also pass the image URL.", "key": "imageUrl", "value": "", "type": "text" }, { "description": "The author of the recipe.", "key": "author", "value": "", "type": "text" }, { "description": "The background color for the recipe card as a hex-string.", "key": "backgroundColor", "value": "", "type": "text" }, { "description": "The font color for the recipe card as a hex-string.", "key": "fontColor", "value": "", "type": "text" }, { "description": "The source of the recipe.", "key": "source", "value": "", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/recipes/visualizeRecipe", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "visualizeRecipe" ] }, "description": "Generate a recipe card for a recipe." }, "response": [ { "id": "9de7c730-2e89-467f-a31d-3c4aab175701", "name": "Success", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) The title of the recipe.", "key": "title", "value": "", "type": "text" }, { "description": "(Required) The ingredient list of the recipe, one ingredient per line (separate lines with \\n).", "key": "ingredients", "value": "", "type": "text" }, { "description": "(Required) The instructions to make the recipe. One step per line (separate lines with \\n).", "key": "instructions", "value": "", "type": "text" }, { "description": "(Required) The number of minutes it takes to get the recipe on the table.", "key": "readyInMinutes", "value": "", "type": "text" }, { "description": "(Required) The number of servings the recipe makes.", "key": "servings", "value": "", "type": "text" }, { "description": "(Required) The mask to put over the recipe image ('ellipseMask', 'diamondMask', 'starMask', 'heartMask', 'potMask', 'fishMask'). (This can only be one of ellipseMask,diamondMask,starMask,heartMask,potMask,fishMask)", "key": "mask", "value": "diamondMask", "type": "text" }, { "description": "(Required) The background image ('none', 'background1', or 'background2'). (This can only be one of none,background1,background2)", "key": "backgroundImage", "value": "none", "type": "text" }, { "description": "The binary image of the recipe as jpg.", "key": "image", "type": "file" }, { "description": "If you do not sent a binary image you can also pass the image URL.", "key": "imageUrl", "value": "", "type": "text" }, { "description": "The author of the recipe.", "key": "author", "value": "", "type": "text" }, { "description": "The background color for the recipe card as a hex-string.", "key": "backgroundColor", "value": "", "type": "text" }, { "description": "The font color for the recipe card as a hex-string.", "key": "fontColor", "value": "", "type": "text" }, { "description": "The source of the recipe.", "key": "source", "value": "", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/recipes/visualizeRecipe", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "visualizeRecipe" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"url\": \"\"\n}", "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-9de7c730-2e89-467f-a31d-3c4aab175701" }, { "id": "e04c3866-b920-40ad-968a-14f5012966b6", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) The title of the recipe.", "key": "title", "value": "", "type": "text" }, { "description": "(Required) The ingredient list of the recipe, one ingredient per line (separate lines with \\n).", "key": "ingredients", "value": "", "type": "text" }, { "description": "(Required) The instructions to make the recipe. One step per line (separate lines with \\n).", "key": "instructions", "value": "", "type": "text" }, { "description": "(Required) The number of minutes it takes to get the recipe on the table.", "key": "readyInMinutes", "value": "", "type": "text" }, { "description": "(Required) The number of servings the recipe makes.", "key": "servings", "value": "", "type": "text" }, { "description": "(Required) The mask to put over the recipe image ('ellipseMask', 'diamondMask', 'starMask', 'heartMask', 'potMask', 'fishMask'). (This can only be one of ellipseMask,diamondMask,starMask,heartMask,potMask,fishMask)", "key": "mask", "value": "diamondMask", "type": "text" }, { "description": "(Required) The background image ('none', 'background1', or 'background2'). (This can only be one of none,background1,background2)", "key": "backgroundImage", "value": "none", "type": "text" }, { "description": "The binary image of the recipe as jpg.", "key": "image", "type": "file" }, { "description": "If you do not sent a binary image you can also pass the image URL.", "key": "imageUrl", "value": "", "type": "text" }, { "description": "The author of the recipe.", "key": "author", "value": "", "type": "text" }, { "description": "The background color for the recipe card as a hex-string.", "key": "backgroundColor", "value": "", "type": "text" }, { "description": "The font color for the recipe card as a hex-string.", "key": "fontColor", "value": "", "type": "text" }, { "description": "The source of the recipe.", "key": "source", "value": "", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/recipes/visualizeRecipe", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "visualizeRecipe" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-e04c3866-b920-40ad-968a-14f5012966b6" }, { "id": "97d8159c-dd20-40df-8d4c-2a8c967582e0", "name": "Forbidden", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) The title of the recipe.", "key": "title", "value": "", "type": "text" }, { "description": "(Required) The ingredient list of the recipe, one ingredient per line (separate lines with \\n).", "key": "ingredients", "value": "", "type": "text" }, { "description": "(Required) The instructions to make the recipe. One step per line (separate lines with \\n).", "key": "instructions", "value": "", "type": "text" }, { "description": "(Required) The number of minutes it takes to get the recipe on the table.", "key": "readyInMinutes", "value": "", "type": "text" }, { "description": "(Required) The number of servings the recipe makes.", "key": "servings", "value": "", "type": "text" }, { "description": "(Required) The mask to put over the recipe image ('ellipseMask', 'diamondMask', 'starMask', 'heartMask', 'potMask', 'fishMask'). (This can only be one of ellipseMask,diamondMask,starMask,heartMask,potMask,fishMask)", "key": "mask", "value": "diamondMask", "type": "text" }, { "description": "(Required) The background image ('none', 'background1', or 'background2'). (This can only be one of none,background1,background2)", "key": "backgroundImage", "value": "none", "type": "text" }, { "description": "The binary image of the recipe as jpg.", "key": "image", "type": "file" }, { "description": "If you do not sent a binary image you can also pass the image URL.", "key": "imageUrl", "value": "", "type": "text" }, { "description": "The author of the recipe.", "key": "author", "value": "", "type": "text" }, { "description": "The background color for the recipe card as a hex-string.", "key": "backgroundColor", "value": "", "type": "text" }, { "description": "The font color for the recipe card as a hex-string.", "key": "fontColor", "value": "", "type": "text" }, { "description": "The source of the recipe.", "key": "source", "value": "", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/recipes/visualizeRecipe", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "visualizeRecipe" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-97d8159c-dd20-40df-8d4c-2a8c967582e0" }, { "id": "3639f01f-a2bb-4483-a5c5-ccd69fdf68b1", "name": "Not Found", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) The title of the recipe.", "key": "title", "value": "", "type": "text" }, { "description": "(Required) The ingredient list of the recipe, one ingredient per line (separate lines with \\n).", "key": "ingredients", "value": "", "type": "text" }, { "description": "(Required) The instructions to make the recipe. One step per line (separate lines with \\n).", "key": "instructions", "value": "", "type": "text" }, { "description": "(Required) The number of minutes it takes to get the recipe on the table.", "key": "readyInMinutes", "value": "", "type": "text" }, { "description": "(Required) The number of servings the recipe makes.", "key": "servings", "value": "", "type": "text" }, { "description": "(Required) The mask to put over the recipe image ('ellipseMask', 'diamondMask', 'starMask', 'heartMask', 'potMask', 'fishMask'). (This can only be one of ellipseMask,diamondMask,starMask,heartMask,potMask,fishMask)", "key": "mask", "value": "diamondMask", "type": "text" }, { "description": "(Required) The background image ('none', 'background1', or 'background2'). (This can only be one of none,background1,background2)", "key": "backgroundImage", "value": "none", "type": "text" }, { "description": "The binary image of the recipe as jpg.", "key": "image", "type": "file" }, { "description": "If you do not sent a binary image you can also pass the image URL.", "key": "imageUrl", "value": "", "type": "text" }, { "description": "The author of the recipe.", "key": "author", "value": "", "type": "text" }, { "description": "The background color for the recipe card as a hex-string.", "key": "backgroundColor", "value": "", "type": "text" }, { "description": "The font color for the recipe card as a hex-string.", "key": "fontColor", "value": "", "type": "text" }, { "description": "The source of the recipe.", "key": "source", "value": "", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/recipes/visualizeRecipe", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "visualizeRecipe" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-3639f01f-a2bb-4483-a5c5-ccd69fdf68b1" } ], "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-d36a48f3-794f-4b6f-86e4-31dcaeaf3978" } ], "id": "d2981117-c436-44dc-b546-fab1e0f096e0", "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-d2981117-c436-44dc-b546-fab1e0f096e0" }, { "name": "analyzeInstructions", "item": [ { "name": "Analyze Recipe Instructions", "id": "09b08581-d79d-43df-ba00-effabef32f31", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "description": "(Required) The recipe's instructions.", "key": "instructions", "value": "" } ] }, "url": { "raw": "{{baseUrl}}/recipes/analyzeInstructions", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "analyzeInstructions" ] }, "description": "This endpoint allows you to break down instructions into atomic steps. Furthermore, each step will contain the ingredients and equipment required. Additionally, all ingredients and equipment from the recipe's instructions will be extracted independently of the step they're used in." }, "response": [ { "id": "cb88e8a6-29b1-462b-b19b-bcf7541b89f3", "name": "Success", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "description": "(Required) The recipe's instructions.", "key": "instructions", "value": "" } ] }, "url": { "raw": "{{baseUrl}}/recipes/analyzeInstructions", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "analyzeInstructions" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"parsedInstructions\": [\n {\n \"name\": \"\",\n \"steps\": [\n {\n \"number\": \"\",\n \"step\": \"\",\n \"ingredients\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"localizedName\": \"\",\n \"image\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"localizedName\": \"\",\n \"image\": \"\"\n }\n ],\n \"equipment\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"localizedName\": \"\",\n \"image\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"localizedName\": \"\",\n \"image\": \"\"\n }\n ]\n },\n {\n \"number\": \"\",\n \"step\": \"\",\n \"ingredients\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"localizedName\": \"\",\n \"image\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"localizedName\": \"\",\n \"image\": \"\"\n }\n ],\n \"equipment\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"localizedName\": \"\",\n \"image\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"localizedName\": \"\",\n \"image\": \"\"\n }\n ]\n }\n ]\n },\n {\n \"name\": \"\",\n \"steps\": [\n {\n \"number\": \"\",\n \"step\": \"\",\n \"ingredients\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"localizedName\": \"\",\n \"image\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"localizedName\": \"\",\n \"image\": \"\"\n }\n ],\n \"equipment\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"localizedName\": \"\",\n \"image\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"localizedName\": \"\",\n \"image\": \"\"\n }\n ]\n },\n {\n \"number\": \"\",\n \"step\": \"\",\n \"ingredients\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"localizedName\": \"\",\n \"image\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"localizedName\": \"\",\n \"image\": \"\"\n }\n ],\n \"equipment\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"localizedName\": \"\",\n \"image\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"localizedName\": \"\",\n \"image\": \"\"\n }\n ]\n }\n ]\n }\n ],\n \"ingredients\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"equipment\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-cb88e8a6-29b1-462b-b19b-bcf7541b89f3" }, { "id": "a0d6dc11-154f-4527-b749-60604ba0314e", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "description": "(Required) The recipe's instructions.", "key": "instructions", "value": "" } ] }, "url": { "raw": "{{baseUrl}}/recipes/analyzeInstructions", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "analyzeInstructions" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-a0d6dc11-154f-4527-b749-60604ba0314e" }, { "id": "8592e52a-110d-4669-a265-9d3d0aea8fdf", "name": "Forbidden", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "description": "(Required) The recipe's instructions.", "key": "instructions", "value": "" } ] }, "url": { "raw": "{{baseUrl}}/recipes/analyzeInstructions", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "analyzeInstructions" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-8592e52a-110d-4669-a265-9d3d0aea8fdf" }, { "id": "c03fbb16-5e4c-4d10-9fb7-89f4c064616f", "name": "Not Found", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "description": "(Required) The recipe's instructions.", "key": "instructions", "value": "" } ] }, "url": { "raw": "{{baseUrl}}/recipes/analyzeInstructions", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "analyzeInstructions" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-c03fbb16-5e4c-4d10-9fb7-89f4c064616f" } ], "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-09b08581-d79d-43df-ba00-effabef32f31" } ], "id": "94fc3e18-1f25-4855-be6e-96b6eead8664", "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-94fc3e18-1f25-4855-be6e-96b6eead8664" }, { "name": "cuisine", "item": [ { "name": "Classify Cuisine", "id": "58771f7e-949d-4435-a6e0-32c5f60d633f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "description": "(Required) The title of the recipe.", "key": "title", "value": "" }, { "description": "(Required) The ingredient list of the recipe, one ingredient per line (separate lines with \\n).", "key": "ingredientList", "value": "" } ] }, "url": { "raw": "{{baseUrl}}/recipes/cuisine?language=en", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "cuisine" ], "query": [ { "description": "The language of the input. Either 'en' or 'de'.", "key": "language", "value": "en" } ] }, "description": "Classify the recipe's cuisine." }, "response": [ { "id": "8c0110aa-bf59-4cd0-a321-d8abca822e82", "name": "Success", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "description": "(Required) The title of the recipe.", "key": "title", "value": "" }, { "description": "(Required) The ingredient list of the recipe, one ingredient per line (separate lines with \\n).", "key": "ingredientList", "value": "" } ] }, "url": { "raw": "{{baseUrl}}/recipes/cuisine?language=en", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "cuisine" ], "query": [ { "description": "The language of the input. Either 'en' or 'de'.", "key": "language", "value": "en" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"cuisine\": \"\",\n \"cuisines\": [\n \"\",\n \"\"\n ],\n \"confidence\": \"\"\n}", "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-8c0110aa-bf59-4cd0-a321-d8abca822e82" }, { "id": "ec073667-949c-45ba-b06f-bcfa06943eb4", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "description": "(Required) The title of the recipe.", "key": "title", "value": "" }, { "description": "(Required) The ingredient list of the recipe, one ingredient per line (separate lines with \\n).", "key": "ingredientList", "value": "" } ] }, "url": { "raw": "{{baseUrl}}/recipes/cuisine?language=en", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "cuisine" ], "query": [ { "description": "The language of the input. Either 'en' or 'de'.", "key": "language", "value": "en" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-ec073667-949c-45ba-b06f-bcfa06943eb4" }, { "id": "cf35278f-666e-44af-ad60-0e369e4d663c", "name": "Forbidden", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "description": "(Required) The title of the recipe.", "key": "title", "value": "" }, { "description": "(Required) The ingredient list of the recipe, one ingredient per line (separate lines with \\n).", "key": "ingredientList", "value": "" } ] }, "url": { "raw": "{{baseUrl}}/recipes/cuisine?language=en", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "cuisine" ], "query": [ { "description": "The language of the input. Either 'en' or 'de'.", "key": "language", "value": "en" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-cf35278f-666e-44af-ad60-0e369e4d663c" }, { "id": "2f7781ed-d580-4d4e-b0f8-557b55d4191b", "name": "Not Found", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "description": "(Required) The title of the recipe.", "key": "title", "value": "" }, { "description": "(Required) The ingredient list of the recipe, one ingredient per line (separate lines with \\n).", "key": "ingredientList", "value": "" } ] }, "url": { "raw": "{{baseUrl}}/recipes/cuisine?language=en", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "cuisine" ], "query": [ { "description": "The language of the input. Either 'en' or 'de'.", "key": "language", "value": "en" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-2f7781ed-d580-4d4e-b0f8-557b55d4191b" } ], "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-58771f7e-949d-4435-a6e0-32c5f60d633f" } ], "id": "6136f369-7e8a-4da3-bda7-c04bcbe42142", "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-6136f369-7e8a-4da3-bda7-c04bcbe42142" }, { "name": "queries", "item": [ { "name": "analyze", "item": [ { "name": "Analyze a Recipe Search Query", "id": "d97261fa-e79b-4bb8-8d5a-724f616936e5", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/recipes/queries/analyze?q=", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "queries", "analyze" ], "query": [ { "description": "(Required) The recipe search query.", "key": "q", "value": "" } ] }, "description": "Parse a recipe search query to find out its intention." }, "response": [ { "id": "63723a2c-92f6-44f6-91f2-6ddc9d870ba4", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/queries/analyze?q=", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "queries", "analyze" ], "query": [ { "description": "(Required) The recipe search query.", "key": "q", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"dishes\": [\n {\n \"image\": \"\",\n \"name\": \"\"\n },\n {\n \"image\": \"\",\n \"name\": \"\"\n }\n ],\n \"ingredients\": [\n {\n \"image\": \"\",\n \"include\": \"\",\n \"name\": \"\"\n },\n {\n \"image\": \"\",\n \"include\": \"\",\n \"name\": \"\"\n }\n ],\n \"cuisines\": [\n \"\",\n \"\"\n ],\n \"modifiers\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-63723a2c-92f6-44f6-91f2-6ddc9d870ba4" }, { "id": "d5f23508-c413-46f2-8628-af212852a7e3", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/queries/analyze?q=", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "queries", "analyze" ], "query": [ { "description": "(Required) The recipe search query.", "key": "q", "value": "" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-d5f23508-c413-46f2-8628-af212852a7e3" }, { "id": "d8c51ff5-2cb0-40d6-a8f7-d89a8a9ec8b7", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/queries/analyze?q=", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "queries", "analyze" ], "query": [ { "description": "(Required) The recipe search query.", "key": "q", "value": "" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-d8c51ff5-2cb0-40d6-a8f7-d89a8a9ec8b7" }, { "id": "5345cc1b-f72e-4841-96df-821cb1cb0095", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/queries/analyze?q=", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "queries", "analyze" ], "query": [ { "description": "(Required) The recipe search query.", "key": "q", "value": "" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-5345cc1b-f72e-4841-96df-821cb1cb0095" } ], "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-d97261fa-e79b-4bb8-8d5a-724f616936e5" } ], "id": "427183dd-3edb-4020-ac09-c6a1e3eca75b", "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-427183dd-3edb-4020-ac09-c6a1e3eca75b" } ], "id": "36df7eb2-3309-4f67-9264-a56d19cda0a5", "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-36df7eb2-3309-4f67-9264-a56d19cda0a5" }, { "name": "convert", "item": [ { "name": "Convert Amounts", "id": "962a8523-b3f8-4541-9ba6-fad971e8fb87", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/recipes/convert?ingredientName=&sourceAmount=&sourceUnit=&targetUnit=", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "convert" ], "query": [ { "description": "(Required) The ingredient which you want to convert.", "key": "ingredientName", "value": "" }, { "description": "(Required) The amount from which you want to convert, e.g. the 2.5 in \"2.5 cups of flour to grams\".", "key": "sourceAmount", "value": "" }, { "description": "(Required) The unit from which you want to convert, e.g. the grams in \"2.5 cups of flour to grams\". You can also use \"piece\", e.g. \"3.4 oz tomatoes to piece\"", "key": "sourceUnit", "value": "" }, { "description": "(Required) The unit to which you want to convert, e.g. the grams in \"2.5 cups of flour to grams\". You can also use \"piece\", e.g. \"3.4 oz tomatoes to piece\"", "key": "targetUnit", "value": "" } ] }, "description": "Convert amounts like \"2 cups of flour to grams\"." }, "response": [ { "id": "6e701347-b4b2-4b79-8886-0f2cfa3c3f70", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/convert?ingredientName=&sourceAmount=&sourceUnit=&targetUnit=", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "convert" ], "query": [ { "description": "(Required) The ingredient which you want to convert.", "key": "ingredientName", "value": "" }, { "description": "(Required) The amount from which you want to convert, e.g. the 2.5 in \"2.5 cups of flour to grams\".", "key": "sourceAmount", "value": "" }, { "description": "(Required) The unit from which you want to convert, e.g. the grams in \"2.5 cups of flour to grams\". You can also use \"piece\", e.g. \"3.4 oz tomatoes to piece\"", "key": "sourceUnit", "value": "" }, { "description": "(Required) The unit to which you want to convert, e.g. the grams in \"2.5 cups of flour to grams\". You can also use \"piece\", e.g. \"3.4 oz tomatoes to piece\"", "key": "targetUnit", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"sourceAmount\": \"\",\n \"sourceUnit\": \"\",\n \"targetAmount\": \"\",\n \"targetUnit\": \"\",\n \"answer\": \"\"\n}", "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-6e701347-b4b2-4b79-8886-0f2cfa3c3f70" }, { "id": "afdfea04-0115-4750-b634-51c38bf0c1e6", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/convert?ingredientName=&sourceAmount=&sourceUnit=&targetUnit=", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "convert" ], "query": [ { "description": "(Required) The ingredient which you want to convert.", "key": "ingredientName", "value": "" }, { "description": "(Required) The amount from which you want to convert, e.g. the 2.5 in \"2.5 cups of flour to grams\".", "key": "sourceAmount", "value": "" }, { "description": "(Required) The unit from which you want to convert, e.g. the grams in \"2.5 cups of flour to grams\". You can also use \"piece\", e.g. \"3.4 oz tomatoes to piece\"", "key": "sourceUnit", "value": "" }, { "description": "(Required) The unit to which you want to convert, e.g. the grams in \"2.5 cups of flour to grams\". You can also use \"piece\", e.g. \"3.4 oz tomatoes to piece\"", "key": "targetUnit", "value": "" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-afdfea04-0115-4750-b634-51c38bf0c1e6" }, { "id": "9355a7aa-b093-49f8-a9cb-7598c763b437", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/convert?ingredientName=&sourceAmount=&sourceUnit=&targetUnit=", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "convert" ], "query": [ { "description": "(Required) The ingredient which you want to convert.", "key": "ingredientName", "value": "" }, { "description": "(Required) The amount from which you want to convert, e.g. the 2.5 in \"2.5 cups of flour to grams\".", "key": "sourceAmount", "value": "" }, { "description": "(Required) The unit from which you want to convert, e.g. the grams in \"2.5 cups of flour to grams\". You can also use \"piece\", e.g. \"3.4 oz tomatoes to piece\"", "key": "sourceUnit", "value": "" }, { "description": "(Required) The unit to which you want to convert, e.g. the grams in \"2.5 cups of flour to grams\". You can also use \"piece\", e.g. \"3.4 oz tomatoes to piece\"", "key": "targetUnit", "value": "" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-9355a7aa-b093-49f8-a9cb-7598c763b437" }, { "id": "9bc590cb-22c0-4f66-8266-6d3d3ebb73b6", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/convert?ingredientName=&sourceAmount=&sourceUnit=&targetUnit=", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "convert" ], "query": [ { "description": "(Required) The ingredient which you want to convert.", "key": "ingredientName", "value": "" }, { "description": "(Required) The amount from which you want to convert, e.g. the 2.5 in \"2.5 cups of flour to grams\".", "key": "sourceAmount", "value": "" }, { "description": "(Required) The unit from which you want to convert, e.g. the grams in \"2.5 cups of flour to grams\". You can also use \"piece\", e.g. \"3.4 oz tomatoes to piece\"", "key": "sourceUnit", "value": "" }, { "description": "(Required) The unit to which you want to convert, e.g. the grams in \"2.5 cups of flour to grams\". You can also use \"piece\", e.g. \"3.4 oz tomatoes to piece\"", "key": "targetUnit", "value": "" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-9bc590cb-22c0-4f66-8266-6d3d3ebb73b6" } ], "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-962a8523-b3f8-4541-9ba6-fad971e8fb87" } ], "id": "67a433ab-8540-4a8d-beb0-f75685564c70", "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-67a433ab-8540-4a8d-beb0-f75685564c70" }, { "name": "parseIngredients", "item": [ { "name": "Parse Ingredients", "id": "40a2e9e9-0261-4685-a21d-d293b6bfa0af", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "description": "(Required) The ingredient list of the recipe, one ingredient per line.", "key": "ingredientList", "value": "" }, { "description": "(Required) The number of servings that you can make from the ingredients.", "key": "servings", "value": "" }, { "description": "Whether nutrition data should be added to correctly parsed ingredients.", "key": "includeNutrition", "value": "" } ] }, "url": { "raw": "{{baseUrl}}/recipes/parseIngredients?language=en", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "parseIngredients" ], "query": [ { "description": "The language of the input. Either 'en' or 'de'.", "key": "language", "value": "en" } ] }, "description": "Extract an ingredient from plain text." }, "response": [ { "id": "c7b1beae-c817-40a8-9833-29b2e0f1f5b4", "name": "Success", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "description": "(Required) The ingredient list of the recipe, one ingredient per line.", "key": "ingredientList", "value": "" }, { "description": "(Required) The number of servings that you can make from the ingredients.", "key": "servings", "value": "" }, { "description": "Whether nutrition data should be added to correctly parsed ingredients.", "key": "includeNutrition", "value": "" } ] }, "url": { "raw": "{{baseUrl}}/recipes/parseIngredients?language=en", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "parseIngredients" ], "query": [ { "description": "The language of the input. Either 'en' or 'de'.", "key": "language", "value": "en" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"id\": \"\",\n \"original\": \"\",\n \"originalName\": \"\",\n \"name\": \"\",\n \"amount\": \"\",\n \"unit\": \"\",\n \"unitShort\": \"\",\n \"unitLong\": \"\",\n \"possibleUnits\": [\n \"\",\n \"\"\n ],\n \"estimatedCost\": {\n \"value\": \"\",\n \"unit\": \"\"\n },\n \"consistency\": \"\",\n \"aisle\": \"\",\n \"image\": \"\",\n \"meta\": [\n \"\",\n \"\"\n ],\n \"shoppingListUnits\": [\n \"\",\n \"\"\n ],\n \"nutrition\": {\n \"nutrients\": [\n {\n \"name\": \"\",\n \"amount\": \"\",\n \"unit\": \"\",\n \"percentOfDailyNeeds\": \"\"\n },\n {\n \"name\": \"\",\n \"amount\": \"\",\n \"unit\": \"\",\n \"percentOfDailyNeeds\": \"\"\n }\n ],\n \"properties\": [\n {\n \"name\": \"\",\n \"amount\": \"\",\n \"unit\": \"\"\n },\n {\n \"name\": \"\",\n \"amount\": \"\",\n \"unit\": \"\"\n }\n ],\n \"caloricBreakdown\": {\n \"percentProtein\": \"\",\n \"percentFat\": \"\",\n \"percentCarbs\": \"\"\n },\n \"weightPerServing\": {\n \"amount\": \"\",\n \"unit\": \"\"\n }\n },\n \"categoryPath\": [\n \"\",\n \"\"\n ]\n },\n {\n \"id\": \"\",\n \"original\": \"\",\n \"originalName\": \"\",\n \"name\": \"\",\n \"amount\": \"\",\n \"unit\": \"\",\n \"unitShort\": \"\",\n \"unitLong\": \"\",\n \"possibleUnits\": [\n \"\",\n \"\"\n ],\n \"estimatedCost\": {\n \"value\": \"\",\n \"unit\": \"\"\n },\n \"consistency\": \"\",\n \"aisle\": \"\",\n \"image\": \"\",\n \"meta\": [\n \"\",\n \"\"\n ],\n \"shoppingListUnits\": [\n \"\",\n \"\"\n ],\n \"nutrition\": {\n \"nutrients\": [\n {\n \"name\": \"\",\n \"amount\": \"\",\n \"unit\": \"\",\n \"percentOfDailyNeeds\": \"\"\n },\n {\n \"name\": \"\",\n \"amount\": \"\",\n \"unit\": \"\",\n \"percentOfDailyNeeds\": \"\"\n }\n ],\n \"properties\": [\n {\n \"name\": \"\",\n \"amount\": \"\",\n \"unit\": \"\"\n },\n {\n \"name\": \"\",\n \"amount\": \"\",\n \"unit\": \"\"\n }\n ],\n \"caloricBreakdown\": {\n \"percentProtein\": \"\",\n \"percentFat\": \"\",\n \"percentCarbs\": \"\"\n },\n \"weightPerServing\": {\n \"amount\": \"\",\n \"unit\": \"\"\n }\n },\n \"categoryPath\": [\n \"\",\n \"\"\n ]\n }\n]", "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-c7b1beae-c817-40a8-9833-29b2e0f1f5b4" }, { "id": "a3b6c727-5090-4b70-8f9d-19b2af2e3a10", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "description": "(Required) The ingredient list of the recipe, one ingredient per line.", "key": "ingredientList", "value": "" }, { "description": "(Required) The number of servings that you can make from the ingredients.", "key": "servings", "value": "" }, { "description": "Whether nutrition data should be added to correctly parsed ingredients.", "key": "includeNutrition", "value": "" } ] }, "url": { "raw": "{{baseUrl}}/recipes/parseIngredients?language=en", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "parseIngredients" ], "query": [ { "description": "The language of the input. Either 'en' or 'de'.", "key": "language", "value": "en" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-a3b6c727-5090-4b70-8f9d-19b2af2e3a10" }, { "id": "6d5d6353-e67b-400e-8163-ee95b20811b0", "name": "Forbidden", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "description": "(Required) The ingredient list of the recipe, one ingredient per line.", "key": "ingredientList", "value": "" }, { "description": "(Required) The number of servings that you can make from the ingredients.", "key": "servings", "value": "" }, { "description": "Whether nutrition data should be added to correctly parsed ingredients.", "key": "includeNutrition", "value": "" } ] }, "url": { "raw": "{{baseUrl}}/recipes/parseIngredients?language=en", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "parseIngredients" ], "query": [ { "description": "The language of the input. Either 'en' or 'de'.", "key": "language", "value": "en" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-6d5d6353-e67b-400e-8163-ee95b20811b0" }, { "id": "d5fffc6c-a9a9-4a20-ba4e-a47f480b612f", "name": "Not Found", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "description": "(Required) The ingredient list of the recipe, one ingredient per line.", "key": "ingredientList", "value": "" }, { "description": "(Required) The number of servings that you can make from the ingredients.", "key": "servings", "value": "" }, { "description": "Whether nutrition data should be added to correctly parsed ingredients.", "key": "includeNutrition", "value": "" } ] }, "url": { "raw": "{{baseUrl}}/recipes/parseIngredients?language=en", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "parseIngredients" ], "query": [ { "description": "The language of the input. Either 'en' or 'de'.", "key": "language", "value": "en" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-d5fffc6c-a9a9-4a20-ba4e-a47f480b612f" } ], "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-40a2e9e9-0261-4685-a21d-d293b6bfa0af" } ], "id": "c29dcb1c-30e7-4466-b03b-a6a5a472eb17", "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-c29dcb1c-30e7-4466-b03b-a6a5a472eb17" }, { "name": "guessNutrition", "item": [ { "name": "Guess Nutrition by Dish Name", "id": "11e3ed59-e452-4ee1-9d10-65bdf83c0d32", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/recipes/guessNutrition?title=", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "guessNutrition" ], "query": [ { "description": "(Required) The title of the dish.", "key": "title", "value": "" } ] }, "description": "Estimate the macronutrients of a dish based on its title." }, "response": [ { "id": "41ff2bef-6aa7-442b-8a75-2f5b9cef7bb8", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/guessNutrition?title=", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "guessNutrition" ], "query": [ { "description": "(Required) The title of the dish.", "key": "title", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"calories\": {\n \"confidenceRange95Percent\": {\n \"max\": \"\",\n \"min\": \"\"\n },\n \"standardDeviation\": \"\",\n \"unit\": \"\",\n \"value\": \"\"\n },\n \"carbs\": {\n \"confidenceRange95Percent\": {\n \"max\": \"\",\n \"min\": \"\"\n },\n \"standardDeviation\": \"\",\n \"unit\": \"\",\n \"value\": \"\"\n },\n \"fat\": {\n \"confidenceRange95Percent\": {\n \"max\": \"\",\n \"min\": \"\"\n },\n \"standardDeviation\": \"\",\n \"unit\": \"\",\n \"value\": \"\"\n },\n \"protein\": {\n \"confidenceRange95Percent\": {\n \"max\": \"\",\n \"min\": \"\"\n },\n \"standardDeviation\": \"\",\n \"unit\": \"\",\n \"value\": \"\"\n },\n \"recipesUsed\": \"\"\n}", "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-41ff2bef-6aa7-442b-8a75-2f5b9cef7bb8" }, { "id": "0736f57b-755a-4141-bdaf-f8f28bdc1a32", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/guessNutrition?title=", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "guessNutrition" ], "query": [ { "description": "(Required) The title of the dish.", "key": "title", "value": "" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-0736f57b-755a-4141-bdaf-f8f28bdc1a32" }, { "id": "f6437531-2811-4dc7-86ee-b7a37f1fef0b", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/guessNutrition?title=", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "guessNutrition" ], "query": [ { "description": "(Required) The title of the dish.", "key": "title", "value": "" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-f6437531-2811-4dc7-86ee-b7a37f1fef0b" }, { "id": "5a14cc00-734c-4dfe-846d-3dbc9d6c65c0", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/guessNutrition?title=", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "guessNutrition" ], "query": [ { "description": "(Required) The title of the dish.", "key": "title", "value": "" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-5a14cc00-734c-4dfe-846d-3dbc9d6c65c0" } ], "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-11e3ed59-e452-4ee1-9d10-65bdf83c0d32" } ], "id": "00d7b3ed-87a4-4094-a97e-da44d4cceb8f", "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-00d7b3ed-87a4-4094-a97e-da44d4cceb8f" }, { "name": "quickAnswer", "item": [ { "name": "Quick Answer", "id": "300af9ef-2354-4101-b5dd-12a084c01856", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/recipes/quickAnswer?q=", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "quickAnswer" ], "query": [ { "description": "(Required) The nutrition related question.", "key": "q", "value": "" } ] }, "description": "Answer a nutrition related natural language question." }, "response": [ { "id": "cbad976f-b0b2-4d83-934d-35046a91357d", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/quickAnswer?q=", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "quickAnswer" ], "query": [ { "description": "(Required) The nutrition related question.", "key": "q", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"answer\": \"\",\n \"image\": \"\"\n}", "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-cbad976f-b0b2-4d83-934d-35046a91357d" }, { "id": "f752a86d-5009-4d68-9b5e-765ad1d99e80", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/quickAnswer?q=", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "quickAnswer" ], "query": [ { "description": "(Required) The nutrition related question.", "key": "q", "value": "" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-f752a86d-5009-4d68-9b5e-765ad1d99e80" }, { "id": "3f2c7f76-6682-40d5-a5d4-51a92c8bbfcf", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/quickAnswer?q=", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "quickAnswer" ], "query": [ { "description": "(Required) The nutrition related question.", "key": "q", "value": "" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-3f2c7f76-6682-40d5-a5d4-51a92c8bbfcf" }, { "id": "a8c1f2d9-bd59-46a7-8b32-1c17aa89f698", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/recipes/quickAnswer?q=", "host": [ "{{baseUrl}}" ], "path": [ "recipes", "quickAnswer" ], "query": [ { "description": "(Required) The nutrition related question.", "key": "q", "value": "" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-a8c1f2d9-bd59-46a7-8b32-1c17aa89f698" } ], "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-300af9ef-2354-4101-b5dd-12a084c01856" } ], "id": "36662eac-b721-48f5-a7bf-cb84ee797f87", "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-36662eac-b721-48f5-a7bf-cb84ee797f87" } ], "id": "c763d931-ff23-4776-ae52-3e175ce9db38", "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-c763d931-ff23-4776-ae52-3e175ce9db38" }, { "name": "food", "item": [ { "name": "ingredients", "item": [ { "name": "glycemicLoad", "item": [ { "name": "Compute Glycemic Load", "id": "89cadc2c-cabf-4d4a-8126-fe8bbd073426", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"ingredients\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/food/ingredients/glycemicLoad?language=en", "host": [ "{{baseUrl}}" ], "path": [ "food", "ingredients", "glycemicLoad" ], "query": [ { "description": "The language of the input. Either 'en' or 'de'.", "key": "language", "value": "en" } ] }, "description": "Retrieve the glycemic index for a list of ingredients and compute the individual and total glycemic load." }, "response": [ { "id": "287f7c3d-646a-4684-9db2-c8c3339915f3", "name": "Success", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"ingredients\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/food/ingredients/glycemicLoad?language=en", "host": [ "{{baseUrl}}" ], "path": [ "food", "ingredients", "glycemicLoad" ], "query": [ { "description": "The language of the input. Either 'en' or 'de'.", "key": "language", "value": "en" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"totalGlycemicLoad\": \"\",\n \"ingredients\": [\n {\n \"id\": \"\",\n \"original\": \"\",\n \"glycemicIndex\": \"\",\n \"glycemicLoad\": \"\"\n },\n {\n \"id\": \"\",\n \"original\": \"\",\n \"glycemicIndex\": \"\",\n \"glycemicLoad\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-287f7c3d-646a-4684-9db2-c8c3339915f3" }, { "id": "099e046d-dce6-46fc-8c0f-e5b0262e1a7e", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"ingredients\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/food/ingredients/glycemicLoad?language=en", "host": [ "{{baseUrl}}" ], "path": [ "food", "ingredients", "glycemicLoad" ], "query": [ { "description": "The language of the input. Either 'en' or 'de'.", "key": "language", "value": "en" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-099e046d-dce6-46fc-8c0f-e5b0262e1a7e" }, { "id": "5950c208-57d0-450c-ba1f-7e917333ad0a", "name": "Forbidden", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"ingredients\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/food/ingredients/glycemicLoad?language=en", "host": [ "{{baseUrl}}" ], "path": [ "food", "ingredients", "glycemicLoad" ], "query": [ { "description": "The language of the input. Either 'en' or 'de'.", "key": "language", "value": "en" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-5950c208-57d0-450c-ba1f-7e917333ad0a" }, { "id": "e607136d-c98a-4669-a483-3c392d95ecd4", "name": "Not Found", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"ingredients\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/food/ingredients/glycemicLoad?language=en", "host": [ "{{baseUrl}}" ], "path": [ "food", "ingredients", "glycemicLoad" ], "query": [ { "description": "The language of the input. Either 'en' or 'de'.", "key": "language", "value": "en" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-e607136d-c98a-4669-a483-3c392d95ecd4" } ], "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-89cadc2c-cabf-4d4a-8126-fe8bbd073426" } ], "id": "e58e66ed-8296-4eeb-945f-9466046fb535", "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-e58e66ed-8296-4eeb-945f-9466046fb535" } ], "id": "1244b81d-dc2c-4a4c-a8f0-b90004189ce1", "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-1244b81d-dc2c-4a4c-a8f0-b90004189ce1" } ], "id": "1230b9ce-7352-46ae-a0dd-7c3d39047ccd", "createdAt": "2026-07-28T03:00:35.000Z", "updatedAt": "2026-07-28T03:00:35.000Z", "uid": "35240-1230b9ce-7352-46ae-a0dd-7c3d39047ccd" } ], "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "x-api-key", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://api.spoonacular.com" } ] }