{
  "entity_type": "unit_conversion_page",
  "id": "grams-to-kg",
  "name": "Grams to Kilograms",
  "title": "Grams to Kilograms Converter (g to kg)",
  "description": "Convert grams to kilograms: 1 g = 0.001 kg. Exact conversion factor, formula, 22-row table and worked examples, with JSON API and MCP access.",
  "quantity": "mass",
  "quantity_name": "Mass",
  "base_unit": "kg",
  "from_unit": {
    "symbol": "g",
    "display": "g",
    "name": "grams",
    "singular": "gram"
  },
  "to_unit": {
    "symbol": "kg",
    "display": "kg",
    "name": "kilograms",
    "singular": "kilogram"
  },
  "linear": true,
  "factor": 0.001,
  "inverse_factor": 1000,
  "formula": "kilograms = grams × 0.001",
  "reverse_formula": "grams = kilograms × 1000",
  "unit_relation": "1 g = 0.001 kg",
  "examples": [
    {
      "value": 5,
      "result": 0.005,
      "text": "5 g = 0.005 kg"
    },
    {
      "value": 12.5,
      "result": 0.0125,
      "text": "12.5 g = 0.0125 kg"
    },
    {
      "value": 100,
      "result": 0.1,
      "text": "100 g = 0.1 kg"
    }
  ],
  "table": [
    {
      "g": 1,
      "kg": 0.001
    },
    {
      "g": 2,
      "kg": 0.002
    },
    {
      "g": 3,
      "kg": 0.003
    },
    {
      "g": 4,
      "kg": 0.004
    },
    {
      "g": 5,
      "kg": 0.005
    },
    {
      "g": 6,
      "kg": 0.006
    },
    {
      "g": 7,
      "kg": 0.007
    },
    {
      "g": 8,
      "kg": 0.008
    },
    {
      "g": 9,
      "kg": 0.009
    },
    {
      "g": 10,
      "kg": 0.01
    },
    {
      "g": 15,
      "kg": 0.015
    },
    {
      "g": 20,
      "kg": 0.02
    },
    {
      "g": 25,
      "kg": 0.025
    },
    {
      "g": 30,
      "kg": 0.03
    },
    {
      "g": 40,
      "kg": 0.04
    },
    {
      "g": 50,
      "kg": 0.05
    },
    {
      "g": 75,
      "kg": 0.075
    },
    {
      "g": 100,
      "kg": 0.1
    },
    {
      "g": 200,
      "kg": 0.2
    },
    {
      "g": 250,
      "kg": 0.25
    },
    {
      "g": 500,
      "kg": 0.5
    },
    {
      "g": 1000,
      "kg": 1
    }
  ],
  "faq": [
    {
      "q": "How many kilograms are in one gram?",
      "a": "1 g = 0.001 kg. 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 grams to kilograms?",
      "a": "Multiply the value in grams by 0.001: kilograms = grams × 0.001. For example, 5 g = 0.005 kg."
    },
    {
      "q": "How do I convert kilograms back to grams?",
      "a": "Multiply by the inverse factor 1000 (grams = kilograms × 1000), or use the kilograms-to-grams 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=g&to_unit=kg",
    "calculator": "https://tttkmbb.com/api/v1/calculate/mass?value=5&from_unit=g&to_unit=kg",
    "mcp_tool": "convert_units",
    "mcp_arguments": {
      "value": 5,
      "from_unit": "g",
      "to_unit": "kg"
    }
  },
  "links": {
    "html": "https://tttkmbb.com/conversion/grams-to-kg",
    "markdown": "https://tttkmbb.com/conversion/grams-to-kg.md",
    "json": "https://tttkmbb.com/conversion/grams-to-kg.json",
    "reverse": "https://tttkmbb.com/conversion/kg-to-grams",
    "quantity_converter": "https://tttkmbb.com/conversion/mass",
    "units": "https://tttkmbb.com/api/v1/units?quantity=mass"
  },
  "timestamp": "2026-09-24"
}