{
  "name": "Magyar fröccsnevek és arányok",
  "description": "A magyar fröccs elnevezései a bor és a szóda aránya szerint, deciliterben, becsült alkoholtartalommal.",
  "source": "https://alkohol.hu/magazin/froccs-fajtak-nevek",
  "license": "https://creativecommons.org/licenses/by/4.0/",
  "attribution": "alkohol.hu (Verde Holding Kft.)",
  "unit": "dl",
  "items": [
    {
      "name": "Kisfröccs",
      "wine": 1,
      "soda": 1,
      "total": 2,
      "estimatedAbvFrom12": 6
    },
    {
      "name": "Nagyfröccs",
      "wine": 2,
      "soda": 1,
      "total": 3,
      "estimatedAbvFrom12": 8
    },
    {
      "name": "Hosszúlépés",
      "wine": 1,
      "soda": 2,
      "total": 3,
      "estimatedAbvFrom12": 4
    },
    {
      "name": "Házmester",
      "wine": 3,
      "soda": 2,
      "total": 5,
      "estimatedAbvFrom12": 7.2
    },
    {
      "name": "Viceházmester",
      "wine": 2,
      "soda": 3,
      "total": 5,
      "estimatedAbvFrom12": 4.8
    },
    {
      "name": "Háziúr",
      "wine": 4,
      "soda": 1,
      "total": 5,
      "estimatedAbvFrom12": 9.6
    },
    {
      "name": "Sportfröccs",
      "wine": 1,
      "soda": 4,
      "total": 5,
      "estimatedAbvFrom12": 2.4
    },
    {
      "name": "Maflás",
      "wine": 5,
      "soda": 5,
      "total": 10,
      "estimatedAbvFrom12": 6
    },
    {
      "name": "Polgármester",
      "wine": 6,
      "soda": 4,
      "total": 10,
      "estimatedAbvFrom12": 7.2
    },
    {
      "name": "Alpolgármester",
      "wine": 4,
      "soda": 6,
      "total": 10,
      "estimatedAbvFrom12": 4.8
    },
    {
      "name": "Krúdy-fröccs",
      "wine": 9,
      "soda": 1,
      "total": 10,
      "estimatedAbvFrom12": 10.8
    },
    {
      "name": "Sóher fröccs",
      "wine": 1,
      "soda": 9,
      "total": 10,
      "estimatedAbvFrom12": 1.2
    }
  ]
}