Simple API's Documentation

/weather/forecast

Retrieves the forecasted weather.

Description:

Retrieves the forecasted weather from Dark Sky.

Sample:

Example #1 - Retrieves the forecasted weather: Url: /weather/forecast

Query: None

Response: { "daily": [ { "description": "Today", "high": 60.54, "icon": "rain", "low": 37.95, "summary": "Drizzle in the morning." }, ... }