example-data.com

recipes / #13

smoky Ricotta Stuffed Ravioli

smoky Ricotta Stuffed Ravioli

Prep
44 min
Cook
28 min
Serves
1

Est caelum vulnero.

Ingredients

  • • 1.5 tsp incaberries
  • • 3.75 oz mackerel
  • • 1.25 tbsp poppy seed
  • • 2.25 oz melon
  • • 3 lb kale

Instructions

  1. Step 1: Stir mahi mahi until doloribus tripudio vestigium deludo.
  2. Step 2: Garnish pears until carus adicio defendo.
  3. Step 3: Stir parrotfish until sapiente copiose damno appono.
  4. Step 4: Whisk soymilk until comedo audax tempus sui deputo.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/13"
)
recipe = res.json()
{
  "id": 13,
  "userId": 211,
  "title": "smoky Ricotta Stuffed Ravioli",
  "slug": "smoky-ricotta-stuffed-ravioli-13",
  "description": "Est caelum vulnero.",
  "cuisine": "thai",
  "difficulty": "hard",
  "prepMinutes": 44,
  "cookMinutes": 28,
  "servings": 1,
  "ingredients": [
    "1.5 tsp incaberries",
    "3.75 oz mackerel",
    "1.25 tbsp poppy seed",
    "2.25 oz melon",
    "3 lb kale"
  ],
  "instructions": [
    "Step 1: Stir mahi mahi until doloribus tripudio vestigium deludo.",
    "Step 2: Garnish pears until carus adicio defendo.",
    "Step 3: Stir parrotfish until sapiente copiose damno appono.",
    "Step 4: Whisk soymilk until comedo audax tempus sui deputo."
  ],
  "tags": [],
  "imageUrl": "https://picsum.photos/seed/recipe-13/1200/800",
  "createdAt": "2024-10-22T21:54:22.208Z",
  "updatedAt": "2024-10-22T21:54:22.208Z"
}
Draftbit