Physical Metrics Calculation Library
  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
  • 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
    • BatchRecordVO
    • ScaleRMapObject
    • V2RecordVO
    • ScaleRWifiNewVersion
    • XinmiaoDeviceHistoryData
    • TorreVersionUrl
    • ScaleRListTorreVersionUrl
    • TorreCheckForUpdateVO
    • WifiDTO
    • WifiNewVersion
  1. Body Fat Scale Body Data Parsing

Direct Current Four-Electrode Algorithm

GET
/openapi-bodydata/bodyData/getDcLfBodyData

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 --request GET 'https://uniquehealth.lefuenergy.com/openapi-bodydata/bodyData/getDcLfBodyData?age= &heartRate= &height= &impedance= &peopleType= &sex= &weightKg= ' \
--header 'token: {{token}}' \
--header 'Accept-Language: zh'

Responses

🟢200OK
application/json
Body

Example
{
    "code": 0,
    "data": {
        "errorType": "PP_ERROR_TYPE_AGE",
        "lefuBodyData": [
            {
                "bodyParamKey": "string",
                "bodyParamName": "string",
                "currentValue": 75.5,
                "introduction": "string",
                "standSuggestion": "建议控制饮食,适当增加运动",
                "standardArray": "[0, 18.5, 25, 30, 42]",
                "standardTitle": "标准",
                "standeEvaluation": "超重",
                "unit": "kg"
            }
        ],
        "version": "Lefu_23_06_28"
    },
    "errorCode": 0,
    "msg": "string",
    "text": "string"
}
🟠401Unauthorized
🟠403Forbidden
🟠404Not Found
Modified at 2025-05-22 00:41:39
Previous
Alternating Current Four-Electrode Algorithm
Next
Dual-frequency AC four-electrode
Built with