provides a lookup of the last date/time of data available for each of the rainfall sensor data types, as well as the timestamp of the last logged event

GET /rainfall/v2/latest-observations/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "calibrated-radar": "2024-02-01T00:00:00-05:00",
    "calibrated-gauge": "2024-02-29T23:45:00-05:00",
    "realtime-radar": "2024-03-26T16:30:00-04:00",
    "realtime-gauge": "2024-03-26T16:30:00-04:00",
    "rainfall-events": "2024-01-27T15:00:00-05:00"
}