Studio
Get Per-Container Nutrition Facts
Get per-container nutrition facts — dual-column label data for the whole container.
Use this to answer: "what's the nutrition for the whole container?", "show the dual-column label", "per-container nutrition"
Returns FDA-rounded nutrient values for the full container. Returns 404 when dual_column_status is not_required or nutrition facts have not been computed.
Related endpoints:
- getRecipeServing — check dual_column_status before calling
- getRecipePerServingNutritionFacts — per-serving column
Authorization
BearerAuth AuthorizationBearer <token>
JWT Bearer token authentication
In: header
Path Parameters
recipe_id*string
Unique recipe identifier
serving_id*string
Serving identifier
Response Body
application/json
application/json
curl -X GET "https://loading/studio/recipes/string/servings/string/nutrition-facts/per-container"{
"data": {
"serving_id": "string",
"demographic": "string",
"reference_weight_grams": "string",
"nutrients": [
{
"bmid": "string",
"name": "string",
"amount": "string",
"unit": "string",
"percent_daily_value": "string"
}
]
},
"meta": {
"version": "string",
"request_id": "string",
"timestamp": "string"
}
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}