Hi,
we are experiencing problems with the webcam api since about 7:11 UTC. When downloading a webcam via this example code line:
curl --request GET --url 'https://api.windy.com/webcams/api/v3/webcams?webcamIds=1401795663&include=images,location' --header 'x-windy-api-key: my-api-key'
all we get in response is this:
{"message":["each value in webcamIds must be an integer number"],"error":"Bad Request","statusCode":400}
We had no problems whatsoever with this before, has anything changed that we are not aware of?
Any help on this would be greatly appreciated!
Best regards
Christoph Bollmeyer
S
Latest posts made by Steffen Weber
-
Problems with Webcam API
-
RE: Webcam-API does not deliver all webcams
@korina Thank you for the answer...
-
Webcam-API does not deliver all webcams
Hi,
there are some Webcams shown on windy.com which are not found by the API.
For example, the webcam from Ingolstadt does not appear in the list.
curl --request GET --url 'https://api.windy.com/api/webcams/v2/list/nearby=48.761389,11.429722,1/orderby=distance?show=webcams:basic,category,image,location,user' --header 'x-windy-key: XXX' {"status":"OK","result":{"offset":0,"limit":10,"total":0,"webcams":[]}}(base)
Do you know why?
Thanks,
Steffen