{
  "id": "height-calculator",
  "version": "7.0.0",
  "name": "Child Height Predictor",
  "shortName": "Child Height Predictor",
  "description": "Estimate a child's adult height based on the mid-parental height method.",
  "category": "Conversions & Sizes",
  "categorySlug": "conversions",
  "keywords": [
    "height"
  ],
  "status": "live",
  "workStatus": "pending",
  "reviewStatus": "pending",
  "migrationStatus": "migrated",
  "migratedDate": "2026-08-18",
  "engine": "legacy-react",
  "creator": null,
  "reviewer": null,
  "quality": {
    "availability": "live",
    "technicalReviewRecord": "/reviews/height-calculator.json",
    "qualifiedReview": "pending",
    "qualifiedReviewer": null,
    "qualifiedReviewDate": null,
    "formulaVersion": "7.0.0",
    "referenceCoverage": "references-pending",
    "releaseTestScope": "Catalog and regression checks are not a professional formula audit; consult release evidence.",
    "historicalMetadataDate": "2026-08-18",
    "historicalMetadataNotice": "The imported date is not evidence of a completed human review."
  },
  "urls": {
    "page": "/calculator/height-calculator/",
    "definition": "/calculator/height-calculator/definition.json",
    "schema": "/calculator/height-calculator/schema.json",
    "llms": "/calculator/height-calculator/llms.txt",
    "legacyDefinition": "/calculator/height-calculator.json"
  },
  "queryExample": "https://askcalculators.com/calculator/height-calculator/?fatherHeight=178&motherHeight=165&gender=male",
  "queryParameters": {
    "fatherHeight": {
      "label": "Father's Height (cm)",
      "type": "number",
      "required": false,
      "default": 178
    },
    "motherHeight": {
      "label": "Mother's Height (cm)",
      "type": "number",
      "required": false,
      "default": 165
    },
    "gender": {
      "label": "Gender",
      "type": "select",
      "required": false,
      "default": "male"
    }
  },
  "inputs": [
    {
      "id": "fatherHeight",
      "label": "Father's Height (cm)",
      "type": "number",
      "defaultValue": 178
    },
    {
      "id": "motherHeight",
      "label": "Mother's Height (cm)",
      "type": "number",
      "defaultValue": 165
    },
    {
      "id": "gender",
      "label": "Gender",
      "type": "select",
      "defaultValue": "male"
    }
  ],
  "outputs": [
    {
      "id": "result",
      "label": "Result",
      "format": "text",
      "primary": true
    }
  ],
  "formula": {
    "expression": "Height is converted through exact unit factors among feet/inches, centimeters, and meters."
  },
  "examples": [
    {
      "label": "Reproducible default-input example (not a personal recommendation)",
      "inputs": {
        "fatherHeight": 178,
        "motherHeight": 165,
        "gender": "male"
      }
    }
  ],
  "sources": []
}
