action visualcrossing_get_visual_crossing_web_services_rest_services_weatherdata_forec { label: "Weather Forecast API" description: "Provides access to weather forecast information. The forecast is available for up to 15 days at the hourly, 12 hour and daily summary level." provider: visualcrossing method: GET path: "/VisualCrossingWebServices/rest/services/weatherdata/forecast" encoding: json input: { type: "object" properties: { aggregateHours: { type: "string" } allowAsynch: { type: "boolean" } contentType: { type: "string" } key: { type: "string" } locations: { type: "string" } sendAsDatasource: { type: "boolean" } shortColumnNames: { type: "boolean" } unitGroup: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }