{
  "entity_type": "unit_conversion_page",
  "id": "liters-to-gallons",
  "name": "Liters to US gallons",
  "title": "Liters to US gallons Converter (L to gal (US))",
  "description": "Convert liters to US gallons: 1 L = 0.264172 gal (US). 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": "L",
    "display": "L",
    "name": "liters",
    "singular": "liter"
  },
  "to_unit": {
    "symbol": "gal_us",
    "display": "gal (US)",
    "name": "US gallons",
    "singular": "gallon"
  },
  "linear": true,
  "factor": 0.2641720524,
  "inverse_factor": 3.785411784,
  "formula": "US gallons = liters × 0.2641720524",
  "reverse_formula": "liters = US gallons × 3.785411784",
  "unit_relation": "1 L = 0.264172 gal (US)",
  "examples": [
    {
      "value": 5,
      "result": 1.32086,
      "text": "5 L = 1.32086 gal (US)"
    },
    {
      "value": 12.5,
      "result": 3.30215,
      "text": "12.5 L = 3.30215 gal (US)"
    },
    {
      "value": 100,
      "result": 26.4172,
      "text": "100 L = 26.4172 gal (US)"
    }
  ],
  "table": [
    {
      "L": 1,
      "gal_us": 0.264172
    },
    {
      "L": 2,
      "gal_us": 0.528344
    },
    {
      "L": 3,
      "gal_us": 0.792516
    },
    {
      "L": 4,
      "gal_us": 1.05669
    },
    {
      "L": 5,
      "gal_us": 1.32086
    },
    {
      "L": 6,
      "gal_us": 1.58503
    },
    {
      "L": 7,
      "gal_us": 1.8492
    },
    {
      "L": 8,
      "gal_us": 2.11338
    },
    {
      "L": 9,
      "gal_us": 2.37755
    },
    {
      "L": 10,
      "gal_us": 2.64172
    },
    {
      "L": 15,
      "gal_us": 3.96258
    },
    {
      "L": 20,
      "gal_us": 5.28344
    },
    {
      "L": 25,
      "gal_us": 6.6043
    },
    {
      "L": 30,
      "gal_us": 7.92516
    },
    {
      "L": 40,
      "gal_us": 10.5669
    },
    {
      "L": 50,
      "gal_us": 13.2086
    },
    {
      "L": 75,
      "gal_us": 19.8129
    },
    {
      "L": 100,
      "gal_us": 26.4172
    },
    {
      "L": 200,
      "gal_us": 52.8344
    },
    {
      "L": 250,
      "gal_us": 66.043
    },
    {
      "L": 500,
      "gal_us": 132.086
    },
    {
      "L": 1000,
      "gal_us": 264.172
    }
  ],
  "faq": [
    {
      "q": "How many US gallons are in one liter?",
      "a": "1 L = 0.264172 gal (US). 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 liters to US gallons?",
      "a": "Multiply the value in liters by 0.2641720524: US gallons = liters × 0.2641720524. For example, 5 L = 1.32086 gal (US)."
    },
    {
      "q": "How do I convert US gallons back to liters?",
      "a": "Multiply by the inverse factor 3.785411784 (liters = US gallons × 3.785411784), or use the US gallons-to-liters 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=L&to_unit=gal_us",
    "calculator": "https://tttkmbb.com/api/v1/calculate/volume?value=5&from_unit=L&to_unit=gal_us",
    "mcp_tool": "convert_units",
    "mcp_arguments": {
      "value": 5,
      "from_unit": "L",
      "to_unit": "gal_us"
    }
  },
  "links": {
    "html": "https://tttkmbb.com/conversion/liters-to-gallons",
    "markdown": "https://tttkmbb.com/conversion/liters-to-gallons.md",
    "json": "https://tttkmbb.com/conversion/liters-to-gallons.json",
    "reverse": "https://tttkmbb.com/conversion/gallons-to-liters",
    "quantity_converter": "https://tttkmbb.com/conversion/volume",
    "units": "https://tttkmbb.com/api/v1/units?quantity=volume"
  },
  "timestamp": "2026-09-24"
}