Skip to content

Instantly share code, notes, and snippets.

@itoshkov
Last active December 28, 2015 09:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save itoshkov/7483226 to your computer and use it in GitHub Desktop.
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.
{
"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