Actually, it is the api for weather.com that google uses to show weather.
- For getting the weather of a place :
https://google-weather-api.herokuapp.com/place/<cityName>
- For getting gps coordinates of a place :
https://google-weather-api.herokuapp.com/cr/<cityName>
- For getting weather for a given coordinates :
https://google-weather-api.herokuapp.com/place/cr/<gpsCoordinates>
For eg.
https://google-weather-api.herokuapp.com/cr/delhi
https://google-weather-api.herokuapp.com/place/cr/22.307,73.181
- get the weather icons