Logo
developer platform
Docs
API
Pricing
Showcase
API Overview
Geocoding
Geocoding
Geocoding NearbyGeocoding Search
Weather
Weather Core
ForecastRadarClimateWarnings
Weather Timeseries
Timeseries ModelsTimeseries Point ForecastTimeseries Route Forecast
Weather Ensemble
Ensemble ModelsEnsemble Point ForecastEnsemble Route Forecast
Weather Maps
Maps ModelsMaps Layers
Marine
Marine Timeseries
Timeseries ModelsTimeseries Point ForecastTimeseries Route Forecast
Marine Ensemble
Ensemble ModelsEnsemble Point ForecastEnsemble Route Forecast
Marine Shipping
Shipping Route Forecast
Marine Offshore
Offshore Point Forecast
Marine Hindcast
Marine Point HindcastMarine Route Hindcast
Marine Ports
Port ListPort InfoPort Forecast
Marine Vessels
Vessel SearchVessel InfoVessel LocationVessel Location History
Observations
Weather Stations
Observations
Observations InfoObservations Latest
Lightning
Lightning LiveLightning History
Earthquakes
Earthquakes
Tropical Storms
Tropical Storms
Mobility (The Netherlands)
Mobility Traffic
Traffic OverviewTraffic Geo
Mobility Transit
Transit Planner SearchTransit Planner MixerTransit Stops NearbyTransit Stop Departures
Obsolete
Developer Infoplaza
Weather ClimateWeather Forecast

Maps Layers

GET
https://api.infoplaza.dev/v1/weather/maps/layers

Description

Retrieve information about available layers for a specific model, runtime, element, and bounding box.

Parameters

ParameterTypeRequiredDefaultDescription
modelstringRequired-Model ID
runstringRequired-Model run
elementstringRequired-Element ID
zoomnumberRequired-Zoomlevel
northnumberRequired-North (boundingbox)
eastnumberRequired-East (boundingbox)
southnumberRequired-South (boundingbox)
westnumberRequired-West (boundingbox)
levelstringOptional-Element level
unitstringOptional-Element unit
grayscalestringOptional-Grayscale images

Response

PropertyTypeDescription
model
objectMetadata about the weather model used.
└─id
stringUnique identifier of the model.
└─run
integerUnix timestamp representing the model run time.
└─name
stringHuman-readable name of the model.

Example Request

curl "https://api.infoplaza.dev/v1/weather/maps/layers
     ?model=gfs 
     &run=latest 
     &element=temperature 
     &zoom=7 
     &north=54 
     &east=11 
     &south=48 
     &west=-1 
     &api_key=$INFOPLAZA_API_KEY"

Example Response

{
  "model": {
    "id": "gfs",
    "run": 1784505600,
    "name": "GFS",
    "category": "atmosphere"
  },
  "layers": [
    {
      "datetime": "20260720T00:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784505600
    },
    {
      "datetime": "20260720T01:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784509200
    },
    {
      "datetime": "20260720T02:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784512800
    },
    {
      "datetime": "20260720T03:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784516400
    },
    {
      "datetime": "20260720T04:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784520000
    },
    {
      "datetime": "20260720T05:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784523600
    },
    {
      "datetime": "20260720T06:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784527200
    },
    {
      "datetime": "20260720T07:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784530800
    },
    {
      "datetime": "20260720T08:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784534400
    },
    {
      "datetime": "20260720T09:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784538000
    },
    {
      "datetime": "20260720T10:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784541600
    },
    {
      "datetime": "20260720T11:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784545200
    },
    {
      "datetime": "20260720T12:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784548800
    },
    {
      "datetime": "20260720T13:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784552400
    },
    {
      "datetime": "20260720T14:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784556000
    },
    {
      "datetime": "20260720T15:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784559600
    },
    {
      "datetime": "20260720T16:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784563200
    },
    {
      "datetime": "20260720T17:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784566800
    },
    {
      "datetime": "20260720T18:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784570400
    },
    {
      "datetime": "20260720T19:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784574000
    },
    {
      "datetime": "20260720T20:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784577600
    },
    {
      "datetime": "20260720T21:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784581200
    },
    {
      "datetime": "20260720T22:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784584800
    },
    {
      "datetime": "20260720T23:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784588400
    },
    {
      "datetime": "20260721T00:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784592000
    },
    {
      "datetime": "20260721T01:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784595600
    },
    {
      "datetime": "20260721T02:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784599200
    },
    {
      "datetime": "20260721T03:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784602800
    },
    {
      "datetime": "20260721T04:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784606400
    },
    {
      "datetime": "20260721T05:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784610000
    },
    {
      "datetime": "20260721T06:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784613600
    },
    {
      "datetime": "20260721T07:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784617200
    },
    {
      "datetime": "20260721T08:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784620800
    },
    {
      "datetime": "20260721T09:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784624400
    },
    {
      "datetime": "20260721T10:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784628000
    },
    {
      "datetime": "20260721T11:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784631600
    },
    {
      "datetime": "20260721T12:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784635200
    },
    {
      "datetime": "20260721T13:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784638800
    },
    {
      "datetime": "20260721T14:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784642400
    },
    {
      "datetime": "20260721T15:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784646000
    },
    {
      "datetime": "20260721T16:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784649600
    },
    {
      "datetime": "20260721T17:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784653200
    },
    {
      "datetime": "20260721T18:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784656800
    },
    {
      "datetime": "20260721T19:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784660400
    },
    {
      "datetime": "20260721T20:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784664000
    },
    {
      "datetime": "20260721T21:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784667600
    },
    {
      "datetime": "20260721T22:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784671200
    },
    {
      "datetime": "20260721T23:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784674800
    },
    {
      "datetime": "20260722T00:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784678400
    },
    {
      "datetime": "20260722T01:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784682000
    },
    {
      "datetime": "20260722T02:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784685600
    },
    {
      "datetime": "20260722T03:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784689200
    },
    {
      "datetime": "20260722T04:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784692800
    },
    {
      "datetime": "20260722T05:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784696400
    },
    {
      "datetime": "20260722T06:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784700000
    },
    {
      "datetime": "20260722T07:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784703600
    },
    {
      "datetime": "20260722T08:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784707200
    },
    {
      "datetime": "20260722T09:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784710800
    },
    {
      "datetime": "20260722T10:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784714400
    },
    {
      "datetime": "20260722T11:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784718000
    },
    {
      "datetime": "20260722T12:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784721600
    },
    {
      "datetime": "20260722T13:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784725200
    },
    {
      "datetime": "20260722T14:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784728800
    },
    {
      "datetime": "20260722T15:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784732400
    },
    {
      "datetime": "20260722T16:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784736000
    },
    {
      "datetime": "20260722T17:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784739600
    },
    {
      "datetime": "20260722T18:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784743200
    },
    {
      "datetime": "20260722T19:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784746800
    },
    {
      "datetime": "20260722T20:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784750400
    },
    {
      "datetime": "20260722T21:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784754000
    },
    {
      "datetime": "20260722T22:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784757600
    },
    {
      "datetime": "20260722T23:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784761200
    },
    {
      "datetime": "20260723T00:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784764800
    },
    {
      "datetime": "20260723T01:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784768400
    },
    {
      "datetime": "20260723T02:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784772000
    },
    {
      "datetime": "20260723T03:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784775600
    },
    {
      "datetime": "20260723T04:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784779200
    },
    {
      "datetime": "20260723T05:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784782800
    },
    {
      "datetime": "20260723T06:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784786400
    },
    {
      "datetime": "20260723T07:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784790000
    },
    {
      "datetime": "20260723T08:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784793600
    },
    {
      "datetime": "20260723T09:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784797200
    },
    {
      "datetime": "20260723T10:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784800800
    },
    {
      "datetime": "20260723T11:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784804400
    },
    {
      "datetime": "20260723T12:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784808000
    },
    {
      "datetime": "20260723T13:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784811600
    },
    {
      "datetime": "20260723T14:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784815200
    },
    {
      "datetime": "20260723T15:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784818800
    },
    {
      "datetime": "20260723T16:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784822400
    },
    {
      "datetime": "20260723T17:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784826000
    },
    {
      "datetime": "20260723T18:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784829600
    },
    {
      "datetime": "20260723T19:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784833200
    },
    {
      "datetime": "20260723T20:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784836800
    },
    {
      "datetime": "20260723T21:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784840400
    },
    {
      "datetime": "20260723T22:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784844000
    },
    {
      "datetime": "20260723T23:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784847600
    },
    {
      "datetime": "20260724T00:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784851200
    },
    {
      "datetime": "20260724T01:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784854800
    },
    {
      "datetime": "20260724T02:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784858400
    },
    {
      "datetime": "20260724T03:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784862000
    },
    {
      "datetime": "20260724T04:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784865600
    },
    {
      "datetime": "20260724T05:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784869200
    },
    {
      "datetime": "20260724T06:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784872800
    },
    {
      "datetime": "20260724T07:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784876400
    },
    {
      "datetime": "20260724T08:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784880000
    },
    {
      "datetime": "20260724T09:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784883600
    },
    {
      "datetime": "20260724T10:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784887200
    },
    {
      "datetime": "20260724T11:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784890800
    },
    {
      "datetime": "20260724T12:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784894400
    },
    {
      "datetime": "20260724T13:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784898000
    },
    {
      "datetime": "20260724T14:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784901600
    },
    {
      "datetime": "20260724T15:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784905200
    },
    {
      "datetime": "20260724T16:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784908800
    },
    {
      "datetime": "20260724T17:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784912400
    },
    {
      "datetime": "20260724T18:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784916000
    },
    {
      "datetime": "20260724T19:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784919600
    },
    {
      "datetime": "20260724T20:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784923200
    },
    {
      "datetime": "20260724T21:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784926800
    },
    {
      "datetime": "20260724T22:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784930400
    },
    {
      "datetime": "20260724T23:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784934000
    },
    {
      "datetime": "20260725T00:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784937600
    },
    {
      "datetime": "20260725T03:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784948400
    },
    {
      "datetime": "20260725T06:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784959200
    },
    {
      "datetime": "20260725T09:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784970000
    },
    {
      "datetime": "20260725T12:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784980800
    },
    {
      "datetime": "20260725T15:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1784991600
    },
    {
      "datetime": "20260725T18:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1785002400
    },
    {
      "datetime": "20260725T21:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1785013200
    },
    {
      "datetime": "20260726T00:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1785024000
    },
    {
      "datetime": "20260726T03:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1785034800
    },
    {
      "datetime": "20260726T06:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1785045600
    },
    {
      "datetime": "20260726T09:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1785056400
    },
    {
      "datetime": "20260726T12:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1785067200
    },
    {
      "datetime": "20260726T15:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1785078000
    },
    {
      "datetime": "20260726T18:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1785088800
    },
    {
      "datetime": "20260726T21:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1785099600
    },
    {
      "datetime": "20260727T00:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1785110400
    },
    {
      "datetime": "20260727T03:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1785121200
    },
    {
      "datetime": "20260727T06:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1785132000
    },
    {
      "datetime": "20260727T09:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1785142800
    },
    {
      "datetime": "20260727T12:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1785153600
    },
    {
      "datetime": "20260727T15:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1785164400
    },
    {
      "datetime": "20260727T18:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1785175200
    },
    {
      "datetime": "20260727T21:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1785186000
    },
    {
      "datetime": "20260728T00:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1785196800
    },
    {
      "datetime": "20260728T03:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1785207600
    },
    {
      "datetime": "20260728T06:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1785218400
    },
    {
      "datetime": "20260728T09:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1785229200
    },
    {
      "datetime": "20260728T12:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1785240000
    },
    {
      "datetime": "20260728T15:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1785250800
    },
    {
      "datetime": "20260728T18:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1785261600
    },
    {
      "datetime": "20260728T21:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1785272400
    },
    {
      "datetime": "20260729T00:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1785283200
    },
    {
      "datetime": "20260729T03:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1785294000
    },
    {
      "datetime": "20260729T06:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1785304800
    },
    {
      "datetime": "20260729T09:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1785315600
    },
    {
      "datetime": "20260729T12:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1785326400
    },
    {
      "datetime": "20260729T15:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1785337200
    },
    {
      "datetime": "20260729T18:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1785348000
    },
    {
      "datetime": "20260729T21:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1785358800
    },
    {
      "datetime": "20260730T00:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1785369600
    },
    {
      "datetime": "20260730T03:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1785380400
    },
    {
      "datetime": "20260730T06:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1785391200
    },
    {
      "datetime": "20260730T09:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1785402000
    },
    {
      "datetime": "20260730T12:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1785412800
    },
    {
      "datetime": "20260730T15:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1785423600
    },
    {
      "datetime": "20260730T18:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1785434400
    },
    {
      "datetime": "20260730T21:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1785445200
    },
    {
      "datetime": "20260731T00:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1785456000
    },
    {
      "datetime": "20260731T03:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1785466800
    },
    {
      "datetime": "20260731T06:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1785477600
    },
    {
      "datetime": "20260731T09:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1785488400
    },
    {
      "datetime": "20260731T12:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1785499200
    },
    {
      "datetime": "20260731T15:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1785510000
    },
    {
      "datetime": "20260731T18:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1785520800
    },
    {
      "datetime": "20260731T21:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1785531600
    },
    {
      "datetime": "20260801T00:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1785542400
    },
    {
      "datetime": "20260801T03:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1785553200
    },
    {
      "datetime": "20260801T06:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1785564000
    },
    {
      "datetime": "20260801T09:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1785574800
    },
    {
      "datetime": "20260801T12:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1785585600
    },
    {
      "datetime": "20260801T15:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1785596400
    },
    {
      "datetime": "20260801T18:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1785607200
    },
    {
      "datetime": "20260801T21:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1785618000
    },
    {
      "datetime": "20260802T00:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1785628800
    },
    {
      "datetime": "20260802T03:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1785639600
    },
    {
      "datetime": "20260802T06:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1785650400
    },
    {
      "datetime": "20260802T09:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1785661200
    },
    {
      "datetime": "20260802T12:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1785672000
    },
    {
      "datetime": "20260802T15:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1785682800
    },
    {
      "datetime": "20260802T18:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1785693600
    },
    {
      "datetime": "20260802T21:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1785704400
    },
    {
      "datetime": "20260803T00:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1785715200
    },
    {
      "datetime": "20260803T03:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1785726000
    },
    {
      "datetime": "20260803T06:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1785736800
    },
    {
      "datetime": "20260803T09:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1785747600
    },
    {
      "datetime": "20260803T12:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1785758400
    },
    {
      "datetime": "20260803T15:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1785769200
    },
    {
      "datetime": "20260803T18:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1785780000
    },
    {
      "datetime": "20260803T21:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1785790800
    },
    {
      "datetime": "20260804T00:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1785801600
    },
    {
      "datetime": "20260804T03:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1785812400
    },
    {
      "datetime": "20260804T06:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1785823200
    },
    {
      "datetime": "20260804T09:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1785834000
    },
    {
      "datetime": "20260804T12:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1785844800
    },
    {
      "datetime": "20260804T15:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1785855600
    },
    {
      "datetime": "20260804T18:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1785866400
    },
    {
      "datetime": "20260804T21:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1785877200
    },
    {
      "datetime": "20260805T00:00:00Z",
      "imageUrl": "https://api.imweather.comundefined",
      "timestamp": 1785888000
    }
  ],
  "element": {
    "id": "temperature",
    "name": "Temperature",
    "unit": "°C",
    "level": null,
    "units": [
      "°C",
      "°F",
      "K"
    ],
    "levels": [
      "500hPa",
      "80m",
      "250hPa",
      "2m",
      "700hPa",
      "925hPa",
      "surface",
      "300hPa",
      "100m",
      "850hPa"
    ],
    "category": "Temperature",
    "isLogscale": false,
    "isComposite": false
  },
  "palette": {
    "colors": [
      "rgba(128,128,128,0)",
      "rgba(128,128,128,1)",
      "rgba(120,129,129,1)",
      "rgba(119,130,130,1)",
      "rgba(118,130,130,1)",
      "rgba(107,133,133,1)",
      "rgba(106,133,133,1)",
      "rgba(105,133,133,1)",
      "rgba(95,136,136,1)",
      "rgba(94,136,136,1)",
      "rgba(93,136,136,1)",
      "rgba(82,139,139,1)",
      "rgba(81,139,139,1)",
      "rgba(80,139,139,1)",
      "rgba(70,142,142,1)",
      "rgba(69,142,142,1)",
      "rgba(68,142,142,1)",
      "rgba(57,145,145,1)",
      "rgba(56,145,145,1)",
      "rgba(55,146,146,1)",
      "rgba(54,146,146,1)",
      "rgba(43,149,149,1)",
      "rgba(42,149,149,1)",
      "rgba(41,149,149,1)",
      "rgba(31,152,152,1)",
      "rgba(30,152,152,1)",
      "rgba(29,152,152,1)",
      "rgba(18,155,155,1)",
      "rgba(17,155,155,1)",
      "rgba(16,155,155,1)",
      "rgba(5,158,158,1)",
      "rgba(4,158,158,1)",
      "rgba(3,159,159,1)",
      "rgba(13,164,164,1)",
      "rgba(15,165,165,1)",
      "rgba(17,166,166,1)",
      "rgba(38,174,174,1)",
      "rgba(40,175,175,1)",
      "rgba(42,175,175,1)",
      "rgba(44,176,176,1)",
      "rgba(65,184,184,1)",
      "rgba(67,185,185,1)",
      "rgba(69,185,185,1)",
      "rgba(90,193,193,1)",
      "rgba(92,194,194,1)",
      "rgba(94,195,195,1)",
      "rgba(115,203,203,1)",
      "rgba(117,203,203,1)",
      "rgba(119,204,204,1)",
      "rgba(141,212,212,1)",
      "rgba(143,213,213,1)",
      "rgba(145,214,214,1)",
      "rgba(166,221,221,1)",
      "rgba(168,222,222,1)",
      "rgba(170,223,223,1)",
      "rgba(191,231,231,1)",
      "rgba(193,232,232,1)",
      "rgba(195,232,232,1)",
      "rgba(197,233,233,1)",
      "rgba(218,241,241,1)",
      "rgba(220,242,242,1)",
      "rgba(222,242,242,1)",
      "rgba(243,250,250,1)",
      "rgba(245,251,251,1)",
      "rgba(247,252,252,1)",
      "rgba(249,243,249,1)",
      "rgba(249,242,249,1)",
      "rgba(248,240,248,1)",
      "rgba(240,223,240,1)",
      "rgba(240,222,240,1)",
      "rgba(239,220,239,1)",
      "rgba(231,203,231,1)",
      "rgba(230,202,230,1)",
      "rgba(230,200,230,1)",
      "rgba(229,198,229,1)",
      "rgba(221,182,221,1)",
      "rgba(221,180,221,1)",
      "rgba(220,178,220,1)",
      "rgba(212,161,212,1)",
      "rgba(211,160,211,1)",
      "rgba(211,158,211,1)",
      "rgba(203,141,203,1)",
      "rgba(202,140,202,1)",
      "rgba(202,138,202,1)",
      "rgba(194,121,194,1)",
      "rgba(193,120,193,1)",
      "rgba(192,118,192,1)",
      "rgba(185,101,185,1)",
      "rgba(184,99,184,1)",
      "rgba(183,98,183,1)",
      "rgba(176,81,176,1)",
      "rgba(175,79,175,1)",
      "rgba(174,78,174,1)",
      "rgba(173,76,173,1)",
      "rgba(166,59,166,1)",
      "rgba(165,58,165,1)",
      "rgba(164,56,164,1)",
      "rgba(157,39,157,1)",
      "rgba(156,37,156,1)",
      "rgba(155,36,155,1)",
      "rgba(147,19,147,1)",
      "rgba(147,17,147,1)",
      "rgba(146,16,146,1)",
      "rgba(138,0,139,1)",
      "rgba(136,1,139,1)",
      "rgba(135,2,139,1)",
      "rgba(120,10,141,1)",
      "rgba(118,11,142,1)",
      "rgba(117,12,142,1)",
      "rgba(101,21,144,1)",
      "rgba(100,22,144,1)",
      "rgba(98,23,145,1)",
      "rgba(97,23,145,1)",
      "rgba(82,32,147,1)",
      "rgba(80,33,147,1)",
      "rgba(79,34,148,1)",
      "rgba(63,43,150,1)",
      "rgba(62,44,150,1)",
      "rgba(60,44,150,1)",
      "rgba(45,53,153,1)",
      "rgba(44,54,153,1)",
      "rgba(42,55,153,1)",
      "rgba(27,64,155,1)",
      "rgba(25,65,156,1)",
      "rgba(24,65,156,1)",
      "rgba(9,74,158,1)",
      "rgba(7,75,158,1)",
      "rgba(6,76,159,1)",
      "rgba(0,80,160,1)",
      "rgba(0,89,168,1)",
      "rgba(0,90,169,1)",
      "rgba(0,92,170,1)",
      "rgba(0,105,182,1)",
      "rgba(0,106,183,1)",
      "rgba(0,108,184,1)",
      "rgba(0,121,196,1)",
      "rgba(0,123,197,1)",
      "rgba(0,124,199,1)",
      "rgba(0,138,210,1)",
      "rgba(0,139,212,1)",
      "rgba(0,140,213,1)",
      "rgba(0,154,225,1)",
      "rgba(0,155,226,1)",
      "rgba(0,156,227,1)",
      "rgba(5,150,104,1)",
      "rgba(5,151,101,1)",
      "rgba(6,152,98,1)",
      "rgba(7,153,95,1)",
      "rgba(10,158,82,1)",
      "rgba(11,160,79,1)",
      "rgba(11,161,76,1)",
      "rgba(14,166,63,1)",
      "rgba(15,167,60,1)",
      "rgba(16,169,57,1)",
      "rgba(19,174,44,1)",
      "rgba(19,175,41,1)",
      "rgba(20,176,38,1)",
      "rgba(23,181,26,1)",
      "rgba(24,182,23,1)",
      "rgba(25,184,19,1)",
      "rgba(29,189,7,1)",
      "rgba(36,191,7,1)",
      "rgba(44,192,7,1)",
      "rgba(73,199,6,1)",
      "rgba(81,201,6,1)",
      "rgba(88,203,5,1)",
      "rgba(95,204,5,1)",
      "rgba(125,211,4,1)",
      "rgba(132,213,4,1)",
      "rgba(139,215,4,1)",
      "rgba(169,222,3,1)",
      "rgba(176,223,2,1)",
      "rgba(183,225,2,1)",
      "rgba(213,232,1,1)",
      "rgba(220,233,1,1)",
      "rgba(227,235,0,1)",
      "rgba(254,240,0,1)",
      "rgba(253,235,2,1)",
      "rgba(252,230,4,1)",
      "rgba(248,209,13,1)",
      "rgba(247,204,15,1)",
      "rgba(246,199,17,1)",
      "rgba(242,179,25,1)",
      "rgba(241,174,27,1)",
      "rgba(240,169,29,1)",
      "rgba(239,164,31,1)",
      "rgba(236,126,31,1)",
      "rgba(236,116,31,1)",
      "rgba(235,107,31,1)",
      "rgba(233,68,30,1)",
      "rgba(232,58,30,1)",
      "rgba(232,49,30,1)",
      "rgba(227,14,29,1)",
      "rgba(221,13,27,1)",
      "rgba(215,12,25,1)",
      "rgba(190,8,17,1)",
      "rgba(184,7,15,1)",
      "rgba(178,6,13,1)",
      "rgba(153,2,5,1)",
      "rgba(147,1,3,1)",
      "rgba(142,0,1,1)",
      "rgba(136,0,0,1)",
      "rgba(136,0,36,1)",
      "rgba(136,0,45,1)",
      "rgba(137,0,53,1)",
      "rgba(137,0,90,1)",
      "rgba(138,0,99,1)",
      "rgba(138,0,107,1)",
      "rgba(140,0,139,1)",
      "rgba(143,0,139,1)",
      "rgba(146,0,139,1)",
      "rgba(159,0,139,1)",
      "rgba(162,0,139,1)",
      "rgba(165,0,139,1)",
      "rgba(178,0,139,1)",
      "rgba(181,0,139,1)",
      "rgba(184,0,139,1)",
      "rgba(196,0,139,1)",
      "rgba(199,0,139,1)",
      "rgba(202,0,139,1)",
      "rgba(205,0,139,1)",
      "rgba(218,0,139,1)",
      "rgba(221,0,139,1)",
      "rgba(224,0,139,1)",
      "rgba(235,3,141,1)",
      "rgba(235,7,143,1)",
      "rgba(235,11,144,1)",
      "rgba(237,27,152,1)",
      "rgba(237,31,154,1)",
      "rgba(237,35,156,1)",
      "rgba(239,52,163,1)",
      "rgba(239,56,165,1)",
      "rgba(239,60,167,1)",
      "rgba(241,77,174,1)",
      "rgba(241,81,176,1)",
      "rgba(241,85,178,1)",
      "rgba(243,102,186,1)",
      "rgba(243,106,187,1)",
      "rgba(243,110,189,1)",
      "rgba(243,114,191,1)",
      "rgba(245,131,199,1)",
      "rgba(245,135,200,1)",
      "rgba(245,139,202,1)",
      "rgba(247,155,210,1)",
      "rgba(247,159,212,1)",
      "rgba(247,163,213,1)",
      "rgba(249,180,221,1)",
      "rgba(249,184,223,1)",
      "rgba(249,188,225,1)",
      "rgba(251,205,232,1)",
      "rgba(251,209,234,1)",
      "rgba(251,213,236,1)",
      "rgba(253,229,243,1)",
      "rgba(253,229,243,1)",
      "rgba(253,229,243,1)",
      "rgba(253,229,243,1)"
    ],
    "labels": [
      -80,
      -60,
      -40,
      -20,
      0,
      20,
      40,
      60
    ],
    "values": [
      null,
      -90,
      -89.37007904052734,
      -88.74015808105469,
      -88.11023712158203,
      -87.48031616210938,
      -86.85039520263672,
      -86.22047424316406,
      -85.5905532836914,
      -84.96063232421875,
      -84.3307113647461,
      -83.70079040527344,
      -83.07086944580078,
      -82.44094848632812,
      -81.81101989746094,
      -81.18109893798828,
      -80.55117797851562,
      -79.92125701904297,
      -79.29133605957031,
      -78.66141510009766,
      -78.031494140625,
      -77.40157318115234,
      -76.77165222167969,
      -76.14173126220703,
      -75.51181030273438,
      -74.88188934326172,
      -74.25196838378906,
      -73.6220474243164,
      -72.99212646484375,
      -72.3622055053711,
      -71.73228454589844,
      -71.10236358642578,
      -70.47244262695312,
      -69.84252166748047,
      -69.21260070800781,
      -68.58267974853516,
      -67.9527587890625,
      -67.32283782958984,
      -66.69291687011719,
      -66.06299591064453,
      -65.43306732177734,
      -64.80314636230469,
      -64.17322540283203,
      -63.54330825805664,
      -62.913387298583984,
      -62.28346633911133,
      -61.653541564941406,
      -61.02362060546875,
      -60.393699645996094,
      -59.76377868652344,
      -59.13385772705078,
      -58.503936767578125,
      -57.87401580810547,
      -57.24409484863281,
      -56.61417388916016,
      -55.9842529296875,
      -55.35433197021485,
      -54.72441101074219,
      -54.09449005126953,
      -53.46456527709961,
      -52.83464431762695,
      -52.2047233581543,
      -51.57480239868164,
      -50.944881439208984,
      -50.31496047973633,
      -49.68503952026367,
      -49.055118560791016,
      -48.42519760131836,
      -47.7952766418457,
      -47.16535568237305,
      -46.53543472290039,
      -45.90550994873047,
      -45.27558898925781,
      -44.64566802978515,
      -44.0157470703125,
      -43.38582611083984,
      -42.75590515136719,
      -42.12598419189453,
      -41.496063232421875,
      -40.86614227294922,
      -40.23622131347656,
      -39.606300354003906,
      -38.97637939453125,
      -38.346458435058594,
      -37.71653366088867,
      -37.086612701416016,
      -36.45669174194336,
      -35.8267707824707,
      -35.19684982299805,
      -34.56692886352539,
      -33.937007904052734,
      -33.30708694458008,
      -32.67716598510742,
      -32.047245025634766,
      -31.417322158813477,
      -30.78740119934082,
      -30.157480239868164,
      -29.527559280395508,
      -28.89763832092285,
      -28.267717361450195,
      -27.637794494628903,
      -27.00787353515625,
      -26.377952575683594,
      -25.748031616210938,
      -25.11811065673828,
      -24.488189697265625,
      -23.858266830444336,
      -23.22834587097168,
      -22.598424911499023,
      -21.968503952026367,
      -21.33858299255371,
      -20.708662033081055,
      -20.0787410736084,
      -19.44881820678711,
      -18.818897247314453,
      -18.188976287841797,
      -17.55905532836914,
      -16.929134368896484,
      -16.299213409423828,
      -15.669291496276855,
      -15.0393705368042,
      -14.409448623657228,
      -13.77952766418457,
      -13.149606704711914,
      -12.51968479156494,
      -11.889763832092283,
      -11.259842872619627,
      -10.629920959472656,
      -10,
      -9.370079040527344,
      -8.740157127380371,
      -8.110236167907715,
      -7.4803147315979,
      -6.850393772125244,
      -6.22047233581543,
      -5.590551376342773,
      -4.960629940032959,
      -4.3307085037231445,
      -3.700787305831909,
      -3.070866107940674,
      -2.4409449100494385,
      -1.8110235929489136,
      -1.1811023950576782,
      -0.5511810779571533,
      0.07874015718698502,
      0.7086614370346069,
      1.3385826349258425,
      1.9685039520263672,
      2.5984251499176025,
      3.228346347808838,
      3.858267784118652,
      4.488188743591309,
      5.118110179901123,
      5.7480316162109375,
      6.377952575683594,
      7.007874011993408,
      7.637795448303223,
      8.267716407775879,
      8.897637367248535,
      9.527559280395508,
      10.157480239868164,
      10.78740119934082,
      11.417323112487791,
      12.04724407196045,
      12.677165031433104,
      13.307086944580078,
      13.937007904052734,
      14.56692886352539,
      15.196850776672363,
      15.82677173614502,
      16.456693649291992,
      17.08661460876465,
      17.716535568237305,
      18.34645652770996,
      18.976377487182617,
      19.606298446655273,
      20.23622131347656,
      20.86614227294922,
      21.496063232421875,
      22.12598419189453,
      22.755905151367188,
      23.385826110839844,
      24.015748977661133,
      24.64566993713379,
      25.275590896606445,
      25.9055118560791,
      26.53543281555176,
      27.165353775024418,
      27.79527473449707,
      28.42519760131836,
      29.055118560791016,
      29.685039520263672,
      30.314960479736328,
      30.944881439208984,
      31.57480239868164,
      32.2047233581543,
      32.83464431762695,
      33.46456527709961,
      34.09449005126953,
      34.72441101074219,
      35.354331970214844,
      35.9842529296875,
      36.61417388916016,
      37.24409484863281,
      37.87401580810547,
      38.503936767578125,
      39.13385772705078,
      39.76377868652344,
      40.393699645996094,
      41.02362060546875,
      41.653541564941406,
      42.28346633911133,
      42.913387298583984,
      43.54330825805664,
      44.1732292175293,
      44.80315017700195,
      45.43307113647461,
      46.062992095947266,
      46.69291305541992,
      47.32283401489258,
      47.952754974365234,
      48.58267593383789,
      49.21259689331055,
      49.8425178527832,
      50.472442626953125,
      51.10236358642578,
      51.73228454589844,
      52.362205505371094,
      52.99212646484375,
      53.622047424316406,
      54.25196838378906,
      54.88188934326172,
      55.511810302734375,
      56.14173126220703,
      56.77165222167969,
      57.401573181152344,
      58.031497955322266,
      58.66141891479492,
      59.29133987426758,
      59.921260833740234,
      60.55118179321289,
      61.18110275268555,
      61.8110237121582,
      62.44094467163086,
      63.07086563110352,
      63.70078659057617,
      64.3307113647461,
      64.96063232421875,
      65.5905532836914,
      66.22047424316406,
      66.85039520263672,
      67.48031616210938,
      68.11023712158203,
      68.74015808105469,
      69.37007904052734,
      70
    ],
    "imageUrl": "https://api.imweather.com/v0/gridmapdata/palette/gfs/1784505600/temperature?format=webp"
  },
  "boundingbox": {
    "east": 11.25,
    "west": -2.8125,
    "north": 54.1624339680678,
    "south": 47.040182144806664
  }
}
└─category
string
Category of the model (e.g., atmosphere).
layers
arrayList of available data layers at different timestamps.
└─datetime
stringISO8601 formatted datetime string (UTC).
format: date-time
└─imageUrl
stringURL to access the image representing this layer.
format: uri
└─timestamp
integerUnix timestamp of the layer data.
element
objectInformation about the meteorological element.
└─id
stringUnique identifier of the element.
└─name
stringHuman-readable name of the element.
└─unit
stringPrimary unit of measurement for the element.
└─level
string | nullSpecific level for the element or null if not applicable.
└─units
arrayList of supported units for the element.
└─levels
arraySupported vertical levels or heights for the element.
└─category
stringCategory the element belongs to.
└─isLogscale
booleanIndicates if the element uses a logarithmic scale.
└─isComposite
booleanIndicates if the element is a composite of other elements.
palette
objectInformation about the color palette used for rendering the element.
└─colors
arrayArray of color values in rgba format representing the palette colors.
└─labels
arrayArray of numeric labels representing values for key palette colors.
└─values
arrayArray of numeric values mapped to colors for the palette interpolation. Nullable entries allowed.
└─imageUrl
stringURL of the palette image.
format: uri
boundingbox
objectGeographical bounding box defining the queried area.
└─east
numberEastern longitude boundary.
└─west
numberWestern longitude boundary.
└─north
numberNorthern latitude boundary.
└─south
numberSouthern latitude boundary.