v1

latestOpenAPI 3.0.0spoonacular API Terms2026-07-139901.1 MB

Analyze Recipe

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.

post/recipes/analyze

Query parameters

languagestring
Example:en

The input language, either "en" or "de".

includeNutritionboolean

Whether nutrition data should be added to correctly parsed ingredients.

includeTasteboolean

Whether taste data should be added to correctly parsed ingredients.

Request body

titlestring
servingsinteger
ingredientsstring[]
instructionsstring

Response

Success

object required