example-data.com

recipes / #216

sour Barbecue Ribs

sour Barbecue Ribs

low-carb
Prep
32 min
Cook
170 min
Serves
1

Speciosus eos volo adulatio sto assumenda. Abscido assentator ulciscor spes thymum sui volo. Conspergo voluptatum thymum aliqua arceo dolore cervus.

Ingredients

  • • 2 lb lobster
  • • 1.5 lb rice syrup
  • • 4 lb butter
  • • 3.75 oz malt vinegar
  • • 1.75 oz vermicelli noodles
  • • 1.75 tbsp pumpkin
  • • 3.75 tsp mackerel
  • • 3.5 tbsp cranberry

Instructions

  1. Step 1: Season goat cheese until tantum labore.
  2. Step 2: Combine avocado until a magni.
  3. Step 3: Combine soy until stipes aureus vergo arcesso quidem.
  4. Step 4: Season lotus root until causa uterque amoveo.
  5. Step 5: Simmer beef until cupiditate ea molestias quas.
  6. Step 6: Garnish radicchio until quibusdam curiositas.
  7. Step 7: Garnish flaxseed until tantillus thesaurus tabernus beatae usque.
  8. Step 8: Combine thyme until corona balbus deleo.
  9. Step 9: Fold beef until provident doloribus dens quis eum.
  10. Step 10: Combine spelt until accedo defetiscor.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/216"
)
recipe = res.json()
{
  "id": 216,
  "userId": 52,
  "title": "sour Barbecue Ribs",
  "slug": "sour-barbecue-ribs-216",
  "description": "Speciosus eos volo adulatio sto assumenda. Abscido assentator ulciscor spes thymum sui volo. Conspergo voluptatum thymum aliqua arceo dolore cervus.",
  "cuisine": "american",
  "difficulty": "medium",
  "prepMinutes": 32,
  "cookMinutes": 170,
  "servings": 1,
  "ingredients": [
    "2 lb lobster",
    "1.5 lb rice syrup",
    "4 lb butter",
    "3.75 oz malt vinegar",
    "1.75 oz vermicelli noodles",
    "1.75 tbsp pumpkin",
    "3.75 tsp mackerel",
    "3.5 tbsp cranberry"
  ],
  "instructions": [
    "Step 1: Season goat cheese until tantum labore.",
    "Step 2: Combine avocado until a magni.",
    "Step 3: Combine soy until stipes aureus vergo arcesso quidem.",
    "Step 4: Season lotus root until causa uterque amoveo.",
    "Step 5: Simmer beef until cupiditate ea molestias quas.",
    "Step 6: Garnish radicchio until quibusdam curiositas.",
    "Step 7: Garnish flaxseed until tantillus thesaurus tabernus beatae usque.",
    "Step 8: Combine thyme until corona balbus deleo.",
    "Step 9: Fold beef until provident doloribus dens quis eum.",
    "Step 10: Combine spelt until accedo defetiscor."
  ],
  "tags": [
    "low-carb"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-216/1200/800",
  "createdAt": "2024-08-20T22:07:07.356Z",
  "updatedAt": "2024-08-20T22:07:07.356Z"
}
Draftbit