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