json - Yahoo placefinder api stopped working -


yahoo placefinder api has stopped working. know deprecated version, , have been discontinued yahoo.

below url.

http://where.yahooapis.com/geocode?postal=122001&country=india&appid=xxxxxxxx&flags=j

i know free substitute api.

in application when user enters pincode, url pre-populates city, state , country.

using yql still seems work ok: http://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20geo.placefinder%20where%20postal%3d%22122001%22%20and%20country%3d%22india%22&diagnostics=true

and well, http://gws2.maps.yahoo.com/findlocation?pf=1&postal=122001&country=india


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -