The Weather Forecast API provides comprehensive weather data for locations globally:
Current Weather Data: Immediate insights into the current weather conditions.
2-Hour Minutely Precipitation Forecast: Minute-by-minute precipitation data for precise forecasting of rainfall and snowfall. (default: 60 minutes)
7-Day Hourly Forecast: Detailed hourly weather predictions for the upcoming week. (default: 48 hours)
7-Day Daypartly Forecast: Detailed daypartly weather predictions for the upcoming week. (default: 8 dayparts)
15-Day Daily Forecast: Extended daily weather forecasts for the next 15 days. (default: 5 days)
With the default values (or fewer), the forecast costs 1 credit. For longer periods, it costs 3 credits.
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| lat | number | Required | - | The latitude of the location |
| lon | number | Required | - | The longitude of the location |
| units | string | Optional | metric | The units of the temperature |
| max_minutely | number | Optional | 60 | Minutely forecast, max minutes (0-120) |
| max_hourly | number | Optional | 48 | Hourly forecast, max hours (0-168) |
| max_daily | number | Optional | 5 | Daily forecast, max days (0-15) |
| max_daypartly | number | Optional | 8 | Daypartly forecast, max dayparts (0-30) |
| language | string | Optional | en | Language of the results, available values: nl, en, de, fr, es, it |
| Property | Type | Description | |
|---|---|---|---|
daily | array | Daily weather forecast data for up to 15 days | |
└─icon | string | Short icon code representing weather conditions | |
└─time | integer | Unix timestamp (UTC) representing the day | |
└─uvIndex | number | Maximum UV index for the day | |
curl "https://api.infoplaza.com/v1/weather/forecast
?lat=52.02
&lon=5.16
&api_key=$INFOPLAZA_API_KEY"{
"daily": [
{
"icon": "M",
"time": 1788300000,
"uvIndex": 3,
"dewPoint": 13.56,
"humidity": 0.85,
"pressure": 1019.6,
"windSpeed": 5,
"cloudCover": 0.93,
"precipType": "rain",
"windBearing": 236,
"iconExtended": "D001D",
"temperatureLow": 12,
"precipIntensity": 1.7,
"temperatureHigh": 20,
"precipProbability": 0.55,
"globalRadiationSum": 2613,
"apparentTemperature": 20
},
{
"icon": "C",
"time": 1788386400,
"uvIndex": 3,
"dewPoint": 16.07,
"humidity": 0.84,
"pressure": 1016.4,
"windSpeed": 7,
"cloudCover": 0.92,
"precipType": "rain",
"windBearing": 263,
"iconExtended": "A004D",
"temperatureLow": 16,
"precipIntensity": 0.9,
"temperatureHigh": 23,
"precipProbability": 0.3,
"globalRadiationSum": 2827,
"apparentTemperature": 24
},
{
"icon": "L",
"time": 1788472800,
"uvIndex": 1,
"dewPoint": 17.13,
"humidity": 0.89,
"pressure": 1012.6,
"windSpeed": 8,
"cloudCover": 0.99,
"precipType": "rain",
"windBearing": 247,
"iconExtended": "D002D",
"temperatureLow": 16,
"precipIntensity": 6.8,
"temperatureHigh": 22,
"precipProbability": 0.9,
"globalRadiationSum": 1306,
"apparentTemperature": 22
},
{
"icon": "B",
"time": 1788559200,
"uvIndex": 3,
"dewPoint": 12.37,
"humidity": 0.77,
"pressure": 1020.5,
"windSpeed": 5,
"cloudCover": 0.51,
"precipType": "rain",
"windBearing": 276,
"iconExtended": "A006D",
"temperatureLow": 12,
"precipIntensity": 0.1,
"temperatureHigh": 20,
"precipProbability": 0.05,
"globalRadiationSum": 4205,
"apparentTemperature": 20
},
{
"icon": "B",
"time": 1788645600,
"uvIndex": 4,
"dewPoint": 12.61,
"humidity": 0.77,
"pressure": 1021.5,
"windSpeed": 4,
"cloudCover": 0.46,
"precipType": "rain",
"windBearing": 162,
"iconExtended": "A006D",
"temperatureLow": 11,
"precipIntensity": 0.2,
"temperatureHigh": 23,
"precipProbability": 0,
"globalRadiationSum": 4538,
"apparentTemperature": 25
}
],
"links": {
"weeronline": "https://download.infoplazamobility.nl/?app=weeronline"
},
"hourly": [
{
"icon": "F",
"time": 1788332400,
"uvIndex": 0.31,
"dewPoint": 13,
"humidity": 0.89,
"pressure": 1019.5,
"windGust": 6.7,
"windSpeed": 3.9,
"cloudCover": 0.52,
"precipType": "rain",
"visibility": 19786,
"temperature": 15,
"windBearing": 202.5,
"iconExtended": "C001D",
"globalRadiation": 57,
"precipIntensity": 0.3,
"precipProbability": 0.5,
"apparentTemperature": 14
},
{
"icon": "C",
"time": 1788336000,
"uvIndex": 0.98,
"dewPoint": 14,
"humidity": 0.85,
"pressure": 1019.7,
"windGust": 6.8,
"windSpeed": 3.8,
"cloudCover": 0.79,
"precipType": "rain",
"visibility": 9031,
"temperature": 16,
"windBearing": 225,
"iconExtended": "A004D",
"globalRadiation": 67,
"precipIntensity": 0,
"precipProbability": 0.05,
"apparentTemperature": 16
},
{
"icon": "B",
"time": 1788339600,
"uvIndex": 1.78,
"dewPoint": 15,
"humidity": 0.82,
"pressure": 1019.9,
"windGust": 7.7,
"windSpeed": 4.5,
"cloudCover": 0.79,
"precipType": "rain",
"visibility": 10920,
"temperature": 18,
"windBearing": 225,
"iconExtended": "A003D",
"globalRadiation": 124,
"precipIntensity": 0,
"precipProbability": 0.05,
"apparentTemperature": 18
},
{
"icon": "B",
"time": 1788343200,
"uvIndex": 2.52,
"dewPoint": 15,
"humidity": 0.78,
"pressure": 1019.9,
"windGust": 7.9,
"windSpeed": 4.3,
"cloudCover": 1,
"precipType": "rain",
"visibility": 12019,
"temperature": 19,
"windBearing": 247.5,
"iconExtended": "A007D",
"globalRadiation": 166,
"precipIntensity": 0,
"precipProbability": 0.1,
"apparentTemperature": 19
},
{
"icon": "C",
"time": 1788346800,
"uvIndex": 2.54,
"dewPoint": 15,
"humidity": 0.76,
"pressure": 1019.8,
"windGust": 8.5,
"windSpeed": 4.7,
"cloudCover": 0.97,
"precipType": "rain",
"visibility": 10033,
"temperature": 20,
"windBearing": 247.5,
"iconExtended": "A004D",
"globalRadiation": 145,
"precipIntensity": 0.1,
"precipProbability": 0.2,
"apparentTemperature": 20
},
{
"icon": "C",
"time": 1788350400,
"uvIndex": 1.67,
"dewPoint": 15,
"humidity": 0.76,
"pressure": 1019.9,
"windGust": 9.8,
"windSpeed": 4.4,
"cloudCover": 1,
"precipType": "rain",
"visibility": 12576,
"temperature": 19,
"windBearing": 225,
"iconExtended": "A005D",
"globalRadiation": 100,
"precipIntensity": 0,
"precipProbability": 0.05,
"apparentTemperature": 19
},
{
"icon": "L",
"time": 1788354000,
"uvIndex": 1.52,
"dewPoint": 15,
"humidity": 0.8,
"pressure": 1020,
"windGust": 8.9,
"windSpeed": 3.2,
"cloudCover": 1,
"precipType": "rain",
"visibility": 9829,
"temperature": 19,
"windBearing": 247.5,
"iconExtended": "D002D",
"globalRadiation": 73,
"precipIntensity": 0.8,
"precipProbability": 0.75,
"apparentTemperature": 19
},
{
"icon": "C",
"time": 1788357600,
"uvIndex": 2.33,
"dewPoint": 15,
"humidity": 0.71,
"pressure": 1019.9,
"windGust": 7.7,
"windSpeed": 4.4,
"cloudCover": 0.98,
"precipType": "rain",
"visibility": 12463,
"temperature": 20,
"windBearing": 247.5,
"iconExtended": "A005D",
"globalRadiation": 89,
"precipIntensity": 0.1,
"precipProbability": 0.2,
"apparentTemperature": 20
},
{
"icon": "C",
"time": 1788361200,
"uvIndex": 0.69,
"dewPoint": 14,
"humidity": 0.71,
"pressure": 1019.7,
"windGust": 8.7,
"windSpeed": 4.5,
"cloudCover": 0.99,
"precipType": "rain",
"visibility": 13062,
"temperature": 20,
"windBearing": 247.5,
"iconExtended": "A005D",
"globalRadiation": 85,
"precipIntensity": 0,
"precipProbability": 0.05,
"apparentTemperature": 20
},
{
"icon": "C",
"time": 1788364800,
"uvIndex": 0.02,
"dewPoint": 14,
"humidity": 0.72,
"pressure": 1019.6,
"windGust": 7.7,
"windSpeed": 4.1,
"cloudCover": 0.98,
"precipType": "rain",
"visibility": 12306,
"temperature": 19,
"windBearing": 247.5,
"iconExtended": "A005D",
"globalRadiation": 57,
"precipIntensity": 0,
"precipProbability": 0.05,
"apparentTemperature": 19
},
{
"icon": "M",
"time": 1788368400,
"uvIndex": 0,
"dewPoint": 15,
"humidity": 0.79,
"pressure": 1019.4,
"windGust": 7.6,
"windSpeed": 3.9,
"cloudCover": 0.98,
"precipType": "rain",
"visibility": 10697,
"temperature": 18,
"windBearing": 225,
"iconExtended": "D001D",
"globalRadiation": 27,
"precipIntensity": 0.1,
"precipProbability": 0.25,
"apparentTemperature": 18
},
{
"icon": "M",
"time": 1788372000,
"uvIndex": 0,
"dewPoint": 15,
"humidity": 0.87,
"pressure": 1019.2,
"windGust": 6.9,
"windSpeed": 2.8,
"cloudCover": 1,
"precipType": "rain",
"visibility": 9753,
"temperature": 17,
"windBearing": 225,
"iconExtended": "D001D",
"globalRadiation": 6,
"precipIntensity": 0.1,
"precipProbability": 0.25,
"apparentTemperature": 17
},
{
"icon": "MM",
"time": 1788375600,
"uvIndex": 0,
"dewPoint": 15,
"humidity": 0.89,
"pressure": 1019.3,
"windGust": 5.5,
"windSpeed": 2.9,
"cloudCover": 1,
"precipType": "rain",
"visibility": 8570,
"temperature": 17,
"windBearing": 202.5,
"iconExtended": "D001N",
"globalRadiation": 0,
"precipIntensity": 0.1,
"precipProbability": 0.25,
"apparentTemperature": 17
},
{
"icon": "CC",
"time": 1788379200,
"uvIndex": 0,
"dewPoint": 15,
"humidity": 0.9,
"pressure": 1019,
"windGust": 6,
"windSpeed": 3.3,
"cloudCover": 0.99,
"precipType": "rain",
"visibility": 8519,
"temperature": 16,
"windBearing": 202.5,
"iconExtended": "A005N",
"globalRadiation": 0,
"precipIntensity": 0.1,
"precipProbability": 0.15,
"apparentTemperature": 16
},
{
"icon": "CC",
"time": 1788382800,
"uvIndex": 0,
"dewPoint": 14,
"humidity": 0.91,
"pressure": 1018.6,
"windGust": 6.4,
"windSpeed": 3.5,
"cloudCover": 0.99,
"precipType": "rain",
"visibility": 9531,
"temperature": 16,
"windBearing": 202.5,
"iconExtended": "A005N",
"globalRadiation": 0,
"precipIntensity": 0,
"precipProbability": 0.05,
"apparentTemperature": 15
},
{
"icon": "CC",
"time": 1788386400,
"uvIndex": 0,
"dewPoint": 14,
"humidity": 0.89,
"pressure": 1018.1,
"windGust": 7.2,
"windSpeed": 3.9,
"cloudCover": 0.9,
"precipType": "rain",
"visibility": 10772,
"temperature": 16,
"windBearing": 202.5,
"iconExtended": "A005N",
"globalRadiation": 0,
"precipIntensity": 0,
"precipProbability": 0.05,
"apparentTemperature": 15
},
{
"icon": "CC",
"time": 1788390000,
"uvIndex": 0,
"dewPoint": 14,
"humidity": 0.87,
"pressure": 1017.8,
"windGust": 7.7,
"windSpeed": 4,
"cloudCover": 0.98,
"precipType": "rain",
"visibility": 11197,
"temperature": 16,
"windBearing": 202.5,
"iconExtended": "A005N",
"globalRadiation": 0,
"precipIntensity": 0,
"precipProbability": 0.05,
"apparentTemperature": 15
},
{
"icon": "CC",
"time": 1788393600,
"uvIndex": 0,
"dewPoint": 13,
"humidity": 0.86,
"pressure": 1017.3,
"windGust": 7.8,
"windSpeed": 4.1,
"cloudCover": 0.79,
"precipType": "rain",
"visibility": 11673,
"temperature": 16,
"windBearing": 202.5,
"iconExtended": "A004N",
"globalRadiation": 0,
"precipIntensity": 0,
"precipProbability": 0.05,
"apparentTemperature": 15
},
{
"icon": "CC",
"time": 1788397200,
"uvIndex": 0,
"dewPoint": 13,
"humidity": 0.86,
"pressure": 1016.9,
"windGust": 8.1,
"windSpeed": 4.4,
"cloudCover": 0.9,
"precipType": "rain",
"visibility": 11427,
"temperature": 16,
"windBearing": 202.5,
"iconExtended": "A005N",
"globalRadiation": 0,
"precipIntensity": 0,
"precipProbability": 0.05,
"apparentTemperature": 15
},
{
"icon": "BB",
"time": 1788400800,
"uvIndex": 0,
"dewPoint": 13,
"humidity": 0.87,
"pressure": 1016.4,
"windGust": 8.4,
"windSpeed": 4.4,
"cloudCover": 0.67,
"precipType": "rain",
"visibility": 11034,
"temperature": 16,
"windBearing": 225,
"iconExtended": "A003N",
"globalRadiation": 0,
"precipIntensity": 0,
"precipProbability": 0.05,
"apparentTemperature": 15
},
{
"icon": "CC",
"time": 1788404400,
"uvIndex": 0,
"dewPoint": 14,
"humidity": 0.87,
"pressure": 1016.2,
"windGust": 8.5,
"windSpeed": 4.6,
"cloudCover": 0.97,
"precipType": "rain",
"visibility": 10821,
"temperature": 16,
"windBearing": 225,
"iconExtended": "A005N",
"globalRadiation": 0,
"precipIntensity": 0,
"precipProbability": 0.05,
"apparentTemperature": 15
},
{
"icon": "CC",
"time": 1788408000,
"uvIndex": 0,
"dewPoint": 14,
"humidity": 0.88,
"pressure": 1016,
"windGust": 9,
"windSpeed": 4.7,
"cloudCover": 0.96,
"precipType": "rain",
"visibility": 10218,
"temperature": 16,
"windBearing": 225,
"iconExtended": "A005N",
"globalRadiation": 0,
"precipIntensity": 0,
"precipProbability": 0.1,
"apparentTemperature": 16
},
{
"icon": "C",
"time": 1788411600,
"uvIndex": 0,
"dewPoint": 15,
"humidity": 0.9,
"pressure": 1015.8,
"windGust": 9.4,
"windSpeed": 4.9,
"cloudCover": 1,
"precipType": "rain",
"visibility": 8323,
"temperature": 17,
"windBearing": 225,
"iconExtended": "A005D",
"globalRadiation": 0,
"precipIntensity": 0.1,
"precipProbability": 0.15,
"apparentTemperature": 16
},
{
"icon": "C",
"time": 1788415200,
"uvIndex": 0.01,
"dewPoint": 16,
"humidity": 0.91,
"pressure": 1015.8,
"windGust": 9.7,
"windSpeed": 5.1,
"cloudCover": 1,
"precipType": "rain",
"visibility": 8103,
"temperature": 18,
"windBearing": 225,
"iconExtended": "A005D",
"globalRadiation": 3,
"precipIntensity": 0.1,
"precipProbability": 0.15,
"apparentTemperature": 17
},
{
"icon": "C",
"time": 1788418800,
"uvIndex": 0.02,
"dewPoint": 17,
"humidity": 0.91,
"pressure": 1015.8,
"windGust": 10.2,
"windSpeed": 5.6,
"cloudCover": 1,
"precipType": "rain",
"visibility": 8040,
"temperature": 18,
"windBearing": 225,
"iconExtended": "A005D",
"globalRadiation": 12,
"precipIntensity": 0,
"precipProbability": 0.1,
"apparentTemperature": 18
},
{
"icon": "C",
"time": 1788422400,
"uvIndex": 0.23,
"dewPoint": 18,
"humidity": 0.91,
"pressure": 1015.9,
"windGust": 11.1,
"windSpeed": 5.9,
"cloudCover": 0.99,
"precipType": "rain",
"visibility": 8573,
"temperature": 19,
"windBearing": 225,
"iconExtended": "A005D",
"globalRadiation": 31,
"precipIntensity": 0.1,
"precipProbability": 0.2,
"apparentTemperature": 19
},
{
"icon": "M",
"time": 1788426000,
"uvIndex": 0.52,
"dewPoint": 18,
"humidity": 0.88,
"pressure": 1016.1,
"windGust": 11.8,
"windSpeed": 5.7,
"cloudCover": 0.96,
"precipType": "rain",
"visibility": 9707,
"temperature": 20,
"windBearing": 247.5,
"iconExtended": "D001D",
"globalRadiation": 67,
"precipIntensity": 0.2,
"precipProbability": 0.3,
"apparentTemperature": 20
},
{
"icon": "M",
"time": 1788429600,
"uvIndex": 0.69,
"dewPoint": 18,
"humidity": 0.85,
"pressure": 1016.3,
"windGust": 12.5,
"windSpeed": 6.4,
"cloudCover": 0.91,
"precipType": "rain",
"visibility": 10369,
"temperature": 21,
"windBearing": 247.5,
"iconExtended": "D001D",
"globalRadiation": 93,
"precipIntensity": 0.2,
"precipProbability": 0.35,
"apparentTemperature": 21
},
{
"icon": "M",
"time": 1788433200,
"uvIndex": 2.24,
"dewPoint": 17,
"humidity": 0.78,
"pressure": 1016.2,
"windGust": 12.8,
"windSpeed": 6.9,
"cloudCover": 0.93,
"precipType": "rain",
"visibility": 11966,
"temperature": 21,
"windBearing": 247.5,
"iconExtended": "D001D",
"globalRadiation": 126,
"precipIntensity": 0.1,
"precipProbability": 0.3,
"apparentTemperature": 22
},
{
"icon": "C",
"time": 1788436800,
"uvIndex": 3.29,
"dewPoint": 17,
"humidity": 0.75,
"pressure": 1016.3,
"windGust": 13.9,
"windSpeed": 7.4,
"cloudCover": 0.93,
"precipType": "rain",
"visibility": 13706,
"temperature": 22,
"windBearing": 270,
"iconExtended": "A004D",
"globalRadiation": 147,
"precipIntensity": 0.1,
"precipProbability": 0.2,
"apparentTemperature": 23
},
{
"icon": "B",
"time": 1788440400,
"uvIndex": 3.42,
"dewPoint": 17,
"humidity": 0.7,
"pressure": 1016.4,
"windGust": 13.6,
"windSpeed": 7.2,
"cloudCover": 0.94,
"precipType": "rain",
"visibility": 15205,
"temperature": 22,
"windBearing": 270,
"iconExtended": "A007D",
"globalRadiation": 168,
"precipIntensity": 0,
"precipProbability": 0.05,
"apparentTemperature": 24
},
{
"icon": "B",
"time": 1788444000,
"uvIndex": 2.9,
"dewPoint": 17,
"humidity": 0.69,
"pressure": 1016.7,
"windGust": 13.2,
"windSpeed": 7,
"cloudCover": 0.96,
"precipType": "rain",
"visibility": 16160,
"temperature": 23,
"windBearing": 270,
"iconExtended": "A007D",
"globalRadiation": 155,
"precipIntensity": 0,
"precipProbability": 0.05,
"apparentTemperature": 24
},
{
"icon": "B",
"time": 1788447600,
"uvIndex": 1.97,
"dewPoint": 16,
"humidity": 0.69,
"pressure": 1016.8,
"windGust": 12.3,
"windSpeed": 6.4,
"cloudCover": 0.96,
"precipType": "rain",
"visibility": 16656,
"temperature": 22,
"windBearing": 270,
"iconExtended": "A007D",
"globalRadiation": 125,
"precipIntensity": 0,
"precipProbability": 0.05,
"apparentTemperature": 24
},
{
"icon": "B",
"time": 1788451200,
"uvIndex": 1,
"dewPoint": 16,
"humidity": 0.71,
"pressure": 1016.7,
"windGust": 11.4,
"windSpeed": 5.7,
"cloudCover": 0.93,
"precipType": "rain",
"visibility": 15864,
"temperature": 22,
"windBearing": 270,
"iconExtended": "A007D",
"globalRadiation": 89,
"precipIntensity": 0,
"precipProbability": 0.05,
"apparentTemperature": 23
},
{
"icon": "B",
"time": 1788454800,
"uvIndex": 0.36,
"dewPoint": 17,
"humidity": 0.75,
"pressure": 1016.7,
"windGust": 10,
"windSpeed": 4.7,
"cloudCover": 0.74,
"precipType": "rain",
"visibility": 14346,
"temperature": 21,
"windBearing": 247.5,
"iconExtended": "A007D",
"globalRadiation": 53,
"precipIntensity": 0,
"precipProbability": 0.05,
"apparentTemperature": 23
},
{
"icon": "B",
"time": 1788458400,
"uvIndex": 0.09,
"dewPoint": 17,
"humidity": 0.8,
"pressure": 1016.5,
"windGust": 8.2,
"windSpeed": 3.5,
"cloudCover": 0.87,
"precipType": "rain",
"visibility": 12944,
"temperature": 20,
"windBearing": 247.5,
"iconExtended": "A007D",
"globalRadiation": 23,
"precipIntensity": 0,
"precipProbability": 0.05,
"apparentTemperature": 20
},
{
"icon": "CC",
"time": 1788462000,
"uvIndex": 0,
"dewPoint": 17,
"humidity": 0.86,
"pressure": 1016.5,
"windGust": 6.6,
"windSpeed": 3.1,
"cloudCover": 0.94,
"precipType": "rain",
"visibility": 11014,
"temperature": 19,
"windBearing": 225,
"iconExtended": "A005N",
"globalRadiation": 1,
"precipIntensity": 0,
"precipProbability": 0.05,
"apparentTemperature": 19
},
{
"icon": "CC",
"time": 1788465600,
"uvIndex": 0,
"dewPoint": 17,
"humidity": 0.92,
"pressure": 1016.4,
"windGust": 7.2,
"windSpeed": 3.6,
"cloudCover": 0.92,
"precipType": "rain",
"visibility": 9376,
"temperature": 18,
"windBearing": 225,
"iconExtended": "A005N",
"globalRadiation": 0,
"precipIntensity": 0,
"precipProbability": 0.05,
"apparentTemperature": 18
},
{
"icon": "CC",
"time": 1788469200,
"uvIndex": 0,
"dewPoint": 17,
"humidity": 0.94,
"pressure": 1016.2,
"windGust": 8,
"windSpeed": 4.1,
"cloudCover": 0.94,
"precipType": "rain",
"visibility": 8693,
"temperature": 18,
"windBearing": 225,
"iconExtended": "A005N",
"globalRadiation": 0,
"precipIntensity": 0.1,
"precipProbability": 0.15,
"apparentTemperature": 18
},
{
"icon": "CC",
"time": 1788472800,
"uvIndex": 0,
"dewPoint": 17,
"humidity": 0.93,
"pressure": 1015.8,
"windGust": 8.5,
"windSpeed": 4.4,
"cloudCover": 0.96,
"precipType": "rain",
"visibility": 8984,
"temperature": 19,
"windBearing": 225,
"iconExtended": "A005N",
"globalRadiation": 0,
"precipIntensity": 0,
"precipProbability": 0.1,
"apparentTemperature": 18
},
{
"icon": "MM",
"time": 1788476400,
"uvIndex": 0,
"dewPoint": 17,
"humidity": 0.94,
"pressure": 1015.5,
"windGust": 8.6,
"windSpeed": 4.5,
"cloudCover": 0.97,
"precipType": "rain",
"visibility": 6948,
"temperature": 18,
"windBearing": 225,
"iconExtended": "D001N",
"globalRadiation": 0,
"precipIntensity": 0.3,
"precipProbability": 0.45,
"apparentTemperature": 18
},
{
"icon": "MM",
"time": 1788480000,
"uvIndex": 0,
"dewPoint": 18,
"humidity": 0.94,
"pressure": 1014.9,
"windGust": 9.3,
"windSpeed": 5,
"cloudCover": 0.97,
"precipType": "rain",
"visibility": 8741,
"temperature": 18,
"windBearing": 225,
"iconExtended": "D001N",
"globalRadiation": 0,
"precipIntensity": 0.1,
"precipProbability": 0.25,
"apparentTemperature": 18
},
{
"icon": "CC",
"time": 1788483600,
"uvIndex": 0,
"dewPoint": 18,
"humidity": 0.94,
"pressure": 1014.3,
"windGust": 9.9,
"windSpeed": 5.2,
"cloudCover": 0.99,
"precipType": "rain",
"visibility": 8742,
"temperature": 19,
"windBearing": 225,
"iconExtended": "A005N",
"globalRadiation": 0,
"precipIntensity": 0,
"precipProbability": 0.05,
"apparentTemperature": 19
},
{
"icon": "MM",
"time": 1788487200,
"uvIndex": 0,
"dewPoint": 18,
"humidity": 0.94,
"pressure": 1013.8,
"windGust": 10.3,
"windSpeed": 5.1,
"cloudCover": 0.99,
"precipType": "rain",
"visibility": 8618,
"temperature": 18,
"windBearing": 247.5,
"iconExtended": "D001N",
"globalRadiation": 0,
"precipIntensity": 0.1,
"precipProbability": 0.3,
"apparentTemperature": 18
},
{
"icon": "CC",
"time": 1788490800,
"uvIndex": 0,
"dewPoint": 17,
"humidity": 0.92,
"pressure": 1013.5,
"windGust": 9.8,
"windSpeed": 5.1,
"cloudCover": 0.98,
"precipType": "rain",
"visibility": 9612,
"temperature": 18,
"windBearing": 247.5,
"iconExtended": "A005N",
"globalRadiation": 0,
"precipIntensity": 0,
"precipProbability": 0.1,
"apparentTemperature": 18
},
{
"icon": "CC",
"time": 1788494400,
"uvIndex": 0,
"dewPoint": 17,
"humidity": 0.92,
"pressure": 1013.2,
"windGust": 9.6,
"windSpeed": 5,
"cloudCover": 0.99,
"precipType": "rain",
"visibility": 9763,
"temperature": 18,
"windBearing": 247.5,
"iconExtended": "A005N",
"globalRadiation": 0,
"precipIntensity": 0,
"precipProbability": 0.1,
"apparentTemperature": 18
},
{
"icon": "C",
"time": 1788498000,
"uvIndex": 0,
"dewPoint": 17,
"humidity": 0.91,
"pressure": 1013.1,
"windGust": 9.9,
"windSpeed": 4.8,
"cloudCover": 0.98,
"precipType": "rain",
"visibility": 9712,
"temperature": 18,
"windBearing": 247.5,
"iconExtended": "A005D",
"globalRadiation": 0,
"precipIntensity": 0.1,
"precipProbability": 0.2,
"apparentTemperature": 18
},
{
"icon": "C",
"time": 1788501600,
"uvIndex": 0,
"dewPoint": 17,
"humidity": 0.91,
"pressure": 1012.8,
"windGust": 9.6,
"windSpeed": 4.8,
"cloudCover": 0.99,
"precipType": "rain",
"visibility": 9691,
"temperature": 19,
"windBearing": 247.5,
"iconExtended": "A005D",
"globalRadiation": 4,
"precipIntensity": 0,
"precipProbability": 0.1,
"apparentTemperature": 18
}
],
"country": "Nederland",
"latitude": 52.017,
"location": "Leebrug",
"minutely": [
{
"time": 1788337800,
"precipType": "rain",
"precipIntensity": 0,
"precipProbability": 0
},
{
"time": 1788338100,
"precipType": "rain",
"precipIntensity": 0,
"precipProbability": 0
},
{
"time": 1788338400,
"precipType": "rain",
"precipIntensity": 0,
"precipProbability": 0
},
{
"time": 1788338700,
"precipType": "rain",
"precipIntensity": 0,
"precipProbability": 0
},
{
"time": 1788339000,
"precipType": "rain",
"precipIntensity": 0,
"precipProbability": 0
},
{
"time": 1788339300,
"precipType": "rain",
"precipIntensity": 0,
"precipProbability": 0
},
{
"time": 1788339600,
"precipType": "rain",
"precipIntensity": 0,
"precipProbability": 0
},
{
"time": 1788339900,
"precipType": "rain",
"precipIntensity": 0,
"precipProbability": 0
},
{
"time": 1788340200,
"precipType": "rain",
"precipIntensity": 0,
"precipProbability": 0
},
{
"time": 1788340500,
"precipType": "rain",
"precipIntensity": 0,
"precipProbability": 0
},
{
"time": 1788340800,
"precipType": "rain",
"precipIntensity": 0,
"precipProbability": 0
},
{
"time": 1788341100,
"precipType": "rain",
"precipIntensity": 0,
"precipProbability": 0
}
],
"timezone": "Europe/Amsterdam",
"currently": {
"time": 1788337200,
"dewPoint": 15.2,
"humidity": 0.8,
"pressure": 1019.62,
"windGust": 5.4,
"windSpeed": 3,
"cloudCover": 0.08,
"visibility": 26500,
"temperature": 18.6,
"windBearing": 206.9,
"precipIntensity": 0,
"precipProbability": 0,
"apparentTemperature": 18.6,
"nearestStormBearing": 23,
"nearestStormDistance": 237
},
"daypartly": [
{
"icon": "F",
"name": "morning",
"time": 1788300000,
"uvIndex": 3,
"windGust": 8,
"windSpeed": 5,
"cloudCover": 0.75,
"precipType": "rain",
"visibility": 14357,
"temperature": 16,
"windBearing": 225,
"iconExtended": "C001D",
"precipIntensity": 0.3,
"precipProbability": 0.5,
"globalRadiationSum": 1158
},
{
"icon": "L",
"name": "afternoon",
"time": 1788300000,
"uvIndex": 3,
"windGust": 8,
"windSpeed": 5,
"cloudCover": 0.98,
"precipType": "rain",
"visibility": 11615,
"temperature": 20,
"windBearing": 236,
"iconExtended": "D002D",
"precipIntensity": 0.9,
"precipProbability": 0.75,
"globalRadiationSum": 1526
},
{
"icon": "M",
"name": "evening",
"time": 1788300000,
"uvIndex": 0,
"windGust": 8,
"windSpeed": 4,
"cloudCover": 0.98,
"precipType": "rain",
"visibility": 9705,
"temperature": 17,
"windBearing": 241,
"iconExtended": "D001D",
"precipIntensity": 0.4,
"precipProbability": 0.6,
"globalRadiationSum": 65
},
{
"icon": "CC",
"name": "night",
"time": 1788386400,
"uvIndex": 0,
"windGust": 9,
"windSpeed": 5,
"cloudCover": 0.88,
"precipType": "rain",
"visibility": 11100,
"temperature": 16,
"windBearing": 223,
"iconExtended": "A005N",
"precipIntensity": 0,
"precipProbability": 0.1,
"globalRadiationSum": 0
},
{
"icon": "M",
"name": "morning",
"time": 1788386400,
"uvIndex": 1,
"windGust": 12,
"windSpeed": 6,
"cloudCover": 0.97,
"precipType": "rain",
"visibility": 8800,
"temperature": 19,
"windBearing": 253,
"iconExtended": "D001D",
"precipIntensity": 0.5,
"precipProbability": 0.65,
"globalRadiationSum": 559
},
{
"icon": "F",
"name": "afternoon",
"time": 1788386400,
"uvIndex": 3,
"windGust": 14,
"windSpeed": 7,
"cloudCover": 0.94,
"precipType": "rain",
"visibility": 14316,
"temperature": 23,
"windBearing": 263,
"iconExtended": "C001D",
"precipIntensity": 0.2,
"precipProbability": 0.45,
"globalRadiationSum": 2252
},
{
"icon": "B",
"name": "evening",
"time": 1788386400,
"uvIndex": 0,
"windGust": 11,
"windSpeed": 6,
"cloudCover": 0.9,
"precipType": "rain",
"visibility": 11215,
"temperature": 19,
"windBearing": 264,
"iconExtended": "A003D",
"precipIntensity": 0.1,
"precipProbability": 0.25,
"globalRadiationSum": 145
},
{
"icon": "LL",
"name": "night",
"time": 1788472800,
"uvIndex": 0,
"windGust": 10,
"windSpeed": 5,
"cloudCover": 0.98,
"precipType": "rain",
"visibility": 8626,
"temperature": 18,
"windBearing": 234,
"iconExtended": "D002N",
"precipIntensity": 0.6,
"precipProbability": 0.7,
"globalRadiationSum": 0
}
],
"longitude": 5.167
}| number |
| Average dew point temperature in degrees Celsius for the day |
└─humidity | number | Relative humidity (range 0-1) for the day | min: 0
max: 1 |
└─pressure | number | Atmospheric pressure in hPa for the day |
└─windSpeed | number | Average wind speed in km/h for the day |
└─cloudCover | number | Average fractional cloud cover for the day | min: 0
max: 1 |
└─precipType | string | Type of precipitation | enum: ["rain", "snow", "sleet", "hail"] |
└─windBearing | number | Average wind direction in degrees for the day | min: 0
max: 360 |
└─iconExtended | string | Extended icon code representing detailed weather conditions |
└─temperatureLow | number | Minimum temperature in degrees Celsius for the day |
└─precipIntensity | number | Average precipitation intensity in mm/hr for the day |
└─temperatureHigh | number | Maximum temperature in degrees Celsius for the day |
└─precipProbability | number | Probability of precipitation for the day | min: 0
max: 1 |
└─globalRadiationSum | number | Sum of global radiation in Wh/m² for the day |
└─apparentTemperature | number | Average apparent temperature in degrees Celsius for the day |
links | object | Links to relevant external sources |
└─weeronline | string | URL to the Weeronline source for additional weather data | format: uri |
hourly | array | Hourly weather forecast data for up to 7 days |
└─icon | string | Short icon code representing weather conditions |
└─time | integer | Unix timestamp (UTC) of the hour forecast |
└─uvIndex | number | UV index value |
└─dewPoint | number | Dew point temperature in degrees Celsius |
└─humidity | number | Relative humidity (range 0-1) | min: 0
max: 1 |
└─pressure | number | Atmospheric pressure in hPa |
└─windGust | number | Wind gust speed in km/h |
└─windSpeed | number | Wind speed in km/h |
└─cloudCover | number | Fractional cloud cover (range 0-1) | min: 0
max: 1 |
└─precipType | string | Type of precipitation | enum: ["rain", "snow", "sleet", "hail"] |
└─visibility | number | Visibility distance in meters |
└─temperature | number | Temperature in degrees Celsius |
└─windBearing | number | Wind direction in degrees (meteorological) | min: 0
max: 360 |
└─iconExtended | string | Extended icon code representing detailed weather conditions |
└─globalRadiation | number | Global radiation in W/m² |
└─precipIntensity | number | Precipitation intensity in mm/hr |
└─precipProbability | number | Probability of precipitation (range 0-1) | min: 0
max: 1 |
└─apparentTemperature | number | Apparent (feels like) temperature in degrees Celsius |
country | string | Country of the location |
latitude | number | Latitude of the location in decimal degrees |
location | string | Name of the location |
minutely | array | Array of minute-by-minute precipitation forecast entries |
└─time | integer | Unix timestamp (UTC) of the minute forecast |
└─precipType | string | Type of precipitation | enum: ["rain", "snow", "sleet", "hail"] |
└─precipIntensity | number | Precipitation intensity in mm/hr |
└─precipProbability | number | Probability of precipitation (range 0-1) | min: 0
max: 1 |
timezone | string | Timezone in IANA format (e.g., Europe/Amsterdam) |
currently | object | Current weather conditions at the location |
└─time | integer | Unix timestamp (UTC) of the current data point |
└─dewPoint | number | Dew point temperature in degrees Celsius |
└─humidity | number | Relative humidity (range 0-1) | min: 0
max: 1 |
└─pressure | number | Atmospheric pressure in hPa |
└─windGust | number | Wind gust speed in km/h |
└─windSpeed | number | Wind speed in km/h |
└─cloudCover | number | Fractional cloud cover (range 0-1) | min: 0
max: 1 |
└─visibility | number | Visibility distance in meters |
└─temperature | number | Temperature in degrees Celsius |
└─windBearing | number | Wind direction in degrees (meteorological) | min: 0
max: 360 |
└─precipIntensity | number | Precipitation intensity in mm/hr |
└─precipProbability | number | Probability of precipitation (range 0-1) | min: 0
max: 1 |
└─apparentTemperature | number | Apparent (feels like) temperature in degrees Celsius |
└─nearestStormBearing | number | Direction to nearest storm in degrees | min: 0
max: 360 |
└─nearestStormDistance | number | Distance to nearest storm in kilometers |
daypartly | array | Daypartly weather forecast segments (e.g. morning, afternoon, evening, night) |
└─icon | string | Short icon code representing weather conditions |
└─name | string | Name of the daypart | enum: ["morning", "afternoon", "evening", "night"] |
└─time | integer | Unix timestamp (UTC) representing start of daypart |
└─uvIndex | number | Maximum UV index during the daypart |
└─windGust | number | Average wind gust speed in km/h during the daypart |
└─windSpeed | number | Average wind speed in km/h during the daypart |
└─cloudCover | number | Average fractional cloud cover during the daypart | min: 0
max: 1 |
└─precipType | string | Type of precipitation | enum: ["rain", "snow", "sleet", "hail"] |
└─visibility | number | Average visibility distance in meters during the daypart |
└─temperature | number | Average temperature in degrees Celsius during the daypart |
└─windBearing | number | Average wind direction in degrees during the daypart | min: 0
max: 360 |
└─iconExtended | string | Extended icon code representing detailed weather conditions |
└─precipIntensity | number | Average precipitation intensity in mm/hr during the daypart |
└─precipProbability | number | Average probability of precipitation during the daypart | min: 0
max: 1 |
└─globalRadiationSum | number | Sum of global radiation in Wh/m² during the daypart |
longitude | number | Longitude of the location in decimal degrees |