uWaterloo / OpenData

Help and Support for University of Waterloo Open Data Initiative
https://api.uwaterloo.ca
90 stars 12 forks source link

Is the server for weather down? I got null for all the value! #119

Closed slovey528 closed 10 years ago

slovey528 commented 10 years ago
{
  "meta":{
    "requests":-1,
    "timestamp":1396993183,
    "status":200,
    "message":"Request successful",
    "method_id":1451,
    "method":{

    }
  },
  "data":{
    "latitude":43.4738,
    "longitude":-80.5576,
    "elevation_m":null,
    "observation_time":"1969-12-31T19:00:00-05:00",
    "temperature_current_c":null,
    "humidex_c":null,
    "windchill_c":null,
    "temperature_24hr_max_c":null,
    "temperature_24hr_min_c":null,
    "precipitation_15min_mm":null,
    "precipitation_1hr_mm":null,
    "precipitation_24hr_mm":null,
    "relative_humidity_percent":null,
    "dew_point_c":null,
    "wind_speed_kph":null,
    "wind_direction_degrees":null,
    "pressure_kpa":null,
    "pressure_trend":"",
    "incoming_shortwave_radiation_wm2":null
  }
}
KartikTalwar commented 10 years ago

Hi @slovey528 the weather server is indeed down and therefore the api isn't returning accurate data. You can monitor the status of this endpoint from the api health page and the service will return back to normal as soon as weather.uwaterloo.ca is up again

https://api.uwaterloo.ca/v2/api/health.json

slovey528 commented 10 years ago

Hi @KartikTalwar, thank you very much!