お問い合わせ
リクエストパラメータで指定される名称を元に該当する路線を返却します。 station/word, station/latlon と組合せて使用できます。
https://test.core.its-mo.com/zmaps/api/apicore/core/v1_0/railroad/word
<API使用例>
{"status":{"code":"0000", "text":"OK"}, "info":{"hit":9}, "item":[{"code":"0052", "text":"JR 東北本線", "corp":null}, ...]}
[通常出力例]
{"status":{"code":"0000", "text":"OK"}, "info":{"hit":1}, "item":[{"code":"0508", "text":"東京地下鉄 7号南北線", "corp":null}]}
[検索結果が0件の例]
{"status":{"code":"0000", "text":"OK"}, "info":{"hit":0}, "item":[]}