Returns Historical Observations - Given a station ID.
GET {{baseUrl}}/history/daily?station={{station}}&start_date=<integer>&end_date=<integer>&units=<string>&lang=<string>&callback=<string>&key=<string>
Returns Historical Observations - Given a station ID. (LIMIT 1 day for Low Volume plans. LIMIT 7 days for Basic/Developer. LIMIT 30 days for Advanced/Advanced+/Enterprise)
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
station | string | ||
start_date | string | Start Date (YYYY-MM-DD or YYYY-MM-DD:HH). | |
end_date | string | End Date (YYYY-MM-DD or YYYY-MM-DD:HH). | |
units | string | Convert to units. Default Metric See <a target='blank' href='/api/requests'>units field description</a> | |
lang | string | Language (Default: English) See <a target='blank' href='/api/requests'>language field description</a> | |
callback | string | Wraps return in jsonp callback. Example: callback=func | |
key | string | Your registered API key. |