Saturday, 14 September 2013

Searching API for a specific Json key, value

Searching API for a specific Json key, value

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?

No comments:

Post a Comment