-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathco2_sample.json
More file actions
86 lines (86 loc) · 1.93 KB
/
co2_sample.json
File metadata and controls
86 lines (86 loc) · 1.93 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"message": "",
"recipe": {
"co2-value": 995,
"date": "2020-09-19",
"eaternity-award": false,
"food-unit": 0.9558463636363635,
"id": "Hawaiian pizza",
"ingredients": [
{
"amount": 75,
"conservation": "fresh",
"id": "13",
"names": [
{
"language": "en",
"value": "Pineapple"
}
],
"origin": "Germany",
"production": "standard",
"transport": "ground",
"unit": "gram"
},
{
"amount": 75,
"conservation": "fresh",
"id": "12",
"names": [
{
"language": "en",
"value": "Corn"
}
],
"origin": "Germany",
"production": "standard",
"transport": "ground",
"unit": "gram"
},
{
"amount": 75,
"conservation": "fresh",
"id": "15",
"names": [
{
"language": "en",
"value": "Mozzarella"
}
],
"origin": "Germany",
"production": "standard",
"transport": "ground",
"unit": "gram"
},
{
"amount": 75,
"conservation": "fresh",
"id": "14",
"names": [
{
"language": "en",
"value": "Tomato sauce"
}
],
"origin": "Germany",
"production": "standard",
"transport": "ground",
"unit": "gram"
}
],
"kitchen-id": "Kitchen_Peter",
"location": "Schweiz",
"rating": "B",
"recipe-portions": 1,
"servings": 1,
"titles": [
{
"language": "en",
"value": "Hawaiian pizza"
}
]
},
"recipe-id": "Hawaiian pizza",
"request-id": 0,
"statuscode": 200
}