Weather API - Azure Data Market
Overview
wt360 API
The wt360 API allows you easy access to a vast array of historical weather data for
thousands of locations across the globe. You can use this data to for a verity of
different purposes ranging from scientific research to identifying trends in
your business whatever it may be.
Overview
wt360 API
The wt360 API allows you easy access to a vast array of historical weather data for
thousands of locations across the globe. You can use this data to for a verity of
different purposes ranging from scientific research to identifying trends in
your business whatever it may be.
Sample Record - History
A single request for historical data could return one or more of the following records:
<history id="0">
<dateTime>2000-01-01T00:00:00</dateTime>
<locationRowid>3549</locationRowid>
<maxTemp unit="F">37</maxTemp>
<minTemp unit="F">23</minTemp>
<prcp unit="IN">0</prcp>
<dewpoint unit="F"></dewpoint>
<gust unit="MPH"></gust>
<seaLevelPres unit="MB"></seaLevelPres>
<windSpeed unit="MPH"></windSpeed>
</history>
<history id="0">
<dateTime>2000-01-01T00:00:00</dateTime>
<locationRowid>3549</locationRowid>
<maxTemp unit="F">37</maxTemp>
<minTemp unit="F">23</minTemp>
<prcp unit="IN">0</prcp>
<dewpoint unit="F"></dewpoint>
<gust unit="MPH"></gust>
<seaLevelPres unit="MB"></seaLevelPres>
<windSpeed unit="MPH"></windSpeed>
</history>
Sample Record - Station
A single request for station data could return one or more of the following records:
<location id="0">
<countryFips>AG</countryFips>
<countryName>ALGERIA</countryName>
<elevation unit="meters">10</elevation>
<latitude>36.8</latitude>
<longitude>5.883</longitude>
<locationRowid>1</locationRowid>
<name>Jijel</name>
<stateAbbreviation></stateAbbreviation>
<stateName></stateName>
</location>
<location id="0">
<countryFips>AG</countryFips>
<countryName>ALGERIA</countryName>
<elevation unit="meters">10</elevation>
<latitude>36.8</latitude>
<longitude>5.883</longitude>
<locationRowid>1</locationRowid>
<name>Jijel</name>
<stateAbbreviation></stateAbbreviation>
<stateName></stateName>
</location>
