Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No method for One Call API #174

Open
polar-webspark opened this issue Sep 7, 2021 · 4 comments
Open

No method for One Call API #174

polar-webspark opened this issue Sep 7, 2021 · 4 comments

Comments

@polar-webspark
Copy link

https://api.openweathermap.org/data/2.5/onecall?lat={lat}&lon={lon}&exclude={part}&appid={API key}
I need to call this api endpoint but there is no method for it

@mbomb007
Copy link

Related to #72's item "Support more / all OWM apis"

@mbomb007
Copy link

mbomb007 commented May 20, 2022

I agree, and this should be a high priority, as this only consumes a single API call. Since you only get 1,000 free API calls per day, getting everything in a single call is a huge gain.

https://openweathermap.org/api/one-call-3

@mbomb007
Copy link

I also noticed that this library is using the UV Index API, which was retired on 1st April 2021. https://openweathermap.org/api/uvi

They say the replacement is the One Call API.

@shmaltz
Copy link

shmaltz commented Aug 26, 2022

+1 for this.

I need to get the 8 day forecast and with the OneCall API it is free.

This would be great!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants