Mealie
JSON →Interact with your Mealie recipe database to manage and find recipes.
Tools · 44
- get_recipes List/search recipes with advanced filtering
- get_recipe_detailed Get complete recipe details
- get_recipe_concise Get recipe summary
- create_recipe Create new recipe
- update_recipe Update recipe (full replacement)
- patch_recipe Update specific fields only
- duplicate_recipe Clone a recipe
- mark_recipe_last_made Update last made timestamp
- set_recipe_image_from_url Set image from URL
- upload_recipe_image_file Upload image file
- upload_recipe_asset_file Upload document/asset
- delete_recipe Delete recipe
- get_shopping_lists List all shopping lists
- create_shopping_list Create new list
- get_shopping_list Get list by ID
- delete_shopping_list Delete list
- add_recipe_to_shopping_list Add recipe ingredients
- remove_recipe_from_shopping_list Remove recipe ingredients
- get_shopping_list_items List all items
- get_shopping_list_item Get item by ID
- create_shopping_list_item Create single item
- create_shopping_list_items_bulk Create multiple items
- update_shopping_list_item Update item (preserves fields)
- update_shopping_list_items_bulk Update multiple items
- delete_shopping_list_item Delete single item
- delete_shopping_list_items_bulk Delete multiple items
- get_categories List/search categories
- get_empty_categories Find unused categories
- create_category Create new category
- get_category Get by ID
- get_category_by_slug Get by slug
- update_category Update category
- delete_category Delete category
- get_tags List/search tags
- get_empty_tags Find unused tags
- create_tag Create new tag
- get_tag Get by ID
- get_tag_by_slug Get by slug
- update_tag Update tag
- delete_tag Delete tag
- get_all_mealplans List meal plans
- create_mealplan Create meal plan entry
- create_mealplan_bulk Create multiple entries
- get_todays_mealplan Get today's meals
Environment variables
MEALIE_BASE_URLMEALIE_API_KEY
Links
★ 87 GitHub stars