Searching API for a specific Json key, value

154 Views Asked by At

I'm using the wunderground api to get weather conditions from a specific city. They have various ways to query the data here ---> http://www.wunderground.com/weather/api/d/docs?d=data/index. The response is in JSON.

Is there a possible way to GET the locations from a specific key, value using the api; like getting all the cities that have a current temperature of 75 degrees, without getting the data for various locations, then checking if the temperature is a certain number?

0

There are 0 best solutions below