WeatherBug® Your Weather Just Got Better

WeatherBug® API

Definition of API Terms

ACode:
An alphanumeric license key issued by Weatherbug.
CityType:
citytype="0" — city in the U.S.
citytype="1" — city outside of the U.S.
CityCode:
5 digits designation for non-U.S. cities.
Latitude:
Location of a place north or south of the equator. Minimum value: -90. Maximum value: 90.
Longitude:
Location of a place east or west of the prime meridian. Minimum value -180. Maximum value: 180.
SearchString:
Parameter used to search for locations. Only U.S. zipcodes and citynames can be searched. SearchString is not case-sensitive and accepts blank spaces.
UnitType:
UnitType=<UnitType>0 — U.S. customary units (miles, °F, etc...) [default]
UnitType=<UnitType>1 — Metric system units (kms, °C, etc...).
OutputType:
OutputType=<OutputType>0 — Returns the RSS with the XML embedded inside it starting with "<aws:weather>" [default].
OutputType=<OutputType>1 — Returns pure xml beginning with "<aws:weather>".
ZipCode:
5 digits designation for U.S. cities only.

XML Reference

  1. Search Locations
  2. Search Stations
  3. Live Weather
  4. Compact Live Weather
  5. Forecast
  6. Camera List
  7. Alerts
  1. Search Locations

    Description:

    Returns the location based on the U.S. and international city name or U.S. Zip Code.

    1. By Zipcode:

      Call Format: http://<apicode>.api.wxbug.net/getLocationsXML.aspx?ACode=<apicode>&SearchString=<zipcode>

      Example: http://A1111111111.api.wxbug.net/getLocationsXML.aspx?ACode=A1111111111&SearchString=64732

      Input Parameters:

      • ACode (required)
      • SearchString (required)

      Output:

      • An XML document containing locations which match the Zip Code.
        <aws:weather> <aws:api version="2.0"/> <aws:locations> <aws:location cityname="Chilhowee" statename="MO" countryname="USA" zipcode="64733" citycode="" citytype="0"/> </aws:locations> </aws:weather>
    2. By Location Names (soundex)

      The soundex system allows searching for a city based on phonetics rather than spelling.

      Call Format: http://<apicode>.api.wxbug.net/getLocationsXML.aspx?ACode=<apicode>&SearchString=<cityname>

      Example: http://A1111111111.api.wxbug.net/getLocationsXML.aspx?ACode=A1111111111&SearchString=San Francisco

      Input Parameters:

      • ACode (required)
      • SearchString (required)

      Output:

      • An XML document containing locations which may match the search string.
        <aws:weather> <aws:api version="2.0"/> <aws:locations> <aws:location cityname="San Francisco" statename="" countryname="Argentina" zipcode="" citycode="50273" citytype="1"/> <aws:location cityname="San Francisco" statename="" countryname="El Salvador" zipcode="" citycode="75304" citytype="1"/> <aws:location cityname="San Francisco" statename="" countryname="Philippines" zipcode="" citycode="78331" citytype="1"/> <aws:location cityname="San Francisco" statename="" countryname="Philippines" zipcode="" citycode="72545" citytype="1"/> <aws:location cityname="San Francisco" statename="" countryname="Philippines" zipcode="" citycode="72546" citytype="1"/> <aws:location cityname="San Francisco" statename="" countryname="Philippines" zipcode="" citycode="72547" citytype="1"/> <aws:location cityname="San Francisco" statename="CA" countryname="United States" zipcode="94101" citycode="" citytype="0"/> <aws:location cityname="San Francisco de Dos Rios" statename="" countryname="Costa Rica" zipcode="" citycode="58067" citytype="1"/> <aws:location cityname="San Francisco de Macoris" statename="" countryname="Dominican Republic" zipcode="" citycode="60148" citytype="1"/> <aws:location cityname="San Francisco Del Rincon" statename="" countryname="Mexico" zipcode="" citycode="70351" citytype="1"/> </aws:locations> </aws:weather>
  2. Search Stations

    Description:

    For a given zipcode, citycode or latitude/longitude this call returns the weather stations in the area.

    1. By ZipCode

      Call Format: http://<apicode>.api.wxbug.net/getStationsXML.aspx?ACode=<apicode>&zipCode=<zipcode>

      Example: http://A1111111111.api.wxbug.net/getStationsXML.aspx?ACode=A1111111111&zipCode=20874

      Input Paramters:

      • ACode (required)
      • SearchString (required)

      Output:

      • An XML document containing weather stations in the area in and around the Zip Code.
        <aws:weather> <aws:api version="2.0"/> <aws:stations> <aws:station id="GRMTN" name="Seneca Valley HS" city="Germantown" state="MD" country="USA" zipcode="20874" distance="0.60" Unit="Miles" latitude="39.1769444444444" longitude="-77.2636111111111"/> <aws:station id="GRMKM" name="Kingsview MS" city="Germantown" state="MD" country="USA" zipcode="20874" distance="0.81" Unit="Miles" latitude="39.1672222222222" longitude="-77.2841666666667"/> <aws:station id="P0007" name="Crawford Farms PWS" city="Germantown" state="MD" country="USA" zipcode="20874" distance="1.11" Unit="Miles" latitude="39.1716666666667" longitude="-77.2488888888889"/> <aws:station id="GERMN" name="Dr. Martin Luther King, Jr. MS" city="Germantown" state="MD" country="USA" zipcode="20874" distance="1.16" Unit="Miles" latitude="39.1811111111111" longitude="-77.285"/> <aws:station id="GRMNT" name="Matsunaga ES" city="Germantown" state="MD" country="USA" zipcode="20874" distance="1.26" Unit="Miles" latitude="39.1569444444444" longitude="-77.2863888888889"/> <aws:station id="GRMNW" name="Northwest HS" city="Germantown" state="MD" country="USA" zipcode="20874" distance="1.46" Unit="Miles" latitude="39.1497222222222" longitude="-77.2788888888889"/> <aws:station id="GRMTD" name="Montgomery College" city="Germantown" state="MD" country="USA" zipcode="20876" distance="2.02" Unit="Miles" latitude="39.1941666666667" longitude="-77.2491666666667"/> <aws:station id="AWSHQ2" name="WeatherBug Headquarters 2" city="Germantown" state="MD" country="USA" zipcode="20876" distance="2.17" Unit="Miles" latitude="39.2005555555556" longitude="-77.2636111111111"/> <aws:station id="AWSHQ" name="WeatherBug Headquarters" city="Germantown" state="MD" country="USA" zipcode="20876" distance="2.17" Unit="Miles" latitude="39.2005555555556" longitude="-77.2630555555556"/> <aws:station id="GERTN" name="Neelsville MS" city="Germantown" state="MD" country="USA" zipcode="20876" distance="2.28" Unit="Miles" latitude="39.1941666666667" longitude="-77.2411111111111"/> <aws:station id="GBUGD" name="Diamond ES" city="Gaithersburg" state="MD" country="USA" zipcode="20878" distance="2.91" Unit="Miles" latitude="39.1355555555556" longitude="-77.2372222222222"/> <aws:station id="GRMNN" name="Sally Ride ES" city="Germantown" state="MD" country="USA" zipcode="20876" distance="2.99" Unit="Miles" latitude="39.2088888888889" longitude="-77.2463888888889"/> <aws:station id="GNIST" name="NIST" city="Gaithersburg" state="MD" country="USA" zipcode="20899" distance="3.33" Unit="Miles" latitude="39.1447222222222" longitude="-77.2161111111111"/> <aws:station id="MZTGM" name="Montgomery Village MS" city="Montgomery Village" state="MD" country="USA" zipcode="20886" distance="3.85" Unit="Miles" latitude="39.1758333333333" longitude="-77.1980555555556"/> <aws:station id="CLRCH" name="Clarksburg Area HS" city="Clarksburg" state="MD" country="USA" zipcode="20871" distance="3.94" Unit="Miles" latitude="39.2263888888889" longitude="-77.2636111111111"/> <aws:station id="GTHRR" name="Quince Orchard HS" city="Gaithersburg" state="MD" country="USA" zipcode="20878" distance="3.96" Unit="Miles" latitude="39.1136111111111" longitude="-77.2527777777778"/> <aws:station id="GRLKL" name="Lakelands Park MS" city="Gaithersburg" state="MD" country="USA" zipcode="20878" distance="4.23" Unit="Miles" latitude="39.1155555555556" longitude="-77.2322222222222"/> <aws:station id="GTHRS" name="Summit Hall ES" city="Gaithersburg" state="MD" country="USA" zipcode="20877" distance="4.37" Unit="Miles" latitude="39.1330555555556" longitude="-77.2027777777778"/> <aws:station id="GAITH" name="Gaithersburg HS" city="Gaithersburg" state="MD" country="USA" zipcode="20877" distance="4.58" Unit="Miles" latitude="39.135" longitude="-77.1963888888889"/> <aws:station id="GAIBG" name="Forest Oak MS" city="Gaithersburg" state="MD" country="USA" zipcode="20877" distance="4.65" Unit="Miles" latitude="39.1538888888889" longitude="-77.185"/> <aws:station id="GBURG" name="Gaithersburg MS" city="Gaithersburg" state="MD" country="USA" zipcode="20877" distance="4.73" Unit="Miles" latitude="39.1438888888889" longitude="-77.1875"/> <aws:station id="DTOWN" name="Darnestown ES" city="Darnestown" state="MD" country="USA" zipcode="20878" distance="4.79" Unit="Miles" latitude="39.1011111111111" longitude="-77.2844444444444"/> <aws:station id="CLRBF" name="Little Bennett ES" city="Clarksburg" state="MD" country="USA" zipcode="20871" distance="5.07" Unit="Miles" latitude="39.2427777777778" longitude="-77.2736111111111"/> <aws:station id="GBGWG" name="Washington Grove ES" city="Gaithersburg" state="MD" country="USA" zipcode="20877" distance="5.54" Unit="Miles" latitude="39.1319444444444" longitude="-77.1780555555556"/> <aws:station id="GRMCG" name="Cedar Grove ES" city="Germantown" state="MD" country="USA" zipcode="20876" distance="6.03" Unit="Miles" latitude="39.2516666666667" longitude="-77.2316666666667"/> </aws:stations> </aws:weather>
    2. By CityCode:

      Call Format: http://<apicode>.api.wxbug.net/getStationsXML.aspx?ACode=<apicode>&cityCode=<citycode>

      Example: http://A1111111111.api.wxbug.net/getStationsXML.aspx?ACode=A1111111111cityCode=50526

      Input Paramters:

      • ACode (required)
      • SearchString (required)

      Output:

      • An XML document containing weather stations in the area in around the City Code.
        <aws:weather> <aws:api version="2.0"/> <aws:stations> <aws:station id="YSSY" name="Sydney International Airport" city="Sydney" country="Australia" citycode="50507" latitude="-33.95000000000" longitude="151.183333333"/> <aws:station id="YSRI" name="Richmond (Air Force Base)" city="Richmond" country="Australia" citycode="W95753" latitude="-33.60000000000" longitude="150.783333333"/> <aws:station id="YSCB" name="Canberra Airport" city="Canberra" country="Australia" citycode="50396" latitude="-35.30000000000" longitude="149.183333333"/> <aws:station id="YSDU" name="Dubbo" city="Dubbo" country="Australia" citycode="50413" latitude="-32.20000000000" longitude="148.566666666"/> <aws:station id="YSTW" name="Tamworth Airport" city="Tamworth" country="Australia" citycode="50527" latitude="-31.08333333300" longitude="150.833333333"/> <aws:station id="YSWG" name="Wagga Wagga Airport" city="Wagga Wagga" country="Australia" citycode="50535" latitude="-35.15000000000" longitude="147.45"/> <aws:station id="YMAY" name="Albury Airport" city="Albury" country="Australia" citycode="50366" latitude="-36.06666666600" longitude="146.95"/> </aws:stations> </aws:weather>
    3. By Latitude and Longitude

      Call Format: http://<apicode>.api.wxbug.net/getStationsXML.aspx?ACode=<apicode>&lat=<latitude>&long=<longitude>

      Example: http://A1111111111.api.wxbug.net/getStationsXML.aspx?ACode=A1111111111&lat=55.73&long=-14.36

      Input Paramters:

      • ACode (required)
      • Lat (required) [min:-90 max:90] (with 2 digits right to the decimal point)
      • Long (required) [min:-180 max:180] (with 2 digits right to the decimal point)

      Output:

      • An XML document containing weather stations in the area in around the latitude and longitude.
        <aws:weather> <aws:api version="2.0"/> <aws:stations> <aws:station id="EIKN" name="Connaught" city="Connaught" country="Ireland" citycode="800972" latitude="53.91027777777" longitude="-8.81805555488"/> <aws:station id="ENNSK" name="Enniskillen" city="Enniskillen" country="Ireland" citycode="" latitude="54.34416666633" longitude="-7.645833333"/> <aws:station id="EINN" name="Shannon Airport" city="Shannon" country="Ireland" citycode="140800" latitude="52.70000000000" longitude="-8.916666666"/> <aws:station id="LNDND" name="Londonderry" city="Londonderry" country="Ireland" citycode="" latitude="54.98333333300" longitude="-7.316666666"/> <aws:station id="EGAE" name="Eglinton (Londonderry)" city="Eglinton" country="United Kingdom" citycode="70995" latitude="55.05000000000" longitude="-7.15"/> <aws:station id="PRTDW" name="Portadown" city="Portadown" country="Ireland" citycode="" latitude="54.41666666600" longitude="-6.45"/> <aws:station id="EGAA" name="Belfast (Aldergrove)" city="Belfast" country="United Kingdom" citycode="70978" latitude="54.65000000000" longitude="-6.216666666"/> <aws:station id="DNMRR" name="Dunmurry South" city="Dunmurry" country="Ireland" citycode="" latitude="54.54499999966" longitude="-6.02138888822"/> <aws:station id="EIDW" name="Dublin Airport" city="Dublin" country="Ireland" citycode="66200" latitude="53.43333333300" longitude="-6.25"/> <aws:station id="MLLSK" name="Roughfort Central" city="Mallusk" country="Ireland" citycode="" latitude="54.68722222188" longitude="-6.02027777711"/> <aws:station id="BLLYC" name="Ballycastle" city="Ballycastle Co Antrim" country="Ireland" citycode="" latitude="55.20361111111" longitude="-6.24277777744"/> <aws:station id="BELST" name="Windsor Business Park" city="Belfast" country="Ireland" citycode="" latitude="54.58083333266" longitude="-5.95"/> <aws:station id="BLFST" name="BT Group" city="Belfast" country="United Kingdom" citycode="70983" latitude="54.59638888855" longitude="-5.91888888822"/> <aws:station id="EGAC" name="Belfast Harbour" city="Belfast Harbour" country="United Kingdom" citycode="70983" latitude="54.60000000000" longitude="-5.883333333"/> <aws:station id="CRRCK" name="Carrickfergus West" city="Carrickfergus" country="Ireland" citycode="" latitude="54.71277777777" longitude="-5.84527777744"/> <aws:station id="CCMBR" name="Comber Central" city="Comber" country="Ireland" citycode="" latitude="54.54833333300" longitude="-5.75027777777"/> <aws:station id="LRNCN" name="Larne" city="Larne Co Antrim" country="Ireland" citycode="" latitude="54.85361111111" longitude="-5.82194444377"/> <aws:station id="CNTYD" name="Newtonwards" city="County Down" country="Ireland" citycode="" latitude="54.59194444411" longitude="-5.69777777744"/> </aws:stations> </aws:weather>
  3. Live Weather

    Description

    Returns detailed live weather conditions for the chosen location.

    1. By StationId:

      The StationId Call Format allows searching weather conditions for multiple stations (up to 5). Separate the station ids with a comma; no blank space.

      Call Format:
      http://<apicode>.api.wxbug.net/getLiveWeatherRSS.aspx?ACode=<apicode>&stationid=<stationid>&UnitType=<UnitType>&OutputType=<OutputType>

      Single Station Example:
      http://A1111111111.api.wxbug.net/getLiveWeatherRSS.aspx?ACode=A1111111111&stationid=awshq

      Multiple Stations Example: http://A1111111111.api.wxbug.net/getLiveWeatherRSS.aspx?ACode=A1111111111&stationid=awshq,vomm,germn&UnitType=1&OutputType=1

      Input Paramters:

      • ACode (required)
      • Stationid (required)
      • UnitType (optional)
      • OutputType (optional)

      Output:

      • An RSS document containing weather conditions for the station or stations.
        <rss version="2.0"> <channel> <title>Observations from multiple locations.</title> <link>http://weather.weatherbug.com/MD/Germantown-weather.html?ZCode=Z5546&Units=0&stat=GERMN</link> <description>Weatherbug, the owner of the world's largest weather network is now providing an API to it's weather data in the form of RSS. This will enable it's enthusiastic users to build their own applications.</description> <language>en-us</language> <lastBuildDate>Mon, 02 Jun 2008 19:00:00 GMT</lastBuildDate> <ttl>60</ttl> <aws:weather xmlns:aws="http://www.aws.com/aws"><aws:api version="2.0" /><aws:WebURL>http://weather.weatherbug.com/MD/Germantown-weather.html?ZCode=Z5546&Units=0&stat=AWSHQ</aws:WebURL><aws:ob><aws:ob-date><aws:year number="2008" /><aws:month number="6" text="June" abbrv="Jun" /><aws:day number="2" text="Monday" abbrv="Mon" /><aws:hour number="3" hour-24="15" /><aws:minute number="32" /><aws:second number="01" /><aws:am-pm abbrv="PM" /><aws:time-zone offset="-4" text="Eastern Daylight Time" abbrv="EDT" /></aws:ob-date><aws:requested-station-id>awshq</aws:requested-station-id><aws:station-id>AWSHQ</aws:station-id><aws:station>WeatherBug Headquarters</aws:station><aws:city-state zipcode="20876">Germantown, MD</aws:city-state><aws:country>USA</aws:country><aws:latitude>39.2005555555556</aws:latitude><aws:longitude>-77.2630555555556</aws:longitude><aws:site-url>http://www.aws.com/</aws:site-url><aws:aux-temp units="&deg;C">-73</aws:aux-temp><aws:aux-temp-rate units="&deg;C">+0.1</aws:aux-temp-rate><aws:current-condition icon="http://deskwx.weatherbug.com/images/Forecast/icons/cond007.gif">Sunny</aws:current-condition><aws:dew-point units="&deg;C">7</aws:dew-point><aws:elevation units="m">151</aws:elevation><aws:feels-like units="&deg;C">24</aws:feels-like><aws:gust-time><aws:year number="2008" /><aws:month number="6" text="June" abbrv="Jun" /><aws:day number="2" text="Monday" abbrv="Mon" /><aws:hour number="3" hour-24="03" /><aws:minute number="45" /><aws:second number="00" /><aws:am-pm abbrv="AM" /><aws:time-zone offset="-4" text="Eastern Daylight Time" abbrv="EDT" /></aws:gust-time><aws:gust-direction>N</aws:gust-direction><aws:gust-speed units="km" /><aws:humidity units="%">37</aws:humidity><aws:humidity-high units="%">63.7</aws:humidity-high><aws:humidity-low units="%">34.2</aws:humidity-low><aws:humidity-rate>+1.4</aws:humidity-rate><aws:indoor-temp units="&deg;C">19</aws:indoor-temp><aws:indoor-temp-rate units="&deg;C">+0.0</aws:indoor-temp-rate><aws:light>88</aws:light><aws:light-rate>-1.2</aws:light-rate><aws:moon-phase moon-phase-img="http://api.wxbug.net/images/moonphase/mphase01.gif">2</aws:moon-phase><aws:pressure units="mbar">1015.65</aws:pressure><aws:pressure-high units="mbar">1016.76</aws:pressure-high><aws:pressure-low units="mbar">1012.06</aws:pressure-low><aws:pressure-rate units="mbar/h">-0.20</aws:pressure-rate><aws:rain-month units="mm">0.0</aws:rain-month><aws:rain-rate units="mm/h">0.0</aws:rain-rate><aws:rain-rate-max units="mm/h">0.0</aws:rain-rate-max><aws:rain-today units="mm">0.0</aws:rain-today><aws:rain-year units="mm">344.4</aws:rain-year><aws:temp units="&deg;C">22.0</aws:temp><aws:temp-high units="&deg;C">23</aws:temp-high><aws:temp-low units="&deg;C">13</aws:temp-low><aws:temp-rate units="&deg;C/h">-0.3</aws:temp-rate><aws:sunrise><aws:year number="2008" /><aws:month number="6" text="June" abbrv="Jun" /><aws:day number="2" text="Monday" abbrv="Mon" /><aws:hour number="5" hour-24="05" /><aws:minute number="43" /><aws:second number="59" /><aws:am-pm abbrv="AM" /><aws:time-zone offset="-4" text="Eastern Daylight Time" abbrv="EDT" /></aws:sunrise><aws:sunset><aws:year number="2008" /><aws:month number="6" text="June" abbrv="Jun" /><aws:day number="2" text="Monday" abbrv="Mon" /><aws:hour number="8" hour-24="20" /><aws:minute number="30" /><aws:second number="36" /><aws:am-pm abbrv="PM" /><aws:time-zone offset="-4" text="Eastern Daylight Time" abbrv="EDT" /></aws:sunset><aws:wet-bulb units="&deg;C">13.58</aws:wet-bulb><aws:wind-speed units="km">11</aws:wind-speed><aws:wind-speed-avg units="km">10</aws:wind-speed-avg><aws:wind-direction>N</aws:wind-direction><aws:wind-direction-avg>WNW</aws:wind-direction-avg></aws:ob></aws:weather><aws:weather xmlns:aws="http://www.aws.com/aws"><aws:api version="2.0" /><aws:WebURL>http://weather.weatherbug.com/India/Alandur-weather.html?ZCode=Z5546&Units=0&stat=VOMM</aws:WebURL><aws:ob><aws:ob-date><aws:year number="2008" /><aws:month number="6" text="June" abbrv="Jun" /><aws:day number="2" text="Monday" abbrv="Mon" /><aws:hour number="11" hour-24="23" /><aws:minute number="40" /><aws:second number="00" /><aws:am-pm abbrv="PM" /></aws:ob-date><aws:requested-station-id>vomm</aws:requested-station-id><aws:station-id>VOMM</aws:station-id><aws:station>Madras (Minambakkam)</aws:station><aws:city-state citycode="63968">Madras, WORLD</aws:city-state><aws:country>India</aws:country><aws:latitude>13</aws:latitude><aws:longitude>80.1833333333333</aws:longitude><aws:site-url /><aws:aux-temp units="&deg;C">-140</aws:aux-temp><aws:aux-temp-rate units="&deg;C">+0.0</aws:aux-temp-rate><aws:current-condition icon="http://deskwx.weatherbug.com/images/Forecast/icons/cond034.gif">Mostly Cloudy </aws:current-condition><aws:dew-point units="&deg;C">26</aws:dew-point><aws:elevation units="m">10</aws:elevation><aws:feels-like units="&deg;C">36</aws:feels-like><aws:gust-time><aws:year number="2008" /><aws:month number="6" text="June" abbrv="Jun" /><aws:day number="2" text="Monday" abbrv="Mon" /><aws:hour number="12" hour-24="12" /><aws:minute number="00" /><aws:second number="00" /><aws:am-pm abbrv="PM" /></aws:gust-time><aws:gust-direction>E</aws:gust-direction><aws:gust-speed units="km" /><aws:humidity units="%">84</aws:humidity><aws:humidity-high units="%">83.5</aws:humidity-high><aws:humidity-low units="%">46.1</aws:humidity-low><aws:humidity-rate>+0.0</aws:humidity-rate><aws:indoor-temp units="&deg;C">-18</aws:indoor-temp><aws:indoor-temp-rate units="&deg;C">+0.0</aws:indoor-temp-rate><aws:light>0</aws:light><aws:light-rate>+0.0</aws:light-rate><aws:moon-phase moon-phase-img="http://api.wxbug.net/images/moonphase/mphase01.gif">1</aws:moon-phase><aws:pressure units="mbar">1006.09</aws:pressure><aws:pressure-high units="mbar">1007.11</aws:pressure-high><aws:pressure-low units="mbar">1003.05</aws:pressure-low><aws:pressure-rate units="mbar/h">+0.00</aws:pressure-rate><aws:rain-month units="mm">0.0</aws:rain-month><aws:rain-rate units="mm/h">0.0</aws:rain-rate><aws:rain-rate-max units="mm/h">0.0</aws:rain-rate-max><aws:rain-today units="mm">0.0</aws:rain-today><aws:rain-year units="mm">0.0</aws:rain-year><aws:temp units="&deg;C">29.0</aws:temp><aws:temp-high units="&deg;C">35</aws:temp-high><aws:temp-low units="&deg;C">28</aws:temp-low><aws:temp-rate units="&deg;C/h">+0.0</aws:temp-rate><aws:sunrise><aws:year number="2008" /><aws:month number="6" text="June" abbrv="Jun" /><aws:day number="2" text="Monday" abbrv="Mon" /><aws:hour number="3" hour-24="15" /><aws:minute number="53" /><aws:second number="21" /><aws:am-pm abbrv="PM" /></aws:sunrise><aws:sunset><aws:year number="2008" /><aws:month number="6" text="June" abbrv="Jun" /><aws:day number="3" text="Tuesday" abbrv="Tue" /><aws:hour number="4" hour-24="04" /><aws:minute number="44" /><aws:second number="25" /><aws:am-pm abbrv="AM" /></aws:sunset><aws:wet-bulb units="&deg;C">26.78</aws:wet-bulb><aws:wind-speed units="km">9</aws:wind-speed><aws:wind-speed-avg units="km">9</aws:wind-speed-avg><aws:wind-direction>SSW</aws:wind-direction><aws:wind-direction-avg>SSW</aws:wind-direction-avg></aws:ob></aws:weather><aws:weather xmlns:aws="http://www.aws.com/aws"><aws:api version="2.0" /><aws:WebURL>http://weather.weatherbug.com/MD/Germantown-weather.html?ZCode=Z5546&Units=0&stat=GERMN</aws:WebURL><aws:ob><aws:ob-date><aws:year number="2008" /><aws:month number="6" text="June" abbrv="Jun" /><aws:day number="2" text="Monday" abbrv="Mon" /><aws:hour number="3" hour-24="15" /><aws:minute number="32" /><aws:second number="00" /><aws:am-pm abbrv="PM" /><aws:time-zone offset="-4" text="Eastern Daylight Time" abbrv="EDT" /></aws:ob-date><aws:requested-station-id>GERMN</aws:requested-station-id><aws:station-id>GERMN</aws:station-id><aws:station>Dr. Martin Luther King, Jr. MS</aws:station><aws:city-state zipcode="20874">Germantown, MD</aws:city-state><aws:country>USA</aws:country><aws:latitude>39.1811111111111</aws:latitude><aws:longitude>-77.285</aws:longitude><aws:site-url>http://montgomeryschoolsmd.org/schools/mlkms/</aws:site-url><aws:aux-temp units="&deg;C">23</aws:aux-temp><aws:aux-temp-rate units="&deg;C">+0.1</aws:aux-temp-rate><aws:current-condition icon="http://deskwx.weatherbug.com/images/Forecast/icons/cond007.gif">Sunny</aws:current-condition><aws:dew-point units="&deg;C">8</aws:dew-point><aws:elevation units="m">123</aws:elevation><aws:feels-like units="&deg;C">25</aws:feels-like><aws:gust-time><aws:year number="2008" /><aws:month number="6" text="June" abbrv="Jun" /><aws:day number="2" text="Monday" abbrv="Mon" /><aws:hour number="3" hour-24="03" /><aws:minute number="00" /><aws:second number="00" /><aws:am-pm abbrv="AM" /><aws:time-zone offset="-4" text="Eastern Daylight Time" abbrv="EDT" /></aws:gust-time><aws:gust-direction>W</aws:gust-direction><aws:gust-speed units="km" /><aws:humidity units="%">38</aws:humidity><aws:humidity-high units="%">78.7</aws:humidity-high><aws:humidity-low units="%">34.4</aws:humidity-low><aws:humidity-rate>-2.7</aws:humidity-rate><aws:indoor-temp units="&deg;C">23</aws:indoor-temp><aws:indoor-temp-rate units="&deg;C">-0.5</aws:indoor-temp-rate><aws:light>31</aws:light><aws:light-rate>-0.3</aws:light-rate><aws:moon-phase moon-phase-img="http://api.wxbug.net/images/moonphase/mphase01.gif">2</aws:moon-phase><aws:pressure units="mbar">1016.32</aws:pressure><aws:pressure-high units="mbar">1017.46</aws:pressure-high><aws:pressure-low units="mbar">1012.79</aws:pressure-low><aws:pressure-rate units="mbar/h">-0.32</aws:pressure-rate><aws:rain-month units="mm">0.0</aws:rain-month><aws:rain-rate units="mm/h">0.0</aws:rain-rate><aws:rain-rate-max units="mm/h">0.0</aws:rain-rate-max><aws:rain-today units="mm">0.0</aws:rain-today><aws:rain-year units="mm">468.9</aws:rain-year><aws:temp units="&deg;C">23.3</aws:temp><aws:temp-high units="&deg;C">24</aws:temp-high><aws:temp-low units="&deg;C">12</aws:temp-low><aws:temp-rate units="&deg;C/h">+0.5</aws:temp-rate><aws:sunrise><aws:year number="2008" /><aws:month number="6" text="June" abbrv="Jun" /><aws:day number="2" text="Monday" abbrv="Mon" /><aws:hour number="5" hour-24="05" /><aws:minute number="44" /><aws:second number="08" /><aws:am-pm abbrv="AM" /><aws:time-zone offset="-4" text="Eastern Daylight Time" abbrv="EDT" /></aws:sunrise><aws:sunset><aws:year number="2008" /><aws:month number="6" text="June" abbrv="Jun" /><aws:day number="2" text="Monday" abbrv="Mon" /><aws:hour number="8" hour-24="20" /><aws:minute number="30" /><aws:second number="37" /><aws:am-pm abbrv="PM" /><aws:time-zone offset="-4" text="Eastern Daylight Time" abbrv="EDT" /></aws:sunset><aws:wet-bulb units="&deg;C">14.8</aws:wet-bulb><aws:wind-speed units="km">3</aws:wind-speed><aws:wind-speed-avg units="km">6</aws:wind-speed-avg><aws:wind-direction>NNW</aws:wind-direction><aws:wind-direction-avg>NNW</aws:wind-direction-avg></aws:ob></aws:weather> <image> <title>Local Weather from WeatherBug</title> <width>142</width> <height>18</height> <link>http://weather.weatherbug.com/MD/Germantown-weather.html?ZCode=Z5546&Units=0&stat=GERMN</link> <url>http://www.weatherbug.com/aws/imagesHmPg0604/img_wxbug_logo_whiteBG.gif</url> </image> <item> <title>Live Conditions from Germantown, MD - USA</title> <link>http://weather.weatherbug.com/MD/Germantown-weather.html?ZCode=Z5546&Units=0&stat=GERMN</link> <pubDate>Mon, 02 Jun 2008 19:32:01 GMT</pubDate> <description><![CDATA[ <img src="http://deskwx.weatherbug.com/images/Forecast/icons/cond007.gif" border="0" alt="Current Conditions"/>    <b>Sunny</b> <br /> <b>Temperature:</b> 22.0 °C   <br /> <b>Humidity:</b> 37 %   <b>Wind Speed:</b> 11 km N   <b>Pressure:</b> 1015.65 mbar   <br /> <b>Dew Point:</b> 7 °C    <b>Gusts:</b> km N    <b>Rain Today:</b> 0.0 mm    <br /> ]]></description> <guid isPermaLink="false">Mon, 02 Jun 2008 19:32:18 GMT-Station1</guid> </item> <item> <title>Live Conditions from Madras, India</title> <link>http://weather.weatherbug.com/MD/Germantown-weather.html?ZCode=Z5546&Units=0&stat=GERMN</link> <pubDate>Tue, 03 Jun 2008 03:40:00 GMT</pubDate> <description><![CDATA[ <img src="http://deskwx.weatherbug.com/images/Forecast/icons/cond034.gif" border="0" alt="Current Conditions"/>    <b>Mostly Cloudy </b> <br /> <b>Temperature:</b> 29.0 °C   <br /> <b>Humidity:</b> 84 %   <b>Wind Speed:</b> 9 km SSW   <b>Pressure:</b> 1006.09 mbar   <br /> <b>Dew Point:</b> 26 °C    <b>Gusts:</b> km E    <b>Rain Today:</b> 0.0 mm    <br /> ]]></description> <guid isPermaLink="false">Mon, 02 Jun 2008 19:32:18 GMT-Station2</guid> </item> <item> <title>Live Conditions from Germantown, MD - USA</title> <link>http://weather.weatherbug.com/MD/Germantown-weather.html?ZCode=Z5546&Units=0&stat=GERMN</link> <pubDate>Mon, 02 Jun 2008 19:32:00 GMT</pubDate> <description><![CDATA[ <img src="http://deskwx.weatherbug.com/images/Forecast/icons/cond007.gif" border="0" alt="Current Conditions"/>    <b>Sunny</b> <br /> <b>Temperature:</b> 23.3 °C   <br /> <b>Humidity:</b> 38 %   <b>Wind Speed:</b> 3 km NNW   <b>Pressure:</b> 1016.32 mbar   <br /> <b>Dew Point:</b> 8 °C    <b>Gusts:</b> km W    <b>Rain Today:</b> 0.0 mm    <br /> ]]></description> <guid isPermaLink="false">Mon, 02 Jun 2008 19:32:18 GMT-Station3</guid> </item> </channel> </rss>
      • An XML document containing weather conditions for the station or stations.
        <aws:weather> <aws:MultipleStations> <aws:weather> <aws:api version="2.0"/> <aws:WebURL> http://weather.weatherbug.com/MD/Germantown-weather.html?ZCode=Z5546&Units=0&stat=AWSHQ </aws:WebURL> <aws:ob> <aws:ob-date> <aws:year number="2008"/> <aws:month number="10" text="October" abbrv="Oct"/> <aws:day number="3" text="Friday" abbrv="Fri"/> <aws:hour number="3" hour-24="15"/> <aws:minute number="09"/> <aws:second number="02"/> <aws:am-pm abbrv="PM"/> <aws:time-zone offset="-4" text="Eastern Daylight Time" abbrv="EDT"/> </aws:ob-date> <aws:requested-station-id>awshq</aws:requested-station-id> <aws:station-id>AWSHQ</aws:station-id> <aws:station>WeatherBug Headquarters</aws:station> <aws:city-state zipcode="20876">Germantown, MD</aws:city-state> <aws:country>USA</aws:country> <aws:latitude>39.2005555555556</aws:latitude> <aws:longitude>-77.2630555555556</aws:longitude> <aws:site-url>http://www.aws.com/</aws:site-url> <aws:aux-temp units="°C">-73</aws:aux-temp> <aws:aux-temp-rate units="°C">+0.1</aws:aux-temp-rate> <aws:current-condition icon="http://deskwx.weatherbug.com/images/Forecast/icons/cond007.gif">Sunny</aws:current-condition> <aws:dew-point units="°C">6</aws:dew-point> <aws:elevation units="m">151</aws:elevation> <aws:feels-like units="°C">19</aws:feels-like> <aws:gust-time> <aws:year number="0001"/> <aws:month number="1" text="January" abbrv="Jan"/> <aws:day number="1" text="Monday" abbrv="Mon"/> <aws:hour number="12" hour-24="00"/> <aws:minute number="00"/> <aws:second number="00"/> <aws:am-pm abbrv="AM"/> <aws:time-zone offset="-4" text="Eastern Daylight Time" abbrv="EDT"/> </aws:gust-time> <aws:gust-direction>WNW</aws:gust-direction> <aws:gust-speed units="km">48</aws:gust-speed> <aws:humidity units="%">43</aws:humidity> <aws:humidity-high units="%">80.0</aws:humidity-high> <aws:humidity-low units="%">39.2</aws:humidity-low> <aws:humidity-rate>+1.5</aws:humidity-rate> <aws:indoor-temp units="°C">18</aws:indoor-temp> <aws:indoor-temp-rate units="°C">+0.0</aws:indoor-temp-rate> <aws:light>76</aws:light> <aws:light-rate>-3.6</aws:light-rate> <aws:moon-phase moon-phase-img="http://api.wxbug.net/images/moonphase/mphase03.gif">-13</aws:moon-phase> <aws:pressure units="mbar">1015.54</aws:pressure> <aws:pressure-high units="mbar">1015.87</aws:pressure-high> <aws:pressure-low units="mbar">1012.70</aws:pressure-low> <aws:pressure-rate units="mbar/h">-0.03</aws:pressure-rate> <aws:rain-month units="mm">0.5</aws:rain-month> <aws:rain-rate units="mm/h">0.0</aws:rain-rate> <aws:rain-rate-max units="mm/h">0.0</aws:rain-rate-max> <aws:rain-today units="mm">0.0</aws:rain-today> <aws:rain-year units="mm">628.7</aws:rain-year> <aws:temp units="°C">19.1</aws:temp> <aws:temp-high units="°C">19</aws:temp-high> <aws:temp-low units="°C">8</aws:temp-low> <aws:temp-rate units="°C/h">+0.5</aws:temp-rate> <aws:sunrise> <aws:year number="2008"/> <aws:month number="10" text="October" abbrv="Oct"/> <aws:day number="3" text="Friday" abbrv="Fri"/> <aws:hour number="7" hour-24="07"/> <aws:minute number="07"/> <aws:second number="39"/> <aws:am-pm abbrv="AM"/> <aws:time-zone offset="-4" text="Eastern Daylight Time" abbrv="EDT"/> </aws:sunrise> <aws:sunset> <aws:year number="2008"/> <aws:month number="10" text="October" abbrv="Oct"/> <aws:day number="3" text="Friday" abbrv="Fri"/> <aws:hour number="6" hour-24="18"/> <aws:minute number="47"/> <aws:second number="18"/> <aws:am-pm abbrv="PM"/> <aws:time-zone offset="-4" text="Eastern Daylight Time" abbrv="EDT"/> </aws:sunset> <aws:wet-bulb units="°C">12.19</aws:wet-bulb> <aws:wind-speed units="km">16</aws:wind-speed> <aws:wind-speed-avg units="km">15</aws:wind-speed-avg> <aws:wind-direction>NNE</aws:wind-direction> <aws:wind-direction-avg>N</aws:wind-direction-avg> </aws:ob> </aws:weather> <aws:weather> <aws:api version="2.0"/> <aws:WebURL> http://weather.weatherbug.com/India/Alandur-weather.html?ZCode=Z5546&Units=0&stat=VOMM </aws:WebURL> <aws:ob> <aws:ob-date> <aws:year number="2008"/> <aws:month number="10" text="October" abbrv="Oct"/> <aws:day number="3" text="Friday" abbrv="Fri"/> <aws:hour number="11" hour-24="23"/> <aws:minute number="40"/> <aws:second number="00"/> <aws:am-pm abbrv="PM"/> </aws:ob-date> <aws:requested-station-id>vomm</aws:requested-station-id> <aws:station-id>VOMM</aws:station-id> <aws:station>Madras (Minambakkam)</aws:station> <aws:city-state citycode="63968">Madras, WORLD</aws:city-state> <aws:country>India</aws:country> <aws:latitude>13</aws:latitude> <aws:longitude>80.1833333333333</aws:longitude> <aws:site-url/> <aws:aux-temp units="°C">-140</aws:aux-temp> <aws:aux-temp-rate units="°C">+0.0</aws:aux-temp-rate> <aws:current-condition icon="http://deskwx.weatherbug.com/images/Forecast/icons/cond016.gif">Partly Cloudy</aws:current-condition> <aws:dew-point units="°C">21</aws:dew-point> <aws:elevation units="m">10</aws:elevation> <aws:feels-like units="°C">29</aws:feels-like> <aws:gust-time> <aws:year number="2008"/> <aws:month number="10" text="October" abbrv="Oct"/> <aws:day number="3" text="Friday" abbrv="Fri"/> <aws:hour number="12" hour-24="12"/> <aws:minute number="00"/> <aws:second number="00"/> <aws:am-pm abbrv="PM"/> </aws:gust-time> <aws:gust-direction>SSE</aws:gust-direction> <aws:gust-speed units="km">15</aws:gust-speed> <aws:humidity units="%">69</aws:humidity> <aws:humidity-high units="%">78.5</aws:humidity-high> <aws:humidity-low units="%">39.9</aws:humidity-low> <aws:humidity-rate>+0.0</aws:humidity-rate> <aws:indoor-temp units="°C">-18</aws:indoor-temp> <aws:indoor-temp-rate units="°C">+0.0</aws:indoor-temp-rate> <aws:light>0</aws:light> <aws:light-rate>+0.0</aws:light-rate> <aws:moon-phase moon-phase-img="http://api.wxbug.net/images/moonphase/mphase03.gif">-16</aws:moon-phase> <aws:pressure units="mbar">1009.14</aws:pressure> <aws:pressure-high units="mbar">1010.84</aws:pressure-high> <aws:pressure-low units="mbar">1006.09</aws:pressure-low> <aws:pressure-rate units="mbar/h">+0.00</aws:pressure-rate> <aws:rain-month units="mm">0.0</aws:rain-month> <aws:rain-rate units="mm/h">0.0</aws:rain-rate> <aws:rain-rate-max units="mm/h">0.0</aws:rain-rate-max> <aws:rain-today units="mm">0.0</aws:rain-today> <aws:rain-year units="mm">0.0</aws:rain-year> <aws:temp units="°C">27.0</aws:temp> <aws:temp-high units="°C">32</aws:temp-high> <aws:temp-low units="°C">27</aws:temp-low> <aws:temp-rate units="°C/h">+0.0</aws:temp-rate> <aws:sunrise> <aws:year number="2008"/> <aws:month number="10" text="October" abbrv="Oct"/> <aws:day number="3" text="Friday" abbrv="Fri"/> <aws:hour number="5" hour-24="05"/> <aws:minute number="28"/> <aws:second number="37"/> <aws:am-pm abbrv="AM"/> </aws:sunrise> <aws:sunset> <aws:year number="2008"/> <aws:month number="10" text="October" abbrv="Oct"/> <aws:day number="3" text="Friday" abbrv="Fri"/> <aws:hour number="5" hour-24="17"/> <aws:minute number="27"/> <aws:second number="29"/> <aws:am-pm abbrv="PM"/> </aws:sunset> <aws:wet-bulb units="°C">22.69</aws:wet-bulb> <aws:wind-speed units="km">0</aws:wind-speed> <aws:wind-speed-avg units="km">0</aws:wind-speed-avg> <aws:wind-direction>NNE</aws:wind-direction> <aws:wind-direction-avg>NNE</aws:wind-direction-avg> </aws:ob> </aws:weather> <aws:weather> <aws:api version="2.0"/> <aws:WebURL> http://weather.weatherbug.com/MD/Germantown-weather.html?ZCode=Z5546&Units=0&stat=GERMN </aws:WebURL> <aws:ob> <aws:ob-date> <aws:year number="2008"/> <aws:month number="10" text="October" abbrv="Oct"/> <aws:day number="3" text="Friday" abbrv="Fri"/> <aws:hour number="3" hour-24="15"/> <aws:minute number="09"/> <aws:second number="00"/> <aws:am-pm abbrv="PM"/> <aws:time-zone offset="-4" text="Eastern Daylight Time" abbrv="EDT"/> </aws:ob-date> <aws:requested-station-id>germn</aws:requested-station-id> <aws:station-id>GERMN</aws:station-id> <aws:station>Dr. Martin Luther King, Jr. MS</aws:station> <aws:city-state zipcode="20874">Germantown, MD</aws:city-state> <aws:country>USA</aws:country> <aws:latitude>39.1811111111111</aws:latitude> <aws:longitude>-77.285</aws:longitude> <aws:site-url>http://montgomeryschoolsmd.org/schools/mlkms/</aws:site-url> <aws:aux-temp units="°C">22</aws:aux-temp> <aws:aux-temp-rate units="°C">+0.3</aws:aux-temp-rate> <aws:current-condition icon="http://deskwx.weatherbug.com/images/Forecast/icons/cond007.gif">Sunny</aws:current-condition> <aws:dew-point units="°C">8</aws:dew-point> <aws:elevation units="m">123</aws:elevation> <aws:feels-like units="°C">20</aws:feels-like> <aws:gust-time> <aws:year number="2008"/> <aws:month number="10" text="October" abbrv="Oct"/> <aws:day number="3" text="Friday" abbrv="Fri"/> <aws:hour number="10" hour-24="10"/> <aws:minute number="57"/> <aws:second number="00"/> <aws:am-pm abbrv="AM"/> <aws:time-zone offset="-4" text="Eastern Daylight Time" abbrv="EDT"/> </aws:gust-time> <aws:gust-direction>W</aws:gust-direction> <aws:gust-speed units="km">31</aws:gust-speed> <aws:humidity units="%">43</aws:humidity> <aws:humidity-high units="%">94.9</aws:humidity-high> <aws:humidity-low units="%">41.7</aws:humidity-low> <aws:humidity-rate>+0.1</aws:humidity-rate> <aws:indoor-temp units="°C">29</aws:indoor-temp> <aws:indoor-temp-rate units="°C">+0.0</aws:indoor-temp-rate> <aws:light>29</aws:light> <aws:light-rate>-1.5</aws:light-rate> <aws:moon-phase moon-phase-img="http://api.wxbug.net/images/moonphase/mphase03.gif">-13</aws:moon-phase> <aws:pressure units="mbar">1015.26</aws:pressure> <aws:pressure-high units="mbar">1015.63</aws:pressure-high> <aws:pressure-low units="mbar">1012.79</aws:pressure-low> <aws:pressure-rate units="mbar/h">-0.05</aws:pressure-rate> <aws:rain-month units="mm">N/A</aws:rain-month> <aws:rain-rate units="mm/h">N/A</aws:rain-rate> <aws:rain-rate-max units="mm/h">N/A</aws:rain-rate-max> <aws:rain-today units="mm">N/A</aws:rain-today> <aws:rain-year units="mm">N/A</aws:rain-year> <aws:temp units="°C">20.3</aws:temp> <aws:temp-high units="°C">21</aws:temp-high> <aws:temp-low units="°C">7</aws:temp-low> <aws:temp-rate units="°C/h">+0.4</aws:temp-rate> <aws:sunrise> <aws:year number="2008"/> <aws:month number="10" text="October" abbrv="Oct"/> <aws:day number="3" text="Friday" abbrv="Fri"/> <aws:hour number="7" hour-24="07"/> <aws:minute number="07"/> <aws:second number="44"/> <aws:am-pm abbrv="AM"/> <aws:time-zone offset="-4" text="Eastern Daylight Time" abbrv="EDT"/> </aws:sunrise> <aws:sunset> <aws:year number="2008"/> <aws:month number="10" text="October" abbrv="Oct"/> <aws:day number="3" text="Friday" abbrv="Fri"/> <aws:hour number="6" hour-24="18"/> <aws:minute number="47"/> <aws:second number="24"/> <aws:am-pm abbrv="PM"/> <aws:time-zone offset="-4" text="Eastern Daylight Time" abbrv="EDT"/> </aws:sunset> <aws:wet-bulb units="°C">13.16</aws:wet-bulb> <aws:wind-speed units="km">10</aws:wind-speed> <aws:wind-speed-avg units="km">9</aws:wind-speed-avg> <aws:wind-direction>WNW</aws:wind-direction> <aws:wind-direction-avg>WNW</aws:wind-direction-avg> </aws:ob> </aws:weather> </aws:MultipleStations> </aws:weather>
    2. By Zip Code

      Call Format:
      http://<apicode>.api.wxbug.net/getLiveWeatherRSS.aspx?ACode=<apicode>&zipCode=<zipcode>&UnitType=<UnitType>&OutputType=<OutputType>

      Example:
      http://A1111111111.api.wxbug.net/getLiveWeatherRSS.aspx?ACode=A1111111111&zipCode=20874

      Input Parameters:

      • ACode (required)
      • ZipCode (required)
      • UnitType (optional)
      • OutputType (optional)

      Output:

      • An RSS document containing weather conditions for the Zip Code.
        <rss version="2.0"> <channel> <title>Observations from Germantown, MD - USA</title> <link>http://weather.weatherbug.com/MD/Germantown-weather.html?ZCode=Z5546&Units=0&stat=GRMTN</link> <description>Weatherbug, the owner of the world's largest weather network is now providing an API to it's weather data in the form of RSS. This will enable it's enthusiastic users to build their own applications.</description> <language>en-us</language> <lastBuildDate>Mon, 02 Jun 2008 19:00:00 GMT</lastBuildDate> <ttl>60</ttl> <aws:weather xmlns:aws="http://www.aws.com/aws"><aws:api version="2.0" /><aws:WebURL>http://weather.weatherbug.com/MD/Germantown-weather.html?ZCode=Z5546&Units=0&stat=GRMTN</aws:WebURL><aws:ob><aws:ob-date><aws:year number="2008" /><aws:month number="6" text="June" abbrv="Jun" /><aws:day number="2" text="Monday" abbrv="Mon" /><aws:hour number="3" hour-24="15" /><aws:minute number="38" /><aws:second number="01" /><aws:am-pm abbrv="PM" /><aws:time-zone offset="-4" text="Eastern Daylight Time" abbrv="EDT" /></aws:ob-date><aws:requested-station-id /><aws:station-id>GRMTN</aws:station-id><aws:station>Seneca Valley HS</aws:station><aws:city-state zipcode="20874">Germantown, MD</aws:city-state><aws:country>USA</aws:country><aws:latitude>39.1769444444444</aws:latitude><aws:longitude>-77.2636111111111</aws:longitude><aws:site-url>http://www2.mcps.k12.md.us/schools/senecavalleyhs/</aws:site-url><aws:aux-temp units="&deg;F">72</aws:aux-temp><aws:aux-temp-rate units="&deg;F">+1.2</aws:aux-temp-rate><aws:current-condition icon="http://deskwx.weatherbug.com/images/Forecast/icons/cond007.gif">Sunny</aws:current-condition><aws:dew-point units="&deg;F">47</aws:dew-point><aws:elevation units="ft">456</aws:elevation><aws:feels-like units="&deg;F">76</aws:feels-like><aws:gust-time><aws:year number="2008" /><aws:month number="6" text="June" abbrv="Jun" /><aws:day number="2" text="Monday" abbrv="Mon" /><aws:hour number="1" hour-24="13" /><aws:minute number="08" /><aws:second number="00" /><aws:am-pm abbrv="PM" /><aws:time-zone offset="-4" text="Eastern Daylight Time" abbrv="EDT" /></aws:gust-time><aws:gust-direction>W</aws:gust-direction><aws:gust-speed units="mph" /><aws:humidity units="%">38</aws:humidity><aws:humidity-high units="%">74.1</aws:humidity-high><aws:humidity-low units="%">35.3</aws:humidity-low><aws:humidity-rate>-2.1</aws:humidity-rate><aws:indoor-temp units="&deg;F">80</aws:indoor-temp><aws:indoor-temp-rate units="&deg;F">+2.7</aws:indoor-temp-rate><aws:light>15</aws:light><aws:light-rate>-0.4</aws:light-rate><aws:moon-phase moon-phase-img="http://api.wxbug.net/images/moonphase/mphase01.gif">2</aws:moon-phase><aws:pressure units=""">29.97</aws:pressure><aws:pressure-high units=""">30.00</aws:pressure-high><aws:pressure-low units=""">29.87</aws:pressure-low><aws:pressure-rate units=""/h">-0.01</aws:pressure-rate><aws:rain-month units=""">0.00</aws:rain-month><aws:rain-rate units=""/h">0.00</aws:rain-rate><aws:rain-rate-max units=""/h">0.00</aws:rain-rate-max><aws:rain-today units=""">0.00</aws:rain-today><aws:rain-year units=""">14.32</aws:rain-year><aws:temp units="&deg;F">73.3</aws:temp><aws:temp-high units="&deg;F">76</aws:temp-high><aws:temp-low units="&deg;F">56</aws:temp-low><aws:temp-rate units="&deg;F/h">-0.4</aws:temp-rate><aws:sunrise><aws:year number="2008" /><aws:month number="6" text="June" abbrv="Jun" /><aws:day number="2" text="Monday" abbrv="Mon" /><aws:hour number="5" hour-24="05" /><aws:minute number="44" /><aws:second number="03" /><aws:am-pm abbrv="AM" /><aws:time-zone offset="-4" text="Eastern Daylight Time" abbrv="EDT" /></aws:sunrise><aws:sunset><aws:year number="2008" /><aws:month number="6" text="June" abbrv="Jun" /><aws:day number="2" text="Monday" abbrv="Mon" /><aws:hour number="8" hour-24="20" /><aws:minute number="30" /><aws:second number="31" /><aws:am-pm abbrv="PM" /><aws:time-zone offset="-4" text="Eastern Daylight Time" abbrv="EDT" /></aws:sunset><aws:wet-bulb units="&deg;F">58.01</aws:wet-bulb><aws:wind-speed units="mph">9</aws:wind-speed><aws:wind-speed-avg units="mph">7</aws:wind-speed-avg><aws:wind-direction>N</aws:wind-direction><aws:wind-direction-avg>N</aws:wind-direction-avg></aws:ob></aws:weather> <image> <title>Local Weather from WeatherBug</title> <width>142</width> <height>18</height> <link>http://weather.weatherbug.com/MD/Germantown-weather.html?ZCode=Z5546&Units=0&stat=GRMTN</link> <url>http://www.weatherbug.com/aws/imagesHmPg0604/img_wxbug_logo_whiteBG.gif</url> </image> <item> <title>Live Conditions from Germantown, MD - USA</title> <link>http://weather.weatherbug.com/MD/Germantown-weather.html?ZCode=Z5546&Units=0&stat=GRMTN</link> <pubDate>Mon, 02 Jun 2008 19:38:01 GMT</pubDate> <description><![CDATA[ <img src="http://deskwx.weatherbug.com/images/Forecast/icons/cond007.gif" border="0" alt="Current Conditions"/>    <b>Sunny</b> <br /> <b>Temperature:</b> 73.3 °F   <br /> <b>Humidity:</b> 38 %   <b>Wind Speed:</b> 9 mph N   <b>Pressure:</b> 29.97 "   <br /> <b>Dew Point:</b> 47 °F    <b>Gusts:</b> mph W    <b>Rain Today:</b> 0.00 "    <br /> ]]></description> <guid isPermaLink="false">Mon, 02 Jun 2008 19:39:13 GMT-Station1</guid> </item> </channel> </rss>
      • An XML document containing weather conditions for the Zip Code.
        <aws:weather> <aws:api version="2.0"/> <aws:WebURL> http://weather.weatherbug.com/MD/Germantown-weather.html?ZCode=Z5546&Units=0&stat=GRMTN </aws:WebURL> <aws:ob> <aws:ob-date> <aws:year number="2008"/> <aws:month number="10" text="October" abbrv="Oct"/> <aws:day number="3" text="Friday" abbrv="Fri"/> <aws:hour number="3" hour-24="15"/> <aws:minute number="22"/> <aws:second number="03"/> <aws:am-pm abbrv="PM"/> <aws:time-zone offset="-4" text="Eastern Daylight Time" abbrv="EDT"/> </aws:ob-date> <aws:requested-station-id/> <aws:station-id>GRMTN</aws:station-id> <aws:station>Seneca Valley HS</aws:station> <aws:city-state zipcode="20874">Germantown, MD</aws:city-state> <aws:country>USA</aws:country> <aws:latitude>39.1769444444444</aws:latitude> <aws:longitude>-77.2636111111111</aws:longitude> <aws:site-url>http://www2.mcps.k12.md.us/schools/senecavalleyhs/</aws:site-url> <aws:aux-temp units="°F">68</aws:aux-temp> <aws:aux-temp-rate units="°F">+0.4</aws:aux-temp-rate> <aws:current-condition icon="http://deskwx.weatherbug.com/images/Forecast/icons/cond007.gif">Sunny</aws:current-condition> <aws:dew-point units="°F">46</aws:dew-point> <aws:elevation units="ft">456</aws:elevation> <aws:feels-like units="°F">69</aws:feels-like> <aws:gust-time> <aws:year number="2008"/> <aws:month number="10" text="October" abbrv="Oct"/> <aws:day number="3" text="Friday" abbrv="Fri"/> <aws:hour number="2" hour-24="14"/> <aws:minute number="33"/> <aws:second number="00"/> <aws:am-pm abbrv="PM"/> <aws:time-zone offset="-4" text="Eastern Daylight Time" abbrv="EDT"/> </aws:gust-time> <aws:gust-direction>NNW</aws:gust-direction> <aws:gust-speed units="mph">19</aws:gust-speed> <aws:humidity units="%">43</aws:humidity> <aws:humidity-high units="%">87.5</aws:humidity-high> <aws:humidity-low units="%">41.3</aws:humidity-low> <aws:humidity-rate>+0.3</aws:humidity-rate> <aws:indoor-temp units="°F">81</aws:indoor-temp> <aws:indoor-temp-rate units="°F">-0.9</aws:indoor-temp-rate> <aws:light>64</aws:light> <aws:light-rate>-4.9</aws:light-rate> <aws:moon-phase moon-phase-img="http://api.wxbug.net/images/moonphase/mphase03.gif">-13</aws:moon-phase> <aws:pressure units=""">29.99</aws:pressure> <aws:pressure-high units=""">30.00</aws:pressure-high> <aws:pressure-low units=""">29.92</aws:pressure-low> <aws:pressure-rate units=""/h">-0.00</aws:pressure-rate> <aws:rain-month units=""">0.01</aws:rain-month> <aws:rain-rate units=""/h">0.00</aws:rain-rate> <aws:rain-rate-max units=""/h">0.00</aws:rain-rate-max> <aws:rain-today units=""">0.00</aws:rain-today> <aws:rain-year units=""">1.96</aws:rain-year> <aws:temp units="°F">68.7</aws:temp> <aws:temp-high units="°F">69</aws:temp-high> <aws:temp-low units="°F">48</aws:temp-low> <aws:temp-rate units="°F/h">+1.5</aws:temp-rate> <aws:sunrise> <aws:year number="2008"/> <aws:month number="10" text="October" abbrv="Oct"/> <aws:day number="3" text="Friday" abbrv="Fri"/> <aws:hour number="7" hour-24="07"/> <aws:minute number="07"/> <aws:second number="39"/> <aws:am-pm abbrv="AM"/> <aws:time-zone offset="-4" text="Eastern Daylight Time" abbrv="EDT"/> </aws:sunrise> <aws:sunset> <aws:year number="2008"/> <aws:month number="10" text="October" abbrv="Oct"/> <aws:day number="3" text="Friday" abbrv="Fri"/> <aws:hour number="6" hour-24="18"/> <aws:minute number="47"/> <aws:second number="19"/> <aws:am-pm abbrv="PM"/> <aws:time-zone offset="-4" text="Eastern Daylight Time" abbrv="EDT"/> </aws:sunset> <aws:wet-bulb units="°F">55.94</aws:wet-bulb> <aws:wind-speed units="mph">5</aws:wind-speed> <aws:wind-speed-avg units="mph">5</aws:wind-speed-avg> <aws:wind-direction>NNE</aws:wind-direction> <aws:wind-direction-avg>N</aws:wind-direction-avg> </aws:ob> </aws:weather>
    3. By City Code

      Call Format:
      http://<apicode>.api.wxbug.net/getLiveWeatherRSS.aspx?ACode=<apicode>&cityCode=<citycode>&UnitType=<UnitType>&OutputType=<OutputType>

      Example: http://A1111111111.api.wxbug.net/getLiveWeatherRSS.aspx?ACode=A1111111111&cityCode=60888

      Input Parameters:

      • ACode (required)
      • CityCode (required)
      • UnitType (optional)
      • OutputType (optional)

      Output:

      • An RSS document containing weather conditions for the City Code.
        <rss version="2.0"> <channel> <title>Observations from Bournemouth, United Kingdom </title> <link>http://weather.weatherbug.com/United Kingdom/Ferndown-weather.html?ZCode=Z5546&Units=0&stat=EGHH</link> <description>Weatherbug, the owner of the world's largest weather network is now providing an API to it's weather data in the form of RSS. This will enable it's enthusiastic users to build their own applications.</description> <language>en-us</language> <lastBuildDate>Mon, 02 Jun 2008 19:00:00 GMT</lastBuildDate> <ttl>60</ttl> <aws:weather xmlns:aws="http://www.aws.com/aws"><aws:api version="2.0" /><aws:WebURL>http://weather.weatherbug.com/United Kingdom/Ferndown-weather.html?ZCode=Z5546&Units=0&stat=EGHH</aws:WebURL><aws:ob><aws:ob-date><aws:year number="2008" /><aws:month number="6" text="June" abbrv="Jun" /><aws:day number="2" text="Monday" abbrv="Mon" /><aws:hour number="8" hour-24="20" /><aws:minute number="20" /><aws:second number="00" /><aws:am-pm abbrv="PM" /></aws:ob-date><aws:requested-station-id /><aws:station-id>EGHH</aws:station-id><aws:station>Bournemouth Airport</aws:station><aws:city-state citycode="60654">Bournemouth, WORLD</aws:city-state><aws:country>United Kingdom</aws:country><aws:latitude>50.7833333333333</aws:latitude><aws:longitude>-1.83333333333333</aws:longitude><aws:site-url /><aws:aux-temp units="&deg;F">191</aws:aux-temp><aws:aux-temp-rate units="&deg;F">+0.0</aws:aux-temp-rate><aws:current-condition icon="http://deskwx.weatherbug.com/images/Forecast/icons/cond051.gif">Fog</aws:current-condition><aws:dew-point units="&deg;F">59</aws:dew-point><aws:elevation units="ft">36</aws:elevation><aws:feels-like units="&deg;F">61</aws:feels-like><aws:gust-time><aws:year number="2008" /><aws:month number="6" text="June" abbrv="Jun" /><aws:day number="2" text="Monday" abbrv="Mon" /><aws:hour number="12" hour-24="12" /><aws:minute number="00" /><aws:second number="00" /><aws:am-pm abbrv="PM" /></aws:gust-time><aws:gust-direction>NNE</aws:gust-direction><aws:gust-speed units="mph" /><aws:humidity units="%">94</aws:humidity><aws:humidity-high units="%">100.0</aws:humidity-high><aws:humidity-low units="%">77.0</aws:humidity-low><aws:humidity-rate>+0.0</aws:humidity-rate><aws:indoor-temp units="&deg;F">-0</aws:indoor-temp><aws:indoor-temp-rate units="&deg;F">+0.0</aws:indoor-temp-rate><aws:light>0</aws:light><aws:light-rate>+0.0</aws:light-rate><aws:moon-phase moon-phase-img="http://api.wxbug.net/images/moonphase/mphase01.gif">2</aws:moon-phase><aws:pressure units=""">29.85</aws:pressure><aws:pressure-high units=""">29.91</aws:pressure-high><aws:pressure-low units=""">28.00</aws:pressure-low><aws:pressure-rate units=""/h">+0.00</aws:pressure-rate><aws:rain-month units=""">0.00</aws:rain-month><aws:rain-rate units=""/h">0.00</aws:rain-rate><aws:rain-rate-max units=""/h">0.00</aws:rain-rate-max><aws:rain-today units=""">0.00</aws:rain-today><aws:rain-year units=""">0.00</aws:rain-year><aws:temp units="&deg;F">60.8</aws:temp><aws:temp-high units="&deg;F">63</aws:temp-high><aws:temp-low units="&deg;F">50</aws:temp-low><aws:temp-rate units="&deg;F/h">+0.0</aws:temp-rate><aws:sunrise><aws:year number="2008" /><aws:month number="6" text="June" abbrv="Jun" /><aws:day number="2" text="Monday" abbrv="Mon" /><aws:hour number="3" hour-24="03" /><aws:minute number="43" /><aws:second number="32" /><aws:am-pm abbrv="AM" /></aws:sunrise><aws:sunset><aws:year number="2008" /><aws:month number="6" text="June" abbrv="Jun" /><aws:day number="2" text="Monday" abbrv="Mon" /><aws:hour number="7" hour-24="19" /><aws:minute number="58" /><aws:second number="22" /><aws:am-pm abbrv="PM" /></aws:sunset><aws:wet-bulb units="&deg;F">59.9</aws:wet-bulb><aws:wind-speed units="mph">5</aws:wind-speed><aws:wind-speed-avg units="mph">5</aws:wind-speed-avg><aws:wind-direction>NE</aws:wind-direction><aws:wind-direction-avg>NE</aws:wind-direction-avg></aws:ob></aws:weather> <image> <title>Local Weather from WeatherBug</title> <width>142</width> <height>18</height> <link>http://weather.weatherbug.com/United Kingdom/Ferndown-weather.html?ZCode=Z5546&Units=0&stat=EGHH</link> <url>http://www.weatherbug.com/aws/imagesHmPg0604/img_wxbug_logo_whiteBG.gif</url> </image> <item> <title>Live Conditions from Bournemouth, United Kingdom</title> <link>http://weather.weatherbug.com/United Kingdom/Ferndown-weather.html?ZCode=Z5546&Units=0&stat=EGHH</link> <pubDate>Tue, 03 Jun 2008 00:20:00 GMT</pubDate> <description><![CDATA[ <img src="http://deskwx.weatherbug.com/images/Forecast/icons/cond051.gif" border="0" alt="Current Conditions"/>    <b>Fog</b> <br /> <b>Temperature:</b> 60.8 °F   <br /> <b>Humidity:</b> 94 %   <b>Wind Speed:</b> 5 mph NE   <b>Pressure:</b> 29.85 "   <br /> <b>Dew Point:</b> 59 °F    <b>Gusts:</b> mph NNE    <b>Rain Today:</b> 0.00 "    <br /> ]]></description> <guid isPermaLink="false">Mon, 02 Jun 2008 19:52:23 GMT-Station1</guid> </item> </channel> </rss>
      • An XML document containing weather conditions for the City Code.
        <aws:weather> <aws:api version="2.0"/> <aws:WebURL> http://weather.weatherbug.com/United Kingdom/Ferndown-weather.html?ZCode=Z5546&Units=0&stat=EGHH </aws:WebURL> <aws:ob> <aws:ob-date> <aws:year number="2008"/> <aws:month number="10" text="October" abbrv="Oct"/> <aws:day number="3" text="Friday" abbrv="Fri"/> <aws:hour number="8" hour-24="20"/> <aws:minute number="50"/> <aws:second number="00"/> <aws:am-pm abbrv="PM"/> </aws:ob-date> <aws:requested-station-id/> <aws:station-id>EGHH</aws:station-id> <aws:station>Bournemouth Airport</aws:station> <aws:city-state citycode="60654">Bournemouth, WORLD</aws:city-state> <aws:country>United Kingdom</aws:country> <aws:latitude>50.7833333333333</aws:latitude> <aws:longitude>-1.83333333333333</aws:longitude> <aws:site-url/> <aws:aux-temp units="°F">-204</aws:aux-temp> <aws:aux-temp-rate units="°F">+0.0</aws:aux-temp-rate> <aws:current-condition icon="http://deskwx.weatherbug.com/images/Forecast/icons/cond035.gif">Fair</aws:current-condition> <aws:dew-point units="°F">39</aws:dew-point> <aws:elevation units="ft">36</aws:elevation> <aws:feels-like units="°F">41</aws:feels-like> <aws:gust-time> <aws:year number="2008"/> <aws:month number="10" text="October" abbrv="Oct"/> <aws:day number="3" text="Friday" abbrv="Fri"/> <aws:hour number="11" hour-24="11"/> <aws:minute number="20"/> <aws:second number="00"/> <aws:am-pm abbrv="AM"/> </aws:gust-time> <aws:gust-direction>N</aws:gust-direction> <aws:gust-speed units="mph">31</aws:gust-speed> <aws:humidity units="%">81</aws:humidity> <aws:humidity-high units="%">81.2</aws:humidity-high> <aws:humidity-low units="%">43.4</aws:humidity-low> <aws:humidity-rate>+0.0</aws:humidity-rate> <aws:indoor-temp units="°F">-0</aws:indoor-temp> <aws:indoor-temp-rate units="°F">+0.0</aws:indoor-temp-rate> <aws:light>0</aws:light> <aws:light-rate>+0.0</aws:light-rate> <aws:moon-phase moon-phase-img="http://api.wxbug.net/images/moonphase/mphase03.gif">-15</aws:moon-phase> <aws:pressure units=""">30.09</aws:pressure> <aws:pressure-high units=""">30.09</aws:pressure-high> <aws:pressure-low units=""">29.74</aws:pressure-low> <aws:pressure-rate units=""/h">+0.00</aws:pressure-rate> <aws:rain-month units=""">0.00</aws:rain-month> <aws:rain-rate units=""/h">0.00</aws:rain-rate> <aws:rain-rate-max units=""/h">0.00</aws:rain-rate-max> <aws:rain-today units=""">0.00</aws:rain-today> <aws:rain-year units=""">0.00</aws:rain-year> <aws:temp units="°F">44.6</aws:temp> <aws:temp-high units="°F">55</aws:temp-high> <aws:temp-low units="°F">45</aws:temp-low> <aws:temp-rate units="°F/h">+0.0</aws:temp-rate> <aws:sunrise> <aws:year number="2008"/> <aws:month number="10" text="October" abbrv="Oct"/> <aws:day number="3" text="Friday" abbrv="Fri"/> <aws:hour number="6" hour-24="06"/> <aws:minute number="11"/> <aws:second number="43"/> <aws:am-pm abbrv="AM"/> </aws:sunrise> <aws:sunset> <aws:year number="2008"/> <aws:month number="10" text="October" abbrv="Oct"/> <aws:day number="3" text="Friday" abbrv="Fri"/> <aws:hour number="5" hour-24="17"/> <aws:minute number="39"/> <aws:second number="36"/> <aws:am-pm abbrv="PM"/> </aws:sunset> <aws:wet-bulb units="°F">42.062</aws:wet-bulb> <aws:wind-speed units="mph">6</aws:wind-speed> <aws:wind-speed-avg units="mph">6</aws:wind-speed-avg> <aws:wind-direction>NW</aws:wind-direction> <aws:wind-direction-avg>NW</aws:wind-direction-avg> </aws:ob> </aws:weather>
    4. By Latitude and Longitude

      Call Format:
      http://<apicode>.api.wxbug.net/getLiveWeatherRSS.aspx?ACode=<apicode>&lat=<latitude>&long=<longitude>&UnitType=<UnitType>&OutputType=<OutputType>

      Example:
      http://A1111111111.api.wxbug.net/getLiveWeatherRSS.aspx?ACode=A1111111111&lat=28.73&long=77.46&UnitType=1

      Input Parameters:

      • ACode (required)
      • Lat (required) [min:-90 max:90] (with 2 digits right to the decimal point)
      • Long (required) [min:-180 max:180] (with 2 digits right to the decimal point)
      • UnitType (optional)
      • OutputType (optional)

      Output:

      • An RSS document containing weather conditions for the City Code.
        <rss version="2.0"> <channel> <title>Observations from Delhi, India </title> <link>http://weather.weatherbug.com/India/Delhi Cantonment-weather.html?ZCode=Z5546&Units=1&stat=VIDP</link> <description>Weatherbug, the owner of the world's largest weather network is now providing an API to it's weather data in the form of RSS. This will enable it's enthusiastic users to build their own applications.</description> <language>en-us</language> <lastBuildDate>Mon, 02 Jun 2008 19:00:00 GMT</lastBuildDate> <ttl>60</ttl> <aws:weather xmlns:aws="http://www.aws.com/aws"><aws:api version="2.0" /><aws:WebURL>http://weather.weatherbug.com/India/Delhi Cantonment-weather.html?ZCode=Z5546&Units=1&stat=VIDP</aws:WebURL><aws:ob><aws:ob-date><aws:year number="2008" /><aws:month number="6" text="June" abbrv="Jun" /><aws:day number="3" text="Tuesday" abbrv="Tue" /><aws:hour number="12" hour-24="00" /><aws:minute number="30" /><aws:second number="00" /><aws:am-pm abbrv="AM" /></aws:ob-date><aws:requested-station-id /><aws:station-id>VIDP</aws:station-id><aws:station>Delhi (Indira Gandhi)</aws:station><aws:city-state citycode="64469">Delhi, WORLD</aws:city-state><aws:country>India</aws:country><aws:latitude>28.5666666666667</aws:latitude><aws:longitude>77.1166666666667</aws:longitude><aws:site-url /><aws:aux-temp units="&deg;C">-70</aws:aux-temp><aws:aux-temp-rate units="&deg;C">+0.0</aws:aux-temp-rate><aws:current-condition icon="http://deskwx.weatherbug.com/images/Forecast/icons/cond033.gif">Hazy</aws:current-condition><aws:dew-point units="&deg;C">18</aws:dew-point><aws:elevation units="m">220</aws:elevation><aws:feels-like units="&deg;C">30</aws:feels-like><aws:gust-time><aws:year number="2008" /><aws:month number="6" text="June" abbrv="Jun" /><aws:day number="2" text="Monday" abbrv="Mon" /><aws:hour number="12" hour-24="12" /><aws:minute number="00" /><aws:second number="00" /><aws:am-pm abbrv="PM" /></aws:gust-time><aws:gust-direction>NNE</aws:gust-direction><aws:gust-speed units="km" /><aws:humidity units="%">51</aws:humidity><aws:humidity-high units="%">54.1</aws:humidity-high><aws:humidity-low units="%">50.8</aws:humidity-low><aws:humidity-rate>+0.0</aws:humidity-rate><aws:indoor-temp units="&deg;C">-18</aws:indoor-temp><aws:indoor-temp-rate units="&deg;C">+0.0</aws:indoor-temp-rate><aws:light>0</aws:light><aws:light-rate>+0.0</aws:light-rate><aws:moon-phase moon-phase-img="http://api.wxbug.net/images/moonphase/mphase01.gif">1</aws:moon-phase><aws:pressure units="mbar">1003.05</aws:pressure><aws:pressure-high units="mbar">1003.05</aws:pressure-high><aws:pressure-low units="mbar">1003.05</aws:pressure-low><aws:pressure-rate units="mbar/h">+0.00</aws:pressure-rate><aws:rain-month units="mm">0.0</aws:rain-month><aws:rain-rate units="mm/h">0.0</aws:rain-rate><aws:rain-rate-max units="mm/h">0.0</aws:rain-rate-max><aws:rain-today units="mm">0.0</aws:rain-today><aws:rain-year units="mm">0.0</aws:rain-year><aws:temp units="&deg;C">29.0</aws:temp><aws:temp-high units="&deg;C">29</aws:temp-high><aws:temp-low units="&deg;C">29</aws:temp-low><aws:temp-rate units="&deg;C/h">+0.0</aws:temp-rate><aws:sunrise><aws:year number="2008" /><aws:month number="6" text="June" abbrv="Jun" /><aws:day number="3" text="Tuesday" abbrv="Tue" /><aws:hour number="3" hour-24="15" /><aws:minute number="10" /><aws:second number="32" /><aws:am-pm abbrv="PM" /></aws:sunrise><aws:sunset><aws:year number="2008" /><aws:month number="6" text="June" abbrv="Jun" /><aws:day number="4" text="Wednesday" abbrv="Wed" /><aws:hour number="5" hour-24="05" /><aws:minute number="03" /><aws:second number="06" /><aws:am-pm abbrv="AM" /></aws:sunset><aws:wet-bulb units="&deg;C">21.46</aws:wet-bulb><aws:wind-speed units="km">15</aws:wind-speed><aws:wind-speed-avg units="km">15</aws:wind-speed-avg><aws:wind-direction>W</aws:wind-direction><aws:wind-direction-avg>W</aws:wind-direction-avg></aws:ob></aws:weather> <image> <title>Local Weather from WeatherBug</title> <width>142</width> <height>18</height> <link>http://weather.weatherbug.com/India/Delhi Cantonment-weather.html?ZCode=Z5546&Units=1&stat=VIDP</link> <url>http://www.weatherbug.com/aws/imagesHmPg0604/img_wxbug_logo_whiteBG.gif</url> </image> <item> <title>Live Conditions from Delhi, India</title> <link>http://weather.weatherbug.com/India/Delhi Cantonment-weather.html?ZCode=Z5546&Units=1&stat=VIDP</link> <pubDate>Tue, 03 Jun 2008 04:30:00 GMT</pubDate> <description><![CDATA[ <img src="http://deskwx.weatherbug.com/images/Forecast/icons/cond033.gif" border="0" alt="Current Conditions"/>    <b>Hazy</b> <br /> <b>Temperature:</b> 29.0 °C   <br /> <b>Humidity:</b> 51 %   <b>Wind Speed:</b> 15 km W   <b>Pressure:</b> 1003.05 mbar   <br /> <b>Dew Point:</b> 18 °C    <b>Gusts:</b> km NNE    <b>Rain Today:</b> 0.0 mm    <br /> ]]></description> <guid isPermaLink="false">Mon, 02 Jun 2008 19:55:29 GMT-Station1</guid> </item> </channel> </rss>
      • An XML document containing weather conditions for the City Code.
        <aws:weather> <aws:api version="2.0"/> <aws:WebURL> http://weather.weatherbug.com/India/Delhi Cantonment-weather.html?ZCode=Z5546&Units=1&stat=VIDP </aws:WebURL> <aws:ob> <aws:ob-date> <aws:year number="2008"/> <aws:month number="10" text="October" abbrv="Oct"/> <aws:day number="4" text="Saturday" abbrv="Sat"/> <aws:hour number="12" hour-24="00"/> <aws:minute number="00"/> <aws:second number="00"/> <aws:am-pm abbrv="AM"/> </aws:ob-date> <aws:requested-station-id/> <aws:station-id>VIDP</aws:station-id> <aws:station>Delhi (Indira Gandhi)</aws:station> <aws:city-state citycode="64469">Delhi, WORLD</aws:city-state> <aws:country>India</aws:country> <aws:latitude>28.5666666666667</aws:latitude> <aws:longitude>77.1166666666667</aws:longitude> <aws:site-url/> <aws:aux-temp units="°C">65</aws:aux-temp> <aws:aux-temp-rate units="°C">+0.0</aws:aux-temp-rate> <aws:current-condition icon="http://deskwx.weatherbug.com/images/Forecast/icons/cond033.gif">Hazy</aws:current-condition> <aws:dew-point units="°C">24</aws:dew-point> <aws:elevation units="m">220</aws:elevation> <aws:feels-like units="°C">34</aws:feels-like> <aws:gust-time> <aws:year number="2008"/> <aws:month number="10" text="October" abbrv="Oct"/> <aws:day number="3" text="Friday" abbrv="Fri"/> <aws:hour number="12" hour-24="12"/> <aws:minute number="00"/> <aws:second number="00"/> <aws:am-pm abbrv="PM"/> </aws:gust-time> <aws:gust-direction>NNE</aws:gust-direction> <aws:gust-speed units="km">0</aws:gust-speed> <aws:humidity units="%">74</aws:humidity> <aws:humidity-high units="%">74.0</aws:humidity-high> <aws:humidity-low units="%">74.0</aws:humidity-low> <aws:humidity-rate>+0.0</aws:humidity-rate> <aws:indoor-temp units="°C">-18</aws:indoor-temp> <aws:indoor-temp-rate units="°C">+0.0</aws:indoor-temp-rate> <aws:light>0</aws:light> <aws:light-rate>+0.0</aws:light-rate> <aws:moon-phase moon-phase-img="http://api.wxbug.net/images/moonphase/mphase03.gif">-16</aws:moon-phase> <aws:pressure units="mbar">1010.16</aws:pressure> <aws:pressure-high units="mbar">1010.16</aws:pressure-high> <aws:pressure-low units="mbar">1010.16</aws:pressure-low> <aws:pressure-rate units="mbar/h">+0.00</aws:pressure-rate> <aws:rain-month units="mm">0.0</aws:rain-month> <aws:rain-rate units="mm/h">0.0</aws:rain-rate> <aws:rain-rate-max units="mm/h">0.0</aws:rain-rate-max> <aws:rain-today units="mm">0.0</aws:rain-today> <aws:rain-year units="mm">0.0</aws:rain-year> <aws:temp units="°C">29.0</aws:temp> <aws:temp-high units="°C">29</aws:temp-high> <aws:temp-low units="°C">29</aws:temp-low> <aws:temp-rate units="°C/h">+0.0</aws:temp-rate> <aws:sunrise> <aws:year number="2008"/> <aws:month number="10" text="October" abbrv="Oct"/> <aws:day number="4" text="Saturday" abbrv="Sat"/> <aws:hour number="5" hour-24="05"/> <aws:minute number="46"/> <aws:second number="16"/> <aws:am-pm abbrv="AM"/> </aws:sunrise> <aws:sunset> <aws:year number="2008"/> <aws:month number="10" text="October" abbrv="Oct"/> <aws:day number="4" text="Saturday" abbrv="Sat"/> <aws:hour number="5" hour-24="17"/> <aws:minute number="33"/> <aws:second number="31"/> <aws:am-pm abbrv="PM"/> </aws:sunset> <aws:wet-bulb units="°C">25.28</aws:wet-bulb> <aws:wind-speed units="km">0</aws:wind-speed> <aws:wind-speed-avg units="km">0</aws:wind-speed-avg> <aws:wind-direction>NNE</aws:wind-direction> <aws:wind-direction-avg>NNE</aws:wind-direction-avg> </aws:ob> </aws:weather>
  4. Compact Live Weather

    Description:

    Returns concise live weather conditions for the chosen location.

    1. By Station Id

      The StationId Call Format allows searching weather conditions for multiple stations (up to 5). Separate the station ids with a comma; no blank space.

      Call Format:
      http://<apicode>.api.wxbug.net/getLiveCompactWeatherRSS.aspx?ACode=<apicode>&stationid=<stationid>&UnitType=<UnitType>&OutputType=<OutputType>

      Single Station Example:
      http://A1111111111.api.wxbug.net/getLiveCompactWeatherRSS.aspx?ACode=A1111111111&stationid=awshq

      Multiple Stations Example:
      http://A1111111111.api.wxbug.net/getLiveCompactWeatherRSS.aspx?ACode=A1111111111&stationid=amlac,castc&UnitType=1

      Input Parameters:

      • ACode (required)
      • StationId (required)
      • UnitType (optional)
      • OutputType (optional)

      Output:

      • An RSS document containing compact weather conditions for the station or stations.
        <rss version="2.0"> <channel> <title>Observations from multiple locations.</title> <link>http://weather.weatherbug.com/CA/Valencia-weather.html?ZCode=Z5546&Units=0&stat=SNPCL</link> <description>Weatherbug, the owner of the world's largest weather network is now providing an API to it's weather data in the form of RSS. This will enable it's enthusiastic users to build their own applications.</description> <language>en-us</language> <lastBuildDate>Mon, 02 Jun 2008 20:00:00 GMT</lastBuildDate> <ttl>60</ttl> <aws:weather xmlns:aws="http://www.aws.com/aws"><aws:api version="2.0" /><aws:WebURL>http://weather.weatherbug.com/VA/Powhatan-weather.html?ZCode=Z5546&Units=0&stat=POWHA</aws:WebURL><aws:station requestedID="AMLAC" id="POWHA" name="Powhatan JHS" city="Powhatan" state=" VA" zipcode="23139" country="USA" latitude="37.5572222222222" longitude="-77.9469444444444" /><aws:current-condition icon="http://deskwx.weatherbug.com/images/Forecast/icons/cond007.gif">Sunny</aws:current-condition><aws:temp units="&deg;C">27.6</aws:temp><aws:rain-today units="mm">0.3</aws:rain-today><aws:wind-speed units="km">2</aws:wind-speed><aws:wind-direction>ESE</aws:wind-direction><aws:gust-speed units="km" /><aws:gust-direction>ENE</aws:gust-direction></aws:weather><aws:weather xmlns:aws="http://www.aws.com/aws"><aws:api version="2.0" /><aws:WebURL>http://weather.weatherbug.com/CA/Valencia-weather.html?ZCode=Z5546&Units=0&stat=SNPCL</aws:WebURL><aws:station requestedID="CASTC" id="SNPCL" name="Rio Norte JHS" city="Santa Clarita / Valencia" state=" CA" zipcode="91354" country="USA" latitude="34.4594444444444" longitude="-118.559444444444" /><aws:current-condition icon="http://deskwx.weatherbug.com/images/Forecast/icons/cond007.gif">Sunny</aws:current-condition><aws:temp units="&deg;C">24.5</aws:temp><aws:rain-today units="mm">0.0</aws:rain-today><aws:wind-speed units="km">24</aws:wind-speed><aws:wind-direction>WSW</aws:wind-direction><aws:gust-speed units="km" /><aws:gust-direction>W</aws:gust-direction></aws:weather> <image> <title>Local Weather from WeatherBug</title> <width>142</width> <height>18</height> <link>http://weather.weatherbug.com/CA/Valencia-weather.html?ZCode=Z5546&Units=0&stat=SNPCL</link> <url>http://www.weatherbug.com/aws/imagesHmPg0604/img_wxbug_logo_whiteBG.gif</url> </image> <item> <title>Live Conditions from Powhatan, VA - USA</title> <link>http://weather.weatherbug.com/CA/Valencia-weather.html?ZCode=Z5546&Units=0&stat=SNPCL</link> <pubDate>Mon, 02 Jun 2008 20:03:01 GMT</pubDate> <description><![CDATA[ <img src="http://deskwx.weatherbug.com/images/Forecast/icons/cond007.gif" border="0" alt="Current Conditions"/>    <b>Sunny</b> <br /> <b>Temperature:</b> 27.6 °C   <br /> <b>Wind Speed:</b> 2 km ESE   <br /> <b>Gusts:</b> km ENE    <b>Rain Today:</b> 0.3 mm    <br /> ]]></description> <guid isPermaLink="false">Mon, 02 Jun 2008 20:03:35 GMT-Station1</guid> </item> <item> <title>Live Conditions from Santa Clarita / Valencia, CA - USA</title> <link>http://weather.weatherbug.com/CA/Valencia-weather.html?ZCode=Z5546&Units=0&stat=SNPCL</link> <pubDate>Mon, 02 Jun 2008 17:03:00 GMT</pubDate> <description><![CDATA[ <img src="http://deskwx.weatherbug.com/images/Forecast/icons/cond007.gif" border="0" alt="Current Conditions"/>    <b>Sunny</b> <br /> <b>Temperature:</b> 24.5 °C   <br /> <b>Wind Speed:</b> 24 km WSW   <br /> <b>Gusts:</b> km W    <b>Rain Today:</b> 0.0 mm    <br /> ]]></description> <guid isPermaLink="false">Mon, 02 Jun 2008 20:03:35 GMT-Station2</guid> </item> </channel> </rss>
      • An XML document containing compact weather conditions for the station or stations.
        <aws:weather> <aws:MultipleStations> <aws:weather> <aws:api version="2.0"/> <aws:WebURL> http://weather.weatherbug.com/VA/Powhatan-weather.html?ZCode=Z5546&Units=0&stat=POWHA </aws:WebURL> <aws:station requestedID="amlac" id="POWHA" name="Powhatan JHS" city="Powhatan" state=" VA" zipcode="23139" country="USA" latitude="37.5572222222222" longitude="-77.9469444444444"/> <aws:current-condition icon="http://deskwx.weatherbug.com/images/Forecast/icons/cond007.gif">Sunny</aws:current-condition> <aws:temp units="°C">22.6</aws:temp> <aws:rain-today units="mm">0.0</aws:rain-today> <aws:wind-speed units="km">2</aws:wind-speed> <aws:wind-direction>WSW</aws:wind-direction> <aws:gust-speed units="km">25</aws:gust-speed> <aws:gust-direction>W</aws:gust-direction> </aws:weather> <aws:weather> <aws:api version="2.0"/> <aws:WebURL> http://weather.weatherbug.com/CA/Valencia-weather.html?ZCode=Z5546&Units=0&stat=SNPCL </aws:WebURL> <aws:station requestedID="castc" id="SNPCL" name="Rio Norte JHS" city="Santa Clarita / Valencia" state=" CA" zipcode="91354" country="USA" latitude="34.4594444444444" longitude="-118.559444444444"/> <aws:current-condition icon="http://deskwx.weatherbug.com/images/Forecast/icons/cond004.gif">Partly Sunny</aws:current-condition> <aws:temp units="°C">23.1</aws:temp> <aws:rain-today units="mm">0.0</aws:rain-today> <aws:wind-speed units="km">17</aws:wind-speed> <aws:wind-direction>S</aws:wind-direction> <aws:gust-speed units="km">30</aws:gust-speed> <aws:gust-direction>SSE</aws:gust-direction> </aws:weather> </aws:MultipleStations> </aws:weather>
    2. By Zip Code:

      Call Format:
      http://<apicode>.api.wxbug.net/getLiveCompactWeatherRSS.aspx?ACode=<apicode>&zipCode=<zipcode>&UnitType=<UnitType>&OutputType=<OutputType>

      Example:
      http://A1111111111.api.wxbug.net/getLiveCompactWeatherRSS.aspx?ACode=A1111111111&zipCode=80918

      Input Parameters:

      • ACode (required)
      • ZipCode (required)
      • UnitType (optional)
      • OutputType (optional)

      Output:

      • An RSS document containing compact weather conditions for the Zip Code.
        <rss version="2.0"> <channel> <title>Observations from Colorado Springs, CO - USA</title> <link>http://weather.weatherbug.com/CO/Colorado Springs-weather.html?ZCode=Z5546&Units=0&stat=COSPR</link> <description>Weatherbug, the owner of the world's largest weather network is now providing an API to it's weather data in the form of RSS. This will enable it's enthusiastic users to build their own applications.</description> <language>en-us</language> <lastBuildDate>Mon, 02 Jun 2008 20:00:00 GMT</lastBuildDate> <ttl>60</ttl> <aws:weather xmlns:aws="http://www.aws.com/aws"><aws:api version="2.0" /><aws:WebURL>http://weather.weatherbug.com/CO/Colorado Springs-weather.html?ZCode=Z5546&Units=0&stat=COSPR</aws:WebURL><aws:station requestedID="" id="COSPR" name="Prairie Hills ES" city="Colorado Springs" state=" CO" zipcode="80920" country="USA" latitude="38.9408333333333" longit