example-data.com

recipes / #68

tangy Allspice-rubbed Turkey Salad

tangy Allspice-rubbed Turkey Salad

familyspicycomfortvegan
Prep
9 min
Cook
55 min
Serves
7

Vergo absorbeo ademptio arto theca denuncio nemo sublime attollo. Demitto claudeo comprehendo clam anser aequus umquam crinis accusamus cauda. A vivo vado caste adflicto.

Ingredients

  • • 1.5 tsp mace
  • • 1.5 g oysters
  • • 2.5 g passionfruit
  • • 3.25 lb oyster sauce
  • • 0.25 tsp asian noodles
  • • 3.25 tbsp swordfish
  • • 2.75 g blue swimmer crab
  • • 1 tbsp almond oil

Instructions

  1. Step 1: Season cannellini beans until tam depraedor crastinus.
  2. Step 2: Simmer tapioca until vae curo advenio.
  3. Step 3: Whisk oatmeal until torqueo vulnero voluptatem.
  4. Step 4: Fold amchur until cubo templum villa blanditiis alienus.
  5. Step 5: Sauté licorice until aetas administratio.
  6. Step 6: Whisk enoki mushrooms until aliquam coma cura concido.
  7. Step 7: Fold sunflower seeds until stella aeger aeger.
  8. Step 8: Sauté pumpkin until pauci est harum.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/68"
)
recipe = res.json()
{
  "id": 68,
  "userId": 54,
  "title": "tangy Allspice-rubbed Turkey Salad",
  "slug": "tangy-allspice-rubbed-turkey-salad-68",
  "description": "Vergo absorbeo ademptio arto theca denuncio nemo sublime attollo. Demitto claudeo comprehendo clam anser aequus umquam crinis accusamus cauda. A vivo vado caste adflicto.",
  "cuisine": "chinese",
  "difficulty": "easy",
  "prepMinutes": 9,
  "cookMinutes": 55,
  "servings": 7,
  "ingredients": [
    "1.5 tsp mace",
    "1.5 g oysters",
    "2.5 g passionfruit",
    "3.25 lb oyster sauce",
    "0.25 tsp asian noodles",
    "3.25 tbsp swordfish",
    "2.75 g blue swimmer crab",
    "1 tbsp almond oil"
  ],
  "instructions": [
    "Step 1: Season cannellini beans until tam depraedor crastinus.",
    "Step 2: Simmer tapioca until vae curo advenio.",
    "Step 3: Whisk oatmeal until torqueo vulnero voluptatem.",
    "Step 4: Fold amchur until cubo templum villa blanditiis alienus.",
    "Step 5: Sauté licorice until aetas administratio.",
    "Step 6: Whisk enoki mushrooms until aliquam coma cura concido.",
    "Step 7: Fold sunflower seeds until stella aeger aeger.",
    "Step 8: Sauté pumpkin until pauci est harum."
  ],
  "tags": [
    "family",
    "spicy",
    "comfort",
    "vegan"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-68/1200/800",
  "createdAt": "2025-03-16T13:05:01.619Z",
  "updatedAt": "2025-03-16T13:05:01.619Z"
}
Draftbit