1. Body Fat Scale Body Data Parsing
Physical Metrics Calculation Library
  • Quick Start
  • Body Fat Scale Body Data Parsing
    • Err Error Codes
    • Get Temporary Token Based on AppKey
      POST
    • Alternating Current Four-Electrode Algorithm
      GET
    • Direct Current Four-Electrode Algorithm
      GET
    • Dual-frequency AC four-electrode
      GET
    • Alternating Current eight-electrode algorithm
      GET
    • AC Eight-Electrode Smoothing Algorithm
      GET
  • Schemas
    • Schemas
      • BaseResult«GetBodyDataDto»
      • OpenR«LefuBody«PPBodyDetailInfoModelH4240»»
      • BaseResult«List«StandardBodyData»»
      • LefuBody«PPBodyDetailInfoModelH4240»
      • GenTable
      • PPBodyDetailInfoModelH4240
      • AcWeightDataVo
      • OpenApiKeyVo
      • FoodSearchZhDetail
      • GetBodyDataDto
      • WeightPoint
      • GenTableColumn
      • DcWeightDataVo
      • OpenApiTokenVo
      • FoodZhPart
      • OpenR
      • GetBodyDataVo
      • LefuBody
      • FoodZhTwPart
      • Link
      • RegisterBody
      • ImpedanceVO
      • ModelAndView
      • R«OpenApiTokenVo»
      • BaseResult
      • BaseResult«List«GetDataLazeDto»»
      • PPBodyDetailInfoModel
      • SendEmailCodeVO
      • OpenR«FoodSearchZhDetail»
      • GetDataLazeDto
      • R
      • OpenR«PageVo«FoodZhPart»»
      • R«LefuBody»
      • WebLoginBody
      • OpenR«PageVo«FoodZhTwPart»»
      • CommonDTO
      • SysJob
      • PageVo«FoodZhPart»
      • TableDataInfo
      • PageVo«FoodZhTwPart»
      • View
      • TorreConfigVO
      • TorreRecordVO
      • WifiResult«CommonDTO»
      • TorreRegisterVO
      • WifiResult«WifiNewVersion»
      • TorreWeightDataVO
      • WifiWeightDTO
    • ScaleRXinmiaoDeviceHistoryData
    • Object
    • OpenRLefuBodyPPBodyDetailInfoModelH8
    • BatchRecordVO
    • ScaleRMapObject
    • LefuBodyPPBodyDetailInfoModelH8
    • V2RecordVO
    • PPBodyDetailInfoModelH8
    • ScaleRWifiNewVersion
    • XinmiaoDeviceHistoryData
    • TorreVersionUrl
    • ScaleRListTorreVersionUrl
    • TorreCheckForUpdateVO
    • WifiDTO
    • WifiNewVersion
  1. Body Fat Scale Body Data Parsing

AC Eight-Electrode Smoothing Algorithm

GET
/openapi-bodydata/bodyData/V1_7_2/getAcLfBodyData8
This algorithm combines the current measurement data with the user's previous historical measurement data, and recalculates to obtain smoothed impedance values through established algorithm logic, used to suppress large deviations between two adjacent measurements.
If previous historical measurement data does not exist / is not filled in, the current measurement values will be directly used for conventional calculation and output.

Request

Query Params

Header Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location 'https://uniquehealth.lefuenergy.com/openapi-bodydata/bodyData/V1_7_2/getAcLfBodyData8?product=6&standardType=0&sex=1&age=32&height=173&weightKg=68&heartRate=78&z20KhzLeftArmEnCode=1374092425&z20KhzRightArmEnCode=14574291&z20KhzLeftLegEnCode=1883777173&z20KhzRightLegEnCode=1086231067&z20KhzTrunkEnCode=1885409820&z100KhzLeftArmEnCode=1370519943&z100KhzRightArmEnCode=1101329788&z100KhzLeftLegEnCode=540731951&z100KhzRightLegEnCode=1620867313&z100KhzTrunkEnCode=1882380911&bhZ20KhzLeftArmEnCodeLast=1374092425&bhZ20KhzRightArmEnCodeLast=14574291&bhZ20KhzLeftLegEnCodeLast=1883777173&bhZ20KhzRightLegEnCodeLast=1086231067&bhZ20KhzTrunkEnCodeLast=1885409820&bhZ100KhzLeftArmEnCodeLast=1370519943&bhZ100KhzRightArmEnCodeLast=1101329788&bhZ100KhzLeftLegEnCodeLast=540731951&bhZ100KhzRightLegEnCodeLast=1620867313&bhZ100KhzTrunkEnCodeLast=1882380911&lastTimestamp=1773906769000&lastBodyFatRate=45&timestamp=1773910369000' \
--header 'token: N5zk/fOhThJaK3Au0kUiyuo6FWI+GetTpIOc0oiUl6WH15lskomIL/sVy3kSTDEE' \
--header 'Accept-Language: en'

Responses

🟢200成功
application/json
Bodyapplication/json

Example
{
  "code": 200,
  "msg": "Success",
  "data": {
    "version": "LeFu_2025-05-22_V1.7.4",
    "errorType": "PP_ERROR_TYPE_NONE",
    "lefuBodyData": [
      {
        "bodyParamName": "Weight",
        "bodyParamKey": "ppWeightKg",
        "introduction": "Weight refers to the weight of the human body, usually measured in kilograms or pounds. Weight is an important indicator of human health, but it needs to be comprehensively evaluated based on factors such as height, body shape, and body fat percentage.",
        "standardArray": [
          55.9,
          75.7
        ],
        "currentValue": 68.0,
        "currentStandard": 1,
        "standardTitleArray": [
          "Lean",
          "Standard",
          "Overweight"
        ],
        "standardTitle": "Standard",
        "colorArray": [
          "#F5A623",
          "#14CCAD",
          "#F43F31"
        ],
        "standColor": "#14CCAD",
        "standeEvaluation": "The standard weight indicates that the body mass is within the normal range, but it is still necessary to maintain healthy lifestyle habits.",
        "standSuggestion": "Maintain a balanced and nutritious diet, consume sufficient carbohydrates, proteins, fats, etc., engage in moderate exercise, and maintain good lifestyle habits.",
        "unit": "kg"
      },
      {
        "bodyParamName": "Skeletal Muscle Mass",
        "bodyParamKey": "ppBodySkeletalKg",
        "introduction": "Skeletal muscles are muscles attached to bones. That is what we usually understand as muscle mass. Skeletal muscle mass: The total weight of skeletal muscles in the body.",
        "standardArray": [
          28.1,
          34.4
        ],
        "currentValue": 17.2,
        "currentStandard": 0,
        "standardTitleArray": [
          "Insufficient",
          "standard",
          "excellent"
        ],
        "standardTitle": "Insufficient",
        "colorArray": [
          "#F5A623",
          "#14CCAD",
          "#0F9982"
        ],
        "standColor": "#F5A623",
        "standeEvaluation": "Insufficient skeletal muscle mass is usually also a lack of muscle mass, which may lead to physical weakness, insufficient strength, and other issues.",
        "standSuggestion": "It is recommended to conduct appropriate strength training and maintain good nutritional eating habits. Strength training recommends weightlifting, pull-up, and sufficient intake of high-quality protein, high-quality carbon water, and high-quality fat.",
        "unit": "kg"
      },
      {
        "bodyParamName": "Skeletal Muscle Quality Index",
        "bodyParamKey": "ppSmi",
        "introduction": "The skeletal muscle mass index is used to study sarcopenia (muscle loss). Nowadays, many researchers use SMI for the diagnosis of sarcopenia.",
        "standardArray": [
          7.0
        ],
        "currentValue": 4.3,
        "currentStandard": 0,
        "standardTitleArray": [
          "Insufficient",
          "standard"
        ],
        "standardTitle": "Insufficient",
        "colorArray": [
          "#F5A623",
          "#14CCAD"
        ],
        "standColor": "#F5A623",
        "standeEvaluation": "When the index of skeletal muscle mass index is insufficient, it indicates that your skeletal muscle mass is in a state of malnutrition.",
        "standSuggestion": "Please pay attention to your physical health, adjust your lifestyle habits, and seek medical examination if necessary.",
        "unit": ""
      },
      {
        "bodyParamName": "Waist-hip Ratio",
        "bodyParamKey": "ppWHR",
        "introduction": "The ratio of waist circumference (length) to hip circumference (length) is an effective indicator for evaluating body fat content.",
        "standardArray": [],
        "currentValue": 0.8,
        "currentStandard": 0,
        "standardTitleArray": [],
        "standardTitle": "",
        "colorArray": [],
        "standColor": "",
        "standeEvaluation": "",
        "standSuggestion": "",
        "unit": ""
      },
      {
        "bodyParamName": "Left arm muscle standard ratio",
        "bodyParamKey": "ppMuscleRateLeftArm",
        "introduction": "The ratio of the muscle rate distributed on the left hand to the average value in the population.",
        "standardArray": [],
        "currentValue": 48.2,
        "currentStandard": 0,
        "standardTitleArray": [],
        "standardTitle": "",
        "colorArray": [],
        "standColor": "",
        "standeEvaluation": "",
        "standSuggestion": "",
        "unit": "%"
      },
      {
        "bodyParamName": "Left leg muscle standard ratio",
        "bodyParamKey": "ppMuscleRateLeftLeg",
        "introduction": "Muscle rate refers to the proportion of muscle tissue in body composition. This data is the ratio of muscle rate distributed on the left leg to the average value in the population.",
        "standardArray": [],
        "currentValue": 58.5,
        "currentStandard": 0,
        "standardTitleArray": [],
    
Modified at 2026-08-22 07:21:46
Previous
Alternating Current eight-electrode algorithm
Next
BaseResult«GetBodyDataDto»
Built with