Simple API's Documentation

/weather/current

Retrieves the current weather conditions.

Description:

Retrieves the weather conditions that have been reported via /weather/record.

Sample:

Example #1 - Retrieves the weather: Url: /weather/current

Query: None

Response: { "last_update_ms": 1538597310660, "wind": { "instant_mph": 5.0, "mean_5s_mph": 3.5, "mean_1m_mph": 0.4, "direction": 311, "direction_description": "W" } }