JSON

Types of Water - JSON

Water is classified by various criteria including salinity (fresh water, sea water, etc.), hardness (hard water, soft water, etc.), and temperature/components (hot spring water, mineral spring water, etc.). These classifications are used in combination to select appropriate water for different purposes such as drinking, domestic use, medical treatment, and hot spring bathing. Approximately 97% of Earth's water is sea water, while fresh water accounts for only about 2.5%.

water fresh water sea water hard water soft water hot spring water mineral water drinking water
[
  {
    "code": "01",
    "slug": "fresh-water",
    "name": "Fresh Water",
    "description": "Water with low salt concentration. Used for drinking and domestic purposes.",
    "classificationBy": "塩分濃度"
  },
  {
    "code": "02",
    "slug": "sea-water",
    "name": "Sea Water",
    "description": "Water containing high amounts of sodium chloride. Accounts for about 97% of Earth's water.",
    "classificationBy": "塩分濃度"
  },
  {
    "code": "03",
    "slug": "hard-water",
    "name": "Hard Water",
    "description": "Water containing high amounts of calcium and magnesium. Suitable for mineral supplementation.",
    "classificationBy": "硬度"
  },
  {
    "code": "04",
    "slug": "soft-water",
    "name": "Soft Water",
    "description": "Water with low calcium and magnesium content. Has a smooth, mellow taste.",
    "classificationBy": "硬度"
  },
  {
    "code": "05",
    "slug": "hot-spring-water",
    "name": "Hot Spring Water",
    "description": "Groundwater that springs naturally at 25°C or higher. Contains specific components with recognized therapeutic effects.",
    "classificationBy": "温度・成分"
  }
]