action visualcrossing_get_visual_crossing_web_services_rest_services_timeline_location { label: "Historical and Forecast Weather API" description: "Seamless access to daily and hourly historical and forecast weather data plus weather alerts, events and current conditions." provider: visualcrossing method: GET path: "/VisualCrossingWebServices/rest/services/timeline/{location}" encoding: json input: { type: "object" properties: { contentType: { type: "string" } include: { type: "string" } key: { type: "string" } lang: { type: "string" } location: { type: "string" } unitGroup: { type: "string" } } required: ["key", "location"] additionalProperties: false } output: { type: "object" additionalProperties: true } }