Returns a current observation by postal code.

GET {{baseUrl}}/current?postal_code={{postal_code}}&country=<string>&marine=<string>&units=<string>&lang=<string>&callback=<string>&key=<string>

Returns current weather observation - Given a Postal Code.

Request Params

KeyDatatypeRequiredDescription
postal_codestring
countrystringCountry Code (2 letter).
marinestringMarine stations only (buoys, oil platforms, etc)
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
keystringYour registered API key.