Home
AccuWeather
Accuweather Current Conditions Example
Accuweather Current Conditions Example
Weather Forecasts Meteorology Location Services Air Quality Storms
Accuweather Current Conditions Example is an example object payload from AccuWeather, with 15 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
extended isDayTime iconCode now phrase realFeel realFeelShade temperature temperatureValue realFeelValue realFeelShadeValue realFeelPhrase realFeelShadePhrase apparentTempImperial windSpeedImperial
Example Payload
{
"extended": {
"ceiling": "example-string",
"cloudCover": "example-string",
"dewPoint": "example-string",
"gusts": "example-string",
"wind": "example-string",
"windValue": 12.5,
"windDegrees": 12.5,
"windDirection": "example-string",
"humidity": "500123",
"humidityValue": 54,
"indoorHumidity": "500123",
"indoorHumidityCategory": "500123",
"precipitation": "example-string",
"pressure": "example-string",
"ice": "example-string",
"rain": "example-string",
"snow": "example-string",
"thunderstormProbability": "example-string",
"uv": {
"category": "example-string",
"value": 12.9
},
"visibility": "example-string",
"precipSummary": {
"past12Hours": "example-string",
"past18Hours": "example-string",
"past24Hours": "example-string",
"past3Hours": "example-string",
"past6Hours": "example-string",
"past9Hours": "example-string",
"pastHour": "example-string"
}
},
"isDayTime": true,
"iconCode": 6,
"now": "example-string",
"phrase": "Partly cloudy",
"realFeel": "example-string",
"realFeelShade": "example-string",
"temperature": "example-string",
"temperatureValue": 72.5,
"realFeelValue": 72.5,
"realFeelShadeValue": 72.5,
"realFeelPhrase": "Partly cloudy",
"realFeelShadePhrase": "Partly cloudy",
"apparentTempImperial": 72.5,
"windSpeedImperial": 12.5
}