currentGet
Get current climate data of all available stations.
/current
Usage and Response Sample
curl -X GET\
"https://stadtklimaanalyse-mannheim.de/wp-json/climate-data/v1/current"
[
{
"station": "288",
"measure_date": "2022-11-29T16:30:00Z",
"t2m_min": "9.1",
"t2m_med": "9.1",
"t2m_max": "9.2",
"rf_min": "96.2",
"rf_med": "96.4",
"rf_max": "96.6",
"wg_min": "0",
"wg_med": "0.5",
"wg_max": "1.1",
"wr_min": null,
"wr_med": "13.4",
"wr_max": "357.2",
"nied_min": "0",
"nied_med": "0",
"nied_max": "0",
"gs_min": "0",
"gs_med": "0",
"gs_max": "0",
"sd_min": "0",
"sd_med": "0",
"sd_max": "0"
},
{
"station": "287",
"measure_date": "2022-11-29T16:30:00Z",
"t2m_min": "8.5",
"t2m_med": "8.5",
"t2m_max": "8.6",
"rf_min": "100",
"rf_med": "100",
"rf_max": "100",
"wg_min": "0.7",
"wg_med": "1.5",
"wg_max": "2.4",
"wr_min": null,
"wr_med": "337.9",
"wr_max": "358.9",
"nied_min": null,
"nied_med": null,
"nied_max": null,
"gs_min": "0",
"gs_med": "0",
"gs_max": "0",
"sd_min": "0",
"sd_med": "0",
"sd_max": "0"
},
{
"station": "DWD05906",
"measure_date": "2022-11-29T15:50:00Z",
"t2m_min": "8",
"t2m_med": "8",
"t2m_max": "8.1",
"rf_min": null,
"rf_med": "96.5",
"rf_max": null,
"wg_min": "0.6",
"wg_med": "1.3",
"wg_max": "2",
"wr_min": null,
"wr_med": "320",
"wr_max": null,
"nied_min": null,
"nied_med": "0.2299999985843897",
"nied_max": null,
"gs_min": null,
"gs_med": null,
"gs_max": null,
"sd_min": null,
"sd_med": null,
"sd_max": null
}
]