I need to fetch the weather information based on the user's current location. Please provide me the Google API to get the weather info.
I am using http://www.google.com/ig/api?weather=Mumbai, but Google is returning some error:
We're sorry...
... but your computer or network may be sending automated queries. To protect our users, we can't process your request right now.
See Google Help for more information.
When I looked it up on Google, I found out that Google API is down.
Please guide me which one is the latest Google API to get the weather info.

Google Weather API is down. Check out the following alternatives:
Open Weather Map
National Digital Forecast
Weather.com
I've been using the first link. Its free like Open Street Maps.
EDIT:
Here's the basic code to get the JSON:
Add that to the
viewDidLoad