example-data.com

recipes / #149

crunchy Fish And Chips

crunchy Fish And Chips

spicydairy-free
Prep
37 min
Cook
153 min
Serves
4

Villa coniuratio vir accusator tepesco calculus cubo taceo tribuo minus.

Ingredients

  • • 3.25 tbsp white flour
  • • 3.25 tbsp oyster mushrooms
  • • 2 oz artichoke
  • • 0.75 tsp lentils
  • • 1.75 tsp pear juice

Instructions

  1. Step 1: Simmer blue cheese until debilito thorax despecto.
  2. Step 2: Combine unbleached flour until causa adsidue.
  3. Step 3: Sauté zucchini until vitae vulariter convoco.
  4. Step 4: Simmer coconut until arbustum vulgaris temptatio suffoco.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/149"
)
recipe = res.json()
{
  "id": 149,
  "userId": 83,
  "title": "crunchy Fish And Chips",
  "slug": "crunchy-fish-and-chips-149",
  "description": "Villa coniuratio vir accusator tepesco calculus cubo taceo tribuo minus.",
  "cuisine": "american",
  "difficulty": "easy",
  "prepMinutes": 37,
  "cookMinutes": 153,
  "servings": 4,
  "ingredients": [
    "3.25 tbsp white flour",
    "3.25 tbsp oyster mushrooms",
    "2 oz artichoke",
    "0.75 tsp lentils",
    "1.75 tsp pear juice"
  ],
  "instructions": [
    "Step 1: Simmer blue cheese until debilito thorax despecto.",
    "Step 2: Combine unbleached flour until causa adsidue.",
    "Step 3: Sauté zucchini until vitae vulariter convoco.",
    "Step 4: Simmer coconut until arbustum vulgaris temptatio suffoco."
  ],
  "tags": [
    "spicy",
    "dairy-free"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-149/1200/800",
  "createdAt": "2025-07-24T02:22:50.973Z",
  "updatedAt": "2025-07-24T02:22:50.973Z"
}
Draftbit