The following datasets are available at the station level:
Format | Link | Description |
JSON | live.json | Current live record. Updated every 48 or 300 seconds. |
JSON | current_day_records.json | Records for the current day. |
JSON | current_day_rainfall_totals.json | Rainfall totals for the current day and past seven days. |
JSON | current_day_samples.json | Samples for the current day. |
JSON | current_day_7day_30m_avg_samples.json | 30-minute averaged samples for the past seven days. |
JSON | current_day_rainfall.json | Rainfall for the current day. |
JSON | current_day_7day_rainfall.json | Rainfall for the past seven days. |
Google DataTable JSON | datatable/current_day_samples.json | Samples for the current day. |
Google DataTable JSON | datatable/current_day_7day_30m_avg_samples.json | 30-minute averaged samples for the past seven days. |
Google DataTable JSON | datatable/current_day_rainfall.json | Rainfall for the current day. |
Google DataTable JSON | datatable/current_day_7day_rainfall.json | Rainfall for the past seven days. |
Data is available for the following years:
{% set i = 0 %}
{% for year in years %}
{% set i = i + 1 %}
{{ year }} {% if i < years|length %}|{% endif %}
{% endfor %}