{
  "@context": "https://freecostcalculator.com/api/cost/v1",
  "@type": "CostEstimate",
  "version": "1.0",
  "service": "water-heater",
  "serviceTitle": "Water Heater Replacement Cost Calculator",
  "category": "home-improvement",
  "state": "GA",
  "stateName": "Georgia",
  "lastUpdated": "2026-04-19",
  "confidence": "moderate",
  "methodology": "https://freecostcalculator.com/methodology/",
  "corrections": "https://freecostcalculator.com/corrections/",
  "source": "FreeCostCalculator.com",
  "license": "CC BY 4.0 with attribution",
  "costDrivers": {
    "permits": {
      "model": "pct_of_construction_cost",
      "pct": 1.8,
      "source": "nahb_2024"
    }
  },
  "averageProjectCost": {
    "low": 1917,
    "mid": 2356,
    "high": 6713
  },
  "inputs": [
    {
      "name": "quantity",
      "type": "number",
      "label": "Number of Units",
      "range": {
        "min": 1,
        "max": 10
      }
    },
    {
      "name": "type",
      "type": "select",
      "label": "Water Heater Type",
      "options": [
        "gas",
        "electric"
      ],
      "range": {}
    }
  ],
  "links": {
    "calculator": "https://freecostcalculator.com/water-heater-cost-calculator/georgia/",
    "compare": "https://freecostcalculator.com/water-heater-cost-calculator/compare/",
    "allStates": "https://freecostcalculator.com/water-heater-cost-calculator/",
    "api": "https://freecostcalculator.com/api/cost/v1/water-heater/georgia.json"
  },
  "citation": {
    "text": "Water Heater Replacement Cost in Georgia: typical range $1,917 - $6,713. Source: FreeCostCalculator.com, updated 2026-04-19.",
    "url": "https://freecostcalculator.com/water-heater-cost-calculator/georgia/"
  }
}