@Иван-Чистяков yeah sure - point forecast API, V2.
The request looks like this: https://api.windy.com/api/point-forecast/v2/{params}
Latest posts made by Иван Чистяков
-
RE: API requests errors
-
API requests errors
Greetings, everyone!
I've been using Windy's api with Python (requests library) for a pretty long time now, but recently started to experience many errors which are typically the same: "Connection Error/max_retries_exceeded with url/name resolution error".Nothing helps - I tried setting "Retry" and "Timeout" parameters.
The limit on my account is 10K requests per day and I do not exceed it.One important thing to note - I've been using V2 API endpoint, but this very forum lists only V4 - the website doesn't provide documentation on V3 and V4.