v1

latestOpenAPI 3.1.02026-07-24200331.1 KB

Copy of Weather Maps

get/map/aggregate/tile/{aggregationType}/{timeFrom}/{timeTo}/{zoom}/{x}/{y}/{field}.{format}

Path parameters

zoomstring required

The zoom level for the map, 1-12

xstring required

The “x” coordinate for the map

ystring required

The “y” coordinate for the map

fieldstring required

A field from our data layers

formatstring required

Specifies the format of the returned tiles (defaults to .png)

aggregationType'min' | 'max' | 'sum' | 'avg' required
timeFromstring required

Start timestamp in ISO 8601 format.

timeTostring required

End timestamp in ISO 8601 format.

Query parameters

gradientstring

Defines custom color gradient for the map. i.e "1:93e4dd4d, 2:94d6ab4d, 3:9bca864d". The key represents the position as an integer and the value is the color code in HEX format.

Headers

accept-encodingstring required

Response

200