Returns a 48 hour (hourly) forecast - Given a Postal Code.

GET {{baseUrl}}/forecast/hourly?postal_code={{postal_code}}&country=<string>&units=<string>&lang=<string>&callback=<string>&hours=<integer>&key=<string>

(REQUIRED: Developer Plan or Higher) Returns an hourly forecast, where each point represents a one hour period. Every point has a datetime string in the format YYYY-MM-DD:HH. Time is UTC.

Request Params

KeyDatatypeRequiredDescription
postal_codestring
countrystringCountry Code (2 letter).
unitsstringConvert to units. Default Metric See <a target='blank' href='/api/requests'>units field description</a>
langstringLanguage (Default: English) See <a target='blank' href='/api/requests'>language field description</a>
callbackstringWraps return in jsonp callback. Example: callback=func
hoursstringNumber of hours to return.
keystringYour registered API key.