Description

Climate Forte Docs

History

Retrieve a historical weather map tile (PNG)

Returns a PNG weather tile for a specific timestamp.

GET
maps/history

Query Parameters

zinteger

Zoom level for the tile.

Range1 <= value <= 12
xinteger

X coordinate of the tile.

yinteger

Y coordinate of the tile.

layerstring

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

timestring

Timestamp for a historical map tile.

Formatdate-time
apikeystring

Your API key for authentication.

Response Body

image/png

curl -X GET "https://api.climateforte.com/v1/maps/history?z=1&x=0&y=0&layer=string&time=2019-08-24T14%3A15%3A22Z&apikey=string"
"string"