{"note":"OpenAPI conversion -- returning structured metadata","name":"visualcrossing-com-weather","description":"Visual Crossing Weather API","version":"4.6","base_url":"https://weather.visualcrossing.com","endpoints":5,"raw":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api Visual Crossing Weather API\n@base https://weather.visualcrossing.com\n@version 4.6\n@endpoints 5\n@toc VisualCrossingWebServices(5)\n\n@endpoint GET /VisualCrossingWebServices/rest/services/timeline/{location}\n@desc Historical and Forecast Weather API\n@required {location: str # Locaton of interest as an address, partial address or decimal latitude,longtude value, key: str}\n@optional {contentType: str # data format of the output either json or CSV, unitGroup: str, include: str # data to include in the output (required for CSV format - days,hours,alerts,current,events ), lang: str # Language to use for weather descriptions}\n@returns(200) Auto generated using Swagger Inspector\n\n@endpoint GET /VisualCrossingWebServices/rest/services/timeline/{location}/{startdate}\n@desc Historical and Forecast Weather API\n@required {location: str, startdate: str, key: str}\n@optional {contentType: str # data format of the output either json or CSV, unitGroup: str, include: str # data to include in the output (required for CSV format - days,hours,alerts,current,events ), lang: str # Language to use for weather descriptions}\n@returns(200) Auto generated using Swagger Inspector\n\n@endpoint GET /VisualCrossingWebServices/rest/services/timeline/{location}/{startdate}/{enddate}\n@desc Historical and Forecast Weather API\n@required {location: str, startdate: str, enddate: str, key: str}\n@optional {contentType: str # data format of the output either json or CSV, unitGroup: str, include: str # data to include in the output (required for CSV format - days,hours,alerts,current,events ), lang: str # Language to use for weather descriptions}\n@returns(200) Auto generated using Swagger Inspector\n\n@endpoint GET /VisualCrossingWebServices/rest/services/weatherdata/forecast\n@desc Weather Forecast API\n@optional {sendAsDatasource: bool, allowAsynch: bool, shortColumnNames: bool, locations: str, aggregateHours: str, contentType: str, unitGroup: str, key: str}\n@returns(200) Auto generated using Swagger Inspector\n\n@endpoint GET /VisualCrossingWebServices/rest/services/weatherdata/history\n@desc Retrieves hourly or daily historical weather records.\n@optional {maxDistance: str, shortColumnNames: bool, endDateTime: str, aggregateHours: str, collectStationContributions: bool, startDateTime: str, maxStations: str, allowAsynch: bool, locations: str, includeNormals: bool, contentType: str, unitGroup: str, key: str}\n@returns(200) Auto generated using Swagger Inspector\n\n@end\n"}