Returns a Current Observation - Given City and/or State, Country.

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

Returns a Current Observation - Given a city in the format of City,ST or City. The state, and country parameters can be provided to make the search more accurate.

Request Params

KeyDatatypeRequiredDescription
citystring
countrystring
statestringFull name of state.
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.