Description

Climate Forte Docs

Forecast

Retrieve a forecast weather map tile (PNG)

Returns a PNG weather tile for current or forecast map layers.

GET
maps/forecast

Query Parameters

z*integer

Zoom level for the tile.

Range1 <= value <= 12
x*integer

X coordinate of the tile.

y*integer

Y coordinate of the tile.

layer*string

Weather map layer (e.g., precipitation, temperature).

apikey*string

Your API key for authentication.

Response Body

image/png

curl -X GET "https://api.climateforte.com/v1/maps/forecast?z=1&x=0&y=0&layer=string&apikey=string"
"string"