駅付加情報


 Attention!

This page has not been translated into English yet. It is possible that some parts of description may contains old information. Please see Japanese Documents if you need the latest and accurate information.

指定したの付加情報を取得します。

GET /v1/{format}/station/info

parameters

Name Type Description
format string レスポンスのデータ形式の指定。必須
指定できる値:
- xml: xml形式のデータ
- json: json形式のデータ
※クエリパラメータではなくパスに値を指定します。
key string アクセスキー 。必須
code int 駅コード。必須
Example: 22671
type string 情報種別。複数指定可。必須
指定できる値:
- operationLine: 乗り入れ路線(運行路線)(鉄道のみ)
- rail: 乗り入れ路線(平均路線)
- nearrail: 最寄路線(平均路線)
- welfare: 福祉施設
- exit: 出口案内標識(鉄道のみ)

response

Name Description
ResultSet レスポンスの最下部を表す要素
ResultSet / apiVersion WebAPIバージョン
ResultSet / engineVersion エンジンバージョン
ResultSet / Information 付加情報を表す要素
ResultSet / Information / Corporation 会社を表す要素
ResultSet / Information / Corporation / index インデックス
※ jsonデータ形式のレスポンスにインデックスは含まれません。JSON形式のレスポンスデータを利用する際の注意事項
ResultSet / Information / Corporation / code 会社のコードを表す要素(ResultSet / Information / TypeがoperationLineの場合のみ)
ResultSet / Information / Corporation / Name 会社の名称を表す要素
ResultSet / Information / Exit 出口案内標識を表す要素
ResultSet / Information / Exit / Comment コメント文字列を表す要素
ResultSet / Information / Exit / Name 識別名称を表す要素
ResultSet / Information / Line ResultSet / Information / Typeに対応する運行路線または平均路線を表す要素
ResultSet / Information / Line / corporationIndex ResultSet / Information / Corporation / indexと紐づくインデックス
ResultSet / Information / Line / code 運行路線コードResultSet / Information / TypeがoperationLineの場合のみ)
ResultSet / Information / Line / Color 路線カラーを表す要素(10進数によるRGB形式)
Format: RRRGGGBBB
ResultSet / Information / Line / Name 名称を表す要素
ResultSet / Information / Line / Yomi 読み仮名を表す要素(ResultSet / Information / TypeがoperationLineの場合のみ)
ResultSet / Information / Line / Type 交通種別を表す要素
ResultSet / Information / Line / Type / detail 交通種別の詳細または詳細路線種別
ResultSet / Information / Type 情報種別を表す要素。
- operationLine: 乗り入れ路線(運行路線)(鉄道のみ)
- rail: 乗り入れ路線(平均路線)
- nearrail: 最寄路線(平均路線)
- welfare: 福祉設備
- exit: 出口案内標識(鉄道のみ)
ResultSet / Information / WelfareFacilities 福祉施設情報を表す要素
ResultSet / Information / WelfareFacilities / Comment コメント文字列を表す要素
ResultSet / Information / WelfareFacilities / Name 識別名称を表す要素

example

GET /v1/xml/station/info?key=アクセスキーを入力してください&code=22828&type=operationLine:rail:nearrail:exit:welfare
<?xml version="1.0" encoding="UTF-8"?>
<ResultSet apiVersion="1.14.0.0" engineVersion="201404_01a">
  <Information>
    <Type>operationLine</Type>
    <Line corporationIndex="1" code="134">
      <Name>JR東海道新幹線</Name>
      <Yomi>じぇいあーるとうかいどうしんかんせん</Yomi>
      <Color>001032197</Color>
    </Line>
    <Line corporationIndex="1" code="23">
      <Name>JR東北新幹線</Name>
      <Yomi>じぇいあーるとうほくしんかんせん</Yomi>
      <Color>010140013</Color>
    </Line>
    <Line>
    :
    </Line>
    <Corporation index="1" code="1">
      <Name>JR</Name>
    </Corporation>
    <Corporation index="2" code="18">
      <Name>東京地下鉄</Name>
    </Corporation>
  </Information>
  <Information>
    <Type>rail</Type>
    <Line corporationIndex="1">
      <Name>JR新幹線のぞみ</Name>
      <Type detail="shinkansen">train</Type>
      <Color>051102255</Color>
    </Line>
    <Line corporationIndex="1">
      <Name>JR新幹線ひかり(東京-博多)</Name>
      <Type detail="shinkansen">train</Type>
      <Color>001044255</Color>
    </Line>
    <Line>
    :
    </Line>
    <Corporation index="1">
      <Name>JR</Name>
    </Corporation>
    <Corporation index="2">
      <Name>東京地下鉄</Name>
    </Corporation>
  </Information>
  <Information>
    <Type>nearrail</Type>
    <Line corporationIndex="1">
      <Name>東京メトロ千代田線</Name>
      <Type>train</Type>
      <Color>059181161</Color>
    </Line>
    <Line corporationIndex="1">
      <Name>東京メトロ東西線</Name>
      <Type>train</Type>
      <Color>012118255</Color>
    </Line>
    <Line>
    :
    </Line>
    <Corporation index="1">
      <Name>東京地下鉄</Name>
    </Corporation>
    <Corporation index="2">
      <Name>東京都交通局</Name>
    </Corporation>
    <Corporation index="3">
      <Name>高速バス</Name>
    </Corporation>
    <Corporation>
    :
    </Corporation>
  </Information>
  <Information>
    <Type>exit</Type>
    <Exit>
      <Name>1出口</Name>
      <Comment>(大手町方面)
丸の内1丁目
大手町1・2丁目
丸の内オアゾ
三菱UFJ信託銀行本店ビル
日本工業倶楽部
丸の内永楽ビル
三井住友信託銀行本店ビル
三菱東京UFJ銀行
みずほ銀行本店
銀行会館
東京メトロ東西線大手町駅
三井住友銀行本店ビルディング
パレスビル
パレスホテル東京
大手門
永代通り
日本生命丸の内ビル
丸の内ビル(丸ビル)
新丸の内ビル(新丸ビル)
丸ノ内ホテル
丸の内北口ビル</Comment>
    </Exit>
    <Exit>
      <Name>2出口</Name>
      <Comment>八重洲口連絡通路
丸の内1丁目</Comment>
    </Exit>
    <Exit>
      <Name>3出口</Name>
      <Comment>新丸の内ビル(新丸ビル)
丸の内1丁目
皇居
丸の内駐車場
東京メトロ千代田線二重橋前駅
日本工業倶楽部
三菱UFJ信託銀行本店ビル
みずほ銀行本店</Comment>
    </Exit>
    <Exit>
      <Name>4a出口</Name>
      <Comment>新丸の内ビル(新丸ビル)
行幸通り方面</Comment>
    </Exit>
    <Exit>
      <Name>4b出口</Name>
      <Comment>丸の内ビル(丸ビル)
行幸通り方面</Comment>
    </Exit>
  </Information>
  <Information>
    <Type>welfare</Type>
    <WelfareFacilities>
      <Name>バリアフリー状況</Name>
      <Comment> ※段差なしでの移動経路
(○:有り △:要駅員設備 ×:無し)
【JR東日本】【JR東海】:○
【東京メトロ】:○</Comment>
    </WelfareFacilities>
    <WelfareFacilities>
      <Name>エレベータ</Name>
      <Comment>【JR】
[新幹線]
・14~19番線ホーム⇔新幹線南乗換口
・20~23番線ホーム⇔新幹線中央乗換口
[在来線]
・各ホーム⇔改札内南通路
・京葉線ホーム⇔改札
・総武線ホーム⇔丸の内地下改札
・八重洲連絡通路⇔京葉地下八重洲口改札内
・改札内中央通路⇔B1F銀の鈴広場
・丸の内地下北口改札外⇔丸の内北口交番付近
・京葉地下丸の内口改札⇔4番出口
・京葉地下丸の内口改札⇔6番出口
【東京メトロ】
・ホーム⇔改札
・改札⇔1番出口(オアゾ内)
・改札⇔地上(丸ビル方面)</Comment>
    </WelfareFacilities>
    <WelfareFacilities>
    :
    </WelfareFacilities>
  </Information>
</ResultSet>
GET /v1/json/station/info?key=アクセスキーを入力してください&code=22828&type=operationLine:rail:nearrail:exit:welfare
{
  "ResultSet": {
    "apiVersion": "1.14.0.0",
    "engineVersion": "201404_01a",
    "Information": [
      {
        "Type": "operationLine",
        "Line": [
          {
            "corporationIndex": "1",
            "code": "134",
            "Name": "JR東海道新幹線",
            "Yomi": "じぇいあーるとうかいどうしんかんせん",
            "Color": "001032197"
          },
          {
            "corporationIndex": "1",
            "code": "23",
            "Name": "JR東北新幹線",
            "Yomi": "じぇいあーるとうほくしんかんせん",
            "Color": "010140013"
          },
          {
            :
          }
        ],
        "Corporation": [
          {
            "code": "1",
            "Name": "JR"
          },
          {
            "code": "18",
            "Name": "東京地下鉄"
          }
        ]
      },
      {
        "Type": "rail",
        "Line": [
          {
            "corporationIndex": "1",
            "Name": "JR新幹線のぞみ",
            "Type": {
              "text": "train",
              "detail": "shinkansen"
            },
            "Color": "051102255"
          },
          {
            "corporationIndex": "1",
            "Name": "JR新幹線ひかり(東京-博多)",
            "Type": {
              "text": "train",
              "detail": "shinkansen"
            },
            "Color": "001044255"
          },
          {
            "corporationIndex": "1",
            "Name": "JR新幹線こだま(東京-新大阪)",
            "Type": {
              "text": "train",
              "detail": "shinkansen"
            },
            "Color": "001044255"
          },
          {
            :
          }
        ],
        "Corporation": [
          {
            "Name": "JR"
          },
          {
            "Name": "東京地下鉄"
          }
        ]
      },
      {
        "Type": "nearrail",
        "Line": [
          {
            "corporationIndex": "1",
            "Name": "東京メトロ千代田線",
            "Type": "train",
            "Color": "059181161"
          },
          {
            "corporationIndex": "1",
            "Name": "東京メトロ東西線",
            "Type": "train",
            "Color": "012118255"
          },
          {
            :
          }
        ],
        "Corporation": [
          {
            "Name": "東京地下鉄"
          },
          {
            "Name": "東京都交通局"
          },
          {
            "Name": "高速バス"
          },
          {
            :
          }
        ]
      },
      {
        "Type": "exit",
        "Exit": [
          {
            "Name": "1出口",
            "Comment": "(大手町方面)\n丸の内1丁目\n大手町1・2丁目\n丸の内オアゾ\n三菱UFJ信託銀行本店ビル\n日本工業倶楽部\n丸の内永楽ビル\n三井住友信託銀行本店ビル\n三菱東京UFJ銀行\nみずほ銀行本店\n銀行会館\n東京メトロ東西線大手町駅\n三井住友銀行本店ビルディング\nパレスビル\nパレスホテル東京\n大手門\n永代通り\n日本生命丸の内ビル\n丸の内ビル(丸ビル)\n新丸の内ビル(新丸ビル)\n丸ノ内ホテル\n丸の内北口ビル"
          },
          {
            "Name": "2出口",
            "Comment": "八重洲口連絡通路\n丸の内1丁目"
          },
          {
            "Name": "3出口",
            "Comment": "新丸の内ビル(新丸ビル)\n丸の内1丁目\n皇居\n丸の内駐車場\n東京メトロ千代田線二重橋前駅\n日本工業倶楽部\n三菱UFJ信託銀行本店ビル\nみずほ銀行本店"
          },
          {
            "Name": "4a出口",
            "Comment": "新丸の内ビル(新丸ビル)\n行幸通り方面"
          },
          {
            "Name": "4b出口",
            "Comment": "丸の内ビル(丸ビル)\n行幸通り方面"
          }
        ]
      },
      {
        "Type": "welfare",
        "WelfareFacilities": [
          {
            "Name": "バリアフリー状況",
            "Comment": " ※段差なしでの移動経路\n(○:有り △:要駅員設備 ×:無し)\n【JR東日本】【JR東海】:○\n【東京メトロ】:○"
          },
          {
            "Name": "エレベータ",
            "Comment": "【JR】\n[新幹線]\n・14~19番線ホーム⇔新幹線南乗換口\n・20~23番線ホーム⇔新幹線中央乗換口\n[在来線]\n・各ホーム⇔改札内南通路\n・京葉線ホーム⇔改札\n・総武線ホーム⇔丸の内地下改札\n・八重洲連絡通路⇔京葉地下八重洲口改札内\n・改札内中央通路⇔B1F銀の鈴広場\n・丸の内地下北口改札外⇔丸の内北口交番付近\n・京葉地下丸の内口改札⇔4番出口\n・京葉地下丸の内口改札⇔6番出口\n【東京メトロ】\n・ホーム⇔改札\n・改札⇔1番出口(オアゾ内)\n・改札⇔地上(丸ビル方面)"
          },
          {
            "Name": "エスカレータ",
            "Comment": "【JR】\n[新幹線]\n・各ホーム⇔各改札\n[在来線]\n・各ホーム⇔各改札\n・改札内中央通路⇔B1F銀の鈴広場\n・改札内中央通路⇔B1Fグランスタ内\n・改札内ノースコート⇔B1Fびゅうスクエア付近\n・改札内サウスコート⇔B1Fコインロッカー付近\n・丸の内中央口改札⇔丸の内地下中央口改札\n・京葉地下八重洲口⇔八重洲連絡通路\n・八重洲中央口改札外⇔B1F\n・京葉地下八重洲口改札⇔八重洲2丁目方面出口\n・京葉地下丸の内口改札⇔4番出口\n・京葉地下丸の内口改札⇔5番出口\n・京葉地下丸の内口改札⇔6番出口\n【東京メトロ】\n・ホーム⇔改札\n・改札⇔1番出口"
          },
          {
            :
          }
        ]
      }
    ]
  }
}
ページ上部へ