Skip to content

1km Mesh Snow Depth Forecast

GET
/api/v1/ss1wx/snwdpt

Forecast Japan

Returns snow depth forecasts for specified latitude and longitude coordinates, calculated with 1km grid resolution. [Japan Only]

The API provides hourly snow depth forecasts for 60 hours, starting from the specified time.
Data is available from November 1st to April 30th each year.

The API returns snow depth values (in centimeters) based on grass surface conditions. There may be larger errors in areas with significant snow depth, such as locations above 1,000 meters elevation.

Data Coverage

Land areas of Japan

パラメータ

クエリパラメータ

lat*

Latitude

number
必須
35.651377
formatfloat
lon*

Longitude

number
必須
140.041161
formatfloat

レスポンス

1km grid-based snow depth forecast data
application/json
JSON
{
"requestId": "3909775c-5d0f-4e96-8e4f-7d3f263e2056",
"wxdata": [
{
"lat": 35.651377,
"lon": 140.041161,
"data": [
{
"date": "2025-04-09T00:00:00+09:00",
"snwdpt": 4
}
]
}
]
}

Playground

認証
変数
キー

サンプル

cURL
JavaScript
PHP
Python

All trademarks and registered trademarks are the property of their respective owners.