v1

latestOpenAPI 3.0.22026-07-26114338.4 KB
Statistics

Station

<hr></hr>
get/stats/station/{station_id}

Path parameters

station_idinteger required

ID of the station to retrieve.

Response

station_idinteger
typestring
first_ob_local_daystring
last_ob_local_daystring
stats_daynumber[]

array of stats arrays for each day in first_ob_local_day to last_ob_local_day range

Example response

{
  "station_id": 12799,
  "type": "station_stats",
  "first_ob_local_day": "2022-01-01",
  "last_ob_local_day": "2022-01-01"
}