APIهای Google Fit، از جمله Google Fit REST API، پس از 30 ژوئن 2025 دیگر در دسترس نخواهند بود . از 1 می 2024، توسعه دهندگان نمی توانند برای استفاده از این API ها ثبت نام کنند .
هر نقطه داده نشان می دهد که چه مواد مغذی به عنوان بخشی از یک وعده غذایی یا یک ماده غذایی مصرف شده است. نقطه داده شامل چندین فیلد است. زمینه مواد مغذی مورد نیاز است. و یکی، یا هر دو، از فیلدهای نوع غذا و ماده غذایی مورد نیاز است.
ماده غذایی خاص برای ورود. به عنوان مثال، "موز" یا "فرنی".
مواد مغذی ( Map<String> —کالری/گرم)
تجزیه تغذیه ای ماده غذایی خورده شده.
ارزش های پذیرفته شده
"key": "calories" // Calories in kcal
"key": "fat.total" // Total fat in grams
"key": "fat.saturated" // Saturated fat in grams
"key": "fat.unsaturated" // Unsaturated fat in grams
"key": "fat.polyunsaturated" // Polyunsaturated fat in grams
"key": "fat.monounsaturated" // Monounsaturated fat in grams
"key": "fat.trans" // Trans fat in grams
"key": "cholesterol" // Cholesterol in milligrams
"key": "sodium" // Sodium in milligrams
"key": "potassium" // Potassium in milligrams
"key": "carbs.total" // Total carbohydrates in grams
"key": "dietary_fiber" // Dietary fiber in grams
"key": "sugar" // Amount of sugar in grams
"key": "protein" // Protein amount in grams
NUTRIENT_CALORIES // Calories in kcal
NUTRIENT_TOTAL_FAT // Total fat in grams
NUTRIENT_SATURATED_FAT // Saturated fat in grams
NUTRIENT_UNSATURATED_FAT // Unsaturated fat in grams
NUTRIENT_POLYUNSATURATED_FAT // Polyunsaturated fat in grams
NUTRIENT_MONOUNSATURATED_FAT // Monounsaturated fat in grams
NUTRIENT_TRANS_FAT // Trans fat in grams
NUTRIENT_CHOLESTEROL // Cholesterol in milligrams
NUTRIENT_SODIUM // Sodium in milligrams
NUTRIENT_POTASSIUM // Potassium in milligrams
NUTRIENT_TOTAL_CARBS // Total carbohydrates in grams
NUTRIENT_DIETARY_FIBER // Dietary fiber in grams
NUTRIENT_SUGAR // Amount of sugar in grams
NUTRIENT_PROTEIN // Protein amount in grams
تاریخ آخرین بهروزرسانی 2024-11-14 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2024-11-14 بهوقت ساعت هماهنگ جهانی."],[[["This documentation details the data types and fields for recording hydration and nutrition data using the Google Fit API."],["Hydration data points track the volume of water consumed in liters using the `com.google.hydration` data type."],["Nutrition data points record the nutritional breakdown of meals or food items, including meal type, food item, and nutrients."],["Required fields for nutrition data include the `nutrients` field and either `meal_type` or `food_item` (or both)."],["Developers can use REST or Android methods to access and manage hydration and nutrition data."]]],[]]