Skip to main content

Usage

Access weather data in certain time range by sending GET request to https address of: https://dataapi.vaclavlepic.com/weather/{measurement_name}?start_time={YYYY-MM-DDTHH:MM:SS}Z&end_time={YYYY-MM-DDTHH:MM:SS}Z

Access latest weather data by sending GET request to https address of: https://dataapi.vaclavlepic.com/weather/{measurement_name}/latest

Sample return for latest outdoor_temperature:

{
  "measurement_values": [5.8],
  "time_values": [
    "2024-10-25T10:58:54.535371+02:00"
  ]
}