{
  "entity_type": "unit_conversion_page",
  "id": "km-to-meters",
  "name": "Kilometers to Meters",
  "title": "Kilometers to Meters Converter (km to m)",
  "description": "Convert kilometers to meters: 1 km = 1000 m. Exact conversion factor, formula, 22-row table and worked examples, with JSON API and MCP access.",
  "quantity": "length",
  "quantity_name": "Length",
  "base_unit": "m",
  "from_unit": {
    "symbol": "km",
    "display": "km",
    "name": "kilometers",
    "singular": "kilometer"
  },
  "to_unit": {
    "symbol": "m",
    "display": "m",
    "name": "meters",
    "singular": "meter"
  },
  "linear": true,
  "factor": 1000,
  "inverse_factor": 0.001,
  "formula": "meters = kilometers × 1000",
  "reverse_formula": "kilometers = meters × 0.001",
  "unit_relation": "1 km = 1000 m",
  "examples": [
    {
      "value": 5,
      "result": 5000,
      "text": "5 km = 5000 m"
    },
    {
      "value": 12.5,
      "result": 12500,
      "text": "12.5 km = 12500 m"
    },
    {
      "value": 100,
      "result": 100000,
      "text": "100 km = 100000 m"
    }
  ],
  "table": [
    {
      "km": 1,
      "m": 1000
    },
    {
      "km": 2,
      "m": 2000
    },
    {
      "km": 3,
      "m": 3000
    },
    {
      "km": 4,
      "m": 4000
    },
    {
      "km": 5,
      "m": 5000
    },
    {
      "km": 6,
      "m": 6000
    },
    {
      "km": 7,
      "m": 7000
    },
    {
      "km": 8,
      "m": 8000
    },
    {
      "km": 9,
      "m": 9000
    },
    {
      "km": 10,
      "m": 10000
    },
    {
      "km": 15,
      "m": 15000
    },
    {
      "km": 20,
      "m": 20000
    },
    {
      "km": 25,
      "m": 25000
    },
    {
      "km": 30,
      "m": 30000
    },
    {
      "km": 40,
      "m": 40000
    },
    {
      "km": 50,
      "m": 50000
    },
    {
      "km": 75,
      "m": 75000
    },
    {
      "km": 100,
      "m": 100000
    },
    {
      "km": 200,
      "m": 200000
    },
    {
      "km": 250,
      "m": 250000
    },
    {
      "km": 500,
      "m": 500000
    },
    {
      "km": 1000,
      "m": 1000000
    }
  ],
  "faq": [
    {
      "q": "How many meters are in one kilometer?",
      "a": "1 km = 1000 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 kilometers to meters?",
      "a": "Multiply the value in kilometers by 1000: meters = kilometers × 1000. For example, 5 km = 5000 m."
    },
    {
      "q": "How do I convert meters back to kilometers?",
      "a": "Multiply by the inverse factor 0.001 (kilometers = meters × 0.001), or use the meters-to-kilometers 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=km&to_unit=m",
    "calculator": "https://tttkmbb.com/api/v1/calculate/length?value=5&from_unit=km&to_unit=m",
    "mcp_tool": "convert_units",
    "mcp_arguments": {
      "value": 5,
      "from_unit": "km",
      "to_unit": "m"
    }
  },
  "links": {
    "html": "https://tttkmbb.com/conversion/km-to-meters",
    "markdown": "https://tttkmbb.com/conversion/km-to-meters.md",
    "json": "https://tttkmbb.com/conversion/km-to-meters.json",
    "reverse": "https://tttkmbb.com/conversion/meters-to-km",
    "quantity_converter": "https://tttkmbb.com/conversion/length",
    "units": "https://tttkmbb.com/api/v1/units?quantity=length"
  },
  "timestamp": "2026-09-24"
}