{ "opencollection": "1.0.0", "info": { "name": "Leaf Agriculture Leaf API Reference > Alerts API Reference > Weather API", "version": "1.0.0" }, "items": [ { "info": { "name": "API Reference > Weather", "type": "folder" }, "items": [ { "info": { "name": "Leaf Agriculture Get Daily Forecast", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/services/weather/api/users/:leaf_user_id/weather/forecast/field/:field_id/daily", "headers": [ { "name": "Content-Type", "value": "application/json" }, { "name": "Authorization", "value": "Bearer {{leaf_token}}" } ], "params": [ { "name": "leaf_user_id", "value": "", "type": "path" }, { "name": "field_id", "value": "", "type": "path" } ] }, "docs": "Leaf Agriculture Get Daily Forecast" }, { "info": { "name": "Leaf Agriculture Get Hourly Forecast", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/services/weather/api/users/:leaf_user_id/weather/forecast/field/:field_id/hourly", "headers": [ { "name": "Content-Type", "value": "application/json" }, { "name": "Authorization", "value": "Bearer {{leaf_token}}" } ], "params": [ { "name": "leaf_user_id", "value": "", "type": "path" }, { "name": "field_id", "value": "", "type": "path" } ] }, "docs": "Leaf Agriculture Get Hourly Forecast" }, { "info": { "name": "Leaf Agriculture Get Daily Forecast for lat/lon", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/services/weather/api/weather/forecast/daily/:lat,:lon", "headers": [ { "name": "Content-Type", "value": "application/json" }, { "name": "Authorization", "value": "Bearer {{leaf_token}}" } ], "params": [ { "name": "lat", "value": "", "type": "path" }, { "name": "lon", "value": "", "type": "path" } ] }, "docs": "Leaf Agriculture Get Daily Forecast for lat/lon" }, { "info": { "name": "Leaf Agriculture Get Hourly Forecast for lat/lon", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/services/weather/api/weather/forecast/hourly/:lat,:lon", "headers": [ { "name": "Content-Type", "value": "application/json" }, { "name": "Authorization", "value": "Bearer {{leaf_token}}" } ], "params": [ { "name": "lat", "value": "", "type": "path" }, { "name": "lon", "value": "", "type": "path" } ] }, "docs": "Leaf Agriculture Get Hourly Forecast for lat/lon" }, { "info": { "name": "Leaf Agriculture Get Daily Historical", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/services/weather/api/users/:leaf_user_id/weather/historical/field/:field_id/daily", "headers": [ { "name": "Content-Type", "value": "application/json" }, { "name": "Authorization", "value": "Bearer {{leaf_token}}" } ], "params": [ { "name": "leaf_user_id", "value": "", "type": "path" }, { "name": "field_id", "value": "", "type": "path" } ] }, "docs": "Leaf Agriculture Get Daily Historical" }, { "info": { "name": "Leaf Agriculture Get Hourly Historical", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/services/weather/api/users/:leaf_user_id/weather/historical/field/:field_id/hourly", "headers": [ { "name": "Content-Type", "value": "application/json" }, { "name": "Authorization", "value": "Bearer {{leaf_token}}" } ], "params": [ { "name": "leaf_user_id", "value": "", "type": "path" }, { "name": "field_id", "value": "", "type": "path" } ] }, "docs": "Leaf Agriculture Get Hourly Historical" }, { "info": { "name": "Leaf Agriculture Get Daily Historical for lat/lon", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/services/weather/api/weather/historical/daily/:lat,:lon", "headers": [ { "name": "Content-Type", "value": "application/json" }, { "name": "Authorization", "value": "Bearer {{leaf_token}}" } ], "params": [ { "name": "lat", "value": "", "type": "path" }, { "name": "lon", "value": "", "type": "path" } ] }, "docs": "Leaf Agriculture Get Daily Historical for lat/lon" }, { "info": { "name": "Leaf Agriculture Get Hourly Historical for lat/lon", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/services/weather/api/weather/historical/hourly/:lat,:lon", "headers": [ { "name": "Content-Type", "value": "application/json" }, { "name": "Authorization", "value": "Bearer {{leaf_token}}" } ], "params": [ { "name": "lat", "value": "", "type": "path" }, { "name": "lon", "value": "", "type": "path" } ] }, "docs": "Leaf Agriculture Get Hourly Historical for lat/lon" } ] } ], "bundled": true }