Request Structure
api/{LocalWeatherType}/{Location}?app_id={APP_ID}&app_key={APP_KEY}{LocalWeatherType} can be "current" or "forecast"
Before you start using the Local Weather API, it is important to know the following
API Base URL: http://api.weatherunlocked.com/ or https://api.weatherunlocked.com/
api/{LocalWeatherType}/{Location}?app_id={APP_ID}&app_key={APP_KEY}{LocalWeatherType} can be "current" or "forecast"
http://api.weatherunlocked.com/api/current/51.50,-0.12?app_id={APP_ID}&app_key={APP_KEY}
http://api.weatherunlocked.com/api/forecast/51.50,-0.12?app_id={APP_ID}&app_key={APP_KEY}