Deepak
Deepak2y ago

Deepak – 17-52 Sep 24

I am using edamam recipe search api and i am unable to find out the recipe id in thier schema. here is what it looks like. am i missing somehting ?
{
"recipe": {
"uri": "string",
"label": "string",
"image": "string",
"images": {
"THUMBNAIL": {
"url": "string",
"width": 0,
"height": 0
},
"SMALL": {
"url": "string",
"width": 0,
"height": 0
},
"REGULAR": {
"url": "string",
"width": 0,
"height": 0
},
"LARGE": {
"url": "string",
"width": 0,
"height": 0
}
},
"source": "string",
"url": "string",
"shareAs": "string",
"yield": 0,
"dietLabels": [
"string"
],
"healthLabels": [
"string"
],
"cautions": [
"string"
],
"ingredientLines": [
"string"
],
"ingredients": [
{
"text": "string",
"quantity": 0,
"measure": "string",
"food": "string",
"weight": 0,
"foodId": "string"
}
],
"calories": 0,
"glycemicIndex": 0,
"totalCO2Emissions": 0,
"co2EmissionsClass": "A+",
"totalWeight": 0,
"cuisineType": [
"string"
],
"mealType": [
"string"
],
"dishType": [
"string"
],
"instructions": [
"string"
],
"tags": [
"string"
],
"externalId": "string",
"totalNutrients": {},
"totalDaily": {},
"digest": [
{
"label": "string",
"tag": "string",
"schemaOrgTag": "string",
"total": 0,
"hasRDI": true,
"daily": 0,
"unit": "string",
"sub": {}
}
]
},
"_links": {
"self": {
"href": "string",
"title": "string"
},
"next": {
"href": "string",
"title": "string"
}
}
}
{
"recipe": {
"uri": "string",
"label": "string",
"image": "string",
"images": {
"THUMBNAIL": {
"url": "string",
"width": 0,
"height": 0
},
"SMALL": {
"url": "string",
"width": 0,
"height": 0
},
"REGULAR": {
"url": "string",
"width": 0,
"height": 0
},
"LARGE": {
"url": "string",
"width": 0,
"height": 0
}
},
"source": "string",
"url": "string",
"shareAs": "string",
"yield": 0,
"dietLabels": [
"string"
],
"healthLabels": [
"string"
],
"cautions": [
"string"
],
"ingredientLines": [
"string"
],
"ingredients": [
{
"text": "string",
"quantity": 0,
"measure": "string",
"food": "string",
"weight": 0,
"foodId": "string"
}
],
"calories": 0,
"glycemicIndex": 0,
"totalCO2Emissions": 0,
"co2EmissionsClass": "A+",
"totalWeight": 0,
"cuisineType": [
"string"
],
"mealType": [
"string"
],
"dishType": [
"string"
],
"instructions": [
"string"
],
"tags": [
"string"
],
"externalId": "string",
"totalNutrients": {},
"totalDaily": {},
"digest": [
{
"label": "string",
"tag": "string",
"schemaOrgTag": "string",
"total": 0,
"hasRDI": true,
"daily": 0,
"unit": "string",
"sub": {}
}
]
},
"_links": {
"self": {
"href": "string",
"title": "string"
},
"next": {
"href": "string",
"title": "string"
}
}
}
2 Replies
ScriptyChris
ScriptyChris2y ago
uri prop might serve as identifier i guess Or externalId
reactibot
reactibot2y ago
This thread hasn’t had any activity in 12 hours, so it’s now locked. Threads are closed automatically after 12 hours. If you have a followup question, you may want to reply to this thread so other members know they're related. https://discord.com/channels/102860784329052160/565213527673929729/1023290947393552475