{
  "entity_type": "unit_conversion_page",
  "id": "ml-to-fl-oz",
  "name": "Milliliters to US fluid ounces",
  "title": "Milliliters to US fluid ounces Converter (mL to fl oz)",
  "description": "Convert milliliters to US fluid ounces: 1 mL = 0.033814 fl oz. 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": "mL",
    "display": "mL",
    "name": "milliliters",
    "singular": "milliliter"
  },
  "to_unit": {
    "symbol": "fl_oz_us",
    "display": "fl oz",
    "name": "US fluid ounces",
    "singular": "fluid ounce"
  },
  "linear": true,
  "factor": 0.0338140227,
  "inverse_factor": 29.57352956,
  "formula": "US fluid ounces = milliliters × 0.0338140227",
  "reverse_formula": "milliliters = US fluid ounces × 29.57352956",
  "unit_relation": "1 mL = 0.033814 fl oz",
  "examples": [
    {
      "value": 5,
      "result": 0.16907,
      "text": "5 mL = 0.16907 fl oz"
    },
    {
      "value": 12.5,
      "result": 0.422675,
      "text": "12.5 mL = 0.422675 fl oz"
    },
    {
      "value": 100,
      "result": 3.3814,
      "text": "100 mL = 3.3814 fl oz"
    }
  ],
  "table": [
    {
      "mL": 1,
      "fl_oz_us": 0.033814
    },
    {
      "mL": 2,
      "fl_oz_us": 0.067628
    },
    {
      "mL": 3,
      "fl_oz_us": 0.101442
    },
    {
      "mL": 4,
      "fl_oz_us": 0.135256
    },
    {
      "mL": 5,
      "fl_oz_us": 0.16907
    },
    {
      "mL": 6,
      "fl_oz_us": 0.202884
    },
    {
      "mL": 7,
      "fl_oz_us": 0.236698
    },
    {
      "mL": 8,
      "fl_oz_us": 0.270512
    },
    {
      "mL": 9,
      "fl_oz_us": 0.304326
    },
    {
      "mL": 10,
      "fl_oz_us": 0.33814
    },
    {
      "mL": 15,
      "fl_oz_us": 0.50721
    },
    {
      "mL": 20,
      "fl_oz_us": 0.67628
    },
    {
      "mL": 25,
      "fl_oz_us": 0.845351
    },
    {
      "mL": 30,
      "fl_oz_us": 1.01442
    },
    {
      "mL": 40,
      "fl_oz_us": 1.35256
    },
    {
      "mL": 50,
      "fl_oz_us": 1.6907
    },
    {
      "mL": 75,
      "fl_oz_us": 2.53605
    },
    {
      "mL": 100,
      "fl_oz_us": 3.3814
    },
    {
      "mL": 200,
      "fl_oz_us": 6.7628
    },
    {
      "mL": 250,
      "fl_oz_us": 8.45351
    },
    {
      "mL": 500,
      "fl_oz_us": 16.907
    },
    {
      "mL": 1000,
      "fl_oz_us": 33.814
    }
  ],
  "faq": [
    {
      "q": "How many US fluid ounces are in one milliliter?",
      "a": "1 mL = 0.033814 fl 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 milliliters to US fluid ounces?",
      "a": "Multiply the value in milliliters by 0.0338140227: US fluid ounces = milliliters × 0.0338140227. For example, 5 mL = 0.16907 fl oz."
    },
    {
      "q": "How do I convert US fluid ounces back to milliliters?",
      "a": "Multiply by the inverse factor 29.57352956 (milliliters = US fluid ounces × 29.57352956), or use the US fluid ounces-to-milliliters 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=mL&to_unit=fl_oz_us",
    "calculator": "https://tttkmbb.com/api/v1/calculate/volume?value=5&from_unit=mL&to_unit=fl_oz_us",
    "mcp_tool": "convert_units",
    "mcp_arguments": {
      "value": 5,
      "from_unit": "mL",
      "to_unit": "fl_oz_us"
    }
  },
  "links": {
    "html": "https://tttkmbb.com/conversion/ml-to-fl-oz",
    "markdown": "https://tttkmbb.com/conversion/ml-to-fl-oz.md",
    "json": "https://tttkmbb.com/conversion/ml-to-fl-oz.json",
    "reverse": "https://tttkmbb.com/conversion/fl-oz-to-ml",
    "quantity_converter": "https://tttkmbb.com/conversion/volume",
    "units": "https://tttkmbb.com/api/v1/units?quantity=volume"
  },
  "timestamp": "2026-09-24"
}