{
  "entity_type": "unit_conversion_page",
  "id": "tablespoons-to-ml",
  "name": "US tablespoons to Milliliters",
  "title": "US tablespoons to Milliliters Converter (tbsp to mL)",
  "description": "Convert US tablespoons to milliliters: 1 tbsp = 14.7868 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": "tbsp",
    "display": "tbsp",
    "name": "US tablespoons",
    "singular": "tablespoon"
  },
  "to_unit": {
    "symbol": "mL",
    "display": "mL",
    "name": "milliliters",
    "singular": "milliliter"
  },
  "linear": true,
  "factor": 14.78676478,
  "inverse_factor": 0.0676280454,
  "formula": "milliliters = US tablespoons × 14.78676478",
  "reverse_formula": "US tablespoons = milliliters × 0.0676280454",
  "unit_relation": "1 tbsp = 14.7868 mL",
  "examples": [
    {
      "value": 5,
      "result": 73.9338,
      "text": "5 tbsp = 73.9338 mL"
    },
    {
      "value": 12.5,
      "result": 184.835,
      "text": "12.5 tbsp = 184.835 mL"
    },
    {
      "value": 100,
      "result": 1478.68,
      "text": "100 tbsp = 1478.68 mL"
    }
  ],
  "table": [
    {
      "tbsp": 1,
      "mL": 14.7868
    },
    {
      "tbsp": 2,
      "mL": 29.5735
    },
    {
      "tbsp": 3,
      "mL": 44.3603
    },
    {
      "tbsp": 4,
      "mL": 59.1471
    },
    {
      "tbsp": 5,
      "mL": 73.9338
    },
    {
      "tbsp": 6,
      "mL": 88.7206
    },
    {
      "tbsp": 7,
      "mL": 103.507
    },
    {
      "tbsp": 8,
      "mL": 118.294
    },
    {
      "tbsp": 9,
      "mL": 133.081
    },
    {
      "tbsp": 10,
      "mL": 147.868
    },
    {
      "tbsp": 15,
      "mL": 221.801
    },
    {
      "tbsp": 20,
      "mL": 295.735
    },
    {
      "tbsp": 25,
      "mL": 369.669
    },
    {
      "tbsp": 30,
      "mL": 443.603
    },
    {
      "tbsp": 40,
      "mL": 591.471
    },
    {
      "tbsp": 50,
      "mL": 739.338
    },
    {
      "tbsp": 75,
      "mL": 1109.01
    },
    {
      "tbsp": 100,
      "mL": 1478.68
    },
    {
      "tbsp": 200,
      "mL": 2957.35
    },
    {
      "tbsp": 250,
      "mL": 3696.69
    },
    {
      "tbsp": 500,
      "mL": 7393.38
    },
    {
      "tbsp": 1000,
      "mL": 14786.8
    }
  ],
  "faq": [
    {
      "q": "How many milliliters are in one tablespoon?",
      "a": "1 tbsp = 14.7868 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 tablespoons to milliliters?",
      "a": "Multiply the value in US tablespoons by 14.78676478: milliliters = US tablespoons × 14.78676478. For example, 5 tbsp = 73.9338 mL."
    },
    {
      "q": "How do I convert milliliters back to US tablespoons?",
      "a": "Multiply by the inverse factor 0.0676280454 (US tablespoons = milliliters × 0.0676280454), or use the milliliters-to-US tablespoons 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=tbsp&to_unit=mL",
    "calculator": "https://tttkmbb.com/api/v1/calculate/volume?value=5&from_unit=tbsp&to_unit=mL",
    "mcp_tool": "convert_units",
    "mcp_arguments": {
      "value": 5,
      "from_unit": "tbsp",
      "to_unit": "mL"
    }
  },
  "links": {
    "html": "https://tttkmbb.com/conversion/tablespoons-to-ml",
    "markdown": "https://tttkmbb.com/conversion/tablespoons-to-ml.md",
    "json": "https://tttkmbb.com/conversion/tablespoons-to-ml.json",
    "reverse": "https://tttkmbb.com/conversion/ml-to-tablespoons",
    "quantity_converter": "https://tttkmbb.com/conversion/volume",
    "units": "https://tttkmbb.com/api/v1/units?quantity=volume"
  },
  "timestamp": "2026-09-24"
}