Hey guys I am creating a small project to get the current weather. I have searched this forum and it has partially found the answers however I am not that good with json data.
so my current string http://api.wunderground.com/api/yourkey/conditions/q/GB/mycity.json
returns the condtions field with everything in it. With in there, there is a field called ""weather":" then it gives clear, partly cloudy, rain etc. However I want to know all possible conditions of this. Looking at what I found on the forum has returned this https://www.wunderground.com/weather/api/d/docs?d=resources/phrase-glossary
however what I am confused about is on this page. what is the specific field "weather" returning. Is it the "Forecast Description Phrases" which only contains about 27 possibilities or is it "Current Condition Phrases" which has about 70 different combinations with the "light/heavy rain" "light/heavy fog etc..
So in conclusion I just need to know whether the conditions/weather json is returning values for current conditions phrases or forecast description phrases. because this will drastically change my project depending which one it is.
so my current string http://api.wunderground.com/api/yourkey/conditions/q/GB/mycity.json
returns the condtions field with everything in it. With in there, there is a field called ""weather":" then it gives clear, partly cloudy, rain etc. However I want to know all possible conditions of this. Looking at what I found on the forum has returned this https://www.wunderground.com/weather/api/d/docs?d=resources/phrase-glossary
however what I am confused about is on this page. what is the specific field "weather" returning. Is it the "Forecast Description Phrases" which only contains about 27 possibilities or is it "Current Condition Phrases" which has about 70 different combinations with the "light/heavy rain" "light/heavy fog etc..
So in conclusion I just need to know whether the conditions/weather json is returning values for current conditions phrases or forecast description phrases. because this will drastically change my project depending which one it is.