Hi @kyle-horton
Example of images:
low-resolution image (included in all-webcams.json) It is optimized to be used as a preview and the size of this one is
398x224
preview-size.jpg
high-resolution image (included in webcams/{webcamId}) It is a full-size image and the size of this one is 1920x1080
full-size.jpg
Example of result:
{ "updatedOn": "2024-09-27T00:20:18.053Z", "webcams": [ { "webcamId": 1000550952, "title": "Beinwil am See: Hallwilersee Nord 1", "viewCount": 204378, "status": "active", "categories": [ "landscape", "lake" ], "preview": "PATH/TO/IMAGE", "hasPanorama": true, "location": { "latitude": 47.26059, "longitude": 8.20506, "regionCode": "CH.AG", "countryCode": "CH", "continentCode": "EU" } }, { "webcamId": 1010004899, "title": "Beinwil am See: Hallwilersee Nord 2", "viewCount": 147620, "status": "active", "categories": [ "landscape", "lake" ], "preview": "PATH/TO/IMAGE", "hasPanorama": true, "location": { "latitude": 47.26945, "longitude": 8.21125, "regionCode": "CH.AG", "countryCode": "CH", "continentCode": "EU" } }, ... ] }