Get a recipe

किसी विशिष्ट रेसिपी के पहचानकर्ता के आधार पर उसके पूरे, गहन विवरण प्राप्त करें। इसमें चरण, सामग्री, पोषण संबंधी मान और मीडिया शामिल हैं, जिससे आपके प्लेटफ़ॉर्म पर समृद्ध, इंटरैक्टिव खाना पकाने का अनुभव प्रस्तुत करने के लिए आवश्यक हर चीज़ मिलती है। बेहद तेज़ पुनर्प्राप्ति के लिए बनाया गया यह एपीआई आपके एप्लिकेशन के मुख्य रेसिपी विवरण पृष्ठों को संचालित करता है। उपयोग के मामले: इंटरैक्टिव कुकिंग मोड • सटीक समय, निर्देशों और मीडिया संसाधनों के साथ अपने ऐप में चरण-दर-चरण, बिना किसी विकर्षण वाला कुकिंग मोड संचालित करें। वॉइस असिस्टेंट के साथ एकीकृत किया जा सकता है। ई-कॉमर्स — समृद्ध उत्पाद पृष्ठ • उन उत्पाद पृष्ठों पर पूरी रेसिपी एम्बेड करें जहाँ उत्पाद एक प्रमुख सामग्री है। उपयोगकर्ता रेसिपी दृश्य से सभी सामग्री कार्ट में जोड़ सकते हैं। रेस्तरां — इंटरैक्टिव डिजिटल मेनू • ग्राहक व्यंजन का क्यूआर कोड स्कैन करता है और पूरी रेसिपी देखता है: सामग्री, तैयारी और पोषण संबंधी मान। फूड डिलीवरी किट • भौतिक भोजन किट के लिए डिजिटल निर्देश पुस्तिका। ग्राहक बॉक्स पर दिए क्यूआर कोड को स्कैन करके चरण-दर-चरण रेसिपी देखता है।

GET
/recipes/{recipeId}
Recipes
कोई क्रेडिट आवश्यक नहीं

प्रतिक्रिया

200
application/json
object

RecipeDetail

recipe की पूरी details

object

recipeId

recipe का unique identifier

integer<int32>

title?

recipe का localized title

string | null

slug

recipe का URL-friendly slug

string

difficulty?

integer

All of

वेरिएंट 1

integer
012

cookingTimeMinutes?

मिनटों में cooking time

integer<int32> | null

preparationTimeMinutes?

मिनटों में preparation time

integer<int32> | null

recipeTypeId

integer
123578101112131415

servings

recipe से मिलने वाली servings की संख्या

integer<int16>

countryId?

country of origin identifier; GET /definitions/countries के माध्यम से resolve किया जा सकता है

integer<int32> | null

italianRegionId?

Italian region of origin identifier; GET /definitions/italian-regions के माध्यम से resolve किया जा सकता है

integer<int32> | null

description?

recipe का localized description

string | null

otherInfos?

recipe से संबंधित अतिरिक्त localized notes या information

string | null

storageInstructions?

localized storage और conservation instructions

string | null

isPublished

क्या recipe प्रकाशित है

boolean

isDeleted

क्या recipe को soft-delete किया गया है

boolean

totalTimeMinutes?

मिनटों में cooking और preparation time का योग

integer<int32> | null

imageUrl?

recipe cover image का URL

string | null

preparationSteps?

string[]
string

links?

object[]

NamedLink

object

name

string

url

string

ingredients?

object[]

All of

वेरिएंट 1

object[]

RecipeIngredient

quantity वाली recipe ingredient entry

object

recipeIngredientId?

इस सामग्री प्रविष्टि का विशिष्ट पहचानकर्ता

integer<int32>

recipeId?

उस रेसिपी का पहचानकर्ता जिससे यह सामग्री संबंधित है

integer<int32>

name?

सामग्री का प्रदर्शन नाम

string | null

quantity?

उपयोग की गई सामग्री की मात्रा

number<double> | null

measureUnitId?

मात्रा के लिए माप यूनिट पहचानकर्ता; GET /definitions/measure-units के माध्यम से हल किया जा सकता है

integer<int32> | null

isIngredient?

यदि यह ingredient है तो True; यदि यह generic item या note है तो false

boolean

suggestions?

object[]

All of

वेरिएंट 1

object[]

RecipeTool

recipe के लिए आवश्यक tool या equipment का एक भाग

object

recipeToolId?

इस tool entry का unique identifier

integer<int32>

recipeId?

उस recipe का identifier जिससे यह tool संबंधित है

integer<int32>

name

tool का display name

string
204
application/json

No Content

इस एंडपॉइंट के लिए कोई स्कीमा उपलब्ध नहीं हैं।

401
application/json
object

अनधिकृत

ConnectProblemDetails

object

type?

string

title?

string

status?

integer<int32>

detail?

string

instance?

string

requestId?

string

traceId?

string
403
application/json
object

निषिद्ध

ConnectProblemDetails

object

type?

string

title?

string

status?

integer<int32>

detail?

string

instance?

string

requestId?

string

traceId?

string
406
application/json
object

स्वीकार्य नहीं

ConnectProblemDetails

object

type?

string

title?

string

status?

integer<int32>

detail?

string

instance?

string

requestId?

string

traceId?

string
422
application/json
object

अप्रक्रियायोग्य इकाई

ConnectProblemDetails

object

type?

string

title?

string

status?

integer<int32>

detail?

string

instance?

string

requestId?

string

traceId?

string
429
application/json
object

बहुत अधिक अनुरोध (APIM)

ConnectProblemDetails

object

type?

string

title?

string

status?

integer<int32>

detail?

string

instance?

string

requestId?

string

traceId?

string
500
application/json
object

आंतरिक सर्वर त्रुटि

ConnectProblemDetails

object

type?

string

title?

string

status?

integer<int32>

detail?

string

instance?

string

requestId?

string

traceId?

string
502
application/json
object

खराब गेटवे (APIM)

ConnectProblemDetails

object

type?

string

title?

string

status?

integer<int32>

detail?

string

instance?

string

requestId?

string

traceId?

string
504
application/json
object

गेटवे टाइमआउट (APIM)

ConnectProblemDetails

object

type?

string

title?

string

status?

integer<int32>

detail?

string

instance?

string

requestId?

string

traceId?

string