Skip to content

1km Mesh Pollen Index

GET
/api/v1/pollen

Forecast Japan

Access pollen index for specified latitude and longitude coordinates, calculated with 1km grid resolution. The specified latitude and longitude must be within Japan. The pollen index includes hourly information for 48 hours.
The pollen index is provided from February to mid-May.
This pollen index targets cedar and cypress pollen.

Index Codes

Code Description
1 Low
2 Moderate
3 High
4 Very High

Data Coverage

Land areas of Japan

パラメータ

クエリパラメータ

lat*

Latitude

number
必須
35.651377
formatfloat
lon*

Longitude

number
必須
140.041161
formatfloat

レスポンス

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

Playground

認証
変数
キー

サンプル

cURL
JavaScript
PHP
Python

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