Rain Radar
GET
/api/v1/tile/prec
Get tile image URLs for rain radar data, including past hour observations and next hour forecasts.
Tile images can be accessed via URLs obtained from this API call.
Refer to the Tile Color Code Definitions for color code definitions.
Responses
Rain radar tile image URLs
application/json
JSON
{
"requestId": "3909775c-5d0f-4e96-8e4f-7d3f263e2056",
"wxdata": [
{
"created": "2025-04-09T10:00:00+09:00",
"data": [
{
"date": "2025-04-09T10:00:00+09:00",
"type": "forecast",
"prec": "https://example.com/tile/v1/xxxxxxxxxxxxx/{z}/{x}/{y}"
}
],
"options": {
"type": "raster",
"tileSize": 256,
"bounds": [
[
118,
20,
150,
48
]
],
"maxZoom": 9
}
}
]
}