{
  "entity_type": "unit_conversion_page",
  "id": "fl-oz-to-ml",
  "name": "US fluid ounces to Milliliters",
  "title": "US fluid ounces to Milliliters Converter (fl oz to mL)",
  "description": "Convert US fluid ounces to milliliters: 1 fl oz = 29.5735 mL. Exact conversion factor, formula, 22-row table and worked examples, with JSON API and MCP access.",
  "quantity": "volume",
  "quantity_name": "Volume",
  "base_unit": "L",
  "from_unit": {
    "symbol": "fl_oz_us",
    "display": "fl oz",
    "name": "US fluid ounces",
    "singular": "fluid ounce"
  },
  "to_unit": {
    "symbol": "mL",
    "display": "mL",
    "name": "milliliters",
    "singular": "milliliter"
  },
  "linear": true,
  "factor": 29.57352956,
  "inverse_factor": 0.0338140227,
  "formula": "milliliters = US fluid ounces × 29.57352956",
  "reverse_formula": "US fluid ounces = milliliters × 0.0338140227",
  "unit_relation": "1 fl oz = 29.5735 mL",
  "examples": [
    {
      "value": 5,
      "result": 147.868,
      "text": "5 fl oz = 147.868 mL"
    },
    {
      "value": 12.5,
      "result": 369.669,
      "text": "12.5 fl oz = 369.669 mL"
    },
    {
      "value": 100,
      "result": 2957.35,
      "text": "100 fl oz = 2957.35 mL"
    }
  ],
  "table": [
    {
      "fl_oz_us": 1,
      "mL": 29.5735
    },
    {
      "fl_oz_us": 2,
      "mL": 59.1471
    },
    {
      "fl_oz_us": 3,
      "mL": 88.7206
    },
    {
      "fl_oz_us": 4,
      "mL": 118.294
    },
    {
      "fl_oz_us": 5,
      "mL": 147.868
    },
    {
      "fl_oz_us": 6,
      "mL": 177.441
    },
    {
      "fl_oz_us": 7,
      "mL": 207.015
    },
    {
      "fl_oz_us": 8,
      "mL": 236.588
    },
    {
      "fl_oz_us": 9,
      "mL": 266.162
    },
    {
      "fl_oz_us": 10,
      "mL": 295.735
    },
    {
      "fl_oz_us": 15,
      "mL": 443.603
    },
    {
      "fl_oz_us": 20,
      "mL": 591.471
    },
    {
      "fl_oz_us": 25,
      "mL": 739.338
    },
    {
      "fl_oz_us": 30,
      "mL": 887.206
    },
    {
      "fl_oz_us": 40,
      "mL": 1182.94
    },
    {
      "fl_oz_us": 50,
      "mL": 1478.68
    },
    {
      "fl_oz_us": 75,
      "mL": 2218.01
    },
    {
      "fl_oz_us": 100,
      "mL": 2957.35
    },
    {
      "fl_oz_us": 200,
      "mL": 5914.71
    },
    {
      "fl_oz_us": 250,
      "mL": 7393.38
    },
    {
      "fl_oz_us": 500,
      "mL": 14786.8
    },
    {
      "fl_oz_us": 1000,
      "mL": 29573.5
    }
  ],
  "faq": [
    {
      "q": "How many milliliters are in one fluid ounce?",
      "a": "1 fl oz = 29.5735 mL. 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 US fluid ounces to milliliters?",
      "a": "Multiply the value in US fluid ounces by 29.57352956: milliliters = US fluid ounces × 29.57352956. For example, 5 fl oz = 147.868 mL."
    },
    {
      "q": "How do I convert milliliters back to US fluid ounces?",
      "a": "Multiply by the inverse factor 0.0338140227 (US fluid ounces = milliliters × 0.0338140227), or use the milliliters-to-US fluid ounces 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=fl_oz_us&to_unit=mL",
    "calculator": "https://tttkmbb.com/api/v1/calculate/volume?value=5&from_unit=fl_oz_us&to_unit=mL",
    "mcp_tool": "convert_units",
    "mcp_arguments": {
      "value": 5,
      "from_unit": "fl_oz_us",
      "to_unit": "mL"
    }
  },
  "links": {
    "html": "https://tttkmbb.com/conversion/fl-oz-to-ml",
    "markdown": "https://tttkmbb.com/conversion/fl-oz-to-ml.md",
    "json": "https://tttkmbb.com/conversion/fl-oz-to-ml.json",
    "reverse": "https://tttkmbb.com/conversion/ml-to-fl-oz",
    "quantity_converter": "https://tttkmbb.com/conversion/volume",
    "units": "https://tttkmbb.com/api/v1/units?quantity=volume"
  },
  "timestamp": "2026-09-24"
}