{
  "id": "body-type-calculator",
  "version": "2.0.0",
  "name": "Body Type Calculator",
  "shortName": "Body Shape",
  "description": "Classify seven female fashion-industry body-shape categories from bust, waist, high-hip, and hip measurements and calculate waist-to-hip ratio.",
  "category": "Health & Fitness",
  "categorySlug": "health-fitness",
  "keywords": [
    "body shape",
    "hourglass",
    "rectangle",
    "spoon",
    "triangle",
    "waist hip ratio"
  ],
  "status": "live",
  "workStatus": "pending",
  "reviewStatus": "pending",
  "migrationStatus": "migrated",
  "migratedDate": "2026-08-25",
  "engine": "native",
  "creator": null,
  "reviewer": null,
  "quality": {
    "availability": "live",
    "technicalReviewRecord": "/reviews/body-type-calculator.json",
    "qualifiedReview": "pending",
    "qualifiedReviewer": null,
    "qualifiedReviewDate": null,
    "formulaVersion": "2.0.0",
    "referenceCoverage": "references-listed",
    "releaseTestScope": "Catalog and regression checks are not a professional formula audit; consult release evidence.",
    "historicalMetadataDate": "2026-08-25",
    "historicalMetadataNotice": "The imported date is not evidence of a completed human review."
  },
  "notice": "Body-shape labels are subjective fashion categories, not health status, biological type, attractiveness, or an ideal.",
  "urls": {
    "page": "/calculator/body-type-calculator/",
    "definition": "/calculator/body-type-calculator/definition.json",
    "schema": "/calculator/body-type-calculator/schema.json",
    "llms": "/calculator/body-type-calculator/llms.txt",
    "legacyDefinition": "/calculator/body-type-calculator.json"
  },
  "queryExample": "https://askcalculators.com/calculator/body-type-calculator/?unitSystem=imperial&bust=36&waist=27&highHip=34&hip=36",
  "queryParameters": {
    "unitSystem": {
      "label": "Measurement units",
      "type": "select",
      "required": true,
      "default": "imperial"
    },
    "bust": {
      "label": "Bust circumference",
      "type": "number",
      "required": true,
      "default": 36
    },
    "waist": {
      "label": "Natural waist circumference",
      "type": "number",
      "required": true,
      "default": 27
    },
    "highHip": {
      "label": "High-hip circumference",
      "type": "number",
      "required": true,
      "default": 34
    },
    "hip": {
      "label": "Full-hip circumference",
      "type": "number",
      "required": true,
      "default": 36
    }
  },
  "inputs": [
    {
      "id": "unitSystem",
      "label": "Measurement units",
      "type": "select",
      "required": true,
      "defaultValue": "imperial",
      "options": [
        {
          "label": "Inches",
          "value": "imperial"
        },
        {
          "label": "Centimeters",
          "value": "metric"
        }
      ],
      "width": "full"
    },
    {
      "id": "bust",
      "label": "Bust circumference",
      "type": "number",
      "required": true,
      "defaultValue": 36,
      "min": 10,
      "max": 300,
      "step": 0.1,
      "width": "half"
    },
    {
      "id": "waist",
      "label": "Natural waist circumference",
      "type": "number",
      "required": true,
      "defaultValue": 27,
      "min": 10,
      "max": 300,
      "step": 0.1,
      "width": "half"
    },
    {
      "id": "highHip",
      "label": "High-hip circumference",
      "type": "number",
      "required": true,
      "defaultValue": 34,
      "min": 10,
      "max": 300,
      "step": 0.1,
      "width": "half"
    },
    {
      "id": "hip",
      "label": "Full-hip circumference",
      "type": "number",
      "required": true,
      "defaultValue": 36,
      "min": 10,
      "max": 300,
      "step": 0.1,
      "width": "half"
    }
  ],
  "outputs": [
    {
      "id": "bodyShape",
      "label": "Estimated body shape",
      "format": "text",
      "primary": true
    },
    {
      "id": "waistHipRatio",
      "label": "Waist-to-hip ratio",
      "format": "number",
      "digits": 3
    },
    {
      "id": "bustHipDifference",
      "label": "Bust minus hip",
      "format": "text"
    },
    {
      "id": "hipWaistDifference",
      "label": "Hip minus waist",
      "format": "text"
    },
    {
      "id": "highHipWaistRatio",
      "label": "High-hip-to-waist ratio",
      "format": "number",
      "digits": 3
    }
  ],
  "formula": {
    "expression": "Seven-category fashion classification compares bust−hip, hip−bust, bust−waist, hip−waist, and high-hip/waist thresholds after conversion to inches."
  },
  "examples": [
    {
      "label": "Reproducible default-input example (not a personal recommendation)",
      "inputs": {
        "unitSystem": "imperial",
        "bust": 36,
        "waist": 27,
        "highHip": 34,
        "hip": 36
      }
    }
  ],
  "sources": [
    {
      "label": "Calculator.net reference calculator",
      "url": "https://www.calculator.net/body-type-calculator.html"
    }
  ]
}
