OpenWeatherMap: Most-used fields#
The table below gives information about most-used fields that you can import from OpenWeatherMap. Other fields might also be available in Adverity.
The fields that you can fetch in Adverity are updated regularly to reflect updates to data source APIs.
API name |
Adverity UI name |
Description |
Use in Adverity |
|---|---|---|---|
clouds.all |
clouds.all |
Cloudiness percentage, indicating the extent of cloud cover. |
metric |
coord.lat |
coord.lat |
Latitude of the location in decimal degrees. |
metric |
coord.lon |
coord.lon |
Longitude of the location in decimal degrees. |
metric |
country |
country |
The country code (e.g., US, GB) where the weather data was collected. |
dimension |
dt |
dt |
Time of data calculation or forecast, in Unix UTC format. |
dimension |
id |
id |
City or location ID. |
metric |
main.dew_point |
main.dew_point |
The atmospheric temperature (varying according to pressure and humidity) below which water droplets begin to condense and dew can form. |
metric |
main.feels_like |
main.feels_like |
Temperature accounting for the human perception of weather. |
metric |
main.grnd_level |
main.grnd_level |
Atmospheric pressure on the ground level in hPa. Available in 5-day / 3-hour forecast data. |
metric |
main.humidity |
main.humidity |
Humidity percentage. |
metric |
main.pressure |
main.pressure |
Atmospheric pressure in hPa. |
metric |
main.sea_level |
main.sea_level |
Atmospheric pressure on the sea level in hPa. Available in 5-day / 3-hour forecast data. |
metric |
main.temp |
main.temp |
Temperature. |
metric |
main.temp_max |
main.temp_max |
Maximum temperature in the city at the moment of calculation or for a specific timestamp. |
metric |
main.temp_min |
main.temp_min |
Minimum temperature in the city at the moment of calculation or for a specific timestamp. |
metric |
name |
name |
City name. |
dimension |
pop |
pop |
The probability of precipitation, with values ranging from 0 (0% chance) to 1 (100% chance). |
metric |
rain.3h |
rain.3h |
Rain volume for the last 3 hours, in millimeters. Available in 5-day / 3-hour forecast data. |
metric |
snow |
snow |
Snow volume for the last 1 hour, in millimeters. |
dimension |
visibility |
visibility |
Average visibility in meters, with a maximum of 10 km. |
metric |
weather |
weather |
Array of weather condition codes and parameters (e.g., Rain, Snow, Clouds). |
dimension |
wind.deg |
wind.deg |
Wind direction in degrees (meteorological). |
metric |
wind.gust |
wind.gust |
Wind gust speed, where available. |
metric |
wind.speed |
wind.speed |
Wind speed. |
metric |