RESAS

はじめに
RESAS-API一覧
共通
人口マップ
産業構造マップ
企業活動マップ
観光マップ
まちづくりマップ
雇用/医療・福祉マップ
地方財政マップ
コード一覧

農業部門

農業部門データを返します。

GET  api/v1/regions/agricultureDepartments

parameters

No parameters

responses

Name Description
/result/sectionCode 農業部門コード
/result/sectionName 農業部門名

sample

GET https://opendata.resas-portal.go.jp/api/v1/regions/agricultureDepartments
{
    "message": null,
    "result": [{
        "sectionCode": "A",
        "sectionName": "稲作"
    }, {
        "sectionCode": "B",
        "sectionName": "麦類作"
    }, {
        "sectionCode": "C",
        "sectionName": "雑穀・いも類・豆類"
    }, {
        "sectionCode": "D",
        "sectionName": "工芸農作物"
    }, {
        "sectionCode": "E",
        "sectionName": "露地野菜"
    }, {
        "sectionCode": "F",
        "sectionName": "施設野菜"
    }, {
        "sectionCode": "G",
        "sectionName": "果樹類"
    }, {
        "sectionCode": "H",
        "sectionName": "花き・花木"
    }, {
        "sectionCode": "I",
        "sectionName": "その他の作物"
    }, {
        "sectionCode": "J",
        "sectionName": "酪農"
    }, {
        "sectionCode": "K",
        "sectionName": "肉用牛"
    }, {
        "sectionCode": "L",
        "sectionName": "養豚"
    }, {
        "sectionCode": "M",
        "sectionName": "養鶏"
    }, {
        "sectionCode": "N",
        "sectionName": "養蚕"
    }, {
        "sectionCode": "O",
        "sectionName": "その他の畜産"
    }, {
        "sectionCode": "P",
        "sectionName": "農作業請負収入"
    }, {
        "sectionCode": "Z",
        "sectionName": "分類不能"
    }]
}