{
  "@context": "https://freecostcalculator.com/api/cost/v1",
  "@type": "CostEstimate",
  "version": "1.0",
  "service": "garage-door",
  "serviceTitle": "Garage Door Replacement Cost Calculator",
  "category": "home-improvement",
  "state": "WA",
  "stateName": "Washington",
  "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": 2097,
    "mid": 5506,
    "high": 6667
  },
  "inputs": [
    {
      "name": "quantity",
      "type": "number",
      "label": "Number of Doors",
      "range": {
        "min": 1,
        "max": 10
      }
    },
    {
      "name": "type",
      "type": "select",
      "label": "Door Type",
      "options": [
        "steel_rollup",
        "bonded_steel"
      ],
      "range": {}
    }
  ],
  "links": {
    "calculator": "https://freecostcalculator.com/garage-door-cost-calculator/washington/",
    "compare": "https://freecostcalculator.com/garage-door-cost-calculator/compare/",
    "allStates": "https://freecostcalculator.com/garage-door-cost-calculator/",
    "api": "https://freecostcalculator.com/api/cost/v1/garage-door/washington.json"
  },
  "citation": {
    "text": "Garage Door Replacement Cost in Washington: typical range $2,097 - $6,667. Source: FreeCostCalculator.com, updated 2026-04-19.",
    "url": "https://freecostcalculator.com/garage-door-cost-calculator/washington/"
  }
}