Get a recipe
get_recipeRetrieves complete recipe details: ingredients, step-by-step instructions, servings, source, tags, ratings, comments, cook count, and page link using a recipe ID.
Instructions
Full details for one recipe: ingredients, steps, servings, source, tags, ratings, comments, how often it's been cooked, and a link to its page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| recipe_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| url | Yes | ||
| tags | No | ||
| steps | No | ||
| title | Yes | ||
| ratings | No | ||
| comments | No | ||
| servings | No | ||
| image_url | No | ||
| on_ballot | No | ||
| avg_rating | No | ||
| created_at | No | ||
| source_url | No | ||
| description | No | ||
| ingredients | No | ||
| is_favorite | No | ||
| last_cooked | No | ||
| rating_count | No | ||
| times_cooked | No |