{
  "@context": "https://freecostcalculator.com/api/cost/v1",
  "@type": "CostEstimate",
  "version": "1.0",
  "service": "painting-interior",
  "serviceTitle": "Interior Painting Cost Calculator",
  "category": "home-improvement",
  "state": "DC",
  "stateName": "District of Columbia",
  "lastUpdated": "2026-04-12",
  "confidence": "moderate",
  "methodology": "https://freecostcalculator.com/methodology/",
  "corrections": "https://freecostcalculator.com/corrections/",
  "source": "FreeCostCalculator.com",
  "license": "CC BY 4.0 with attribution",
  "costDrivers": {},
  "averageProjectCost": {
    "low": 380,
    "mid": 713,
    "high": 1188
  },
  "referenceEstimate": null,
  "inputs": [
    {
      "name": "sqft",
      "type": "number",
      "label": "Wall Area (sq ft)",
      "range": {
        "min": 200,
        "max": 10000
      }
    },
    {
      "name": "rooms",
      "type": "number",
      "label": "Number of Rooms",
      "range": {
        "min": 1,
        "max": 20
      }
    },
    {
      "name": "material",
      "type": "select",
      "label": "Paint Type",
      "options": [
        "latex",
        "oil",
        "enamel"
      ],
      "range": {}
    }
  ],
  "links": {
    "calculator": "https://freecostcalculator.com/interior-painting-cost-calculator/district-of-columbia/",
    "compare": "https://freecostcalculator.com/interior-painting-cost-calculator/compare/",
    "allStates": "https://freecostcalculator.com/interior-painting-cost-calculator/",
    "api": "https://freecostcalculator.com/api/cost/v1/painting-interior/district-of-columbia.json"
  },
  "citation": {
    "text": "Interior Painting Cost in District of Columbia: typical range $380 - $1,188. Source: FreeCostCalculator.com, updated 2026-04-12.",
    "url": "https://freecostcalculator.com/interior-painting-cost-calculator/district-of-columbia/"
  }
}