{
  "entity_type": "unit_conversion_page",
  "id": "cups-to-fl-oz",
  "name": "US cups to US fluid ounces",
  "title": "US cups to US fluid ounces Converter (cup to fl oz)",
  "description": "Convert US cups to US fluid ounces: 1 cup = 8 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": "cup_us",
    "display": "cup",
    "name": "US cups",
    "singular": "cup"
  },
  "to_unit": {
    "symbol": "fl_oz_us",
    "display": "fl oz",
    "name": "US fluid ounces",
    "singular": "fluid ounce"
  },
  "linear": true,
  "factor": 8,
  "inverse_factor": 0.125,
  "formula": "US fluid ounces = US cups × 8",
  "reverse_formula": "US cups = US fluid ounces × 0.125",
  "unit_relation": "1 cup = 8 fl oz",
  "examples": [
    {
      "value": 5,
      "result": 40,
      "text": "5 cup = 40 fl oz"
    },
    {
      "value": 12.5,
      "result": 100,
      "text": "12.5 cup = 100 fl oz"
    },
    {
      "value": 100,
      "result": 800,
      "text": "100 cup = 800 fl oz"
    }
  ],
  "table": [
    {
      "cup_us": 1,
      "fl_oz_us": 8
    },
    {
      "cup_us": 2,
      "fl_oz_us": 16
    },
    {
      "cup_us": 3,
      "fl_oz_us": 24
    },
    {
      "cup_us": 4,
      "fl_oz_us": 32
    },
    {
      "cup_us": 5,
      "fl_oz_us": 40
    },
    {
      "cup_us": 6,
      "fl_oz_us": 48
    },
    {
      "cup_us": 7,
      "fl_oz_us": 56
    },
    {
      "cup_us": 8,
      "fl_oz_us": 64
    },
    {
      "cup_us": 9,
      "fl_oz_us": 72
    },
    {
      "cup_us": 10,
      "fl_oz_us": 80
    },
    {
      "cup_us": 15,
      "fl_oz_us": 120
    },
    {
      "cup_us": 20,
      "fl_oz_us": 160
    },
    {
      "cup_us": 25,
      "fl_oz_us": 200
    },
    {
      "cup_us": 30,
      "fl_oz_us": 240
    },
    {
      "cup_us": 40,
      "fl_oz_us": 320
    },
    {
      "cup_us": 50,
      "fl_oz_us": 400
    },
    {
      "cup_us": 75,
      "fl_oz_us": 600
    },
    {
      "cup_us": 100,
      "fl_oz_us": 800
    },
    {
      "cup_us": 200,
      "fl_oz_us": 1600
    },
    {
      "cup_us": 250,
      "fl_oz_us": 2000
    },
    {
      "cup_us": 500,
      "fl_oz_us": 4000
    },
    {
      "cup_us": 1000,
      "fl_oz_us": 8000
    }
  ],
  "faq": [
    {
      "q": "How many US fluid ounces are in one cup?",
      "a": "1 cup = 8 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 US cups to US fluid ounces?",
      "a": "Multiply the value in US cups by 8: US fluid ounces = US cups × 8. For example, 5 cup = 40 fl oz."
    },
    {
      "q": "How do I convert US fluid ounces back to US cups?",
      "a": "Multiply by the inverse factor 0.125 (US cups = US fluid ounces × 0.125), or use the US fluid ounces-to-US cups 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=cup_us&to_unit=fl_oz_us",
    "calculator": "https://tttkmbb.com/api/v1/calculate/volume?value=5&from_unit=cup_us&to_unit=fl_oz_us",
    "mcp_tool": "convert_units",
    "mcp_arguments": {
      "value": 5,
      "from_unit": "cup_us",
      "to_unit": "fl_oz_us"
    }
  },
  "links": {
    "html": "https://tttkmbb.com/conversion/cups-to-fl-oz",
    "markdown": "https://tttkmbb.com/conversion/cups-to-fl-oz.md",
    "json": "https://tttkmbb.com/conversion/cups-to-fl-oz.json",
    "reverse": "https://tttkmbb.com/conversion/fl-oz-to-cups",
    "quantity_converter": "https://tttkmbb.com/conversion/volume",
    "units": "https://tttkmbb.com/api/v1/units?quantity=volume"
  },
  "timestamp": "2026-09-24"
}