{
  "entity_type": "unit_conversion_page",
  "id": "grams-to-carats",
  "name": "Grams to Carats",
  "title": "Grams to Carats Converter (g to ct)",
  "description": "Convert grams to carats: 1 g = 5 ct. 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": "ct",
    "display": "ct",
    "name": "carats",
    "singular": "carat"
  },
  "linear": true,
  "factor": 5,
  "inverse_factor": 0.2,
  "formula": "carats = grams × 5",
  "reverse_formula": "grams = carats × 0.2",
  "unit_relation": "1 g = 5 ct",
  "examples": [
    {
      "value": 5,
      "result": 25,
      "text": "5 g = 25 ct"
    },
    {
      "value": 12.5,
      "result": 62.5,
      "text": "12.5 g = 62.5 ct"
    },
    {
      "value": 100,
      "result": 500,
      "text": "100 g = 500 ct"
    }
  ],
  "table": [
    {
      "g": 1,
      "ct": 5
    },
    {
      "g": 2,
      "ct": 10
    },
    {
      "g": 3,
      "ct": 15
    },
    {
      "g": 4,
      "ct": 20
    },
    {
      "g": 5,
      "ct": 25
    },
    {
      "g": 6,
      "ct": 30
    },
    {
      "g": 7,
      "ct": 35
    },
    {
      "g": 8,
      "ct": 40
    },
    {
      "g": 9,
      "ct": 45
    },
    {
      "g": 10,
      "ct": 50
    },
    {
      "g": 15,
      "ct": 75
    },
    {
      "g": 20,
      "ct": 100
    },
    {
      "g": 25,
      "ct": 125
    },
    {
      "g": 30,
      "ct": 150
    },
    {
      "g": 40,
      "ct": 200
    },
    {
      "g": 50,
      "ct": 250
    },
    {
      "g": 75,
      "ct": 375
    },
    {
      "g": 100,
      "ct": 500
    },
    {
      "g": 200,
      "ct": 1000
    },
    {
      "g": 250,
      "ct": 1250
    },
    {
      "g": 500,
      "ct": 2500
    },
    {
      "g": 1000,
      "ct": 5000
    }
  ],
  "faq": [
    {
      "q": "How many carats are in one gram?",
      "a": "1 g = 5 ct. 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 carats?",
      "a": "Multiply the value in grams by 5: carats = grams × 5. For example, 5 g = 25 ct."
    },
    {
      "q": "How do I convert carats back to grams?",
      "a": "Multiply by the inverse factor 0.2 (grams = carats × 0.2), or use the carats-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=ct",
    "calculator": "https://tttkmbb.com/api/v1/calculate/mass?value=5&from_unit=g&to_unit=ct",
    "mcp_tool": "convert_units",
    "mcp_arguments": {
      "value": 5,
      "from_unit": "g",
      "to_unit": "ct"
    }
  },
  "links": {
    "html": "https://tttkmbb.com/conversion/grams-to-carats",
    "markdown": "https://tttkmbb.com/conversion/grams-to-carats.md",
    "json": "https://tttkmbb.com/conversion/grams-to-carats.json",
    "reverse": "https://tttkmbb.com/conversion/carats-to-grams",
    "quantity_converter": "https://tttkmbb.com/conversion/mass",
    "units": "https://tttkmbb.com/api/v1/units?quantity=mass"
  },
  "timestamp": "2026-09-24"
}