{
  "entity_type": "unit_conversion_page",
  "id": "cubic-meters-to-cubic-yards",
  "name": "Cubic meters to Cubic yards",
  "title": "Cubic meters to Cubic yards Converter (m³ to yd³)",
  "description": "Convert cubic meters to cubic yards: 1 m³ = 1.30795 yd³. 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": "yd3",
    "display": "yd³",
    "name": "cubic yards",
    "singular": "cubic yard"
  },
  "linear": true,
  "factor": 1.307950619,
  "inverse_factor": 0.764554858,
  "formula": "cubic yards = cubic meters × 1.307950619",
  "reverse_formula": "cubic meters = cubic yards × 0.764554858",
  "unit_relation": "1 m³ = 1.30795 yd³",
  "examples": [
    {
      "value": 5,
      "result": 6.53975,
      "text": "5 m³ = 6.53975 yd³"
    },
    {
      "value": 12.5,
      "result": 16.3494,
      "text": "12.5 m³ = 16.3494 yd³"
    },
    {
      "value": 100,
      "result": 130.795,
      "text": "100 m³ = 130.795 yd³"
    }
  ],
  "table": [
    {
      "m3": 1,
      "yd3": 1.30795
    },
    {
      "m3": 2,
      "yd3": 2.6159
    },
    {
      "m3": 3,
      "yd3": 3.92385
    },
    {
      "m3": 4,
      "yd3": 5.2318
    },
    {
      "m3": 5,
      "yd3": 6.53975
    },
    {
      "m3": 6,
      "yd3": 7.8477
    },
    {
      "m3": 7,
      "yd3": 9.15565
    },
    {
      "m3": 8,
      "yd3": 10.4636
    },
    {
      "m3": 9,
      "yd3": 11.7716
    },
    {
      "m3": 10,
      "yd3": 13.0795
    },
    {
      "m3": 15,
      "yd3": 19.6193
    },
    {
      "m3": 20,
      "yd3": 26.159
    },
    {
      "m3": 25,
      "yd3": 32.6988
    },
    {
      "m3": 30,
      "yd3": 39.2385
    },
    {
      "m3": 40,
      "yd3": 52.318
    },
    {
      "m3": 50,
      "yd3": 65.3975
    },
    {
      "m3": 75,
      "yd3": 98.0963
    },
    {
      "m3": 100,
      "yd3": 130.795
    },
    {
      "m3": 200,
      "yd3": 261.59
    },
    {
      "m3": 250,
      "yd3": 326.988
    },
    {
      "m3": 500,
      "yd3": 653.975
    },
    {
      "m3": 1000,
      "yd3": 1307.95
    }
  ],
  "faq": [
    {
      "q": "How many cubic yards are in one cubic meter?",
      "a": "1 m³ = 1.30795 yd³. 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 cubic yards?",
      "a": "Multiply the value in cubic meters by 1.307950619: cubic yards = cubic meters × 1.307950619. For example, 5 m³ = 6.53975 yd³."
    },
    {
      "q": "How do I convert cubic yards back to cubic meters?",
      "a": "Multiply by the inverse factor 0.764554858 (cubic meters = cubic yards × 0.764554858), or use the cubic yards-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=yd3",
    "calculator": "https://tttkmbb.com/api/v1/calculate/volume?value=5&from_unit=m3&to_unit=yd3",
    "mcp_tool": "convert_units",
    "mcp_arguments": {
      "value": 5,
      "from_unit": "m3",
      "to_unit": "yd3"
    }
  },
  "links": {
    "html": "https://tttkmbb.com/conversion/cubic-meters-to-cubic-yards",
    "markdown": "https://tttkmbb.com/conversion/cubic-meters-to-cubic-yards.md",
    "json": "https://tttkmbb.com/conversion/cubic-meters-to-cubic-yards.json",
    "reverse": "https://tttkmbb.com/conversion/cubic-yards-to-cubic-meters",
    "quantity_converter": "https://tttkmbb.com/conversion/volume",
    "units": "https://tttkmbb.com/api/v1/units?quantity=volume"
  },
  "timestamp": "2026-09-24"
}