example-data.com

recipes / #131

fluffy Chicken Fajitas

fluffy Chicken Fajitas

weeknight
Prep
57 min
Cook
178 min
Serves
2

Currus incidunt caelestis carmen supra vigor aggredior aut concedo porro.

Ingredients

  • • 2.5 tsp sugar
  • • 2 oz potatoes
  • • 2.75 cup pandanus leaves
  • • 2 tsp cashews
  • • 2.5 tbsp achacha
  • • 0.5 oz figs
  • • 0.75 lb chia seeds
  • • 3.25 oz bonito flakes
  • • 1.25 oz blackberries
  • • 1.75 lb mangosteens
  • • 2.5 oz coconut oil

Instructions

  1. Step 1: Combine longan until aperte valens.
  2. Step 2: Season arborio rice until omnis absens depopulo.
  3. Step 3: Stir camellia tea oil until volva caveo ambitus urbs stella.
  4. Step 4: Season butter beans until vomer dedecor neque.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/131"
)
recipe = res.json()
{
  "id": 131,
  "userId": 132,
  "title": "fluffy Chicken Fajitas",
  "slug": "fluffy-chicken-fajitas-131",
  "description": "Currus incidunt caelestis carmen supra vigor aggredior aut concedo porro.",
  "cuisine": "indian",
  "difficulty": "medium",
  "prepMinutes": 57,
  "cookMinutes": 178,
  "servings": 2,
  "ingredients": [
    "2.5 tsp sugar",
    "2 oz potatoes",
    "2.75 cup pandanus leaves",
    "2 tsp cashews",
    "2.5 tbsp achacha",
    "0.5 oz figs",
    "0.75 lb chia seeds",
    "3.25 oz bonito flakes",
    "1.25 oz blackberries",
    "1.75 lb mangosteens",
    "2.5 oz coconut oil"
  ],
  "instructions": [
    "Step 1: Combine longan until aperte valens.",
    "Step 2: Season arborio rice until omnis absens depopulo.",
    "Step 3: Stir camellia tea oil until volva caveo ambitus urbs stella.",
    "Step 4: Season butter beans until vomer dedecor neque."
  ],
  "tags": [
    "weeknight"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-131/1200/800",
  "createdAt": "2024-05-27T09:44:41.809Z",
  "updatedAt": "2024-05-27T09:44:41.809Z"
}
Draftbit