#Description of Weather API
##Types of queries
There are five type of queries:
- current weather (contexts weather, group, find and box/city);
- forecast (5 days per 3 hours, context forecast)
- forecast/daily (context forecast/daily); you must provide cnt parameter
- history (context history/city and maybe also history/station)
- station (contexts station, box/station and station/find)
##Locations
- by name of the city and the country code (q={city name},{country code})
- by id of the city (id={city ID}); The current weather can also be asked for a group of id's using the context group
- by latitude and longitude (lat={lat}&lon={lon})
- by box (bbox=12,32,15,37,10), you must also provide cluster=yes/no; context must be box/city or box/station
- find cities/station around location defined by lat/lon; context must be find or station/find. You must provide a cnt parameter.
##Note The history by station isn't documented at the OpenWeather website but is mentioned in the issue