JSON

世界の主要農業生産物 - JSON

世界の主要農業生産物は、穀物類(トウモロコシ、小麦、コメ、大豆)、嗜好品(コーヒー、茶)、繊維作物(綿花)などに大別されます。FAOやUSDAの統計によると、トウモロコシが年間約12億トンで最大の生産量を記録し、小麦、コメが続きます。これらの作物は世界の食料安全保障の基盤となっており、生産動向は国際市場の価格や貿易に大きな影響を与えています。

農業 農作物 穀物 食料 FAO 生産量 世界
[
  {
    "code": "1",
    "slug": "corn",
    "name": "トウモロコシ",
    "description": "世界最大の生産量を誇る穀物で、飼料や加工食品の原料として広く利用されます。",
    "category": "穀物",
    "productionVolume": {
      "value": "1,210,000,000",
      "unit": "tons",
      "year": "2024/25"
    },
    "topProducers": [
      "アメリカ",
      "中国",
      "ブラジル",
      "EU",
      "アルゼンチン"
    ]
  },
  {
    "code": "2",
    "slug": "wheat",
    "name": "小麦",
    "description": "世界で最も広く栽培される穀物の一つで、パンや麺類の主要な原料です。",
    "category": "穀物",
    "productionVolume": {
      "value": "800,000,000",
      "unit": "tons",
      "year": "2024/25"
    },
    "topProducers": [
      "中国",
      "EU",
      "インド",
      "ロシア",
      "アメリカ"
    ]
  },
  {
    "code": "3",
    "slug": "rice",
    "name": "コメ",
    "description": "世界人口の半数以上の主食であり、アジアを中心に生産されています。",
    "category": "穀物",
    "productionVolume": {
      "value": "530,000,000",
      "unit": "tons",
      "year": "2024/25"
    },
    "topProducers": [
      "インド",
      "中国",
      "バングラデシュ",
      "インドネシア",
      "ベトナム"
    ]
  },
  {
    "code": "4",
    "slug": "soybean",
    "name": "大豆",
    "description": "植物油とタンパク質の重要な供給源で、飼料や食品加工に利用されます。",
    "category": "穀物",
    "productionVolume": {
      "value": "420,000,000",
      "unit": "tons",
      "year": "2024/25"
    },
    "topProducers": [
      "ブラジル",
      "アメリカ",
      "アルゼンチン",
      "中国",
      "インド"
    ]
  },
  {
    "code": "5",
    "slug": "coffee",
    "name": "コーヒー",
    "description": "世界で最も消費されている嗜好飲料の原料となる熱帯作物です。",
    "category": "嗜好品",
    "productionVolume": {
      "value": "11,300,000",
      "unit": "tons",
      "year": "2024"
    },
    "topProducers": [
      "ブラジル",
      "ベトナム",
      "コロンビア",
      "インドネシア",
      "エチオピア"
    ]
  },
  {
    "code": "6",
    "slug": "tea",
    "name": "茶",
    "description": "世界で広く消費されている伝統的な飲料の原料となる作物です。",
    "category": "嗜好品",
    "productionVolume": {
      "value": "7,050,000",
      "unit": "tons",
      "year": "2024"
    },
    "topProducers": [
      "中国",
      "インド",
      "ケニア",
      "スリランカ",
      "トルコ"
    ]
  },
  {
    "code": "7",
    "slug": "cotton",
    "name": "綿花",
    "description": "世界で最も重要な天然繊維の原料となる作物です。",
    "category": "繊維作物",
    "productionVolume": {
      "value": "37,000,000",
      "unit": "tons",
      "year": "2024"
    },
    "topProducers": [
      "中国",
      "インド",
      "アメリカ",
      "ブラジル",
      "パキスタン"
    ]
  }
]