How to use the Webcams API?
-
Hi, I got my key. What's the next step?
-
@maxaragon Hi,
Its quite simple, just start with the tutorials at api4.windy and copy the sample .html as it is into your own .html file. After that, put it on your web server, look at the resulting page and make changes as needed. I hope this helps you. -
@stuartpln said in How to use the Webcams API?:
api4.windy
Hi thank you, I am trying to retrieve the coordinates of some cameras but apparently, it's "forbidden" here is the example you have on the documentation: https://api.windy.com/api/webcams/v2/list/country=IT/category=beach/orderby=popularity/limit=20?show=webcams:location,image?key=L8UotpnylfzJWqrp98Ej4655aR2a0lao
How can I access the location of the cameras?
-
@maxaragon Hello, this is the correct format - https://api.windy.com/api/webcams/v2/list/country=IT/category=beach/orderby=popularity/limit=20?key=L8UotpnylfzJWqrp98Ej4655aR2a0lao
You cannot have 2x "?" in a query parameter.
-
@Korina Where does that link go? I've been looking through the tutorials, but I don't see any tips on integrating webcams on a site, just the weather map.
Thank you for your help! -
@Dr-Unger Please check api.windy.com