Cannot get weather forecasts in json for specific woeids
Hello. I'm trying to get the weather for "Kharkov, Ukraine", woeid is 922137. So I'm using this query:
select * from weather.forecast where location=922137
but it returns "City not found", "Invalid Input /forecastrss?p=922137". However, if I'm trying to use "forecastrss?w=922137" (using "w" instead of "p"), it returns all necessary information, but the problem is that I need json format instead of xml. Are there any ways to solve this problem?
by
3 Replies