example-data.com

recipes / #126

crispy Barbecue Ribs

crispy Barbecue Ribs

gluten-freequicklow-carb
Prep
42 min
Cook
137 min
Serves
6

Stipes pel corrupti admoneo dens quas.

Ingredients

  • • 2.5 tsp walnut
  • • 0.25 tbsp cacao
  • • 4 tbsp feta
  • • 0.75 tsp mint
  • • 0.75 g lemongrass
  • • 0.75 g cornichons
  • • 4 tsp vegetable oil
  • • 0.75 tsp brazil nut
  • • 3.75 tsp pasta
  • • 1.25 tbsp vegetable spaghetti

Instructions

  1. Step 1: Stir english spinach until trepide ver quisquam tremo.
  2. Step 2: Stir broccolini until decerno utique desipio tolero assentator.
  3. Step 3: Whisk shark until constans certe accusamus.
  4. Step 4: Fold macadamia nut until itaque incidunt crepusculum aspicio.
  5. Step 5: Combine cos lettuce until casso torrens impedit tunc.
  6. Step 6: Sauté tapioca flour until voluptate a.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/126"
)
recipe = res.json()
{
  "id": 126,
  "userId": 174,
  "title": "crispy Barbecue Ribs",
  "slug": "crispy-barbecue-ribs-126",
  "description": "Stipes pel corrupti admoneo dens quas.",
  "cuisine": "vietnamese",
  "difficulty": "easy",
  "prepMinutes": 42,
  "cookMinutes": 137,
  "servings": 6,
  "ingredients": [
    "2.5 tsp walnut",
    "0.25 tbsp cacao",
    "4 tbsp feta",
    "0.75 tsp mint",
    "0.75 g lemongrass",
    "0.75 g cornichons",
    "4 tsp vegetable oil",
    "0.75 tsp brazil nut",
    "3.75 tsp pasta",
    "1.25 tbsp vegetable spaghetti"
  ],
  "instructions": [
    "Step 1: Stir english spinach until trepide ver quisquam tremo.",
    "Step 2: Stir broccolini until decerno utique desipio tolero assentator.",
    "Step 3: Whisk shark until constans certe accusamus.",
    "Step 4: Fold macadamia nut until itaque incidunt crepusculum aspicio.",
    "Step 5: Combine cos lettuce until casso torrens impedit tunc.",
    "Step 6: Sauté tapioca flour until voluptate a."
  ],
  "tags": [
    "gluten-free",
    "quick",
    "low-carb"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-126/1200/800",
  "createdAt": "2024-12-11T16:18:29.803Z",
  "updatedAt": "2024-12-11T16:18:29.803Z"
}
Draftbit