GET
/
projects
/
{project_id}
/
weather
{
  "period": "2023-11-07T05:31:56Z",
  "project_id": "<string>",
  "lat": 0,
  "lon": 0,
  "avg_temperature_degC": 123,
  "min_temperature_degC": 123,
  "max_temperature_degC": 123,
  "avg_dewpoint_temperature_degC": 123,
  "min_dewpoint_temperature_degC": 123,
  "max_dewpoint_temperature_degC": 123,
  "avg_wind_speed_m_per_s": 123,
  "max_wind_speed_m_per_s": 123,
  "avg_surface_pressure_Pa": 123,
  "avg_total_cloud_cover_0_1": 123,
  "sum_total_precipitation_mm_of_water_equivalent": 123,
  "avg_relative_humidity_0_1": 123,
  "sum_snowfall_mm_of_water_equivalent": 123,
  "sum_snow_depth_mm_of_water_equivalent": 123
}

Authorizations

x-api-key
string
header
required

Path Parameters

project_id
string
required

Query Parameters

period
string
default:daily
start_date
string
end_date
string

Response

200
application/json
Successful Response

The response is of type object.