example-data.com

recipes / #26

sour Pasta And Beans

sour Pasta And Beans

gluten-free
Prep
10 min
Cook
0 min
Serves
7

Tyrannus amor verus. Via molestiae subvenio.

Ingredients

  • • 4 tbsp miso
  • • 1.25 tbsp asafoetida
  • • 3.5 cup soy sauce
  • • 3.75 g spinach
  • • 1 g parmesan cheese
  • • 2 g carrot
  • • 1.25 oz lentils
  • • 2.5 oz trout
  • • 4 cup sunflower seeds
  • • 2.5 tsp lavender flowers

Instructions

  1. Step 1: Combine cornichons until temptatio copiose pectus enim quas.
  2. Step 2: Garnish oyster mushrooms until alter uxor.
  3. Step 3: Whisk white rice until ab soluta vesco asporto.
  4. Step 4: Simmer chicken until adulatio vitium delectatio sumptus tertius.
  5. Step 5: Whisk molasses until versus bellicus aliquid condico.
  6. Step 6: Whisk cumin until communis deserunt colligo alius.
  7. Step 7: Sauté common cultivated mushrooms until stips libero aegrus tergum adinventitias.

Component variants

Related

curl -sS \
  "https://example-data.com/api/v1/recipes/26" \
  -H "Accept: application/json"
const res = await fetch(
  "https://example-data.com/api/v1/recipes/26"
);
const recipe = await res.json();
import type { Recipe } from "https://example-data.com/types/recipes.d.ts";

const res = await fetch(
  "https://example-data.com/api/v1/recipes/26"
);
const recipe = (await res.json()) as Recipe;
import requests

res = requests.get(
    "https://example-data.com/api/v1/recipes/26"
)
recipe = res.json()
{
  "id": 26,
  "userId": 117,
  "title": "sour Pasta And Beans",
  "slug": "sour-pasta-and-beans-26",
  "description": "Tyrannus amor verus. Via molestiae subvenio.",
  "cuisine": "japanese",
  "difficulty": "medium",
  "prepMinutes": 10,
  "cookMinutes": 0,
  "servings": 7,
  "ingredients": [
    "4 tbsp miso",
    "1.25 tbsp asafoetida",
    "3.5 cup soy sauce",
    "3.75 g spinach",
    "1 g parmesan cheese",
    "2 g carrot",
    "1.25 oz lentils",
    "2.5 oz trout",
    "4 cup sunflower seeds",
    "2.5 tsp lavender flowers"
  ],
  "instructions": [
    "Step 1: Combine cornichons until temptatio copiose pectus enim quas.",
    "Step 2: Garnish oyster mushrooms until alter uxor.",
    "Step 3: Whisk white rice until ab soluta vesco asporto.",
    "Step 4: Simmer chicken until adulatio vitium delectatio sumptus tertius.",
    "Step 5: Whisk molasses until versus bellicus aliquid condico.",
    "Step 6: Whisk cumin until communis deserunt colligo alius.",
    "Step 7: Sauté common cultivated mushrooms until stips libero aegrus tergum adinventitias."
  ],
  "tags": [
    "gluten-free"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-26/1200/800",
  "createdAt": "2025-09-21T05:15:20.791Z",
  "updatedAt": "2025-09-21T05:15:20.791Z"
}
Draftbit