{
  "entity_type": "unit_conversion_page",
  "id": "cubic-meters-to-liters",
  "name": "Cubic meters to Liters",
  "title": "Cubic meters to Liters Converter (m³ to L)",
  "description": "Convert cubic meters to liters: 1 m³ = 1000 L. Exact conversion factor, formula, 22-row table and worked examples, with JSON API and MCP access.",
  "quantity": "volume",
  "quantity_name": "Volume",
  "base_unit": "L",
  "from_unit": {
    "symbol": "m3",
    "display": "m³",
    "name": "cubic meters",
    "singular": "cubic meter"
  },
  "to_unit": {
    "symbol": "L",
    "display": "L",
    "name": "liters",
    "singular": "liter"
  },
  "linear": true,
  "factor": 1000,
  "inverse_factor": 0.001,
  "formula": "liters = cubic meters × 1000",
  "reverse_formula": "cubic meters = liters × 0.001",
  "unit_relation": "1 m³ = 1000 L",
  "examples": [
    {
      "value": 5,
      "result": 5000,
      "text": "5 m³ = 5000 L"
    },
    {
      "value": 12.5,
      "result": 12500,
      "text": "12.5 m³ = 12500 L"
    },
    {
      "value": 100,
      "result": 100000,
      "text": "100 m³ = 100000 L"
    }
  ],
  "table": [
    {
      "m3": 1,
      "L": 1000
    },
    {
      "m3": 2,
      "L": 2000
    },
    {
      "m3": 3,
      "L": 3000
    },
    {
      "m3": 4,
      "L": 4000
    },
    {
      "m3": 5,
      "L": 5000
    },
    {
      "m3": 6,
      "L": 6000
    },
    {
      "m3": 7,
      "L": 7000
    },
    {
      "m3": 8,
      "L": 8000
    },
    {
      "m3": 9,
      "L": 9000
    },
    {
      "m3": 10,
      "L": 10000
    },
    {
      "m3": 15,
      "L": 15000
    },
    {
      "m3": 20,
      "L": 20000
    },
    {
      "m3": 25,
      "L": 25000
    },
    {
      "m3": 30,
      "L": 30000
    },
    {
      "m3": 40,
      "L": 40000
    },
    {
      "m3": 50,
      "L": 50000
    },
    {
      "m3": 75,
      "L": 75000
    },
    {
      "m3": 100,
      "L": 100000
    },
    {
      "m3": 200,
      "L": 200000
    },
    {
      "m3": 250,
      "L": 250000
    },
    {
      "m3": 500,
      "L": 500000
    },
    {
      "m3": 1000,
      "L": 1000000
    }
  ],
  "faq": [
    {
      "q": "How many liters are in one cubic meter?",
      "a": "1 m³ = 1000 L. The factor comes from the SI definitions of both units (NIST SP 811 / BIPM), so it is exact or correct to at least 10 significant figures."
    },
    {
      "q": "What is the formula to convert cubic meters to liters?",
      "a": "Multiply the value in cubic meters by 1000: liters = cubic meters × 1000. For example, 5 m³ = 5000 L."
    },
    {
      "q": "How do I convert liters back to cubic meters?",
      "a": "Multiply by the inverse factor 0.001 (cubic meters = liters × 0.001), or use the liters-to-cubic meters page."
    }
  ],
  "sources": [
    {
      "name": "NIST Special Publication 811 – Guide for the Use of the International System of Units (SI), Appendix B conversion factors",
      "url": "https://www.nist.gov/pml/special-publication-811",
      "type": "standard",
      "retrieved_at": "2026-09-24"
    },
    {
      "name": "BIPM – The International System of Units (SI Brochure, 9th edition)",
      "url": "https://www.bipm.org/en/publications/si-brochure",
      "type": "standard",
      "retrieved_at": "2026-09-24"
    },
    {
      "name": "Wikipedia – Conversion of units",
      "url": "https://en.wikipedia.org/wiki/Conversion_of_units",
      "type": "reference",
      "retrieved_at": "2026-09-24"
    }
  ],
  "freshness": {
    "type": "static",
    "max_age_seconds": null,
    "note": "Fixed conversion factors (NIST/BIPM definitions); results never go stale."
  },
  "api": {
    "convert": "https://tttkmbb.com/api/v1/convert?value=5&from_unit=m3&to_unit=L",
    "calculator": "https://tttkmbb.com/api/v1/calculate/volume?value=5&from_unit=m3&to_unit=L",
    "mcp_tool": "convert_units",
    "mcp_arguments": {
      "value": 5,
      "from_unit": "m3",
      "to_unit": "L"
    }
  },
  "links": {
    "html": "https://tttkmbb.com/conversion/cubic-meters-to-liters",
    "markdown": "https://tttkmbb.com/conversion/cubic-meters-to-liters.md",
    "json": "https://tttkmbb.com/conversion/cubic-meters-to-liters.json",
    "reverse": "https://tttkmbb.com/conversion/liters-to-cubic-meters",
    "quantity_converter": "https://tttkmbb.com/conversion/volume",
    "units": "https://tttkmbb.com/api/v1/units?quantity=volume"
  },
  "timestamp": "2026-09-24"
}