{
  "entity_type": "unit_conversion_page",
  "id": "hectares-to-square-meters",
  "name": "Hectares to Square meters",
  "title": "Hectares to Square meters Converter (ha to m²)",
  "description": "Convert hectares to square meters: 1 ha = 10000 m². Exact conversion factor, formula, 22-row table and worked examples, with JSON API and MCP access.",
  "quantity": "area",
  "quantity_name": "Area",
  "base_unit": "m2",
  "from_unit": {
    "symbol": "ha",
    "display": "ha",
    "name": "hectares",
    "singular": "hectare"
  },
  "to_unit": {
    "symbol": "m2",
    "display": "m²",
    "name": "square meters",
    "singular": "square meter"
  },
  "linear": true,
  "factor": 10000,
  "inverse_factor": 0.0001,
  "formula": "square meters = hectares × 10000",
  "reverse_formula": "hectares = square meters × 0.0001",
  "unit_relation": "1 ha = 10000 m²",
  "examples": [
    {
      "value": 5,
      "result": 50000,
      "text": "5 ha = 50000 m²"
    },
    {
      "value": 12.5,
      "result": 125000,
      "text": "12.5 ha = 125000 m²"
    },
    {
      "value": 100,
      "result": 1000000,
      "text": "100 ha = 1000000 m²"
    }
  ],
  "table": [
    {
      "ha": 1,
      "m2": 10000
    },
    {
      "ha": 2,
      "m2": 20000
    },
    {
      "ha": 3,
      "m2": 30000
    },
    {
      "ha": 4,
      "m2": 40000
    },
    {
      "ha": 5,
      "m2": 50000
    },
    {
      "ha": 6,
      "m2": 60000
    },
    {
      "ha": 7,
      "m2": 70000
    },
    {
      "ha": 8,
      "m2": 80000
    },
    {
      "ha": 9,
      "m2": 90000
    },
    {
      "ha": 10,
      "m2": 100000
    },
    {
      "ha": 15,
      "m2": 150000
    },
    {
      "ha": 20,
      "m2": 200000
    },
    {
      "ha": 25,
      "m2": 250000
    },
    {
      "ha": 30,
      "m2": 300000
    },
    {
      "ha": 40,
      "m2": 400000
    },
    {
      "ha": 50,
      "m2": 500000
    },
    {
      "ha": 75,
      "m2": 750000
    },
    {
      "ha": 100,
      "m2": 1000000
    },
    {
      "ha": 200,
      "m2": 2000000
    },
    {
      "ha": 250,
      "m2": 2500000
    },
    {
      "ha": 500,
      "m2": 5000000
    },
    {
      "ha": 1000,
      "m2": 10000000
    }
  ],
  "faq": [
    {
      "q": "How many square meters are in one hectare?",
      "a": "1 ha = 10000 m². 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 hectares to square meters?",
      "a": "Multiply the value in hectares by 10000: square meters = hectares × 10000. For example, 5 ha = 50000 m²."
    },
    {
      "q": "How do I convert square meters back to hectares?",
      "a": "Multiply by the inverse factor 0.0001 (hectares = square meters × 0.0001), or use the square meters-to-hectares 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=ha&to_unit=m2",
    "calculator": "https://tttkmbb.com/api/v1/calculate/area?value=5&from_unit=ha&to_unit=m2",
    "mcp_tool": "convert_units",
    "mcp_arguments": {
      "value": 5,
      "from_unit": "ha",
      "to_unit": "m2"
    }
  },
  "links": {
    "html": "https://tttkmbb.com/conversion/hectares-to-square-meters",
    "markdown": "https://tttkmbb.com/conversion/hectares-to-square-meters.md",
    "json": "https://tttkmbb.com/conversion/hectares-to-square-meters.json",
    "reverse": "https://tttkmbb.com/conversion/square-meters-to-hectares",
    "quantity_converter": "https://tttkmbb.com/conversion/area",
    "units": "https://tttkmbb.com/api/v1/units?quantity=area"
  },
  "timestamp": "2026-09-24"
}