JSON

Gas Supply Types - JSON

There are two main types of household gas supply in Japan: city gas and propane gas (LP gas). City gas uses liquefied natural gas (LNG) as raw material and is supplied through underground pipelines, while propane gas uses liquefied petroleum gas (LPG) as raw material and is supplied via cylinder delivery. They differ in raw materials, supply methods, pricing systems, safety features, and supply areas, and are chosen based on residential location and lifestyle.

gas city gas propane gas LP gas energy lifeline household gas
[
  {
    "code": "01",
    "slug": "city-gas",
    "name": "City Gas",
    "description": "Gas supplied through underground pipelines using liquefied natural gas (LNG) as raw material.",
    "rawMaterial": "Liquefied Natural Gas (LNG) - mainly methane",
    "supplyMethod": "Underground gas pipelines",
    "calorificValue": "10,750〜11,000 kcal/m³",
    "specificGravity": "lighter-than-air",
    "supplyArea": "Urban areas (within pipeline network coverage)",
    "pricingSystem": "Comprehensive cost method (regulated pricing)",
    "disasterRecovery": "Pipeline repair takes time (days to weeks)"
  },
  {
    "code": "02",
    "slug": "lp-gas",
    "name": "Propane Gas (LP Gas)",
    "description": "Gas supplied via cylinder delivery using liquefied petroleum gas (LPG) as raw material.",
    "rawMaterial": "Liquefied Petroleum Gas (LPG) - mainly propane and butane",
    "supplyMethod": "Cylinder delivery",
    "calorificValue": "24,000 kcal/m³(都市ガスの約2.2倍)",
    "specificGravity": "heavier-than-air",
    "supplyArea": "Nationwide (anywhere cylinders can be delivered)",
    "pricingSystem": "Free pricing system (varies by provider)",
    "disasterRecovery": "Relatively quick recovery through cylinder replacement (hours to a day)"
  }
]