警報注意報検索
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 |
警報・注意報コードが入ります。
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
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":[]}