Skip to content

Precipitation and Precipitation_Probability #176

@cr0wm4n

Description

@cr0wm4n

I am trying to pull out both Precipitation and Precipitation_Probability but cannot get them,
I have the free API key and can see these in both in the current conditions and daily forecasts when i use the visualcrossing query builder.
see below..

{
"queryCost": 1,
"latitude": 52.565,
"longitude": -1.781,
"resolvedAddress": "52.565,-1.781",
"address": "52.565,-1.781",
"timezone": "Europe/London",
"tzoffset": 1,
"description": "Similar temperatures continuing with no rain expected.",
"days": [
{
"datetime": "2025-04-03",
"datetimeEpoch": 1743634800,
"tempmax": 18.2,
"tempmin": 5.1,
"temp": 11.1,
"feelslikemax": 18.2,
"feelslikemin": 2.3,
"feelslike": 9.8,
"dew": 4.9,
"humidity": 69.6,
"precip": 0,
"precipprob": 0,
"precipcover": 0,
"preciptype": null,
"snow": 0,
"snowdepth": 0,
"windgust": 29.1,
"windspeed": 11.6,
"winddir": 64.8,
"pressure": 1021,
"cloudcover": 61.4,
"visibility": 15,
"solarradiation": 209.7,
"solarenergy": 18.1,
"uvindex": 7,
"severerisk": 10,
"windspeedmax": 11.6,
"windspeedmean": 8.8,
"windspeedmin": 6.3,
"sunrise": "06:36:21",
"sunset": "19:45:29",
"moonphase": 0.17,
"conditions": "Partially cloudy",
"description": "Partly cloudy throughout the day.",
"icon": "partly-cloudy-day",
"source": "fcst"
}
],
"currentConditions": {
"datetime": "23:50:00",
"datetimeEpoch": 1743634200,
"temp": 6.7,
"feelslike": 5.7,
"humidity": 21.9,
"dew": -13.6,
"precip": 0,
"precipprob": 0,
"snow": 0,
"snowdepth": 0,
"preciptype": null,
"windgust": 3.8,
"windspeed": 3.8,
"winddir": 34,
"pressure": 1022,
"visibility": 6.2,
"cloudcover": 44.2,
"solarradiation": 0,
"solarenergy": 0,
"uvindex": 0,
"conditions": "Partially cloudy",
"icon": "partly-cloudy-night",
"source": "obs",
"sunrise": "06:36:21",
"sunset": "19:45:29",
"moonphase": 0.17
}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions