JSON

世界の主要ダム - JSON

世界の主要ダムは、発電容量順にランキングされています。中国の三峡ダムが22,500MWで世界最大の水力発電所であり、ブラジル・パラグアイのイタイプ・ダム、ベネズエラのグリ・ダムなどが続きます。これらのダムは、各国の電力供給において重要な役割を果たしており、再生可能エネルギーの観点からも世界的に注目されています。

ダム 水力発電 エネルギー インフラ 再生可能エネルギー
[
  {
    "code": "1",
    "slug": "three-gorges-dam",
    "name": "三峡ダム",
    "description": "中国の長江に建設された世界最大の水力発電所です。",
    "country": "中国",
    "capacityMW": 22500,
    "heightM": 181,
    "lengthM": 2335,
    "completedYear": 2006,
    "river": "長江(ヤンジー川)"
  },
  {
    "code": "2",
    "slug": "itaipu-dam",
    "name": "イタイプ・ダム",
    "description": "ブラジルとパラグアイの国境にある世界第2位の水力発電所です。",
    "country": "ブラジル・パラグアイ",
    "capacityMW": 14000,
    "heightM": 196,
    "lengthM": 7700,
    "completedYear": 1984,
    "river": "パラナ川"
  },
  {
    "code": "3",
    "slug": "baihetan-dam",
    "name": "白鶴灘ダム",
    "description": "中国の金沙江に建設された世界第3位の水力発電所です。",
    "country": "中国",
    "capacityMW": 16000,
    "heightM": 289,
    "lengthM": null,
    "completedYear": 2022,
    "river": "金沙江"
  },
  {
    "code": "4",
    "slug": "xiluodu-dam",
    "name": "渓洛渡ダム",
    "description": "中国の金沙江に建設された世界第4位の水力発電所です。",
    "country": "中国",
    "capacityMW": 13860,
    "heightM": 285.5,
    "lengthM": null,
    "completedYear": 2013,
    "river": "金沙江"
  },
  {
    "code": "5",
    "slug": "belo-monte-dam",
    "name": "ベロモンテ・ダム",
    "description": "ブラジルのシンジュ川に建設された世界第5位の水力発電所です。",
    "country": "ブラジル",
    "capacityMW": 11200,
    "heightM": null,
    "lengthM": null,
    "completedYear": 2019,
    "river": "シンジュ川"
  },
  {
    "code": "6",
    "slug": "guri-dam",
    "name": "グリ・ダム",
    "description": "ベネズエラのカロニ川に建設された世界第6位の水力発電所です。",
    "country": "ベネズエラ",
    "capacityMW": 10200,
    "heightM": 162,
    "lengthM": 7400,
    "completedYear": 1986,
    "river": "カロニ川"
  },
  {
    "code": "7",
    "slug": "wudongde-dam",
    "name": "烏東徳ダム",
    "description": "中国の金沙江に建設された世界第7位の水力発電所です。",
    "country": "中国",
    "capacityMW": 10200,
    "heightM": 270,
    "lengthM": null,
    "completedYear": 2021,
    "river": "金沙江"
  },
  {
    "code": "8",
    "slug": "tucurui-dam",
    "name": "トゥクリ・ダム",
    "description": "ブラジルのトカンチンス川に建設された世界第8位の水力発電所です。",
    "country": "ブラジル",
    "capacityMW": 8370,
    "heightM": 95,
    "lengthM": 12500,
    "completedYear": 1984,
    "river": "トカンチンス川"
  },
  {
    "code": "9",
    "slug": "grand-coulee-dam",
    "name": "グランドクーリー・ダム",
    "description": "アメリカのコロンビア川に建設された国内最大の水力発電所です。",
    "country": "アメリカ",
    "capacityMW": 6809,
    "heightM": 168,
    "lengthM": 1592,
    "completedYear": 1942,
    "river": "コロンビア川"
  },
  {
    "code": "10",
    "slug": "longtan-dam",
    "name": "龍灘ダム",
    "description": "中国の紅水河に建設された世界第10位の水力発電所です。",
    "country": "中国",
    "capacityMW": 6426,
    "heightM": 216,
    "lengthM": 800,
    "completedYear": null,
    "river": "紅水河"
  }
]