{
  "entity_type": "unit_conversion_page",
  "id": "grams-to-oz",
  "name": "Grams to Ounces",
  "title": "Grams to Ounces Converter (g to oz)",
  "description": "Convert grams to ounces: 1 g = 0.035274 oz. 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": "oz",
    "display": "oz",
    "name": "ounces",
    "singular": "ounce"
  },
  "linear": true,
  "factor": 0.03527396195,
  "inverse_factor": 28.34952313,
  "formula": "ounces = grams × 0.03527396195",
  "reverse_formula": "grams = ounces × 28.34952313",
  "unit_relation": "1 g = 0.035274 oz",
  "examples": [
    {
      "value": 5,
      "result": 0.17637,
      "text": "5 g = 0.17637 oz"
    },
    {
      "value": 12.5,
      "result": 0.440925,
      "text": "12.5 g = 0.440925 oz"
    },
    {
      "value": 100,
      "result": 3.5274,
      "text": "100 g = 3.5274 oz"
    }
  ],
  "table": [
    {
      "g": 1,
      "oz": 0.035274
    },
    {
      "g": 2,
      "oz": 0.0705479
    },
    {
      "g": 3,
      "oz": 0.105822
    },
    {
      "g": 4,
      "oz": 0.141096
    },
    {
      "g": 5,
      "oz": 0.17637
    },
    {
      "g": 6,
      "oz": 0.211644
    },
    {
      "g": 7,
      "oz": 0.246918
    },
    {
      "g": 8,
      "oz": 0.282192
    },
    {
      "g": 9,
      "oz": 0.317466
    },
    {
      "g": 10,
      "oz": 0.35274
    },
    {
      "g": 15,
      "oz": 0.529109
    },
    {
      "g": 20,
      "oz": 0.705479
    },
    {
      "g": 25,
      "oz": 0.881849
    },
    {
      "g": 30,
      "oz": 1.05822
    },
    {
      "g": 40,
      "oz": 1.41096
    },
    {
      "g": 50,
      "oz": 1.7637
    },
    {
      "g": 75,
      "oz": 2.64555
    },
    {
      "g": 100,
      "oz": 3.5274
    },
    {
      "g": 200,
      "oz": 7.05479
    },
    {
      "g": 250,
      "oz": 8.81849
    },
    {
      "g": 500,
      "oz": 17.637
    },
    {
      "g": 1000,
      "oz": 35.274
    }
  ],
  "faq": [
    {
      "q": "How many ounces are in one gram?",
      "a": "1 g = 0.035274 oz. 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 ounces?",
      "a": "Multiply the value in grams by 0.03527396195: ounces = grams × 0.03527396195. For example, 5 g = 0.17637 oz."
    },
    {
      "q": "How do I convert ounces back to grams?",
      "a": "Multiply by the inverse factor 28.34952313 (grams = ounces × 28.34952313), or use the ounces-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=oz",
    "calculator": "https://tttkmbb.com/api/v1/calculate/mass?value=5&from_unit=g&to_unit=oz",
    "mcp_tool": "convert_units",
    "mcp_arguments": {
      "value": 5,
      "from_unit": "g",
      "to_unit": "oz"
    }
  },
  "links": {
    "html": "https://tttkmbb.com/conversion/grams-to-oz",
    "markdown": "https://tttkmbb.com/conversion/grams-to-oz.md",
    "json": "https://tttkmbb.com/conversion/grams-to-oz.json",
    "reverse": "https://tttkmbb.com/conversion/oz-to-grams",
    "quantity_converter": "https://tttkmbb.com/conversion/mass",
    "units": "https://tttkmbb.com/api/v1/units?quantity=mass"
  },
  "timestamp": "2026-09-24"
}