Interface FullForecast

A forecast object containing all of the data blocks.

This is the default response if you do not exclude any data blocks in your request.

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.

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