Weather Forecast
This API provides forecast for weather conditions on a daily basis, including comprehensive meteorological data for a specific location. Here's a description of each field within the response:
daily
: An array containing daily weather forecast objects. Each object within this array provides detailed weather information for a single day.ref_time
: The reference time for the forecast data, likely indicating the time the forecast was generated.sset_time
: The sunset time for the specific day.srise_time
: The sunrise time for the specific day.clouds
: The cloudiness percentage.rain
: An object detailing rainfall information.all
: The volume of rain.
wnd
: An object containing wind information.speed
: Wind speed.deg
: Wind direction in degrees.gust
: Wind gust speed.
humidity
: The humidity percentage.pressure
: An object detailing atmospheric pressure information.press
: Atmospheric pressure.sea_level
: Sea-level atmospheric pressure.
temp
: An object detailing temperature information.Various fields for temperature at different times of the day (
day
,min
,max
,night
,eve
,morn
) and "feels like" temperatures (feels_like_day
,feels_like_night
,feels_like_eve
,feels_like_morn
).
status
: General status of the weather (e.g., clear, cloudy).detailed_status
: A more detailed description of the weather.weather_code
: A numeric code representing the weather condition.weather_icon_name
: The name of an icon representing the weather condition.visibility_distance
: The visibility distance.dewpoint
: The dew point temperature.humidex
: The humidex (a Canadian measurement used to reflect the combined effect of heat and humidity).heat_index
: The heat index (also known as 'feels like' temperature, considering humidity).utc_offset
: The UTC offset for the location's time zone.uvi
: The Ultraviolet Index.precipitation_probability
: The probability of precipitation.
city
: The name of the city for which the forecast is provided.county
: The name of the county for which the forecast is provided.municipality
: The name of the municipality for which the forecast is provided.region
: The name of the region for which the forecast is provided.formatted
: A formatted string possibly containing a human-readable summary or another structured format of the forecast.
This response is detailed and encompasses a wide range of weather data points, making it suitable for applications needing comprehensive weather information, including daily forecasts, atmospheric conditions, and specific weather phenomena details for a given location.
Last updated