{
  "@context": "https://freecostcalculator.com/api/cost/v1",
  "@type": "CostEstimate",
  "version": "1.0",
  "service": "painting-interior",
  "serviceTitle": "Interior Painting Cost Calculator",
  "category": "home-improvement",
  "state": "NM",
  "stateName": "New Mexico",
  "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": "none",
      "pct": 0,
      "source": "painting_exempt"
    }
  },
  "averageProjectCost": {
    "low": 1187,
    "mid": 3747,
    "high": 7667
  },
  "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/new-mexico/",
    "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/new-mexico.json"
  },
  "citation": {
    "text": "Interior Painting Cost in New Mexico: typical range $1,187 - $7,667. Source: FreeCostCalculator.com, updated 2026-04-19.",
    "url": "https://freecostcalculator.com/interior-painting-cost-calculator/new-mexico/"
  }
}