GET/users/{leafUserId}/weather/forecast/field/{fieldId}/daily
Get daily forecasted weather data by leaf user and field. If dates are not set on the endpoint,
the response will return forecast data for the next seven days by default.
Parameter (to filter by)
values
endTime
ISO 8601 date. Returns operations until the endTime
startTime
ISO 8601 date. Returns operations from the startTime onward
model
Weather model data: icon, gfs, ifs, jma, gem or arpegeArome
 GET/users/{leafUserId}/weather/forecast/field/{fieldId}/hourly
Get hourly forecasted weather data by Leaf User and field. If dates are not set on the endpoint, the response
will return forecast data for the next seven days by default.
Parameter (to filter by)
values
endTime
ISO 8601 date. Returns operations until the endTime
startTime
ISO 8601 date. Returns operations from the startTime onward
model
Weather model data: icon, gfs, ifs, jma, gem or arpegeArome
 GET/users/{leafUserId}/weather/historical/field/{fieldId}/daily
Get daily historical weather data by Leaf User and field. If the dates are not defined in the endpoint, the response
will return data from the last seven days by default.
Please note, historical weather data from less than 5 days ago is unavailable. If you’re wanting historical weather data within the last 5 days, you can use the forecast service to get this information.
Parameter (to filter by)
values
endTime
ISO 8601 date. Returns operations until the endTime
startTime
ISO 8601 date. Returns operations from the startTime onward
 GET/users/{leafUserId}/weather/historical/field/{fieldId}/hourly
Get hourly historical weather data by Leaf User and field. If the dates are not defined in the endpoint, the response
will return data from the last seven days by default.
Parameter (to filter by)
values
endTime
ISO 8601 date. Returns operations until the endTime
startTime
ISO 8601 date. Returns operations from the startTime onward