JSON

Obesity Type Classification - JSON

Obesity Type Classification categorizes obesity into two types based on the location and nature of accumulated body fat: visceral fat obesity (apple-shaped) and subcutaneous fat obesity (pear-shaped). Visceral fat obesity involves fat accumulation around internal organs with higher risks of lifestyle-related diseases, while subcutaneous fat obesity involves fat under the skin with relatively lower health risks. Understanding these characteristics and taking appropriate measures is important for maintaining health.

obesity visceral fat subcutaneous fat body type health lifestyle disease metabolic syndrome
[
  {
    "code": "visceral",
    "slug": "visceral-fat-obesity",
    "name": "Visceral Fat Obesity",
    "description": "A type of obesity where fat accumulates around internal organs.",
    "bodyShape": "Apple-shaped",
    "commonIn": "Men, postmenopausal women",
    "healthRisk": "High"
  },
  {
    "code": "subcutaneous",
    "slug": "subcutaneous-fat-obesity",
    "name": "Subcutaneous Fat Obesity",
    "description": "A type of obesity where fat accumulates under the skin.",
    "bodyShape": "Pear-shaped",
    "commonIn": "Women, children",
    "healthRisk": "Relatively low"
  }
]