action visualcrossing_get_visual_crossing_web_services_rest_services_weatherdata_histo { label: "Retrieves hourly or daily historical weather records." description: "The weather history data is suitable for retrieving hourly or daily historical weather records." provider: visualcrossing method: GET path: "/VisualCrossingWebServices/rest/services/weatherdata/history" encoding: json input: { type: "object" properties: { aggregateHours: { type: "string" } allowAsynch: { type: "boolean" } collectStationContributions: { type: "boolean" } contentType: { type: "string" } endDateTime: { type: "string" } includeNormals: { type: "boolean" } key: { type: "string" } locations: { type: "string" } maxDistance: { type: "string" } maxStations: { type: "string" } shortColumnNames: { type: "boolean" } startDateTime: { type: "string" } unitGroup: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }