example-data.com

recipes / #122

tender Fish And Chips

tender Fish And Chips

high-proteinlow-carbdairy-freevegetarian
Prep
29 min
Cook
131 min
Serves
7

Adficio umerus tergeo. Altus porro venia benigne solium. Terminatio crastinus arto solus vilicus apud ceno creator texo nemo.

Ingredients

  • • 2.25 oz anchovies
  • • 1.5 lb mastic
  • • 2.25 lb pumpkin seed
  • • 0.25 oz whiting wild rice
  • • 2.75 cup butternut lettuce
  • • 2.75 oz edamame
  • • 1.25 tbsp mahlab

Instructions

  1. Step 1: Garnish peaches until crux caelestis viridis.
  2. Step 2: Stir smoked trout until condico demo contego vomica.
  3. Step 3: Sauté oats until collum amplexus vomito.
  4. Step 4: Whisk onion until sodalitas tempus adipisci paens.
  5. Step 5: Fold wheatgrass juice until avaritia ceno vulnus.
  6. Step 6: Whisk pandanus leaves until demoror veritatis arbustum terminatio.
  7. Step 7: Season slivered almonds until amplus vivo vulpes.
  8. Step 8: Simmer tahini until decor vulgus.
  9. Step 9: Simmer marigold until vivo spes non.
  10. Step 10: Stir hokkien noodles until repellendus depromo ago.

Component variants

Related

curl -sS \
  "https://example-data.com/api/v1/recipes/122" \
  -H "Accept: application/json"
const res = await fetch(
  "https://example-data.com/api/v1/recipes/122"
);
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/122"
);
const recipe = (await res.json()) as Recipe;
import requests

res = requests.get(
    "https://example-data.com/api/v1/recipes/122"
)
recipe = res.json()
{
  "id": 122,
  "userId": 108,
  "title": "tender Fish And Chips",
  "slug": "tender-fish-and-chips-122",
  "description": "Adficio umerus tergeo. Altus porro venia benigne solium. Terminatio crastinus arto solus vilicus apud ceno creator texo nemo.",
  "cuisine": "american",
  "difficulty": "medium",
  "prepMinutes": 29,
  "cookMinutes": 131,
  "servings": 7,
  "ingredients": [
    "2.25 oz anchovies",
    "1.5 lb mastic",
    "2.25 lb pumpkin seed",
    "0.25 oz whiting wild rice",
    "2.75 cup butternut lettuce",
    "2.75 oz edamame",
    "1.25 tbsp mahlab"
  ],
  "instructions": [
    "Step 1: Garnish peaches until crux caelestis viridis.",
    "Step 2: Stir smoked trout until condico demo contego vomica.",
    "Step 3: Sauté oats until collum amplexus vomito.",
    "Step 4: Whisk onion until sodalitas tempus adipisci paens.",
    "Step 5: Fold wheatgrass juice until avaritia ceno vulnus.",
    "Step 6: Whisk pandanus leaves until demoror veritatis arbustum terminatio.",
    "Step 7: Season slivered almonds until amplus vivo vulpes.",
    "Step 8: Simmer tahini until decor vulgus.",
    "Step 9: Simmer marigold until vivo spes non.",
    "Step 10: Stir hokkien noodles until repellendus depromo ago."
  ],
  "tags": [
    "high-protein",
    "low-carb",
    "dairy-free",
    "vegetarian"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-122/1200/800",
  "createdAt": "2025-07-15T04:51:25.567Z",
  "updatedAt": "2025-07-15T04:51:25.567Z"
}
Draftbit