警報注意報検索

API名: 

pptenki/warning

概要: 

指定された住所コードから現在発表中の警報注意報を取得します。
特別警報については未対応です。

※現在、新規での利用受付を中止しております
※この機能を利用するには別途契約が必要です。

情報元について:
気象・防災情報元:株式会社東芝
このAPIが返却する上記情報は、情報元の提供規準に準拠します。

URI: 

https://test.core.its-mo.com/zmaps/api/apicore/core/v1_0/pptenki/warning

<API使用例>
https://test.core.its-mo.com/zmaps/api/apicore/core/v1_0/pptenki/warning?if_clientid=JSZxxxxxxxxxx|xxxxx&if_auth_type=ip&addrcode=12

リクエストパラメータ

パラメータ 必須 デフォルト 説明
addrcode - 住所コード
住所コードを指定します。都道府県(2桁)で指定します。
2桁以上の値を指定した場合、エラーとなります。

出力データ

出力フォーマット

{"info":{"tod":"千葉県",
         "time":"201302140440"},
 "item":[{"address":{"code":"12100",
                     "text":"千葉市"},
          "warning":[{"code":"21",
                      "text":"乾燥注意報"}]},
        ...]}
キー名 データ型 説明
info     object 検索結果の情報が入ります。
  tod   string 都道府県名称が入ります。
  time   string 発表日時(YYYYMMDDhhmm)が入ります。
item     array 住所、警報注意報の配列が入ります。
  address   object 住所情報が入ります。
    code string 住所コードが入ります。
    text string 住所が入ります。
  warning   array 警報注意報の配列が入ります。
    code string 警報・注意報コードが入ります。
説明
00 解除
02 暴風雪警報
03 大雨警報
04 洪水警報
05 暴風警報
06 大雪警報
07 波浪警報
08 高潮警報
10 大雨注意報
12 大雪注意報
13 風雪注意報
14 雷注意報
15 強風注意報
16 波浪注意報
17 融雪注意報
18 洪水注意報
19 高潮注意報
20 濃霧注意報
21 乾燥注意報
22 なだれ注意報
23 低温注意報
24 霜注意報
25 着氷注意報
26 着雪注意報
27 その他の注意報
    text string 警報・注意報名が入ります。

出力例

[通常出力例]
https://test.core.its-mo.com/zmaps/api/apicore/core/v1_0/pptenki/warning?if_clientid=JSZxxxxxxxxxx|xxxxx&if_auth_type=ip&addrcode=12

{"info":{"tod":"千葉県",
         "time":"201302140440"},
 "item":[{"address":{"code":"12100",
                     "text":"千葉市"},
          "warning":[{"code":"21",
                      "text":"乾燥注意報"}]},
         {"address":{"code":"12202",
                     "text":"銚子市"},
          "warning":[{"code":"16",
                      "text":"波浪注意報"},
                     {"code":"21",
                      "text":"乾燥注意報"}]},
         {"address":{"code":"12203",
                     "text":"市川市"},
          "warning":[{"code":"21",
                      "text":"乾燥注意報"}]},
         {"address":{"code":"12204",
                     "text":"船橋市"},
          "warning":[{"code":"21",
                      "text":"乾燥注意報"}]},
         {"address":{"code":"12205",
                     "text":"館山市"},
          "warning":[{"code":"16",
                      "text":"波浪注意報"},
                     {"code":"21",
                      "text":"乾燥注意報"}]}]}

[検索結果が0件の場合]
 

{"info":{"tod":null,
         "time":null},
 "item":[]}