Interface Forecast

API response for OpenWeatherMap's one-call endpoint.

See Api Parameters for more info.

Hierarchy

Properties

alerts?: Alert[]

National weather alerts data from major national weather warning systems

A data block containing the current weather conditions at the requested location.

daily?: DailyDataBlock[]

A list of data blocks containing weather for the next 5 days.

hourly?: HourlyDataBlock[]

A list of data blocks containing weather conditions for the next two days (48 hours).

lat: number

Geographical coordinates of the location (latitude).

lon: number

Geographical coordinates of the location (longitude)

minutely?: MinutelyDataBlock[]

A list of data blocks containing weather conditions for the next hour in minute increments.

timezone: string

Timezone name for the requested location.

timezone_offset: number

Shift in seconds from UTC.

Generated using TypeDoc