I have develop the weather App and I want to use this URL, http://api.openweathermap.org/data/2.5/weather?lat=11.11111&lon=22.2222
and get the information only, country,sunrise,sunset,temp_min,temp_max,name. How get the response?
please suggest me. Thanks.
{
sys: {
message: 1.3106,
country: "IN",
sunrise: 1426123283,
sunset: 1426166271
},
main: {
temp: 306.561,
temp_min: 306.561,
temp_max: 306.561,
pressure: 1016.81,
sea_level: 1026.98,
grnd_level: 1016.81,
humidity: 43
},
name: "Sarkhej",
}