Last active
December 28, 2015 09:59
-
-
Save itoshkov/7483226 to your computer and use it in GitHub Desktop.
Abridged nutritional info. JSON format doesn't support comments, so I used "..." instead.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"uri" : "http://www.edamam.com/ontologies/edamam.owl#recipe_ec290b2568b7d745a0762f6d5db4a042", | |
"yield" : 15.0, | |
"calories" : 21814, | |
"dietLabels" : [ "LOW_CARB" ], | |
"healthLabels" : [ "DAIRY_FREE", "MILK_FREE", "PEANUT_FREE", "TREE_NUT_FREE", "SOY_FREE", "FISH_FREE", "SHELLFISH_FREE" ], | |
"cautions" : [ ], | |
"totalNutrients" : { | |
"ENERC_KCAL" : { | |
"label" : "Energy", | |
"quantity" : 21814.306200000003, | |
"unit" : "kcal" | |
}, | |
"FAT" : { | |
"label" : "Fat", | |
"quantity" : 1562.5579472000002, | |
"unit" : "g" | |
}, | |
"FASAT" : { | |
"label" : "Saturated", | |
"quantity" : 538.5602623999998, | |
"unit" : "g" | |
}, | |
"FATRN" : { | |
"label" : "Trans", | |
"quantity" : 0.015, | |
"unit" : "g" | |
}, | |
"CHOCDF" : { | |
"label" : "Carbs", | |
"quantity" : 390.41195, | |
"unit" : "g" | |
}, | |
"FIBTG" : { | |
"label" : "Fiber", | |
"quantity" : 48.5609, | |
"unit" : "g" | |
}, | |
"SUGAR" : { | |
"label" : "Sugars", | |
"quantity" : 205.60635, | |
"unit" : "g" | |
}, | |
"PROCNT" : { | |
"label" : "Protein", | |
"quantity" : 1466.6697507999997, | |
"unit" : "g" | |
}, | |
"CHOLE" : { | |
"label" : "Cholesterol", | |
"quantity" : 6153.39888, | |
"unit" : "mg" | |
}, | |
"NA" : { | |
"label" : "Sodium", | |
"quantity" : 14854.027320000001, | |
"unit" : "mg" | |
}, | |
"..." | |
}, | |
"..." | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment