Daily Weather Forecast API Builder


The WxData™ Daily Weather Forecast API provides direct daily weather forecast data out to 7 days for any location in the U.S. The API returns all available weather forecast elements or only those that meet your needs. For all format parameters Click Here.

Parameter Value Type Needed Description
version string Required 1.0
location string Required 5 digit zip code (EG 10001) or latitude longitude point (EG: 40.7829N+73.9654W) of desired location click here for zip code locations
forecast_period string Required 'all' available forecast periods, up to 7 days
units string Required Imperial / U.S. standard or metric units ("e" imperial or "m" metric)
max_temp string Optional Maximum ambient surface temperature ("1" yes, return) ("0" no, do not return)
min_temp string Optional Minimum ambient surface temperature ("1" yes, return) ("0" no, do not return)
heat_index string Optional Heat index for the day ("1" yes, return) ("0" no, do not return)
wind_chill string Optional Wind chill ("1" yes, return) ("0" no, do not return)
wind_speed string Optional Max wind speed ("1" yes, return) ("0" no, do not return)
wind_gust string Optional Max wind gust ("1" yes, return) ("0" no, do not return)
weather_icon string Optional URL to weather contition icon image ("1" yes, return) ("0" no, do not return)
weather_text string Optional Weather condition forecast text ("1" yes, return) ("0" no, do not return)