{
  "entity_type": "unit_conversion_page",
  "id": "imperial-gallons-to-liters",
  "name": "Imperial gallons to Liters",
  "title": "Imperial gallons to Liters Converter (gal (UK) to L)",
  "description": "Convert imperial gallons to liters: 1 gal (UK) = 4.54609 L. 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": "gal_uk",
    "display": "gal (UK)",
    "name": "imperial gallons",
    "singular": "imperial gallon"
  },
  "to_unit": {
    "symbol": "L",
    "display": "L",
    "name": "liters",
    "singular": "liter"
  },
  "linear": true,
  "factor": 4.54609,
  "inverse_factor": 0.2199692483,
  "formula": "liters = imperial gallons × 4.54609",
  "reverse_formula": "imperial gallons = liters × 0.2199692483",
  "unit_relation": "1 gal (UK) = 4.54609 L",
  "examples": [
    {
      "value": 5,
      "result": 22.7305,
      "text": "5 gal (UK) = 22.7305 L"
    },
    {
      "value": 12.5,
      "result": 56.8261,
      "text": "12.5 gal (UK) = 56.8261 L"
    },
    {
      "value": 100,
      "result": 454.609,
      "text": "100 gal (UK) = 454.609 L"
    }
  ],
  "table": [
    {
      "gal_uk": 1,
      "L": 4.54609
    },
    {
      "gal_uk": 2,
      "L": 9.09218
    },
    {
      "gal_uk": 3,
      "L": 13.6383
    },
    {
      "gal_uk": 4,
      "L": 18.1844
    },
    {
      "gal_uk": 5,
      "L": 22.7305
    },
    {
      "gal_uk": 6,
      "L": 27.2765
    },
    {
      "gal_uk": 7,
      "L": 31.8226
    },
    {
      "gal_uk": 8,
      "L": 36.3687
    },
    {
      "gal_uk": 9,
      "L": 40.9148
    },
    {
      "gal_uk": 10,
      "L": 45.4609
    },
    {
      "gal_uk": 15,
      "L": 68.1913
    },
    {
      "gal_uk": 20,
      "L": 90.9218
    },
    {
      "gal_uk": 25,
      "L": 113.652
    },
    {
      "gal_uk": 30,
      "L": 136.383
    },
    {
      "gal_uk": 40,
      "L": 181.844
    },
    {
      "gal_uk": 50,
      "L": 227.305
    },
    {
      "gal_uk": 75,
      "L": 340.957
    },
    {
      "gal_uk": 100,
      "L": 454.609
    },
    {
      "gal_uk": 200,
      "L": 909.218
    },
    {
      "gal_uk": 250,
      "L": 1136.52
    },
    {
      "gal_uk": 500,
      "L": 2273.05
    },
    {
      "gal_uk": 1000,
      "L": 4546.09
    }
  ],
  "faq": [
    {
      "q": "How many liters are in one imperial gallon?",
      "a": "1 gal (UK) = 4.54609 L. 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 imperial gallons to liters?",
      "a": "Multiply the value in imperial gallons by 4.54609: liters = imperial gallons × 4.54609. For example, 5 gal (UK) = 22.7305 L."
    },
    {
      "q": "How do I convert liters back to imperial gallons?",
      "a": "Multiply by the inverse factor 0.2199692483 (imperial gallons = liters × 0.2199692483), or use the liters-to-imperial gallons 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=gal_uk&to_unit=L",
    "calculator": "https://tttkmbb.com/api/v1/calculate/volume?value=5&from_unit=gal_uk&to_unit=L",
    "mcp_tool": "convert_units",
    "mcp_arguments": {
      "value": 5,
      "from_unit": "gal_uk",
      "to_unit": "L"
    }
  },
  "links": {
    "html": "https://tttkmbb.com/conversion/imperial-gallons-to-liters",
    "markdown": "https://tttkmbb.com/conversion/imperial-gallons-to-liters.md",
    "json": "https://tttkmbb.com/conversion/imperial-gallons-to-liters.json",
    "reverse": "https://tttkmbb.com/conversion/liters-to-imperial-gallons",
    "quantity_converter": "https://tttkmbb.com/conversion/volume",
    "units": "https://tttkmbb.com/api/v1/units?quantity=volume"
  },
  "timestamp": "2026-09-24"
}