YQL: select woeid returning null
Asked Answered
A

2

7

I use YQL to get weather data for that woeid is needed, but to get woeid when i call following url it return result null

https://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20geo.places%20where%20text%3D%27delhi%27&format=json

Result i received

{"query":{"count":0,"created":"2018-03-14T10:51:42Z","lang":"en-US","results":null}}

Even on https://developer.yahoo.com/weather/ it's showing null.

Is there any other way to get woeid for yahoo weather.
Best Regards, Ashish

Alfaro answered 14/3, 2018 at 11:3 Comment(0)
E
1

I have the same problem!! I have a scheduled script that cycles the temperatures of some cities and that has received data until this morning at 07:00 gmt + 1. I think it depends on the yahoo service! maybe they have modified some parameters

Electrocardiograph answered 14/3, 2018 at 15:41 Comment(1)
It started just 1 hour back.Alfaro
A
0

Should be working. I emailed [email protected] yesterday about this issue being down, did not get a response but the issues is resolved on my end.

Amador answered 15/3, 2018 at 14:56 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.