Weather with AI

FREEMIUM
By AI Box | Updated a month ago | Weather
Popularity

6.5 / 10

Latency

3,070ms

Service Level

84%

Health Check

N/A

Back to All Tutorials (1)

Fields in API response

  • lat Geographical coordinates of the location (latitude)
  • lon Geographical coordinates of the location (longitude)
  • countryCode Country code as defined by ISO 3166-1 standard
  • countryName Localised Country name
  • principalSubdivisionCode Localised principal subdivision code
  • principalSubdivision Localised principal subdivision name
  • city Localised city name (if available)
  • postcode Postcode (if available)
  • timezone Timezone name for the requested location
  • **timezone_offset**Shift in seconds from UTC

current Current weather data API response

  • dt Current time, Unix, UTC
  • sunrise Sunrise time, Unix, UTC
  • sunset Sunset time, Unix, UTC
  • temp Temperature. Units - default: kelvin, metric: Celsius, imperial: Fahrenheit.
  • feels_like Temperature. This temperature parameter accounts for the human perception of weather. Units – default: kelvin, metric: Celsius, imperial: Fahrenheit.
  • pressure Atmospheric pressure on the sea level, hPa
  • humidity Humidity, %
  • dew_point AAtmospheric temperature (varying according to pressure and humidity) below which water droplets begin to condense and dew can form. Units – default: kelvin, metric: Celsius, imperial: Fahrenheit.
  • clouds Cloudiness, %
  • uvi UV index
  • visibility Average visibility, metres
  • wind_speed Wind speed. Wind speed. Units – default: metre/sec, metric: metre/sec, imperial: miles/hour.
  • wind_gust (where available) Wind gust. Units – default: metre/sec, metric: metre/sec, imperial: miles/hour.
  • wind_deg Wind direction, degrees (meteorological)
  • rain.1h (where available) Rain volume for last hour, mm
  • snow.1h (where available) Snow volume for last hour, mm
  • weather.id Weather condition id
  • weather.main Group of weather parameters (Rain, Snow, Extreme etc.)
  • weather.description Weather condition within the group (full list of weather conditions). Get the output in your language
  • weather.icon Weather icon id. (e.g https://apicorehub.web.app/images/weather/01d.png )

hourly Hourly forecast weather data API response

  • dt Time of the forecasted data, Unix, UTC
  • temp Temperature. Units – default: kelvin, metric: Celsius, imperial: Fahrenheit.
  • feels_like Temperature. This accounts for the human perception of weather. Units – default: kelvin, metric: Celsius, imperial: Fahrenheit.
  • pressure Atmospheric pressure on the sea level, hPa
  • humidity Humidity, %
  • dew_point Atmospheric temperature (varying according to pressure and humidity) below which water droplets begin to condense and dew can form. Units – default: kelvin, metric: Celsius, imperial: Fahrenheit.
  • clouds Cloudiness, %
  • visibility Average visibility, metres
  • wind_speed Wind speed. Units – default: metre/sec, metric: metre/sec, imperial: miles/hour.
  • wind_gust (where available) Wind gust. Units – default: metre/sec, metric: metre/sec, imperial: miles/hour.
  • wind_deg Wind direction, degrees (meteorological)
  • pop Probability of precipitation
  • rain.1h (where available) Rain volume for last hour, mm
  • snow.1h (where available) Snow volume for last hour, mm
  • weather.id Weather condition id
  • weather.main Group of weather parameters (Rain, Snow, Extreme etc.)
  • weather.description Weather condition within the group (full list of weather conditions).
  • weather.icon Weather icon id. (e.g https://apicorehub.web.app/images/weather/01d.png )

**daily**Daily forecast weather data API response

  • dt Time of the forecasted data, Unix, UTC
  • sunrise Sunrise time, Unix, UTC
  • sunset Sunset time, Unix, UTC
  • temp Units – default: kelvin, metric: Celsius, imperial: Fahrenheit.
  • temp.morn Morning temperature.
  • temp.day Day temperature.
  • temp.eve Evening temperature.
  • temp.night Night temperature.
  • temp.min Min daily temperature.
  • temp.max Max daily temperature.
  • feels_like This accounts for the human perception of weather. Units – default: kelvin, metric: Celsius, imperial: Fahrenheit.
  • feels_like.morn Morning temperature.
  • feels_like.day Day temperature.
  • feels_like.eve Evening temperature.
  • feels_like.night Night temperature.
  • pressure Atmospheric pressure on the sea level, hPa
  • humidity Humidity, %
  • dew_point Atmospheric temperature (varying according to pressure and humidity) below which water droplets begin to condense and dew can form. Units – default: kelvin, metric: Celsius, imperial: Fahrenheit.
  • wind_speed Wind speed. Units – default: metre/sec, metric: metre/sec, imperial: miles/hour.
  • wind_gust (where available) Wind gust. Units – default: metre/sec, metric: metre/sec, imperial: miles/hour.
  • wind_deg Wind direction, degrees (meteorological)
  • clouds Cloudiness, %
  • uvi Midday UV index
  • visibility Average visibility, metres
  • pop Probability of precipitation
  • rain (where available) Precipitation volume, mm
  • snow (where available) Snow volume, mm
  • weather.id Weather condition id
  • weather.main Group of weather parameters (Rain, Snow, Extreme etc.)
  • weather.description Weather condition within the group (full list of weather conditions).
  • weather.icon Weather icon id. (e.g https://apicorehub.web.app/images/weather/01d.png )