example-data.com

recipes / #104

rich Seafood Paella

rich Seafood Paella

healthygluten-free
Prep
25 min
Cook
35 min
Serves
7

Adstringo uberrime adamo caelestis aedificium adamo comedo vulticulus. Uberrime verbera adeo. Sponte casus degero vesco valetudo qui tabernus ceno validus.

Ingredients

  • • 2.75 lb cannellini beans
  • • 2 g cranberry
  • • 2 tbsp chicken stock
  • • 0.75 tbsp pasta
  • • 4 oz arrowroot
  • • 3.5 lb mandarins
  • • 1.75 g elderberry
  • • 3.25 lb corn tortilla
  • • 1.25 g sweet chilli sauce
  • • 2.75 tsp thyme
  • • 3.75 tbsp purple rice
  • • 3.25 g raspberry

Instructions

  1. Step 1: Season white bread until volup stillicidium vitiosus.
  2. Step 2: Sauté kangaroo until deripio consequatur altus bibo adaugeo.
  3. Step 3: Garnish sunflower oil until coaegresco dens vitiosus accendo.
  4. Step 4: Season tahini until valde corpus ager volup ventito.
  5. Step 5: Fold dashi until aliquam saepe.
  6. Step 6: Combine taleggio cheese until arcus amplus timidus cernuus.
  7. Step 7: Stir koshihikari rice until paulatim temperantia volutabrum.
  8. Step 8: Whisk radish until bos placeat.
  9. Step 9: Season curry leaves until tenetur demum amplexus.
  10. Step 10: Sauté kokam until qui consequuntur clementia urbs.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/104"
)
recipe = res.json()
{
  "id": 104,
  "userId": 238,
  "title": "rich Seafood Paella",
  "slug": "rich-seafood-paella-104",
  "description": "Adstringo uberrime adamo caelestis aedificium adamo comedo vulticulus. Uberrime verbera adeo. Sponte casus degero vesco valetudo qui tabernus ceno validus.",
  "cuisine": "american",
  "difficulty": "easy",
  "prepMinutes": 25,
  "cookMinutes": 35,
  "servings": 7,
  "ingredients": [
    "2.75 lb cannellini beans",
    "2 g cranberry",
    "2 tbsp chicken stock",
    "0.75 tbsp pasta",
    "4 oz arrowroot",
    "3.5 lb mandarins",
    "1.75 g elderberry",
    "3.25 lb corn tortilla",
    "1.25 g sweet chilli sauce",
    "2.75 tsp thyme",
    "3.75 tbsp purple rice",
    "3.25 g raspberry"
  ],
  "instructions": [
    "Step 1: Season white bread until volup stillicidium vitiosus.",
    "Step 2: Sauté kangaroo until deripio consequatur altus bibo adaugeo.",
    "Step 3: Garnish sunflower oil until coaegresco dens vitiosus accendo.",
    "Step 4: Season tahini until valde corpus ager volup ventito.",
    "Step 5: Fold dashi until aliquam saepe.",
    "Step 6: Combine taleggio cheese until arcus amplus timidus cernuus.",
    "Step 7: Stir koshihikari rice until paulatim temperantia volutabrum.",
    "Step 8: Whisk radish until bos placeat.",
    "Step 9: Season curry leaves until tenetur demum amplexus.",
    "Step 10: Sauté kokam until qui consequuntur clementia urbs."
  ],
  "tags": [
    "healthy",
    "gluten-free"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-104/1200/800",
  "createdAt": "2024-07-06T13:28:45.144Z",
  "updatedAt": "2024-07-06T13:28:45.144Z"
}
Draftbit