ヨーロッパ短期予報
GET
/V1/forecast/short-range/common
予報 ヨーロッパ
特定の地点の72時間先までの詳細な天気予報を15分/30分/1時間単位(ユーザー指定)の予報時間間隔で取得します。2km格子ごとに計算された高精度な気象データを提供します。
データ仕様:
- メッシュサイズ: 2km
- 時間間隔: 15分/30分/1時間(要素により異なる)
- 更新頻度: 3時間毎
- 時間範囲: 72時間先まで
提供要素:
- 気温(地上、100m、200m高度)
- 露点温度(地上、100m、200m高度)
- 気圧(海面、現地、100m、200m高度)
- 風(10m、100m、200m高度の風向・風速・成分)
- 瞬間風速(10m高度)
- 降水・降雪・湿度・雲量
- 日射量(全天・直達・散乱)
- 視程・空気密度・天気
データ範囲:
ヨーロッパ中期予報と同じ
パラメータ
クエリパラメータ
latlon*
緯度経度のペアのリスト(緯度,経度の形式)。freqが15minまたは30minの場合は1地点のみ指定可能。それ以外は最大10地点まで。
型string
必須例
48,-2.3freq*
予報時間の間隔。15minまたは30minの場合、latlonは1地点のみ指定可能。
型string
必須Enum
1H15min30min例
1Hレスポンス
Successful response with json weather data.
:application/octet-stream
JSON
{
"48,-2.3": {
"latitude": 48,
"longitude": -2.3,
"basetime": "2025-09-12T03:00:00+00:00",
"updated_time": "2025-09-12T04:21:34+00:00",
"freq": "1H",
"unit": {
"datetime": "UTC",
"weather_type": "NA",
"humidity": "%",
"snowfall": "kg/m2/h",
"temp_2m": "°C",
"temp_100m": "°C",
"temp_200m": "°C",
"dewpoint_temperature": "°C",
"precipitation": "kg/m2/h",
"pressure_sfc": "hPa",
"pressure_100m": "hPa",
"pressure_200m": "hPa",
"sea_surface_pressure": "hPa",
"u_windspd_10m": "m/s",
"u_windspd_100m": "m/s",
"u_windspd_200m": "m/s",
"v_windspd_10m": "m/s",
"v_windspd_100m": "m/s",
"v_windspd_200m": "m/s",
"windir_10m": "degree",
"windir_100m": "degree",
"windir_200m": "degree",
"windspd_10m": "m/s",
"windspd_100m": "m/s",
"windspd_200m": "m/s",
"total_solar_radiation": "W/m2",
"solar_radiation_dir": "W/m2",
"solar_radiation_diff": "W/m2",
"windgust": "m/s",
"total_cloud_cover": "%",
"precipitation_proba": "%",
"visibility": "m",
"air_density": "kg/m3"
},
"data": [
{
"datetime": "2025-09-12T03:00:00+00:00",
"weather_type": "mainly clear",
"humidity": 92,
"snowfall": 0,
"temp_2m": 11,
"temp_100m": 11.8,
"temp_200m": 11.7,
"dewpoint_temperature": 9.7,
"precipitation": 0,
"pressure_sfc": 1003.4,
"pressure_100m": 991.6,
"pressure_200m": 979.8,
"sea_surface_pressure": 1015.9,
"u_windspd_10m": 1.8,
"u_windspd_100m": 6,
"u_windspd_200m": 9.3,
"v_windspd_10m": 1.8,
"v_windspd_100m": 3.2,
"v_windspd_200m": 2.9,
"windir_10m": 226,
"windir_100m": 242,
"windir_200m": 253,
"windspd_10m": 2.6,
"windspd_100m": 6.8,
"windspd_200m": 9.7,
"total_solar_radiation": 0,
"solar_radiation_dir": 0,
"solar_radiation_diff": 0,
"windgust": 5.4,
"total_cloud_cover": 17,
"precipitation_proba": 10,
"visibility": 6000,
"air_density": 1.225
}
]
}
}