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